On the flip side, I’m a former sysadmin and I only stick around for 5 years because I had the educational credentials to move onto another field (and then another field). I’m glad I did the IT thing in my 20’s, and still like to tinker with homelab stuff 20 years later, but in the end it was a stepping stone towards something else (that does require formal schooling). The degree is a tool that can be used to control on a few more things in your life, in the hopes that you can go where you want to end up.
- 0 Posts
- 9 Comments
GamingChairModel@lemmy.worldto
Technology@lemmy.world•D.C. Grand Jury Orders Reddit to Turn Over Data on Anonymous ICE CriticEnglish
41·16 hours agoNo, it’s not volunteering, at least not anymore.
Subpoena is legal Latin for “under penalty,” because noncompliance with a subpoena carries a penalty.
Originally, it was an information request from the feds, and Reddit refused. Then they escalated to getting a grand jury subpoena (which means they got a bunch of normal citizens to agree that the information was relevant to a criminal investigation), so now noncompliance carries a penalty.
Reddit notified the users, who hired their own lawyers, who are resisting the subpoena and will litigate it to where they need a judge to decide whether Reddit will have to turn the information over.
That’s the process for these things, and we’re a couple steps in already.
GamingChairModel@lemmy.worldto
Lemmy Shitpost@lemmy.world•Conforms to Marxist theories regarding the proletariat.
10·16 hours agoDoordash puts the tip in the order so that drivers can view them as bids for service, and they generally snatch up the highest tipping orders immediately. Low/no tip orders with long distances or a lower rated customer might languish, unclaimed, because drivers won’t want to take them for insufficient pay.
The website could know whether the username actually exists on the system. But revealing that information is a security weakness because someone could at least learn who has an account at that site (especially if usernames are email addresses, as they often are).
GamingChairModel@lemmy.worldto
Technology@lemmy.world•We Found a Ticking Time Bomb in macOS TCP Networking - It Detonates After Exactly 49 Days - Photon BlogEnglish
11·3 days agoThe article describes how they immediately went to look for an unsigned 32-bit millisecond counter when they noticed it was happening around 50 days since last reboot, because they already knew that association you describe.
Interesting writeup. Fun little story about the detective work involved.
GamingChairModel@lemmy.worldto
Technology@lemmy.world•Half of planned US data center builds have been delayed or canceled, growth limited by shortages of power infrastructure and parts from China — the AI build-out flips the breakersEnglish
3·8 days agoGod I wish democracy meant that we could vote on decisions like this
You can! Only problem is that it’s one vote per dollar instead of one vote per person.
GamingChairModel@lemmy.worldto
Technology@lemmy.world•Ubuntu Linux raises minimum system memory requirements by 50% — requirements bumped to 6GB of RAM, previously raised from 1GB to 4GB in 2018English
2·9 days agoIt sucks though, I agree - software should get more efficient over time, just like hardware does.
It generally does, for any given computing task, but the problem is that generally software adds more features over time, not least of which is supporting new hardware that hits the ecosystem.
Arch’s package management is actually the ideal, in my opinion. Official repositories for the stuff the distro maintainers want to officially support, a user-maintained AUR for other common packages, and the ability to build your own software with the Arch Build System, and letting pacman know where everything is. In a sense, the stuff in the official repositories have a privileged position, and you should be aware of the difference between the AUR and the official repositories, but you’re still always in control of what software is installed.
The AUR packages and user-specific builds can be thought of as side loading, and the distinction can matter in some circumstances. So I’m ok with having another name for different installation/upgrade/update methods.

Shouldn’t the system be storing timestamps in UTC anyway, and then displaying them in whatever localization settings you have?