• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: July 26th, 2023

help-circle

  • For camping, in cold weather switching from being active to resting can be miserably cold. To combat this you can fill a heat tolerant water bottle with some boiled water, wrap it in a shirt or sweater to prevent burning, and put it into your sleeping bag to warm it up quickly. You can also sort of do the reverse for when you wake up. You can put your clothes for the next day in a small bag and sleep with them in your sleeping bag. That way they won’t be frigid when you’re trying to dress.


  • Babymetal comes to mind, but I also want to shout out Sandra Nasić of the Guano Apes for her appearance on Apocalyptica’s Path Vol. 2. Also highschool me would kill me if I didn’t mention Nightwish. Tarja Turenen was a formative part of my music taste, and 10th man Down, Kinslayer, Dead Gardens, and Creek Mary’s Blood all still sit in my favorites list

















  • Malware sadly is a problem everywhere, but it is arguably less so on Linux. First, Linux is less popular so less malware is written for it to some degree. That doesn’t mean no malware, but if you’re trying to pwn people hitting a website you’ll get more targetting windows, android, or iOS than Linux so it’s a little less prevalent.

    Second, it could be argued the security model of Linux is more secure than windows. This is a far more contentious point, but I think that simply from having more eyes on the code Linux has a more secure model. Windows relies on security through obscurity a great deal, and if you talk to cybersecurity experts they will often tell you this is no security at all.

    Lastly, because software on Linux is typically installed through centralized repositories of binaries or sandboxed app images, you have to go more out of your way to get dodgy software on Linux. The tradeoff there is that a lot of proprietary apps and helper programs that come with some tech will never be available in the repos and that can send some new users to try finding them elsewhere with all the risks that entails. Some distros go for a middle ground with access to things like the Arch User Repositories, but Ubuntu’s solution is using things like PPA’s to add extra software repositories.