Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thecodedmessage
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thecodedmessage
2y ago
The way they’re using hard-fork and soft-fork, is that based on the blockchain usage of the words? If so, that makes it hard for me to take seriously!
2.
▲
by
thecodedmessage
2y ago
This is a fair defense of C, but C++ is what deserves the heat. C is portable assembly, C++ isn’t.
3.
▲
by
thecodedmessage
2y ago
Scrolling shitty cable is much less fun and therefore less addictive. It’s also not always available. But both are terrible ways to spend your time and bad for your brain.
4.
▲
by
thecodedmessage
2y ago
Math problems are quite similar in this way!
5.
▲
by
thecodedmessage
2y ago
The word “method” already has a definition in Rust, which includes all intrinsic and trait methods. I feel like ‘dyn’ is relatively rarely useful and defining the term “method” based on what’s compatible with it is a bad idea.
6.
▲
by
thecodedmessage
2y ago
“Ethics” for what is almost certainly an honest mistake with a reasonable diligence of research? Accusing someone of ethics violations should require more research than you’ve done!
7.
▲
by
thecodedmessage
2y ago
Would you have found out about those earlier sources without Wikipedia? I think it really depends on how obscure they actually were. I’d take the fact that neither Wikipedia nor this article knew about these earlier sources in 2014 as evide
8.
▲
by
thecodedmessage
3y ago
This is a surprising take. Linux as a project is the kernel. Unlike most OSes, the most commonly used libc is maintained separately. As a result, Linux the operating system is the one where it’s the most common and supported to avoid the “s
9.
▲
by
thecodedmessage
3y ago
Yeah, I remember reading the code in the kernel that handles shebang a long time ago. ld.so is not involved.
10.
▲
by
thecodedmessage
3y ago
Clickbait implies a specific intent to mislead for clicks, whereas I think there’s a completely good-faith disagreement here about the meaning of the word “memory leak.”
11.
▲
by
thecodedmessage
3y ago
The Rust docs are for some reason much worse than the Python docs, or at least that used to be the case
12.
▲
by
thecodedmessage
3y ago
I mean, pretty high. What if your boss just tells you to learn polars, and you don’t know why? Saying what something is, is just good communication, and can help clarify for people who are confused.
13.
▲
by
thecodedmessage
3y ago
I am literally asking whether this can run on DOS. It’s become clear that it can’t, and words mean things. Given the article is about running web servers literally on DOS, I think we can safely say it’s been brought. Modern Windows command
14.
▲
by
thecodedmessage
3y ago
Writing in Rust when appropriate is improved modern coding practice.
15.
▲
by
thecodedmessage
3y ago
So what’s the point?
16.
▲
by
thecodedmessage
3y ago
Naming variables is so good that it should be mandatory in your programming language.
17.
▲
by
thecodedmessage
3y ago
If at first you don’t succeed with a big company’s resources, try again as a hobbyist!
18.
▲
by
thecodedmessage
3y ago
This can’t be actual DOS, can it? It’s running Windows batch files or something?
19.
▲
by
thecodedmessage
3y ago
I am so sad there’s not more LoTR stories. Have written about this before: https://www.thecodedmessage.com/posts/tolkien/
20.
▲
by
thecodedmessage
3y ago
I am in favor of deficit spending. EU countries should be allowed to do more of it. I simply don’t believe that belt-tightening is “good,” both in general and especially as fighting climate is an important cause.
21.
▲
by
thecodedmessage
3y ago
“Because profit” is a bad explanation. It’s super incomplete.
22.
▲
by
thecodedmessage
3y ago
I think you’re misunderstanding the meaning of “great” in “great man theory.” It means “big” as in “significant,” not “good.”
23.
▲
by
thecodedmessage
3y ago
These sources do not address the claims made in the article.
24.
▲
by
thecodedmessage
3y ago
For the word “dangerous” to be appropriate, it needs to be established (1) that nicotine is bad for you or (2) that this introduction ever leads to smoking. Or are you just taking all the harms of smoking and applying them to nicotine becau
25.
▲
by
thecodedmessage
3y ago
You know what slows me down in Python? The fact that you need to actually go down a code path to make sure you’ve spelled everything right. But nothing that Rust does slows me down because I’m used to it.
26.
▲
by
thecodedmessage
3y ago
The example is for the child process. The threads in Rust is meant as an implementation detail. This is super unclear and should’ve been explained.
27.
▲
by
thecodedmessage
3y ago
Autism is no excuse for this level of confusion about what “objective” means and scorn for others’ ways of communicating that escalated to (checks notes) blatant and explicit misogyny. Plenty of autistic people do not do this.
28.
▲
by
thecodedmessage
3y ago
The level of debt we have is fine, and we could have a lot more and still be fine. The idea that the debt is a number worth minimizing is just bad economics.
29.
▲
by
thecodedmessage
3y ago
When property does not serve its purpose it is no longer morally binding, just legally. And that’s if you convince me proprietary code ownership has any moral standing at all. Sometimes, I follow the law not because it’s particularly the ri
30.
▲
by
thecodedmessage
3y ago
How do you represent state machines, ASTs, or messages of different types? Sum types are great for those! I assume you don’t use std::variant for that? Have you ever written a tagged union when std::variant was available for clarity? Why th
More ›