Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drwiggly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
drwiggly
1y ago
Voting with your wallet does work, possibly others don't share in your tastes.
2.
▲
by
drwiggly
1y ago
The publisher can't do that. No one can tell the future.
3.
▲
by
drwiggly
1y ago
This looks to be an in memory db, with a wasm runtime to host domain logic. The hand wavy part was how do they handle scale and clustering? Are we sharding the data our selves (atm it seems so.). This is nice and all but the hard part is re
4.
▲
by
drwiggly
2y ago
From what I'm gathering. Alice measures at angle X, gets value V1 Calls Bob on the phone, okay I measured angle X. Bob measures at angle X, also gets value V1 Bob measures at angle Y, gets value V2. Bob calls Alice back
5.
▲
by
drwiggly
3y ago
Its the new delorean.
6.
▲
by
drwiggly
3y ago
>Really for LLMs you just need to have the model put it's output to an internal buffer, read that buffer and make sure it makes sense, then output that to the end user. Makes sense to what. The LLM doesn't have a goal, other th
7.
▲
by
drwiggly
3y ago
This language is interesting. General usability might be a bit away? Higher RAII is something that would be nice in C++ too.
8.
▲
by
drwiggly
3y ago
Every user/client operation is serial.
9.
▲
by
drwiggly
3y ago
Yeah but the Dems were in majority.
10.
▲
by
drwiggly
3y ago
start transaction; select id from users where id = ? for update; if row_count() < 1 then raise 'no user' end if; insert into sub_resource (owner, thing) values (?, ?); commit; ??
11.
▲
by
drwiggly
4y ago
Its not the same. Anything in the nursery can cause cancellation of all async work. Cancellation is safe to unwind in all workers by scope exit rules. Completion is just a type of cancellation. Spawn 10 workers to lookup Dog in 10 different
12.
▲
by
drwiggly
4y ago
Can you diff them?
13.
▲
by
drwiggly
4y ago
Its just cargo culting. A lot of programming advice/processes are fuzzy in a wider context. Generally they came to be in a specific context. Relating that context is hard. Eventually its picked up as a fad and spread around, just like
14.
▲
by
drwiggly
5y ago
This is postulating cultural breakage is in some part due to the latest round of high achievers being detached and not paying attention to the community at large. Its an American right of passage "I got mine". I'd say its mor
15.
▲
by
drwiggly
5y ago
Is it possible to think of.. the roundness on the front disrupting the airflow over the top causing air to become turbulent and less dense on the top. Where as the air flow under the wing high higher relative density and the wing will rise
16.
▲
by
drwiggly
5y ago
Well in this case of a video game. There was a loader loading the image into ram then hot patching it. They deemed the loader copying it into ram was copying. IANAL but sometimes they take the term copying very literally.
17.
▲
by
drwiggly
5y ago
They do state, copy-write isn't the same in the programming world. Programming is always functional in nature, unlike a book.
18.
▲
by
drwiggly
6y ago
The problem with your calling this example out, is that people will believe this stuff if down the rabbit hole enough. Jan 20th Biden and Harris were supposed to be arrested and their pedo evidence was suppose to be shown to all, along with
19.
▲
by
drwiggly
6y ago
RCV/IRV does not this promote more moderate candidates, from any given party.
20.
▲
by
drwiggly
6y ago
Taxes made them pretty expensive.
21.
▲
by
drwiggly
6y ago
Most databases have introspection capability, via sql. These tools should be using that. We shouldn't be making delta files, just check in schema defs along with normal code. The "migration" will consume the schema defs and g
22.
▲
by
drwiggly
6y ago
How many of those factors spread on accident vs personal choice? ~300,000,00 in the US ~2% death rate .. 6,000,000? Is that enough bodies?
23.
▲
by
drwiggly
6y ago
Sure but the end user of this product doesn't know or care about the parts. This matters to those of us in the plumbing business and those businesses that would hire us to do their plumbing.
24.
▲
by
drwiggly
6y ago
That isn't the same. After you raised your kid you don't control their environment. Does an environment contribute to individuals actions? Consider the thin blue line. Populations under duress and their cooperation with authoritie
25.
▲
by
drwiggly
6y ago
Ask them live support your app, esp code they didn't write. Or some kind of dev log from the ops people hunting down their bugs. Tricky fun frameworks then become a pita.
26.
▲
by
drwiggly
6y ago
Uh tried to order stuff from a "service". Nothing was ever able to be scheduled two months ago. Would rather kinda goes out the window if you can't even get delivery service.
27.
▲
by
drwiggly
6y ago
It talks about two processes that happen. The first is cells emit a signal to other cells that it's infected, which causes the cell receiving the signal to shutdown replication facilities. The second message sends out a call for the co
28.
▲
by
drwiggly
6y ago
I like the part about transactions ignoring settings.
29.
▲
by
drwiggly
6y ago
I was always curious if a p2p hosted game with host log shipping to a "validation" server would work for a game. People could run a tournament but validation servers would reject or accept a game. Not sure if humans would go for t
30.
▲
by
drwiggly
6y ago
Action games can't be server side fully. Latency would make the game unworkable. So you'll get wall hacks and speed hackers, and aim bots, and trigger bots. You can ban them post facto but its a continual cat and mouse game with d
More ›