• 0 Posts
  • 106 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle







  • Was a kubuntu person for a long time, I haven’t really loved the default Ubuntu DE for a while, but that’s personal preferences. At the end of the day, use what you like.

    I personally like debian (swapped from Kubuntu over time) but keep mint on my thumb drive for family who needs something on older hardware, especially those used to windows it seems to be an easy jump. I love that there are so many options available to people with various levels of prepackaging and configurations.



  • As @[email protected] said, infant mortality is a concern with spinning disks, if I recall (been out of reliability for a few years) things like bearings are super sensitive to handling and storage, vibrations and the like can totally cause microscopic damage causing premature failure, once they’re good though they’re good until they wear out. A lot of electronics follow that or the infant mortality curve, stuff dying out of the box sucks, but it’s not unexpected from a reliability POV.

    Shitty of Seagate not to honour the warranty, that’d turn me off as well. Mine is pettier, when I was building my nas/server I initially bought some WD reds, returned those and went for some Seagate ironwolf drives because the reds made this really irritating whine you could hear across the room, at the time we had a single room apartment so was no good.




  • I’m fine with bash for ci/cd activities, for what you’re talking about I’d maybe use bash to control/schedule running of a script in something like python to query and push to an api but I do totally get using the tools you have available.

    I use bash a lot for automation but PowerShell is really nice for tasks like this and has been available in linux for a while. Seen it deployed into production for more or less this task, grabbing data from a sql server table and passing to SharePoint. It’s more powerful than a shell language probably needs to be, but it’s legitimately one of the nicer products MS has done.

    End of the day, use the right tool for the job at hand and be aware of risks. You can totally make web requests from sql server using ole automation procedures, set up a trigger to fire on update and send data to an api from a stored proc, if I recall there’s a reason they’re disabled by default (it’s been a very long time) but you can do it.






  • Debian and derived is my go up generally, stable and I like apt, great out of the box on every machine I’ve used and personally found pretty much everything I want to use or run has debian and Ubuntu explicitly called out in their setup documentation. I use Ubuntu server a lot for work, I’m comfortable with it and it’s supported in every cloud environment I’ve touched. Debian on my laptop, bench machine, armbian on my 3d printers, Ubuntu server on my home server (though I kinda want to move that to debian too, just lazy and it works)

    I’ve got arch on my desktop, could have probably gone for debian unstable, but figured I’d go for it. I use aura for package management. Linux is linux though, be real that I personally don’t find much of a difference beyond package management.