Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nick0garvey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
nick0garvey
3mo ago
Awesome. If you are not in touch with Maker Nexus (based out of Sunnyvale) already, please reach out! Would love to put you in touch with the administrators there on what they learned about successfully running a non-profit maker space.
2.
▲
by
nick0garvey
7mo ago
The final Greenhouse link doesn't work in this listing
3.
▲
by
nick0garvey
9mo ago
> Pipelined replication: the sequencer assigns a sequence number immediately and ships the event to replicas in parallel. Matching doesn't wait for the replicas to acknowledge. How is this avoiding data loss if the lead sequencer go
4.
▲
by
nick0garvey
1y ago
It says "PAID ONLY BY A RELATED FOR-PROFIT", which looks to be the Mozilla Corporation. Donations are not directly paying the CEO, although I agree more of the profits from the Corporation could flow into the non-profit.
5.
▲
by
nick0garvey
1y ago
Hold the lock and write a row with timestamp at the time you read. That row indicates you are the one processing the data and no one else should. When reading, abort the read if someone else wrote that row first. When you are finished proce
6.
▲
by
nick0garvey
2y ago
I'm not quite following. His argument appears to be: The replication system requires a backwards seek, Postgres does not support that operation, things break when that operation is attempted. I don't understand why replication wou
7.
▲
by
nick0garvey
2y ago
I took a Udacity class by Norvig [1] and my abilities as a programmer clearly were improved afterward. His code here demonstrates why. It is both shorter and much easier to understand than anything the LLMs generated. It is not always as ef
8.
▲
by
nick0garvey
2y ago
Morphy, one of the greatest players of all time, is famous for this. "The ability to play chess is the sign of a gentleman. The ability to play chess well is the sign of a wasted life."
9.
▲
by
nick0garvey
2y ago
There is also the deleteRecords API specifically for this. It's easier than the retention shrink -> increase dance, as it is a single API call and retention does not kick in immediately. The log segment must roll for retention to ap
10.
▲
by
nick0garvey
2y ago
I use this for everything at my house. I haven't add any issues.
11.
▲
by
nick0garvey
3y ago
I use NetworkX to build the graphs and Gephi to visualize them. No need to pick a single tool.
12.
▲
by
nick0garvey
3y ago
I also started to write a finite state machine for part 2 but found it too tedious to craft by hand. How did you do it?
13.
▲
by
nick0garvey
3y ago
His book "The Datacenter as a Computer: An Introduction to the Design of Warehouse-Scale Machines" was immensely valuable to me as I moved into datacenter management as a new-grad. RIP. https://research.google/pubs
14.
▲
by
nick0garvey
3y ago
This isn't unreasonable. ML workloads benefit from more computational time per request. Lower QPS = better results.
15.
▲
by
nick0garvey
3y ago
Can someone explain why the "no free lunch theorem" does not cause problems here? https://en.wikipedia.org/wiki/No_free_lunch_theorem
16.
▲
by
nick0garvey
3y ago
A lot of people in this thread point at motivation or mental health issues. The issue is likely not so complicated. You have forgotten how to focus. We live in a world where we are constantly distracted. This is forced on us. The apps we us
17.
▲
by
nick0garvey
3y ago
If Solano county votes this down, it dies. They need to sell it this way.
18.
▲
by
nick0garvey
3y ago
They show the benchmarks in the original post, a few pages down
19.
▲
by
nick0garvey
3y ago
Most of the attacks I see on Nordic devices are power based attacks, where cutting the power for a brief instant causes protection instructions not to run. This one is entirely different, and attacks the initialization code directly. This c
20.
▲
by
nick0garvey
3y ago
You say "don't suggest to buy some old Dell Optiplex from eBay" but I did exactly this. I spent $43.97 (which included shipping) for the Optiplex, added a 2 port NIC for $16.37, and it's been running my house great since
21.
▲
by
nick0garvey
3y ago
Aluminum alloys are also generally stronger than magnesium alloys.
22.
▲
by
nick0garvey
3y ago
Airplanes fit a more people into the same space than they used to.
23.
▲
by
nick0garvey
4y ago
I wouldn't say this is the most boring. In Python it is certainly an empty file. It was interesting to see the author work through the major obstacles one by one when writing a quine. Glad they didn't take the actual boring route!
24.
▲
by
nick0garvey
4y ago
I don't agree. A subset of high performance applications in a datacenter can use a new protocol while still supporting TCP for other applications. I'm not saying this is easy, or even worth it, but it isn't all or nothing.
25.
▲
by
nick0garvey
4y ago
This took me 14:02 on the first try. Definitely got faster as time went on but I found myself getting stuck on a few squares for no good reason. Starting from the destination and working toward the source helped.
26.
▲
by
nick0garvey
4y ago
Dating has a large emotional aspect. Using heavyweight management software for this kind of thing is ridiculous. If you need CRM to remind yourself of the emotional impact you had on a date, then some part of this process has gone horribly
27.
▲
by
nick0garvey
4y ago
I use the Run window for this same thing
28.
▲
by
nick0garvey
4y ago
Cloud services do go down and it's out of your control when they do. If something must work, you need redundancy. Kafka is often used for financial applications that must not miss events, so having a backup buffer is a reasonable strat
29.
▲
by
nick0garvey
4y ago
Interesting one liner but would like to see the colors it generates
30.
▲
by
nick0garvey
4y ago
I make heavy use of Soulver. Really quick way to do some quick calculations with good unit conversion. e.g. I can write hosts = 100; disk_space_used = 10MiB/s * hosts * 3 days as TiB And it works as expected. Powerful tool when doing c
More ›