Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zeroimpl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
zeroimpl
4d ago
My understanding is that it’s proof by counterexample, so the main thing to study would be the implications of the counterexample. The technique used to find it sounds like a lot of brute force. But I’m not a mathematician, and maybe the AI
2.
▲
by
zeroimpl
8d ago
Sounds like you are thinking they just need Asimov’s laws. But I think the point is, this can easily be weaponized by somebody with the willpower to do so.
3.
▲
by
zeroimpl
2mo ago
Wouldn’t the same argument apply even if they didn’t use AI? Being able to drill into coworkers minds would be nice on many occasions.
4.
▲
by
zeroimpl
3mo ago
So is the official pronunciation of SQLite spelling out the letters then? I’d expect “a” not “an”…
5.
▲
by
zeroimpl
4mo ago
Was going to give the same example with chili peppers. Tons of varieties and not exactly interchangeable
6.
▲
by
zeroimpl
8mo ago
You or the developer could piggy back on “aws configure export-credentials --profile profile-name —-format process” to support any authentication that the CLI supports.
7.
▲
by
zeroimpl
8mo ago
The AWS APIs are quite stable and usually do exactly one thing. It’s hard to really see much risk. The worst case seems to be that the API returns a new enum value and the code misinterprets it rather than showing an error message.
8.
▲
by
zeroimpl
10mo ago
I wonder if you could pay them to tweak the messaging about your products. So when a user asks: Is drinking Coke everyday good for my health, it starts saying yes because sugar is vital to our survival.
9.
▲
by
zeroimpl
10mo ago
Doesn’t that force you to give the Agent some generic code execution environment, or does everybody already do that anyways?
10.
▲
by
zeroimpl
11mo ago
I couldn’t find a library like this in PHP, but realized for my use case I could easily hack something together. Algorithm is simply: - trim off all trailing delimiters: }," - then add on a fixed suffix: "]} - then try parsing as
11.
▲
by
zeroimpl
1y ago
If I’m not mistaken, even JSON couldn’t be parsed by a regex due to the recursive nature of nested objects. But in general we aren’t trying to parse arbitrary documents, we are trying to parse a document with a somewhat-known schema. In thi
12.
▲
by
zeroimpl
1y ago
The parent is making a philosophical argument. The exact Hollywood definitions aren’t important since there are far many more job roles in film production compared to software development. If you insist though just replace creator with prod
13.
▲
by
zeroimpl
1y ago
You kind of missed the “and direct actors to play it out” part. If you did all of that, that’s essentially the creator.
14.
▲
by
zeroimpl
1y ago
Naively it seems difficult to decrease the ratio of 1.8x while simultaneously increasing availability. The less duplication, the greater risk of data loss if an AZ goes down? (I thought AWS promises you have a complete independent copy in a
15.
▲
by
zeroimpl
1y ago
RAID doesn’t exactly make writes faster, it can actually be slower. Depends on if you are using RAID for mirroring or sharding. When you mirror, writes are slower since you have to write to all disks.
16.
▲
by
zeroimpl
1y ago
Metrics from the CDN will be wildly inaccurate. Also downloading a video isn’t the same as watching it.
17.
▲
by
zeroimpl
1y ago
I think they are solving two different problems at the same time. One is the order of elements in a single operation (SELECT then FROM then WHERE etc), and the second is the actual pipelining which replaces the need for nested queries. It d
18.
▲
by
zeroimpl
1y ago
Space-wise, as long as you compress it, it's not going to make any difference. I suspect a JSON parser is a bit slower than a CSV parser, but the slight extra CPU usage is probably worth the benefits that come with JSON.
19.
▲
by
zeroimpl
1y ago
Example? I know there's some ambiguity over whether literals like false are valid JSON, but I can't think of anything else.
20.
▲
by
zeroimpl
2y ago
I'd tone it down a little via: “I'm planning on migrating the build system on Wednesday (26th); please let me know if you have any concerns.” The original wording makes it sound like it's already been settled, so nobody will
21.
▲
by
zeroimpl
2y ago
I ran into exactly this the other day trying to browse a website from a browser app on an android-powered TV. Just couldn't get to the website.
22.
▲
by
zeroimpl
2y ago
Even if that worked, using these in a map/set would be a lot like using floating point numbers in a map/set - which is generally a bad idea.
23.
▲
by
zeroimpl
2y ago
Avoid scheduling events for January is just a good idea regardless. CES is the worst date possible.
24.
▲
by
zeroimpl
2y ago
This is a dumb position though because all logic would suggest the two ratios are proportional. Civilians are not significantly more likely to die of their injuries than non-civilians. While 12 is a bit of a small sample, it's not unre
25.
▲
by
zeroimpl
2y ago
> What if we could somehow design systems so that the people who use them evolve to use them in better ways? I hate when people suggest that there is something insecure about using the password reset feature. Whether I chose to use it to
26.
▲
by
zeroimpl
2y ago
Interesting, but I still think most problems like that are solvable via Excel. Put some formulas in some cells, tweak some variables until you find a way to maximize something. Possibly use graphs or pivot tables or other advanced features
27.
▲
by
zeroimpl
2y ago
> Furthermore, what audience and level of mathematics education are we discussing? I wonder this too, I think they might mean university-level as well. For younger audiences, I feel one of the biggest problems for most people to understa
28.
▲
by
zeroimpl
2y ago
Right, but in this case the short summary being posted is poor. In the context of a language like Java, floating point is synonymous with IEEE base-2 floats. BigDecimal is not used to store arbitrary precision floats, but rather fixed preci
29.
▲
by
zeroimpl
2y ago
> The blog post states “BigDecimal is a class in Java used to represent floating-point numbers with arbitrary precision” That doesn’t mean BigDecimal is used exclusively for that purpose… If you ask an engineer if 2.5 and 2.50 are the sa
30.
▲
by
zeroimpl
2y ago
Especially since the board is clearly unfazed by this. Words like this really need to be reserved for situations where something actually got destroyed/damaged.
More ›