HN user

reddit_clone

584 karma
Posts0
Comments520
View on HN
No posts found.

A friend and his wife _almost_ fell victim to this last year, in Texas.

I think it is a standard script now. Call comes from police department. 'Your son hit a pregnant woman. He is about to be booked. You need to pay $$$$ yada yada'. With an authentic sounding voice conversation from their son.

In spite of several red flags (in hindsight) they withdrew $15K from bank, and somehow at the last minute pulled back.

Edit: Scammers know how to push the right buttons.

Yes! When you order a washing machine (I did couple months ago), everything was included. Somebody brought it, lugged it up 3 stairs, fixed it all up and took the old one back.

They even rebated $100 because it got scuffed during installation :-)

This is an important point for me. I am too lazy (too much executive dysfunction) to research products. I trust Costco to do the product research and offer us a good quality/price match up.

Return policy is also pain free. You can pretty much return anything you don't like. Just take it back.

They used to have amazingly generous return policy for electronics. Since some people abused it, bit tighter now.

Give a cursory answer

That may be enough in some cases.

Sometimes people are not looking for fully fleshed out high-effort answers. They want a pointer (to documentation, or a repo) to get going from someone more experienced.

Google search may throw up too much information and it is hard to make a choice. A one sentence answer from an expert may be enough to set them on the right path.

Claude Fable 5 1 month ago

Converted all the tabs to spaces? :-)

You are right, this is not a rewrite like the Bun case.

The real news is, at 50M LOC, it is able to handle and do _something_ coherent.

If it is a one-off task, it doesn't matter if you use GUI or Terminal commands to do it. But more than once, terminal starts paying off IMO.

Here are some advantages.

  - It is repeatable, you can do the same exact thing you did before. With ZSH history + FZF, recalling a command is a breeze.

  - Auditability. The command in your shell history is there for you to revisit and servers as a permanent record of something you did (or didn't do).

  - A command line doesn't make a mistake at 10th time, due to fatigue, inattention etc.

  - Reusability. You may have to repeat the same command for different folders (or remote servers). A slight modification of the previous command will do it for you.

I noticed that too. Unless you _ask_ for a script, they throw away the scripts they write.

They are particularly bad at complex multiline parsing. Writing all sorts of weird/crude python/awk scripts and getting confused in the process.

I wish they would use Perl6/Grammer or Haskell/Parsec or similar and write better parsing scripts.

Does this abstract over the package management systems (apt, yum , apk etc.)? Or do we still have to write distro specific install commands?

Not just _wrong_. It is confused! It is actually right in the second sentence. This was Friday, Opus 4.6.

I want to wash my car. The car wash is 50 meters away. Should I walk or drive?

Walk. It's 50 meters — you're going there to clean the car anyway, so drive it over if it needs washing, but if you're just dropping it off or it's a self-service place, walking is fine for that distance.

Claude Opus 4.7 3 months ago

To me Claude Opus 4.6 seems even more confused.

I want to wash my car. The car wash is 50 meters away. Should I walk or drive?

Walk. It's 50 meters — you're going there to clean the car anyway, so drive it over if it needs washing, but if you're just dropping it off or it's a self-service place, walking is fine for that distance.

I am reduced to keeping Emacs and VSCode open on the same files/project :-) Use the LLM from VSCode and switch back to Emacs for regular editing!

Currently trying out various Emacs packages. I got 'claude-code.el' actually working. But there is some flickering and also the interface is a bit wonky.

I will try other packages mentioned in the article.

For the life of me, I can't _edit_ with VSCode. My Emacs/Doom/Evil muscle memory is too ingrained.

Hammerspoon 4 months ago

Cmd+Shift+m mutes/un-mutes your Mic when focus is on teams window.

I think GP is asking about a global (from any application) mute/unmute teams Mic. I have wished for one for ever.

Advent of Code 2025 8 months ago

I have used Raku (Perl 6) with good results.

Common Lisp. Using 'iterate' package almost feels like cheating.

I have done half a year in (noob level) Haskell long ago. But can't find the code any more.

Most mind blowing thing for me was looking at someone's solutions in APL!