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/)SM
Posts
5
Comments
438
Joined
1 yr. ago

  • I was fully on board until, like, a year ago. But the more I used it, the more obviously it came undone.

    I initially felt like it could really help with programming. And it looked like it, too - when you fed it toy problems where you don't really care about how the solution looks, as long as it's somewhat OK. But once you start giving it constraints that stem from a real project, it just stops being useful. It ignores constraints (use this library, do not make additional queries, ...), and when you point out its mistake and ask it to to better it goes "oh, sorry! Here, let me do the same thing again, with the same error!".

    If you're working in a less common language, it even dreams up non-existing syntax.

    Even the one thing it should be good at - plain old language - it sucks ass at. It's become so easy to spot LLM garbage, just due to its style.

    Worse, asking it to proofread a text for spelling and grammar mistakes, but to explicitly do not change the wording or style, there's about a 50/50 chance it will either

    • change your wording or style, or
    • point out errors that are not even in the original text in the first place!

    I could honestly go on and on, but what it boils down to is: it is able to string together words that make it sound like it knows what it is doing, but it is just that, a facade. And it looks like for more and more people, the spell is finally breaking.

  • Ah, good news in regards to gaming, esp. Steam gaming!

    Steam invested quite a bit of energy into "Proton", essentially a new kind of compatibility layer. If you remember tinkering around with wine and winetricks from years ago, that's basically gone nowadays.

    For most games, just go into the Steam settings for that game, and under "Compatibility", check the box.

    Then click download, and play. That's it for most games 🎉

    Also check out protondb.com - it's basically a community-sourced database cataloging how well Steam games work on Linux.

    Good luck on your Linux journey, and feel free to ask questions if something comes up! :)

  • I have always been pro-privacy, but in a kind of lukewarm, "I wish someone would do something about this" way.

    What has finally pushed me to ditch services from large corporations over the past couple of years is not really a concern for privacy, its a drive for self-sufficiency.

    As basically the last stepping stone, as of a couple of weeks ago, my email, calendar and contacts are self-hosted, and it's just... So freeing.

  • Start with Linux Mint. It should be a very pleasant and straightforward experience right out of the box, and is just in general very beginner friendly. I recommend to create a live USB (basically, download the ISO from the Mint website, then use something like Balena Etcher to put it on a USB stick). You can then boot off that stick, and try Mint out to your heart's content, without risking your Windows install or data at all.

    Can I ask, what are the programs you wager you'll have to emulate through wine?

  • Yeah, getting LSP + Linter + Formatter for basically any language set up is very straightforward with NvChad.

    Debuggers/testing framework can be a little more work, but if that's not required for you, all the better :D

    I bet there's also plugins available that help with integrating Unity and nvim (I know there are for Godot).

    Good luck, and have fun with this rabbithole 😄

  • I had multiple failed starts with (n)vim, always getting frustrated way before I had a usable setup, until I just used NvChad. It's basically a preconfigured version, with all the plugins, keybinds,... you could probably want.

    It gave me something usable right out of the box. I continued tinkering with it for almost two years before moving on to my completely custom configuration.

    IMO the people that say you should start with bare (n)vim in order to learn everything from the ground up are delusional. There's no reason you can't learn all that stuff after you've actually experienced how nice the entire thing can be.

  • I've recently switched from Backblaze to a Hetzner Storagebox. 5TB for only slightly more than I was paying for Backblaze.

    They support BorgBackup out of the box, so super simple to set up encrypted, differential backups

  • Good idea. I get a number of CORS errors - but I also get them without the VPN, so I don't think that's it.

    The idea that CR doesn't block me, their content hipster does though - that might have merit. Hm. I have noticed that some sites require me to solve the Cloudflare Captcha. So maybe that happens when requesting the page/stream, and then since I don't (can't) solve it, nothing happens?

    Do you have an idea how I could verify this? 😅