Skip Navigation

Posts
1
Comments
1,488
Joined
1 yr. ago

  • Co"worker" spent 7 weeks building a simple C# MVC app with ChatGPT

    I think I don't have to tell you how it went. Lets just say I spent more time debugging "his" code than mine.

  • The only vibe code I ever use or write is for the vibrating buttplug in my ass.

  • To be fair, literally saying "Give Caesar what belongs to him, and also give my invisible friend that only I can see what belongs to him" doesn't sound trustworthy.

  • Permanently Deleted

    Jump
  • *dystopia

  • Yes. (n)vi(m) > Emacs, and Bing >= Google. So it should be vi SearxNG

  • You realize that also means that any Nazi/Republican can therefore also just go outside and kill everyone they don't like, so all minorities?

  • I can, it was pretty obvious since the first term. It's kinda ironic, murica frees us from the Nazis, after weimar collapsed, just for your democracy to collapse 80 years later.

    Congrats, and please just kill that idiot.

  • He's a Nazi. It's actually an efficient way to get rid of all ill people that are not rich. Don't need no concentration camps yet.

  • The main problem is that any criticism of China is met with an instant ban, as per "Rule 1, 2".

  • Well if it's literal red flags, it can't be that bad. Bonus points for black flags. 🚩🏴🚩🏴

  • If you either hate yourself, or somehow manage to forget C/C++, JavaScript, Python and probably some more random languages, then yes. Because Rust is basically just a confusing, illogical mix of all of that. Otherwise, as others pointed out, learn anything else that is - if that's what you want - memory safe, statically typed, yadda yadda yadda, and has a good dependency system, compiler and syntax. Other languages could very well fit much better too, depending on available libraries and features in general.

  • It's very unlikely that Sony would set this insane price without a good reason.

  • And a switch costs, MSRP, ~300€/$. So they just got 45,000,000,000, 45 billion dollars. Or, in other words: They could raise the MSRP by 6$. Which would be justified for a then better product.

  • Also, Hall effect fixes all problems, since decades. Why weren't they used widely? Because that would cost poor little Nintendo/M$/Sony a few cents more. So they sure as hell won't implement that new thing.

  • But remember, on a third device. Not the one where your KeePass DB is one fingerprint away, and your private SSH key too.

  • Tbh, I myself still have SSH on port 22. Firstly, because I'm lazy, and secondly ... yeah that's it. I'm honestly just lazy. But spam bots trying office/cookie123 are not a real threat, and anyone trying to actually target me will either have somehow acquired my key + password, use one of the probably many security issues that exist in the dozen services I selfhost, social engineer me into doing something (not saying I've given out my (old) KeePass password once, but it could be, as love makes blind (I still love her)), or just smash my kneecaps until I give out everything.

  • Move SSH to non-standard port, make endlessh use the default port. Only use SSH keys. Only allow correct users (so eg. your user and git/forgejo). Use fail2ban to aggressively ban (redirect to default port, so 22) and report to abuseipdb everything that fails to authenticate first try (wrong user, password instead of key), has non-compatible ciphers (generally, only allow TLS1.3 etc.), or fails in any other way. Just be sure that if you accidentally get banned yourself (eg. Ctrl+C-ing during authentication), you can use another IP (eg. force v4) for connecting.