Viewing profile — xedrac
xedrac
HN member- Joined
- Sun, Jul 24, 2016, 4:08 PM UTC
- HN karma
- 1,789
- Public activity
- 644 items
- HN profile
- View on Hacker News ↗
About xedrac
No profile information was provided.
Recent public activity
-
comment
Comment #49123115
Codeberg infrastructure needs work...
-
comment
Comment #49106201
> If you're good you can keep a lid on tech debt in the face of rapidly changing requirements. If you suck at it, well... you can't. Every drop of tech debt (aside from AI slop) I …
-
comment
Comment #49106141
If you're using Lisp, then sure. If you're using C++, then chances are you're going to have to heavily overengineer the thing to cover all possible requirement changes. That comes …
-
comment
Comment #49090658
People say this, but I'm not sure I understand how it could be true. For example, taxing billionaires is often cited as the solution to this problem. But if we took Elon Musk's $73…
-
comment
Comment #49090484
I suspect scheme would handle this much better.
-
comment
Comment #49087565
Java may be memory safe, but no memory is safe from the JVM. :)
-
comment
Comment #49057831
Do you feel threatened that Russia and Iran will succeed in conquering all of Europe and the Middle East? I see it more like a couple of misbehaving misfits. That's very different …
-
comment
Comment #49047084
One could argue that human learning is not all that different from machines training on data. We are all regurgitation our own experiences and knowledge to some degree. We certainl…
-
comment
Comment #48978911
Conversely, most of the high impact bugs are also written in C and C++, because they rely on "coding style and engineering practice" to be correct. Rust raises the floor on this by…
-
comment
Comment #48964641
Gleam looks interesting, but I can't say I'm too impressed with Tangled... it won't even let me sign up.
-
comment
Comment #48964483
That was my experience too.
-
comment
Comment #48951729
Don't forget Jolt! It's clojure built on top of Chez Scheme, which is super cool.
-
comment
Comment #48900226
Since the Rust support in the kernel is not optional, it already has an impact on platform support, no? Or maybe they are using the gnu toolchain to avoid that?
-
comment
Comment #48900196
If it's written with nostd, I'd expect them to be similar.
-
comment
Comment #48861416
> Less skilled co-workers will make mistakes that will have more consequences when the language is more permissive. Even the most skilled engineers are going to make these mistakes…
-
comment
Comment #48703196
I'll put my money on AI software contributions...
-
comment
Comment #48585292
The median alone doesn't paint the whole picture. We need to compare the spread as well. The median doesn't care if you make just under the median, or $1 a month.
-
comment
Comment #48584943
I've only ever used emacs in vim mode (evil-mode). Its vim emulation is the best I've seen anywhere.
-
comment
Comment #48584910
I'm happy to see these improvements. One thing that has always been annoying with Emacs is how much configuration is required to get a modern editor going. Things like Doom Emacs, …
-
comment
Comment #48485282
I tried Helix for a few weeks and found it to be less efficient overall. Now granted it's hardly fair to compare 3 weeks to 20 years, so maybe with more time I might change my mind…
-
comment
Comment #48476291
You sound like you would prefer Emacs over Vim.
-
comment
Comment #48476158
While this is true, the fact that it is Rust provides a much greater level of confidence than if it was Python or something.
-
comment
Comment #48418165
I have felt this many times. However, the effort involved in writing code does not indicate the amount of issues that code may have. This is why I prefer Rust to C++ these days - i…
-
comment
Comment #48418137
I built my career on C++ and I agree with you. Rust is just superior in almost every way. C++ is dead to me for new projects.
-
comment
Comment #48243116
It's funny how people take this perspective for Waymo, but when it comes to Tesla FSD, they are much less forgiving, even though I think Tesla's performance is at least as good, if…