HN user

rubinlinux

266 karma
Posts1
Comments46
View on HN

I drove an i3 (Tiny sporty electric BMW) for a while, and it really changed how I see this kind of thing. The noise your car makes .. is wasted energy. You are blaring and bragging about your inefficiencies. That tiny i3 will out-accelerate you at every light, and you will be making a ton of noise, while it is nearly silent.

Car people seem to have got 'louder' and 'stronger' correlated in their heads, but they are NOT.

I work with claude every day, and instantly recognized its voice; but at the same time, as a web dev from the late 90s who traveled kicking and screaming through all of these ages, I really enjoyed the article anyway. I don't have a visceral disgust with claude's tone as some others here seem to. I'm glad you wrote it and I plan to share it with a friend.

There is a procedure common in mail sending where you ALMOST do this. You connect to their mail server, tell it you have a message for them, and wait to see if it rejects you or accepts the message. Then you disconnect without actually sending the message. I wonder if this is some kind of confusion among the devs behind this, or some benefit to really sending the message that I can't think of. Does it contain a tracking pixel or anything?

Claude Opus 4.7 3 months ago
  | I want to wash my car. The car wash is 50 meters away. Should I walk or drive?

  ● Drive. The car needs to be at the car wash.
Wonder if this is just randomness because its an LLM, or if you have different settings than me?

The use of init.defaultBranch here is really problematic, because different repositories may use a different name for their default, and this is a global (your home directory scope) setting you have to pre-set.

I have an alias I use called git default which works like this:

  default = !git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@'
then it becomes
  ..."$(git default)"...
This figures out the actual default from the origin.
Tractor 5 months ago

Wonder if the author is aware that in the 1970's during the gas shortages, GE developed an electric lawn tractor called Elec-Trak. See https://myelec-traks.com/E20.html It used DC attachments for everything, lawn mower blades (they sounded like an electric razor), chain saws, snow throwers, tillers, AC inverters etc etc. All powered by 6 golf cart batteries.

This build in the article reminds me of the one I owned for a while, was a lot of fun. Hope the kid has as much fun with theirs as I had with mine.

There is a product called BOESHIELD T-9 which actually does, reportedly, work for this. It was suggested in some thread years ago and I got a can, it appears to work well enough keeping rust creep off my ancient drill press table.

Nobody wants to 'read' your source code!

The entire point of choosing to use open source projects is that if you, the author, begin to enshitify the product (Or simply start to move in a direction different from users) users can fork the project and carry on an un-enshitified version.

If you can't compete with the author, you can't do that. So what is the point of picking software using this license over traditional closed source?

Emergent behaviors are something it seems none of the tech-bros attempting to re-invent things from first principles ever account for in their plans. You can't just reason out complex systems because emergent things cannot be predicted that way.

The reason your carefully reasoned worldview isn't correct/doesn't match with reality is because of emergent behaviors.

Surprised no one even mentioned the matrix protocol yet. Its still very rough around the edges, but for an old school IRC person talk of Discord as an alternative just hurts me.

Do I want my community to be completely owned by a corporation, so that all the work we put into the network effect belongs to a company and they can impose/change rules at any moment? Have we learned nothing?

Matrix is the modern IRC alternative, not discord. And in some cases, you can run a bridge between the two, so I use a matrix client as my daily IRC interface -- best of both worlds.

For years I have been putting postmaster@<domain> for required email-to-download forms. Enjoy reading your own spam, jerks.

Razor 1911 3 years ago

Dycus, a member of Razor 1911, died of throat cancer in 2012.

Reddit was a co-op between a few groups of people.

General low effort content scrollers

Power users and mods who appreciate creating and contributing to make a community

Advertising interests

The deal was, the ad seeking was for the mainstream strollers, and the contributing power users and mods could opt out of the bs. The community builders get a nice environment for their community, the scrollers get content, and the ad people get to shiw thejir ads.

I always thought spez understood this. Its why the api existed. Its why old.reddit.com existed. It was the commercial machine's compromise to the content generators in exchange for the moderating and commenting.

But he seems to have forgot. I wonder why?

Without the compromise the whole thing falls apart. Reddit becomes digg.

Always struck me as a weird thing to do since mysql never stopped development.

What actually happened is more like they changed their name, and sold the old name to Oracle. Oracle then forked and carried on developing a new product under the old name, while the original team carried on developing the old product under the new name (mariadb).

That is why distros did what they did.

There is another threat which is more a problem in my opinion.

Imagine a future where everyone has moved to mastadon, and 1 mastadon server has done a good job of improving the flow and UX to bring in the users. Years later, when everyone is comfortable, this becomes the 'default' because its easy and their policies appeal to main stream users.

The big server sells user metadata and shows ads, and has money to invest in AI moderation and legal compliance with data privacy & anti-abuse laws. Maybe they lobby to increase regulation in a way that they can more easily comply with than the little guys.

Eventually the others wither away into only niche use. Their unwillingness to sell user data gives them thin margins for lawyers and compliance dealings. The big player enacts anti-spam / anti-abuse policies that happen to ban the small servers a lot while trusting themselves a lot. Eventually you are in a situation where you CAN have an account on any mastadon server, in theory, but for your posts to not be flagged as spam, it is more reliable to use the 1 big server everyone uses.

We have seen this starting to happen with email (gmail/msft/apple) for example.

What is the point of all the work to move to a federated system, if there is no force to counter a few players becoming dominant and killing the rest, converting the system back into a few big corporate players?

Open protocols and standards can be used as a trap to lure us in. I'm old enough to remember when facebook used to publish RSS feeds, which was a primitive federating mechanism. Once they got big enough, they stopped.