Hacker Newsnew | past | comments | ask | show | jobs | submit | exxos's commentslogin

It's the hardware. Of course Rust remains the fastest and safest language and you must rewrite your applications in Rust.


You've been posting like this so frequently as to cross into abusing the forum, so I've banned the account.

If you don't want to be banned, you're welcome to email hn@ycombinator.com and give us reason to believe that you'll follow the rules in the future. They're here: https://news.ycombinator.com/newsguidelines.html.


You should learn Rust.


Hehe. I actually did. My last project was all in Rust.

I'm very ambivalent about it.


If you like tab groups, try Arc.


I like how every single person who recommends Arc never bothers to mention that it's Mac-only.


Firefox Money: Investigating the bizarre finances of Mozilla https://lunduke.locals.com/post/4387539/firefox-money-invest...


There are many other good Chromium-based web browsers. Arc, Brave, Opera, Vivaldi...


But they are still based on chromium lol


Interesting tool! Does it get around rate limiting?


So, what new features do we get from that? Except that it doesn't work on Windows any more?


Never worked on Windows. The programming language has nothing to do with that anyway.


fish.exe works on Windows just fine if you install it as part of MSYS2, which I prefer anyway to the kludge that is WSL.


Why do you think WSL (WSL2 I presume) is a kludge?


It's an OS inside an OS, you have to setup everything twice (Windows AND Linux) and file system access times always bites you one way or another (with WSL2 it's the IDE on Windows that suffers from accessing the Linux FS). Because it's in a container, localhost does not get resolved to the Windows host, so if you have stuff that's spread across both OS it's also annoying. Also has weird issues with corporate VPNs. And the other day switching to fish shell as default would just freeze the whole container with no way to debug it, WTF? Unlike a real Linux env, it's a black box, if it starts acting weird your best bet is just to trash and recreate it.

I mean, it works and gives a somewhat decent Linux CLI experience but personally I stick with MSYS2 whenever I can so I have a single env to deal with.


I didn't believe all the hate until I watched someone unfamiliar with Linux set up an empty Electron project in WSL.

After we hit the third "Linux"-bug that turned out to only happen in WSL, I suggested to maybe just install Linux in a normal VM. Clunky, yes. But at least it has a clear boundary. Unless you move something across it, everything will just work.


It does.

With Go, it would have worked out of the box on all the targets Go can support.


> It does.

It works in Cygwin right now, it doesn't work on Win32 without a compatibility layer. Personally, I don't think of that as "working on Windows", but I concede that that's somewhat up to interpretation on the "on Windows" part. I'm confident that someone is going to get a MingW build working even if it's not official.

> With Go, it would have worked out of the box on all the targets Go can support.

That's absolutely disingenious. If you choose to only use the Go standard library , sure. But the same is true for Rust and even for C++. If you don't use any platform-specific APIs most languages will work on any target. Fish, however, does use platform-specific APIs and nothing about Go changes that.


unless you have to deal with OS specific APIs around process management and tty input, which is the bulk of what makes a shell challenging to implement


As long as you called no platform specific APIs. The same is true of Rust and many (even most) languages. Go isn't magic here.


I didn't think of that, but this is a nice trick!


Maybe not intentional.

Virtually everybody is using an engine based on Webkit or Blink these days. This is naturally what websites are optimized for.


When there's a programming language in the project name and it's not a library, it's not a good sign. It means that there was nothing interesting worth mentioning.


In general you are right, but as the readme says, this project was an experiment to try out the stack. The intended consumer of the repo is probably not someone who wants to run yet-another-chatgpt-clone, but someone who wants to poke at the code, in which case the stack is the most relevant information!


I do have to say.. I find it ironic that 2 days ago you commented

> Why not Bun?

On a perfectly fine project that was using Deno instead of Bun. You can't really have it both ways.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: