• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle







  • I’ll have to respectfully disagree, while it’s not the best game, I can’t say it’s that bad. The whole game shouldn’t take more than 45 minutes unless you’re going easy on someone (like kids but monopoly isn’t really a friendly smiley game).

    I guess it’s really up to what type of games you like to play.





  • Well there was that one part where he turned off his laptop after (not wanting to drop what he did here as the article was pulled), but I could totally see a company freaking out and going nuclear. That being said, I’m just looking through the FreedomGoggles that recently saw a “hacker” using F12 to compromise a bunch of teacher data. You know, their important sensitive data that was definitely not sent to their device where it could be seen by right clicking and hitting view source.



  • I hated yaml with every fiber of my being when first had to use it, but I really wanted to use HomeAssistant and see what I could do with it. I hated it a bit less when I started using docker compose. I started loving it when I started using it as a way to explain json to non-programming IT types, trying to explain it without braces and brackets seems to get across easier. I guess its more human readable, but as a result formatting has to be spot on (those indents and spaces replace the need for brackets and braces).

    One useful trick if you truly hate it but need it, write it in json, then just use a converter to change that into yaml.