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/)WO
Posts
17
Comments
716
Joined
2 yr. ago

Permanently Deleted

Jump
  • A less pesemistic spin is, it is allowing the nuclear armed states of the world to discuss what they agree on (or can at least acquiesce to) without direct confrontation risking nuclear armegeddon.

  • Immediately critising someone/a group for doing the right thing but not doing enough/quickly enough is probably one of the main reasons its so hard to get traction for progressive politics. It's incredibly tiresome.

  • Permanently Deleted

    Jump
  • maybe missing out on a few games but that is probably a tie with Linux

    As some one who runs both: no, not even close. Mac has more direct ports than Linux true, but proton vastly outweighs that. I have dozens of games that show up on steam on my mac as unplayable where as I dont have any that wont run under proton.

    Five years ago you'd probably have been right, but Linux is far superior to OSX for gaming now.

    (E: assuming you're talking about an apple silicon macbook, IDK the status of proton on x86 macs maybe it works there?)

  • Permanently Deleted

    Jump
  • The point you are missing is that yes, asking an LLM about these things is not at the level of advice from someone who knows their stuff. But if you dont know what you are doing and dont know enough to even know what the right things to search for are then even partialy useful advice about the thing you are trying to do is a massive help.

  • Its not true, but the only time a Republican presedential canditate has got a majority of the votes in the 21st century is GWB in 2004. In the 20th century the winner in every election was the one who got the most votes, D or R.

  • It really isn't, you just go the way the recent EU laws have gone and write them such that only large services (with over x million users or similar) are under obligation to comply and implement age gates and the like.

  • Good code is not “elegant” code. It’s code that is simple and unsurprising and can be easily understood by a hungover fresh graduate new hire.

    I wouldnt go that far, both elegance are simplicity are important. Sure using obvious and well known language feaures is a plus, but give me three lines that solve the problem as a graph search over 200 lines of object oriented boilerplate any day. Like most things it's a trade-off, going too far in either direction is bad.