HackerLangs
TopNewTrendsCommentsPastAskShowJobs

reddit_clone

582 karmajoined قبل 15 سنة

comments

reddit_clone
·أمس·discuss
That made me laugh.

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

I don't think you can avoid those much longer.
reddit_clone
·قبل 7 أيام·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 أيام·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 يومًا·discuss
Yep. Realized that as soon as I looked at the product page :-)
reddit_clone
·قبل 11 يومًا·discuss
Nice!

Does anyone know anything like this for Ghostty?
reddit_clone
·قبل 28 يومًا·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 يومًا·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
·الشهر الماضي·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
·الشهر الماضي·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
·الشهر الماضي·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
·الشهر الماضي·discuss
Vimium extension does that. Works well too. Works on Chrome and Firefox.
reddit_clone
·قبل شهرين·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
·قبل شهرين·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
·قبل شهرين·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 أشهر·discuss
What can I run on a M4 Pro with 48 GB or RAM?
reddit_clone
·قبل 3 أشهر·discuss
That.

And I had to look down every time I had use it. I am glad to see it go.
reddit_clone
·قبل 3 أشهر·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 أشهر·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.