Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SC
Schtefanz @feddit.org
Posts 2
Comments 13
Anon tries programming in Java
  • Do you mean something like c or c++ where you have to deal with big little edian, libc, utf8, platform specific threads, various compilers feature sets and a lot of undefined behaviour. Also if you want to distribute a library it is much harder because you a have to package it yourself or what for a distro to package your library or build a header only library which has to be manually updated every time a new version comes out. With maven you just have to upload it and you can use it in another project

    How often do thinker with the memory management in Java? Just use the g1 garbage collector, which will be fine most of the time if you have a problem just use another one.

    You can also compile the program with GraalVM to a native binary, also most Java programs are servers where it make sense to have a systemd service to configure the server

  • Anon tries programming in Java
  • Which other eco system has more stable libraries, which are easy to install and redistribute and deploy?

    I would choose always choose the most boring language for the task. That the good thing about java that it is very boring and most likely won't run into a obscure problem if you stay away from reflection and unsafe.

  • Anon tries programming in Java
  • Java isn't outdated it is stable, today you don't need JakartaEE you can use something like Spring Boot, Quarkus, or a microframework.

    Try to run an npm install on a 3 year old Angular or React project and most likely it won't work

  • Frag Feddit @feddit.org Schtefanz @feddit.org

    Lemmy extrem Anti KI?

    Hey deutschsprachige Lemmy Gemeinschaft, ich habe gestern diesen Kommentar gepostet was zur Folge hatte das ich massiv downgevotet worden bin als ChatGpt bot.

    Ist das jetzt nur ein blöder Zufall oder ist Lemmy allgemein extrem gegen KI?

    11
    Clever, clever
  • Shouldn't be the question why students used chatgpt in the first place?

    chatgpt is just a tool it isn't cheating.

    So maybe the author should ask himself what can be done to improve his course that students are most likely to use other tools.

  • Is there a better WebUI?

    I know that is at first a geo database but has anyone build a better web ui where i can plan routes with public transport just like on google maps

    Edit: I have found one which works for me: Mapy.cz it isn't open source but that wasn't a requirement

    8