Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
wizeman
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
wizeman
3y ago
> but typical compiler behaviors on UB are reasonably understood that I think its immediate effects are overstated I don't dispute that usually the compiler and the compiled code behave like we expect. That is not under dispute. Wha
2.
▲
by
wizeman
3y ago
> Integer overflows themselves are not significant, they have to be paired with other mechanisms to be actually vulnerable No, that is not true. That's a misconception. Your sentence is true for unsigned integer overflows, but not
3.
▲
by
wizeman
3y ago
> The practical effect of this security bug is quite limited. You are probably correct (although it's hard to say for sure that you've considered every single compiler optimization). But even if you are correct, the point of th
4.
▲
by
wizeman
3y ago
> needed more time to solve challenging tasks but made fewer errors [1] As someone else said, I can solve problems very quickly if the solutions don't have to be correct... But more seriously, it seems like different people might ha
5.
▲
by
wizeman
3y ago
> being a talented software engineer doesn't give you any ability to understand the nuances of neurochemistry. This is a bit of a non-sequitur based on what you said before. Being competent or a talented software engineer is correla
6.
▲
by
wizeman
3y ago
There's no such thing as "intelligence in one area", intelligence is a general ability. You're basically ignoring everything that psychology has studied regarding intelligence.
7.
▲
by
wizeman
3y ago
That's probably one of the reasons why you'd use GPT-4 to explain GPT-2. Of course, if you were trying to use GPT-4 to explain GPT-4 then I think the Gödel incompleteness theorem would be more relevant, and even then I'm not
8.
▲
by
wizeman
4y ago
The Stargate SG-1 TV series has a similar, although not exactly identical, recurrent plot point (replicators). The show is well worth watching IMHO.
9.
▲
by
wizeman
4y ago
You probably don't even need to have the server in your premises. Perhaps the server could be in some datacenter and you, as well as others, could use it remotely via the Internet.
10.
▲
Microsoft-backed OpenAI to let users customize ChatGPT
(reuters.com)
2 points
by
wizeman
4y ago
|
0 comments
11.
▲
by
wizeman
4y ago
> Didn't Bitcoin lose half its value like 6 months ago? Let's say the following statement is true: "If X is a scam then X's price eventually goes down". That doesn't necessarily make the converse statement t
12.
▲
by
wizeman
4y ago
> At the very least, I would want to assume any civilization capable of interstellar travel to be at least 1000 years ahead of us, technologically. My guess is that we'll be able to develop human-level artificial intelligence a lot
13.
▲
by
wizeman
4y ago
We'll never know the weather again...
14.
▲
by
wizeman
4y ago
> 5. Rightfully mentions that you should not put a plaintext password on the CLI, then proceeds to recommend you use pass in a way that puts the password back in plaintext on the CLI via a subshell which is still totally plaintext in the
15.
▲
by
wizeman
4y ago
If someone replaces the APK on their website with a compromised one, what prevents them from replacing the PGP signature with a signature created by the attacker?
16.
▲
by
wizeman
4y ago
It's very rare and extremely interesting for me to read a well-argued opinion that is the polar opposite of mine. Furthermore, I don't even have any good counter-arguments (at least not any that wouldn't just be pure speculat
17.
▲
by
wizeman
4y ago
The Flying Spaghetti Monster is also an interesting concept. It can even be useful as a concept, in certain discussions/contexts. Should we take the Flying Spaghetti Monster as a core axiom of our theories of physics? Wouldn't thi
18.
▲
by
wizeman
4y ago
> The biggest problem with finite sets is that most operations don't work nicely in finite sets. I didn't necessarily mean to suggest that we should not work with infinite sets, only that perhaps we should not call them "s
19.
▲
by
wizeman
4y ago
That's very interesting, thanks. So you're saying that in such a scenario, it would be impossible for complex life to exist, even if it looks different from the complex life we have now? I am just wondering whether we are not conf
20.
▲
by
wizeman
4y ago
I can't really give a substantial response to your first argument, as I'm not certain about all the implications that you mention. Your second argument, though, doesn't sound very convincing to me. There are many possible con
21.
▲
by
wizeman
4y ago
Perhaps we should start admitting to ourselves that infinity is not really something that actually exists but instead it's just an imaginary concept that we created but that has no correspondence to anything that makes sense in our uni
22.
▲
by
wizeman
4y ago
> You have to shield your home from your neighbor's emitters too. And from the police radar surveillance van sitting in the street in front of your house. That's what tin foil houses are for, obviously.
23.
▲
by
wizeman
4y ago
But the question was not whether we would be here. What's to say that in the absence of the K-T event, some dominant dinosaur species wouldn't have eventually evolved their intelligence to our level? Perhaps even earlier? It'
24.
▲
by
wizeman
4y ago
> there's a lot that had to go right with the Earth for it to support not just life, but complex, high-energy life, which enables (expensive-in-energy-terms) intelligence Like what? > It's way more than just being the right
25.
▲
by
wizeman
4y ago
OK, so I have a few comments about your experiments: > I am surprised that mounting worked without error but I guess the device is still active via losetup. Exactly. `rm` doesn't actually delete the file contents while the file is s
26.
▲
by
wizeman
4y ago
> At least, that's what you should do if you were performing this test on ZFS, Just to clarify: in ZFS you shouldn't just 'umount' the filesystem, you should also export the pool, otherwise the cache would still be in
27.
▲
by
wizeman
4y ago
What does the 'single' profile do in btrfs? I thought it was equivalent to RAID-0 mode, but apparently it isn't, because they are separate options and btrfs switched from RAID-0 mode to 'single' mode by default, alt
28.
▲
by
wizeman
4y ago
Yes, that's true. However, even if you're not using ECC RAM, you're much better off using ZFS or btrfs, because due to their frequent checksumming and checksum validations, these filesystems will usually detect memory corrupt
29.
▲
by
wizeman
4y ago
> I was under the impression running such file systems without ECC was kind of reckless and not a solution either? It's about as reckless as running any other filesystem without ECC [1]. In fact, you're much more likely to disc
30.
▲
by
wizeman
4y ago
> One of the prime prerequisites of e.g. zfs actually is using ECC RAM. ECC RAM is not a prerequisite for using ZFS. Matt Ahrens, co-creator of ZFS and still one of the main developers, said this [1]: "There's nothing special a
More ›