Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
luke0016
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
luke0016
10mo ago
Or similarly having a gasoline engine without an alternator and making the observation that there's an absurdity there in that you're generating large amounts of energy, yet aren't able to charge a relatively small 12V batter
2.
▲
by
luke0016
10mo ago
> reasoning ability should enable them to handle numbers of arbitrary size, just as it enables humans to do so, given some pencil and paper. Or given a calculator. Which it's running on. Which it in some sense is . There's som
3.
▲
by
luke0016
4y ago
> If plastic is burried it's not doing much more than it was when it was oil. Unless it's sequestering something inside. Like water. It terrifies me to think about how much water is locked away for centuries in bottles undergro
4.
▲
by
luke0016
4y ago
Unfortunately you are doing the very thing that you accuse Musk of doing. L5 autonomy is not formalized (nor do I think it is able to be formalized) to the extent that would permit a rigorous proof showing it is isomorphic to the halting pr
5.
▲
by
luke0016
5y ago
For me, it's more what's philosophically right about an innocent person enduring suffering or punishment through no fault of their own. To me, that appears to be a great (maybe even the greatest) injustice.
6.
▲
by
luke0016
5y ago
I suppose that's a practical argument for it. Philosophically it still doesn't seem right, though.
7.
▲
by
luke0016
5y ago
Why?
8.
▲
by
luke0016
5y ago
Some of us, governments included, believe that the presumption of innocence is a fundamental right. "That it is better 100 guilty Persons should escape than that one innocent Person should suffer, is a Maxim that has been long and gene
9.
▲
by
luke0016
5y ago
> I think it can be claimed that it limits the rate of spread, not total spread/infections. Sure. We're probably all getting this thing at some point. But, that's why I said "until all ages are able to be vaccinated.&
10.
▲
by
luke0016
5y ago
I actually support masks in schools. There's solid scientific evidence backing it as a mechanism to help limit the spread of COVID. Until all ages are able to be vaccinated, it seems like a prudent course of action. It's unfortuna
11.
▲
by
luke0016
5y ago
It's a sophist play on emotions. I don't think there's actual malice behind it, though. More that people struggle to assert themselves and provide direct, well-reasoned arguments. So, exaggerating or throwing meaning away alt
12.
▲
by
luke0016
5y ago
> the worst the world becomes as a result I believe the world becomes even worse when people are unable to speak candidly, frankly, and in their own way. Being able to extract and recognize the meaning behind someone's words, in spi
13.
▲
by
luke0016
5y ago
The United States of America is preserved today - intact - specifically because Lincoln valued coexisting with the confederates above almost all else. He made clear even in his first inaugural address that the preservation of the Union was
14.
▲
by
luke0016
6y ago
For C99, don't forget // C++ style comments!
15.
▲
by
luke0016
6y ago
Applies to RHEL, CentOS 7 and CentOS 8 packages. The actual bug report is here - https://bugzilla.redhat.com/show_bug.cgi?id=1861977
16.
▲
RedHat BootHole Update Causes System to Hang After Post
(access.redhat.com)
1 points
by
luke0016
6y ago
|
1 comments
17.
▲
by
luke0016
6y ago
That's called a false dichotomy.
18.
▲
by
luke0016
7y ago
What's the alternative? Wallow in ignorance some more? I prefer to know what's actually going on.
19.
▲
by
luke0016
7y ago
What's your point? That increases the risk through increased exposure.
20.
▲
by
luke0016
7y ago
> The reality is your attention had a cost, and the price of quality tap water is less than that cost. For some people, maybe. This seems like a mildly sociopathic way to look at it, though. One could imagine a world where the same type
21.
▲
by
luke0016
7y ago
I've already experienced advertisements on gasoline pumps. I would concede that it is not exactly the same thing - gas pumps are worse, because you're already paying for a product. However, it is certainly just as annoying and inv
22.
▲
by
luke0016
7y ago
> 1. printf may malloc so don't use it in an out of memory situation. Though I think this problem is vanishingly unlikely these days. You can avoid this by doing something like: setvbuf(stdout, NULL, _IONBF, 0);
23.
▲
by
luke0016
7y ago
> Traditional Unix implementation of ps and similar tools work by directly reading the appropriate data structures from kernel (through /dev/kmem or something to that effect). This is not correct - /dev/kmem and simil
24.
▲
by
luke0016
7y ago
There isn't one, because it's wrong. Source: run strace on almost any useful Linux command (e.g. ls, sort, which, ...), you'll see it makes calls to both brk() and mmap().
25.
▲
by
luke0016
7y ago
I'm not sure I really agree with the analogy, but there are other approaches that don't involve assaulting my senses. For instance, they could just flat out charge money for it. On a tangentially related note, I think there's
26.
▲
by
luke0016
7y ago
> Because moral fiber includes some notion of acceptable ads, even if current models tend to bad. Maybe your moral fiber. Definitely not mine.
27.
▲
by
luke0016
7y ago
> What's going on here is that people on the internet are asking Greg K-H to do extra work and his reply is that he doesn't care to. That really isn't "what's going on here." The "extra work" is ch
28.
▲
by
luke0016
7y ago
Money.
29.
▲
by
luke0016
7y ago
> for example many UNIX-(like) kernels were/are monolithic, despite micro kernels with message passing akin to GNU Hurd embody the UNIX philosophy much better than the original UNIX kernel did(!) Sure. The UNIX Philosophy applies mo
30.
▲
by
luke0016
7y ago
There are lots of variations on the UNIX philosophy [1], but two core points are to: 1. Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new "features". 2. Expect the
More ›