Because the top 10% of the country is hoovering up 90-95% of the profits of everyone’s labor.
Next question.
I’m a little teapot 🫖
Because the top 10% of the country is hoovering up 90-95% of the profits of everyone’s labor.
Next question.
¿Por que no los dos?
200% markup doesn’t matter when you’re billing it straight to the client anyway 🍻
Try searching for authors who describe their work as “Speculative fiction” - that’s the way most of them don’t admit to writing low-brow sci-fi.
Also near future sci-fi tends to be a bit lighter on the “magical machine” plot tropes. Climate fiction might be worth looking into too, most of the near future books exploring possible global warming consequences aren’t all hopped up on magical technological advances.
We can enjoy a fine vintage shitpost now and then
What? They targeted gamers?!‽
Yeah, I have exactly the same feelings about ket. I’m sure it works for some people but it doesn’t for me, the fun psychedelics leave me feeling a whole lot better afterwards
That whole paragraph is probably a commentary on my life lol
Welcome to the club
I never understood the appeal of disassociatives either, the fun psychedelics are a lot more fun
It would have cost you nothing not to post this
I’ve had the idea for a while to use an LLM to gather metadata about books for me as well as generate tag lists for themes, plot, writing style, etc for everything in my ebook library. You could also generate non spoiler plot summaries and produce recommendations for similar books.
I need context here and I’m not logging in to Xitter for it
Look at MIT and UC Berkeley’s CS curricula and start tackling things that you haven’t covered. They’re both available freely online and you might still be able to find video recordings of Cal’s lectures somewhere (they recorded every class for students who weren’t present or had difficulty understanding in real time until 2015 or so but were hit with an ADA accessibility lawsuit because they weren’t captioned or something.)
It’s a six year old system. Optimistically you’ll be able to salvage the PSU, case and storage. Whether you should salvage the PSU and case is up to you, prebuilts aren’t known for picking the best of these.
Personally I’d use the machine for something else (or sell it to someone for $300-400) and build what you want.
It took me years to find gaming buddies who aren’t racist shitbags and we still have to punt the occasional edgelord who decides to get up in someone’s face with that shit. Not a single one of my remaining discord communities is gaming focused, those all ended up being Superfund levels of toxic. Hobby and tech communities though? Plenty of good friends there that I play games with occasionally.
Even being able to generate enough lift to send a payload into orbit would be an amazing advancement. We can solve propelling craft out of the solar system later, first we need an economical way to get off planet that isn’t just burning fuel to lift fuel.
Interesting that the one has such large capacitors in it. I imagine that is as last-ditch effort to keep the board powered long enough to finish flushing all of its caches in the event of a power failure.
That’s exactly the point of power loss protection (aka PLP.) As a side effect of not needing to wait for a flush after a write synchronous write workloads are dramatically faster on enterprise drives with PLP.
Edit: To add a bit of detail - you don’t need to wait for a flush after a synchronous write with PLP because the drive firmware can lie and immediately return from a flush call because there’s enough backup power to complete that flush if the power were cut.
Me to my cat at 3am
Don’t just look at sdb hits in the log. Open up that entire session in journalctl kernel mode (
journalctl -k -bN
where N is the session number in session history) and find the context surrounding the drive dropping and reconnecting.You’ll probably find that something caused a USB bus reset or a similar event before the drive dropped and reconnected. if you find nothing like that try switching power supplies for the HDD and/or switching USB ports until you can move the drive to a different USB root port. Use
lsusb -t
and swap ports until the drive is attached beneath a different root port. You might have a neighboring USB device attached to the bus that’s causing issues for other devices attached to the same root port (it happens, USB devices or drivers sometimes behave badly.)Always look at the context of the event when you’re troubleshooting a failure like this, don’t just drill down on the device messages. Most of the time the real cause of the issue preceded the symptom by a bit of time.