Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moring
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
moring
6d ago
Didn't even think of this, but yes: 5km/h ~ 1m/s, which is 1/10^8 the real c. This multiplies the sun's Schwarzschild radius (normally ca. 3km according to Wikipedia) by 10^16, making it 3 10^13 km, with 1AU = 150 1
2.
▲
by
moring
15d ago
This does not match my experience. The amount of manual tuning needed for memory management in C/C++ (which Java was designed to improve upon) was orders of magnitude greater than with Java just to get it correct, let alone efficient i
3.
▲
by
moring
18d ago
In that case, isn't a sufficiently reasoned "why" a contribution in itself? Not trying to downplay the time wasted to reject the PR, though.
4.
▲
by
moring
18d ago
I don't, please enlighten me.
5.
▲
by
moring
18d ago
Now replace "Claude" by "human" and see how your comment goes. Specifically, humans are known to decide subconsciously, then invent some "reasoning" out of thin air to justify it. This matches my experience wit
6.
▲
by
moring
18d ago
I'm not convinced it blows up. It might also end up placing a larger burden on contributors, and especially first-time contributors, to provide concise, high-quality documentation that justifies their contribution. I'm thinking of
7.
▲
by
moring
19d ago
> because you're not going to be verifying that signature by hand At least verifying a signature is something that does not need complex hardware, so chances are that your trusted hardware can do that. > Your own trusted hardware
8.
▲
by
moring
19d ago
The more I think about it, the more I think that bootstrapping the build isn't actually the huge problem it first seemed to be. There are practical problems to solve, but they CAN be solved. In contrast, how can you make sure that the
9.
▲
by
moring
20d ago
Just for perspective, the people working on his are pursuing their hobbies and sharpening their programming skills. In contrast, you are using your time to whine about it on the internet.
10.
▲
by
moring
20d ago
Opcode mnemonics is something that a tool can show when you inspect a binary. You will need to go up the ladder a lot before the source code is more expressive than a disassembly. Comments are a good point though, but since they do no affec
11.
▲
by
moring
20d ago
> The hex0 program provides a way to turn a string of hexadecimal text into a binary with those bytes. I'll use this to ask for an explanation about the fundamental idea: How is hex text better than a binary blob? Both need detailed
12.
▲
by
moring
21d ago
It saddens me that we're banning speech patterns on HN, not discussing arguments. I have seen this in another thread yesterday(?), where somebody was accused of being an LLM based on speech patterns and downvoted, no further evidence n
13.
▲
by
moring
23d ago
I tried and with 1:1 zoom, a "10cm" width DIV was actually less than 7cm. Why even call it "cm" if it is actually "whatever, I don't know"...
14.
▲
by
moring
1mo ago
> It's NP-hard What is the "n that goes to infinity" for Sudoku? I thought that you could iterate through all possible 9x9 grids and find the ones that satisfy the rules AND are consistent with the "known" number
15.
▲
by
moring
1mo ago
Worse, the "press up-arrow to get the previous command, then fix the errors in it" flow is broken when an exclamation mark causes a syntax error.
16.
▲
by
moring
1mo ago
We put it into the "irrelevant" section because AI is no worse than a human support drone who has no useful knowledge nor permission to act. It is one of those cases where AI is only tangentially related to the actual problem.
17.
▲
by
moring
2mo ago
This can probably be added to the toolchain pretty easily when non-OSM "signals" are converted to OSM format first. All you need then is an OSM data merging tool, all other tools will then get the same data format as before.
18.
▲
by
moring
2mo ago
> Anyone who hasn't thought deeply enough to answer this question doesn't have the privelige to say "just curate it, what's the problem?". Curation isn't that simple, as any distro package manager volunteer
19.
▲
by
moring
2mo ago
> language package managers are not [curated] Why not? Seems like exactly what is being asked for.
20.
▲
by
moring
2mo ago
> So statistically speaking I’m surprised that this bug hasn’t been noticed and fixed yet! I'm not so surprised, given that you cannot write support tickets if the bug prevents you from registering... Also, I don't think people
21.
▲
by
moring
2mo ago
Am I right with my assumption that by "fundamentally different problem", you mean we lack a good simulation model, but that the number of degrees of freedom would actually be manageable?
22.
▲
by
moring
2mo ago
> From the perspective of a deterministic universe, creative works theoretically can be explained as a physics outcome In other words, physics can explain Shakespeare's plays when you hand-wave away the biggest reason it cannot. >
23.
▲
by
moring
3mo ago
> it’s meant to protect the users from themselves This is false. It is meant to protect users from a confused-deputy attack made by malicious websites, where that website makes a request to a "serious" API but the user has neve
24.
▲
by
moring
3mo ago
The message in the dev tools is, at least for Chrome, extremely developer unfriendly: The blocked request is displayed in a very strange way, without any information that it was blocked, nor that CORS was the reason for it, nor how that dec
25.
▲
by
moring
3mo ago
And yet, you did buy the fan despite the bright LED (because you didn't know it was there when you bought it). Rowenta got your money, so from their perspective, they did everything right.
26.
▲
by
moring
4mo ago
The article shows nicely how "every byte matters" is false. First, it starts off by talking about the cost of a new field, when the actual topic is array-of-structs vs. struct-of-arrays. Then, this: > How much of an impact can
27.
▲
by
moring
4mo ago
This was bad wording on my part. I wrote "open" but that should have been "files in the workspace/project". Really, "open" WRT files is so overloaded already, they can be in the workspace, have an editor t
28.
▲
by
moring
4mo ago
Ideally, the permission list is meant for curators which end-users trust and can rely on. Also, historically, permission lists have been fine-grained but too coarse at the same time, meaning they were "fine" in the wrong way, base
29.
▲
by
moring
4mo ago
> You can't have an extension system that (...) Yes you can. Extension systems of today have multiple problems that prevent that. The basic assumption that has to go, though, is that a core application like VSCode can be written onc
30.
▲
by
moring
4mo ago
To do things that a human could have done in theory, but did not do because it would have been too expensive.
More ›