HackerLangs
TopNewTrendsCommentsPastAskShowJobs

reddit_clone

582 karmajoined 15 anni fa

comments

reddit_clone
·ieri·discuss
That made me laugh.

This thread is enumerating all the same talking points of both sides.
reddit_clone
·3 giorni fa·discuss
I use cmux. Has anyone used both and offer some comparison?
reddit_clone
·3 giorni fa·discuss
That ship has sailed boss.

I don't think you can avoid those much longer.
reddit_clone
·7 giorni fa·discuss
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 :-)
reddit_clone
·7 giorni fa·discuss
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.
reddit_clone
·11 giorni fa·discuss
Yep. Realized that as soon as I looked at the product page :-)
reddit_clone
·11 giorni fa·discuss
Nice!

Does anyone know anything like this for Ghostty?
reddit_clone
·28 giorni fa·discuss
> 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.
reddit_clone
·28 giorni fa·discuss
>64 GB

Thats the rub. I have an M4 with 48G. I wonder if it is worth testing this out.

My past attempts (with Ollama and various LLMs) were too slow to use.
reddit_clone
·mese scorso·discuss
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.
reddit_clone
·mese scorso·discuss
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.
reddit_clone
·mese scorso·discuss
I am currently trying something called ShortCat, this is not just for the browser but works in other Mac applications too!

Look Ma, No mouse !
reddit_clone
·mese scorso·discuss
Vimium extension does that. Works well too. Works on Chrome and Firefox.
reddit_clone
·2 mesi fa·discuss
Perl has powerful regular expressions, but it only goes so far. Doing multiline/nested structured parsing is too painful.

Perl6/Raku has built in grammers that can do that idiomatically.

If you have a couple minutes, give this a glance. It will give you an idea.

https://andrewshitov.com/2018/10/31/a-simple-parser-in-perl-...

I am no expert in haskell either. But parsec is similar in concept.
reddit_clone
·2 mesi fa·discuss
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.
reddit_clone
·2 mesi fa·discuss
Does this abstract over the package management systems (apt, yum , apk etc.)? Or do we still have to write distro specific install commands?
reddit_clone
·3 mesi fa·discuss
What can I run on a M4 Pro with 48 GB or RAM?
reddit_clone
·3 mesi fa·discuss
That.

And I had to look down every time I had use it. I am glad to see it go.
reddit_clone
·3 mesi fa·discuss
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.
reddit_clone
·3 mesi fa·discuss
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.