I can tell the difference in a JavaScript terminal and a native one, but yeah. Urxvt is fast enough. So is the gnome terminal
echindod
But does it work with the installer? I couldn't get the installer to work, and saw there were other people who had problems. (thanks for the link btw. I will definitely try and give it another spin).
I was going to try installing NixOs on a partition on a spare laptop, but it didn’t like the fact that the rest of the disk was btrfs. I didn’t have that much time to dedicate to figuring it out, but lack of btrfs support was disappointing.
Fish? I like fish.
What is it about go that doesn't feel good? I have this feeling myself.
I didn't enjoy parsing JSON with Go, and I the documentation sucked. But it was really really easy to stand up a simple API endpoint. I would have reached for go for the project I am currently working on, but it didn't have the libraries I needed. It's interesting.
I think gtop is deprecated... Oh never mind. Gotop is no longer maintained. I followed gotop, to ytop, to btop. Btop is the best.
I worked in an excavating company for a bit. One old crochety guy worked 12 hours every day running an excavator. A younger guy who had stake in the company (also drove an excavator), who never worked more than 8 in a day, looked at him and said: "Why do you only get half as much done, but it takes you twice as long?"
The young guy wasn't wrong. Being tired does slow you down. But yeah, a four day work week in construction, might slow the project down a bit. But they should just hire more people. And on top of that 6 hour days with additional staff would make the work go a lot faster.
I think it might be more the fact that he is a workaholic and expects everyone else to be. But yeah, I don't think he is quite as progressive as he thinks he is.
My next project is dealing the RDF. I really wanted to use Go for this, but there aren't any fully features RDF libraries for Go. Rust has a few pretty mature RDF libraries, so Rust it is.
This is an interesting article. I don't know anything about kernel development, but I wonder if it's still true?
And sometimes coding habits are obtuse to people with different coding habits. These habits aren't bad per service, but can be difficult to grok.
I am interested in Hyperfiddle/Electric, I haven't used it, buts a closure framework where you can call front end and backend functions from the same function, it passes data with streams. Really interesting, someday when I have tons of time I'll look into it