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

help-circle
  • Sadly I think it has more to do with the way Windows handles stuff in general. My personal machine seems to have no issues, LMDE with the foxes (Firefox/LibreWolf); my work computer though, Windows with the chromes (Edge/Chrome) seems to get confused the moment their is a second profile in the browser.

    All that being said, I’ve definitely tried clearing the cookies and just living with it.








  • Yeah, my son convinced me to try having one monitor vertical. His (Windows 10) is close to right, but dragging a window across the gap and you have 2 different size windows. Compared to my computer (LMDE) and it is truly scaled correctly, the window is the same size on any monitor and while travelling between them.

    Still not sure how I feel about a vertical monitor though, it’s great for documentation but just feels so unnatural.




  • 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’d say it depends, do you believe that you could live as a vegan? Not everyone can, and nothing is wrong with that. I view some animals as yummy and others as not, I’ve never tried eating an oat tree, but I’ll tear up some carrots.

    I like the idea that consciousness is experienced by all living things and am totally okay with a certain amount of it ending during the natural progression of my life.





  • 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.