Alt account of @Badabinski

Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.

  • 0 Posts
  • 214 Comments
Joined 2 years ago
cake
Cake day: June 9th, 2024

help-circle



  • Steak is safe to consume at lower temperatures. The interior of the meat is mostly free from bacteria, so while you still need to cook it, it’s not as important. 120f internal becomes 130ish internal after resting as the heat on the outside migrates in, which results in a perfect medium-rare piece of beef.

    Do NOT do this with hamburger, however. Grinding beef up mixes all the bacteria on the surface into the inside so you’ve gotta cook that shit to 165 °F.


  • After reading the linked page, it appears that at least some of the security issues are addressed:

    Applications will be isolated from each other by default and can only interact with other applications either through a GUI prompt asking for permission, such as with screen recorders, where it will only be allowed to record the window specified or by explicitly giving the application permission before launched (such as a window manager or external compositor).

    I’ll probably continue to push forward with Wayland, but I suppose I’m pleased that someone is taking a crack at trying to improve X11. The author also mentions potentially using this as a lightweight and safe replacement for xwayland.










  • I think a good doctor would provide this explanation to the patient. Be like “Okay, let’s get you fixed up! The medications and techniques we use change if you’re pregnant, so can you tell me when your last period is?” Only takes a second. Doctors should be aware that women often feel ignored and mistreated in a medical context (given the body of literature and studies demonstrating such), so like, they should work to correct that issue. It shouldn’t be difficult to do. It just requires a wee little bit of empathy.





  • Arch is a pretty good one if you want to control and tinker. I have personally found it to be very reliable over the years, and the AUR is exceptionally powerful (although you NEED to review your PKGBUILDs, there’s nothing stopping someone from putting malware on the AUR again). The packaging format is so simple and easy that I actually build a few performance-critical packages locally so I can tweak compiler flags (gimmie that -march native).

    Nix is cool and kinda crazy, but honestly? I’d hold off until you’re comfortable with Arch. Same with Gentoo.


  • Yep, this is why we use GPL! Using a permissive license is like lending money to a friend—you should never, ever expect to get your money back. “Good” companies aren’t altruistic, they’re ruthlessly self-interested. They’re not going to give back to your project unless there’s a damn good reason for them to do so. There are times when permissive licenses are totally fine (like when writing some kinds of libraries), but if you care about freedom of an application then you should stay the fuck away from MIT, Apache, BSD, or any other permissive license. Just use the GPL, folks.

    edit: Using GPL from the getgo would have prevented this atrocity from occurring: https://github.com/coredevices/libpebble3/commit/35853d45cd0ec51cb732be866f6f72467653a613

    They couldn’t have relicensed the project without community approval if it had been using a copyleft license in the first place.

    Also, fuck off with your fucking AGPL license with a copyright transfer CLA bullshit. I’d love to see a new version of the AGPL that expressly prohibits copyright transfers. Never let a company take your rights away from you. A copyright license makes even the GPL effectively meaningless if the company wants to rug pull at a later date.