Skip Navigation

Posts
6
Comments
59
Joined
2 yr. ago

Moin

  • Bluesky is a bad example for no dislike, as it is Twitter-like which also has no dislikes. Same with Mastodon and many other post-based Fedi platforms.

  • Podman for the rescue. Runs fully under current user pribileges, so no sudo or other root-privileges needed to run containers. (Especially useful for devs who want containers but should not get sudo.)

  • Great, thanks.

  • When I open the link (mobilephone, Irronfox), it shows the dialogbox with text for about 2 sec and then the page turns white.

    Other than that: I'm HYPED!

  • output makes no sense

    C++ template errors enter the room

  • In Mbin users can enable it if they want.

  • I had a quick look at it. It request your credit card details + account balance. The API has no real validation, so we could probably spam their database with the Beemovie script xD \ After submittimg data, you get insulted in (I guess) russian.

    It even has a support chat. But it locks up after the scam "completes" and the link seems to be single-use. So I was not able to check if they plugged a LLM behind it.

    Update: the link works again after deleting cookies. I was not able to get the chat to generate anything. Maybe a real person is wasting their time there, lol.

  • TOML

    Jump
  • Is there space left on the hill? I want to join you.

  • TOML

    Jump
  • JSON5 my beloved

  • Comic Strips @lemmy.world

    SMBC - Moral

  • A good question, as I like it and don't like it. It is without a doubt better than dynamic types.

    On the pro side it removes redundant writing the type again and again. On the con side it is almost impossible to see what type with what functions the variable in front of you has without an IDE (which you don't have without cloning the repo) or without an already deep knowledge of the code.

    Same with extension functions (free functions which can be added to a type almost anywhere in the codebase). Very useful (Kotlin is a great example for this) but also confusing when you want to hunt down where this piece of code is coming from.

  • I really don't like comparing languages by Hello World complexity. You could use a lang which needs 3 chars to print it but sucks at everything else but it would still look better at first glance.

    As for this specific comparison: let the project grow to only midsize and you will crave for static types and well separated classes.

  • Just a guess honestly

  • Good to know, thx.

  • Huh, didn't know about that. I should try the application again.

  • Not every applications runs in Wine. For example I didn't get USB devices (not storage, connection to a special device) running in Wine. And I can imagine that old serial connections and so are even more tricky.

  • "lost". Isn't it just virtual money from the values of the shares anyway (until they are realized by selling)?

  • This is called reproducible builds. With this all builds of a version will be binary-identical. So you can build from the repo and the compare it with the appstore binary and see if the owner was honest.

  • Linux @programming.dev

    How to stop Wayland from broadcasting my selected text?

  • Comic Strips @lemmy.world

    The Perry Bible Fellowship - The Craving

  • Science Memes @mander.xyz

    Periclinal

  • Programming @programming.dev

    Help requested: C# debugging crashes without any error.