Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
billywhizz
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
billywhizz
1mo ago
i haven't looked at the code yet but i love the website. just how open source project websites should be! ♥
2.
▲
by
billywhizz
1mo ago
i guess you didn't bother reading it then.
3.
▲
by
billywhizz
1mo ago
"people are lending to them" is doing a lot of heavy lifting here. e.g. https://prospect.org/2026/08/03/ai-bailout-could-be-baked-in...
4.
▲
by
billywhizz
1mo ago
the fact fortune magazine is the one ringing the alarm bell here is arguably more useful information than any attempt at a "mathematical proof".
5.
▲
by
billywhizz
3mo ago
also notable that deno has a very low overhead bindings layer for doing JS->C/C++/Rust/Native interop using v8 fastapi calls where possible.
6.
▲
by
billywhizz
3mo ago
from what i understand after a quick look at the source is it uses a C ABI to communicate between the WebView/CEF "host" application and the deno runtime which is loaded by the host as a shared library. marshalling of values
7.
▲
by
billywhizz
4mo ago
this is social media induced psychosis my friend
8.
▲
by
billywhizz
4mo ago
> It will completely kill the market. it will kill all the people in that hospital too
9.
▲
by
billywhizz
4mo ago
> I doubt the entire process was a single week, just whatever harness they specially prepared for the work. it wasn't. probably quite a lot of preparation i would think. and it's very much a first pass which is far from idiomat
10.
▲
by
billywhizz
5mo ago
i did a quick benchmark on this with a single db connection updating user_version in a tight loop with the wal_hook callback enabled. on my crappy old i5 with the db file on /dev/shm it can do ~150k writes a second with the wal_ho
11.
▲
by
billywhizz
5mo ago
good point. but ime and as seems to be widely understood writing from multiple connections is a bit of a minefield in SQLite. and afaik it still would be possible to have a hook on all connections you expect to be writing?
12.
▲
by
billywhizz
5mo ago
SQLite has a wal hook which calls you back every time a transaction is committed to the WAL. https://www.sqlite.org/c3ref/wal_hook.html
13.
▲
by
billywhizz
5mo ago
"some value" is not the same as "a surprisingly good measure of the quality of the model for other tasks". doublethink does not mean holding two conflicting ideas in your head at once. it means holding two logically inco
14.
▲
by
billywhizz
5mo ago
how can you say "it ended up being a surprisingly good measure of the quality of the model for other tasks" and also "It should not be treated as a serious benchmark" in the same comment? if it is indeed a good measure o
15.
▲
by
billywhizz
5mo ago
you probably could have written the low stakes productivity app in a fraction of the time you wasted on this.
16.
▲
by
billywhizz
5mo ago
what's even more amazing is it took them two weeks to fix what must have been a pretty obvious bug, especially given who they are and what they are selling.
17.
▲
by
billywhizz
5mo ago
why do you find it surprising? these models have no actual understanding of anything, never mind the physical properties and capabilities of a bicycle.
18.
▲
by
billywhizz
6mo ago
SQL Server was very good and used in a lot of enterprises. ime the decision between Oracle and SQL Server tended to be down to whether the IT department or company was a "Microsoft Shop" or not. There were a lot of things that cam
19.
▲
by
billywhizz
6mo ago
the chinese can
20.
▲
by
billywhizz
7mo ago
that sounds way off. there is a big perf hit to async, but it appears to be roughly 100 nanoseconds overhead per call. when benchmarking you have to ensure your function is not going to be optimized away if it doesn't do anything or in
21.
▲
by
billywhizz
9mo ago
i played around with this a while back. you can see a demo here. it also lets you pull new WAL segments in and apply them to the current database. never got much time to go any further with it than this. https://just.billywhizz.i
22.
▲
by
billywhizz
9mo ago
> We are just dumber than them. you are, for sure.
23.
▲
by
billywhizz
9mo ago
is it not obvious? > These issues are present in the patches published last week. > The patches published last week are vulnerable. > If you already updated for the Critical Security Vulnerability, you will need to update again.
24.
▲
by
billywhizz
9mo ago
the OP was specifically about jetstream so i guess you just didn't read it?
25.
▲
by
billywhizz
10mo ago
is this really the best use case you could come up with? says it all really if so.
26.
▲
by
billywhizz
1y ago
> When a package in the npm registry has established provenance, it does not guarantee the package has no malicious code. Instead, npm provenance provides a verifiable link to the package's source code and build instructions, which
27.
▲
by
billywhizz
1y ago
if you want to look at existing implementations on top of kvm then these might be useful - rust-vmm is a core library for AWS' firecracker vmm. https://github.com/rust-vmm/kvm https://github.com/kv
28.
▲
by
billywhizz
1y ago
yes. most folks don't seem to understand this. but, you can get something approaching such guarantees if you are able to limit yourself to something as (seemingly) simple as updating a ledger. this approach is used in a lot of places w
29.
▲
by
billywhizz
1y ago
i can't see how these numbers can be anywhere near correct (nor the ones above). in JavaScript on an old Core i5 the overhead of a simple ffi call is on the order of 5 nanoseconds. on a recent x64/arm64 cpu it's more like 2 n
30.
▲
by
billywhizz
1y ago
is there anything good written up on this?
More ›