Top
Best
New

Posted by ryanvogel 5 hours ago

A website for debloated open source alternatives(debloat.dev)
199 points | 74 commentspage 2
flaburgan 3 hours ago|
I want a debloated (electric) car.
Grombobulous 2 hours ago||
There are a lot of electric cars that are relatively normal, usually from more traditional auto manufacturers.

Toyota bZ/bZ Woodland, the entire Hyundai/Kia lineup, Honda Prologue, Jaguar i-pace, original Audi e-tron

I haven’t seen the newer Nissan infotainment system, not sure about that one.

Are these without tech? No, not at all, but they do have fast and simple interfaces that are designed to dump you into CarPlay/Android Auto with ease, and a good amount of them retain separated climate controls that live outside the screen.

Obviously if you want something like a 2008 Accord that’s not really going to be a thing, but almost everyone who isn’t Tesla or Rivian is surprisingly conventional. If you haven’t done much EV shopping and your impression of EVs is “they’re all like Tesla where everything is in the screen” that isn’t true at all. For example, Kia/Hyundai EV models have absolutely zero difference between the gas models and EVs in terms of control design. Toyota’s latest infotainment system is as basic and straightforward as it gets.

flaburgan 1 hour ago||
The only electric car that I drove was a Peugeot 208e. I liked it a lot, but just the fact that the car has a SIM card with 4G connection is already weird for me. Why would my car connect to the internet? I also have doubts about the GPS... And I absolutely do not want Android Auto. Anything related to Google or any GAFAM is a big no for me.
angeldimitrov94 1 hour ago|||
https://www.slate.auto/en/blank-slate
drnick1 3 hours ago|||
Slate? Or just remove the cellular modem from a Tesla and you have a more or less "dumb" car.
brnt 2 hours ago||
I find my Mii Electric qualifies.
ltbarcly3 1 hour ago||
site is down. debloated too much
newsomix9xl 2 hours ago||
Website doesnt connect for me.
ranger_danger 4 hours ago||
I like the retro ebay style page design.
sam_lowry_ 4 hours ago||
suckless.org?
tokai 3 hours ago||
Actually think the suckless people would hate this. Google login and nothing there looks light weight in the suckless spirit.
Gualdrapo 2 hours ago||
I mean, if the suckless crowd were actually serious they'd offer their website only in gopher or something like that instead of bloated HTML (/s)
moron4hire 4 hours ago||
"Use /* */ for comments, not //."

I find stuff like this hilarious. No software project has ever failed, or even slow down one iota, because of the comment style. This is just someone's personal "ick" masquerading as "coding standards."

EDIT: I think it has actually been becoming a dad of two boys that has absolutely killed my patience for this kind of thing. A lot of it is so similar to how my children argue with each other over absolutely trivial things. Add in the way they say "I don't like that" as "that's not fair" (my children) or "that's not consistent" (the bike shedding nerds) and it just makes me want to scream, "stop whining!"

hnlmorg 4 hours ago|||
Whilst I do agree with you on that specific example, it’s worth noting that code standards as a whole are a somewhat blurry line that can be extremely subjective at times.
moron4hire 3 hours ago||
I actually don't think it's worth noting. I think, if a particular code standard issue is really of value, it will be obvious. You will propose it and nobody will argue. I think the fact that code standards are contentious is proof they are extremely low value. Subtle effects are indistinguishable from superstition.
rpdillon 3 hours ago|||
I think the particular choice of coding standards is low value, but I think the consistency they bring has a lot of value, at least potentially.

As a father of two boys myself, I know exactly where you're coming from. Like some adults, they'll argue over pointless details and miss the entire thrust of the discussion.

moron4hire 3 hours ago||
No, to repeat what I said, I think "consistency" to a programmer is like "fairness" to a child: it's not what you think it is and it probably doesn't apply to whatever situation it's being invoked.
rpdillon 3 hours ago|||
Oh, interesting.

> No, to repeat what I said, I think "consistency" to a programmer is like "fairness" to a child

I tend to pride myself on my ability to read and comprehend things, and I feel like I never saw you say this. I see now it was an edit to an earlier comment that I didn't catch the meaning of. It seems to say that you think consistency is childish, maybe because it's a naive ideal of some kind? I value it highly, so your perspective is interesting (in the vein of "Symmetry is a complexity-reducing concept. Seek it everywhere.")

That aside, you're advocating for projects that have wildly different coding styles from file to file and function to function?

I guess I've never really worked on a project like that. I can imagine it would feel very messy and would make manual refactors difficult but might not be such a problem for AI?

moron4hire 2 hours ago||
"you're advocating for projects that have wildly different coding styles from file to file and function to function?"

I'm advocating for giving up in style as a thing you delude yourself into thinking matters. The opposite of "enforcing consistent style" is not "bedlam and mayhem." I'm saying just let people work on their things and focus on real metrics like testing and algorithmic analysis.

This idea that code should be "consistent" is a gigantic question begging practice. Consistent with what? As according to whom? For what purpose? I will go out on a very short, very thick limb and say that nobody has ever demonstrated a good definition of "consistency," say nothing of the value of adhering to that definition.

It is the way of no way. It does not imply doing things in a stupid way. It implies the narrow minded focus demonstrated by others is an impediment to excellence.

I'm getting rate limited do to an ancient slow-ban I picked up years ago and probably redemonstrate the need for on a regular basis, but I think tacking this text intended as a reply to another person into the end of this comment makes sense.

I suspect if Bruce Lee had ever tried to work as a martial arts instructor in a school as his primary form of living, he'd have found that he couldn't communicate with the other instructors in his school, that they would be insistent that the rigid forms were the only way to achieve true mastery. The value in Bruce Lee being an actor was that he never had to really have that argument with a cadre of fellow instructors. He was able to build his own cult of personality and start his own school. Which, of course now, the art of Jeet Kun Do was ossified into a series of predefined patterns for how to operate, completely missing the point.

rpdillon 3 hours ago|||
Oh, interesting. So you're advocating for projects that have wildly different styles encoding from file to file?

I guess I've never really worked on a project like that. I can imagine it would feel very messy and would make manual refactors difficult but might not be such a problem for AI?

hnlmorg 3 hours ago|||
I think you’re underestimating how opinionated developers are.

The fact that we are disagreeing on this point is great evidence that there isn’t an easy to define, proverbial line in the sand.

moron4hire 3 hours ago||
I know very well how opinionated other developers are. I'm explicitly saying it's a waste of energy to be that picky about code style.

There is an easy to define line: there is no line. It's not a boundary where "over here is good code" and "over there, not" we just don't have a good idea of where the line is. No. There is absolutely no line.

hnlmorg 3 hours ago||
> I know very well how opinionated other developers are. I'm explicitly saying it's a waste of energy to be that picky about code style.

To be honest, I completely agree with you.

The point I make is that not everyone would. And that disagreement alone results in a blurry line as to what some would consider important and what others would not.

But personally, I honestly do wish more people had the same opinion as you.

thoow02319 3 hours ago|||
[dead]
shevy-java 2 hours ago||
Something seems not right with that website, even aside from the SSL problem.
tech_army 3 hours ago||
I first thought I’m on old eBay webpage lol
josteink 1 hour ago|
Same here. I’m guessing that’s not accidental.
tonyhart7 3 hours ago||
this website is so old school
yannoninator 4 hours ago|
Is there a marker to know if any of these tools are AI generated slop here?

That would be a good feature here.

ad_fontes 4 hours ago||
How do you define "AI generated slop"?

There's also an implicit judgment in your question. Is well-designed, well-tested AI-generated code worse than poorly written, but hand-typed code?

rpdillon 3 hours ago||
Here we go: as soon as you ask for any kind of definition or rigor around AI development, people will work hard to shut you up.

You're asking an extremely reasonable question, IMHO, especially given these are projects with limited resources going up against generally larger, better-resourced projects. AI is an obvious point of leverage in such a situation, and so there is a lot of potential to reverse engineer using AI and get good results.

What all of these requests fundamentally come down to is "How are you filtering for quality?", which is an extremely difficult question given the state of, for example, the app stores.

matheusmoreira 3 hours ago||
> Here we go: as soon as you ask for any kind of definition or rigor around AI development, people will work hard to shut you up.

Heh. I was essentially run out of lobsters for repeatedly asking that question. Not even kidding. At some point I became the second most flagged user in the entire forum. The site itself invited me to delete my account.

After a while I simply asked Claude to define "slop" and posted the answer. To this day it's still the only coherent definition of "slop" in the entire site.