I still think about the dude who repeatedly put massive amounts of paraquat on his balls, and died, instead of just getting some antibiotics.
I still think about the dude who repeatedly put massive amounts of paraquat on his balls, and died, instead of just getting some antibiotics.
Aside from Signal messenger, I feel like I could go back to having a casio watch, some sort of GPS in my vehicle, and a dumb phone. My phone is ancient and hasn’t gotten a security update in years, I was thinking of going Graphene next but maybe the solution is to just dump it and go full 1990s again.
At first I thought she meant ‘fantastic’ in its literal sense and I was optimistic. No, of course the former CFO of Morgan Stanley is a ghoul.
“Burgum, a Republican, used his speech to criticize Silicon Valley for having supported ‘the climate extremist agenda,’ which he defined as the idea that ‘a degree of temperature change in the year 2100 is the thing that we should drive every policy in America.’ Burgum added: ‘I’ve always been a little offended by that.’”
Well it’s like 3 or 4 degrees at this point, which is civilization-ending. Real, “we’re all going to die anyway” energy here. Glad we’re doing this to hallucinate the next Amazon show and not slow down the approaching catastophe or at least give poor people food or some shit. Is that a little offensive?
If jacking off constantly at age 14 doomed a person we would never have left the Miocene epoch.
It seems like a perpetual panic, sustained because it creates a lever of exploitation to control the gullible. Like you can read complaints about “oversexed youth” from time periods when pornography was totally banned and women were essentially chattel. And hey, Boomers didn’t have internet porn and they are fucked.
You paid for something and never got it. Initiate chargeback with your bank. Amazon may close your account for this, but fuck them.
Yeah, it’s impossible to develop a greenfield site without scraping everything off. You have to create and get approval on water runoff management plan for any new development. That means grading everything and often these days it also means managing and impounding water on-site without dumping it all into the (overloaded) storm drain system. When there’s no grass you have to install silt fences to keep silt out of nearby streams while building. You can’t get final approval, and remove the silt fence, until there is some kind of ground cover and that basically means grass since it grows fast and is easy to apply. Even if you somehow left the trees there’s no way they’d survive the process.
Fuck McMansion developers, and fuck lawns, don’t get me wrong. But it’s a reflection of an entire system of land-use policy and not just stupidity, or whatever.
Read a horrific story once about one of those falling on a lineman. Like a modern-day version of boiling oil during a medieval siege. It’s pretty fucking crazy we just suspend them overhead all over the place in the right-of-way where trucks and shit can hit them.
I’ve been getting annoying amdgpu crashes every now an then. I’ve tried all the various BIOS and kernel params but so far nothing has worked. Next step is rolling back a kernel version, at least that’s what I’ve gathered from all the threads about it. It’s bothersome but not frequent enough to be a real pain.
(This is an amd framework 13 with fedora 42 / wayland)
Used it a ton in the art departments of vfx and game dev. Im talking about the tools that make assets, not the game engine or a runtime scripting language. More like the stuff launching and running in Maya, or Houdini, or Substance, etc.
Most of this is already highly OO, and there’s a lot of interaction with C++. Python is the perfect language for this. There’s a lot of rapid interation and gluing many different services and data together. Also you’re waiting on file IO or some massive scene graph update all the time so having the tools be slightly slower doesn’t matter. Also, at least in vfx, there’s mixed Linux/Windows/Mac and it’s great for that. ALSO art teams (unlike the programming team) have people who may not be super technical, and Python let’s them write tools and scripts more easily. They don’t even have to understand OO but you can say “copy this class template and implement these two methods” and they can write tools that “work” in the pipeline.
It’s honestly a godsend. Before the industry settled on Python, every program had its own proprietary scripting language and some were quite limited. Their C++ APIs are all different, of course. So now everyone just ships with a Python interpreter, you manage launching each app so you can control PYTHONPATH and you’re golden.
Apparently its called “Innovis”. I tried to find a few articles but they all read like press releases or AI slop.
There is a blurb on Wikipedia fortunately:
https://en.wikipedia.org/wiki/Credit_bureau#Consumer_reporting_agency
Yeah, I’ve been fortunate enough to be offered those multiple times as well. I froze my credit with the big three agencies after the third or fourth breach. Recently learned there’s apparently a fourth agency now? Cool. And there’s hundreds of data broker sites…
As a settlement for the wrongful death of your parents you are entitled to 12 months of LifeLock’s DataScrub™ service!
I had a tricky time getting hardware encoding to work and it ultimately ended up being I needed to expose the GPU to the Docker container. The yaml config needed:
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
- /dev/dri/card0:/dev/dri/card0
Note this was on a low-end Synology NAS with some sort of crappy intel GPU, but it actually works now, I was surprised. I only mention because before this I spent lots of time messing around with the Jellyfin settings and only the logs tipped me off. Jellyfin loves to fallback silently to CPU transcoding it seems, which I guess is good, but make troubleshooting unintuitive. Searching for log errors online gave me this solution.
If you can find it, I keep a small bag of straight-up wheat gluten and I add a spoonful or two when I want to make stronger flour. A small bag lasts forever and a little goes a long way.
It’s not just tech. Gardening, DIY, cooking, and similar popular subjects have been completely destroyed by this crap. If I see an AI generated header image or thumbnail I immediately backpedal now because I assume that means the text is bullshit too.
The example stuck in my memory now is when I was trying to read about watermelon growing times and the article said they flower a week after germination.There’s now frequently this, “oh GOD DAMN IT *close tab*” moment when you realize it’s actually total slop. Like, “oh so this article is BULLSHIT bullshit.”
I found the original blog post more educational.
Looks like these may be typosquats, or at least “namespace obfuscation”, imitating more popular packages. So hopefully not too widespread. I think it’s easy to just search for a package name and copy/paste the first .git files, but it’s important to look at forks/stars/issue numbers too. Maybe I’m just paranoid but I always creep on the owners of git repos a little before I include their stuff, but I can’t say I do that for their includes and those includes etc. Like if this was included in hugo or something huge I would just be fucked.
I’m starting to think it’s something super specific to the particular hugo theme I’m using and how it wants users to insert custom js/css to get it all baked down into the right place in the final output. I’ll keep bashing on it, thanks for your help!
I really like this website for exploring all the options. Not sure how up to date it is with this latest ffmpeg.
https://ffmpeg.lav.io/