Badabinski

joined 5 months ago
[–] Badabinski@kbin.earth 3 points 2 months ago

I've got a mechanic doing the sourcing and work for me, but I might buy one and replace the caps on it, then ask him to try it. Thanks to both of you for the suggestion!

[–] Badabinski@kbin.earth 24 points 2 months ago (12 children)

Seriously. The ECU in my partner's truck decided that it was done with magic smoke and Marie Kondo'd that shit out, leaving her stranded. Her truck is an old 2002 Dodge Dakota that we've been nursing along while the used car market cools down (we want to get her something small and fuel efficient, but cars cost too damn much). Back in 2000 or 2001, some bean counter at Dodge decided that the company really had to cheap the fuck out with their ECUs for the 2002 model year. Because of this, any 2002 Dodge truck has either had its ECU replaced or is a ticking fucking time bomb.

What's even better is that nobody makes these shit-ass ECUs anymore. The only replacements you can get are remanufactured units, and it's highly likely that you'll get at least one dud before you can find anything decent. We've been a tiiiiiiny bit less lucky than that, meaning we're on our 13th ECU. Our mechanic has gone through everything else to make sure there's not something external that's exploding the ECUs, and he hasn't found anything. Over the course of like 9 weeks, we've completely deleted the stock of these stupid things in Utah and all of the surrounding states. We're now ordering one from Florida that's been remanufactured by a different company which hopefully won't grenade itself.

Fuck American car companies, and apologies to anyone who's currently having a hard time sourcing an ECU for a 2002 Dodge Dakota. We screened all the bad ones out for you. The only good part about all of this for us is that our mechanic isn't charging us for anything more than one ECU replacement. The damn truck has been in the shop for 9 weeks, and we're only going to pay like $1000.

[–] Badabinski@kbin.earth 4 points 2 months ago

Power tool batteries are expensive and are not interchangeable between brands (without 3rd party adapters that can be a bit risky). I only own DeWalt power tools because I want one set of batteries and chargers.

I have no brand loyalty to hand tools, however. Well, except for Knipex. My pliers-wrench has been life changing.

[–] Badabinski@kbin.earth 12 points 2 months ago (4 children)

I wrote a comment about this several months ago on my old kbin.social account. That site is gone and I can't seem to get a link to it, so I'm just going to repost it here since I feel it's relevant. My kbin client doesn't let me copy text posts directly, so I've had to use the Select feature of the android app switcher. Unfortunately, the comment didn't emerge unscathed, and I lack the mental energy to fix it due to covid brain fog (EDIT: it appears that many uses of I were not preserved). The context of the old post was about layoffs, and it can be found here: https://kbin.earth/m/asklemmy@lemmy.ml/t/12147

I want to offer my perspective on the Al thing from the point of view of a senior individual contributor at a larger company. Management loves the idea, but there will be a lot of developers fixing auto-generated code full of bad practices and mysterious bugs at any company that tries to lean on it instead of good devs. A large language model has no concept of good or bad, and it has no logic. happily generate string- templated SQL queries that are ripe for SQL injection. I've had to fix this myself. Things get even worse when you have to deal with a shit language like Bash that is absolutely full of God awful footguns. Sometimes you have to use that wretched piece of trash language, and the scripts generated are horrific. Remember that time when Steam on Linux was effectively running rm -rf /* on people's systems? I've had to fix that same type of issue multiple times at my workplace.

I think LLMs will genuinely transform parts of the software industry, but I absolutely do not think they're going to stand in for competent developers in the near future. Maybe they can help junior developers who don't have a good grasp on syntax and patterns and such. I've personally felt no need to use them, since spend about 95% of my time on architecture, testing, and documentation.

Now, do the higher-ups think the way that do? Absolutely not. I've had senior management ask me about how I'm using Al tooling, and they always seem so disappointed when I explain why I personally don't feel the need for it and what feel its weaknesses are. Bossman sees it as a way to magically multiply IC efficiency for nothing, so absolutely agree that it's likely playing a part in at least some of these layoffs.

Basically, I think LLMs can be helpful for some folks, but my experience is that the use of LLMs by junior developers absolutely increases the workload of senior developers. Senior developers using LLMs can experience a productivity bump, but only if they're very critical of the output generated by the model. I am personally much faster just relying on traditional IDE auto complete, since I don't have to change from "I'm writing code" mode to "I'm reviewing code mode."

[–] Badabinski@kbin.earth 15 points 3 months ago

They need to do what MacOS and Linux have done. There are safer ways to interact with and inspect the running state of the kernel in those operating systems (eBPF for Linux, a bunch of APIs I don't know much about for MacOS). Software needs a way to do the shit it's doing, you can't just turn it off and provide no alternative.

If Microsoft provides a safe API, then Wine can translate calls to that API and approximate the same degree of protection for Linux boxen.

I also agree with the other person, you should still be allowed to fuck around with the kernel on your own box. Major software vendors should be discouraged from writing shit that directly runs in ring 0, but end users should be allowed to do whatever.

[–] Badabinski@kbin.earth 3 points 3 months ago* (last edited 3 months ago)

The tiered storage stuff is pretty cool. You can say "I want this data on this disk, so if I get a cache miss from a faster disk/RAM it'll come from this other disk first."

I believe it also has some interesting ways of handling redundancy like erasure coding, and I thiiiink it does some kind of byte-level deduplication? I don't know if that's implemented or is even still planned, but I remember being quite excited for it. It was supposed to be dedupe without all of the hideous drawbacks that things like ZFS dedupe have.

EDIT: deduplication is absolutely not a thing yet. I don't know if it's still on the roadmap.

EDIT: Erasure coding is deffo implemented, however.

[–] Badabinski@kbin.earth 56 points 4 months ago* (last edited 4 months ago) (3 children)

What if you need to file a bug? What if you have a question on the config that's not easily answered by the docs? If you never, ever find bugs and never, ever have questions, then sure, separate the two. There are genuinely people like that, but they're not common. If you're one of them, then I'm genuinely glad for you.

My opinion is this: You use software. You don't use people, but you sure as hell rely on them.

[–] Badabinski@kbin.earth 60 points 4 months ago (1 children)

Because Vaxry (the lead dev) got banned from contributing to wlroots or any other FDO projects.

As for why he was banned, this is the only thing I've read about the whole thing: https://drewdevault.com/2024/04/09/2024-04-09-FDO-conduct-enforcement.html

Basically, he violated the FDO Code of Conduct when being told that a particular thing he said/enabled in a Discord community would not be acceptable if it was seen in spaces covered by said CoC.

This appears to be his response.

[–] Badabinski@kbin.earth 4 points 4 months ago (1 children)

Were you using the kernel module? We're using Flatcar which doesn't support their .ko, and we haven't been getting panics on any of our machines (of which there are many).

[–] Badabinski@kbin.earth 10 points 4 months ago* (last edited 4 months ago) (4 children)

Falcon uses eBPF on Linux nowadays. It's still an irritating piece of software, but it no make your boxen fail to boot.

edit: well, this is a bad take. I should avoid commenting on shit when I'm sleep deprived and filled with meeting dread.

[–] Badabinski@kbin.earth 16 points 4 months ago (3 children)

The other person may have responded with a fair amount of hostility, but they're absolutely correct. I run Kubernetes clusters hosting millions of containers across hundreds of thousands of VMs at my job, and OOMKills are just a fact of life. Apps will leak memory, and you're powerless to fix it unless you're willing to debug the app and fix the leak. It's better for the container to run out of memory and trigger a cgroup-scoped OOM kill. A system-wide OOM kill will murder the things you love, shit in your hat, and lick your face like David Tennant licked Krysten Ritter.

[–] Badabinski@kbin.earth 4 points 4 months ago (1 children)

Ahhh, I'd love it if I could tie that in with a Bluetooth OBD dongle and Home Assistant. It'd be awesome if I could set up a BLE proxy in my carport to automatically update stuff. It'd be especially handy if I could get alerted about check engine codes.

view more: ‹ prev next ›