Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbrot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Recreating My Email Server with Claude
(jbrot.com)
5 points
by
jbrot
8mo ago
|
0 comments
2.
▲
by
jbrot
2y ago
At first glance, this looks pretty similar to the Bob Lee murder last year. I find it interesting and a little surprising how different the reaction and coverage has been
3.
▲
Torrent of Hate for Health Insurance Industry Follows CEO's Killing
(nytimes.com)
116 points
by
jbrot
2y ago
|
294 comments
4.
▲
by
jbrot
2y ago
The article claims that the daylight savings transition happens at 11pm in pacific time. However, my understanding is that this transition should happen at 2 am for all us time zones. Where is 11pm coming from?
5.
▲
by
jbrot
2y ago
One of the coolest things about this demo is that the token generation runs on a single node using just 8 RDUs (SambaNova’s chip). Disclosure: I work at SambaNova and was part of the team that made this
6.
▲
Show HN: Sambaverse – Run Open Source Models Side-by-Side
(sambaverse.sambanova.net)
10 points
by
jbrot
3y ago
|
0 comments
7.
▲
by
jbrot
3y ago
My main takeaway is that you can easily 3D print a small device that converts a semiautomatic gun into a fully automatic gun, and apparently having one of these devices (a “switch”) has become a status symbol
8.
▲
Inexpensive Add-On Spawns a New Era of Machine Guns
(nytimes.com)
5 points
by
jbrot
3y ago
|
4 comments
9.
▲
A Big Small Leap Forward in Graph Theory
(quantamagazine.org)
2 points
by
jbrot
3y ago
|
0 comments
10.
▲
Stealing Private Variables in C++
(jbrot.com)
2 points
by
jbrot
4y ago
|
0 comments
11.
▲
by
jbrot
4y ago
The section on marijuana is particularly interesting. You are apparently allowed to deduct ordinary business expenses, even if the business in question is illegal. However, Congress has explicitly disallowed these deductions in the case of
12.
▲
by
jbrot
5y ago
Another excellent article from Amos digging into the minutiae of how executables work!
13.
▲
by
jbrot
5y ago
From the title I was expecting something about Op Sec, but the article is actually about “show, don’t tell” i.e. that it’s really hard to have people “get it” without letting them experience “it” for themselves
14.
▲
Physicists Probe the Size Limits of the Quantum World
(quantamagazine.org)
2 points
by
jbrot
5y ago
|
0 comments
15.
▲
by
jbrot
5y ago
From the underlying paper[1], I found this excerpt: “The photocurrent or the short-circuit current density (JSC) extracted from BTO is around 0.415 μA/cm2. … The JSC value from SBC555 is around 11.03 μA/cm2 and is about 25 times h
16.
▲
by
jbrot
5y ago
If you haven't read it yet, Neal Stephenson's Snow Crash is an excellent novel that explores something along those lines
17.
▲
by
jbrot
5y ago
Very surprising to see this headline (although I doubt it will come to pass). Given recent movements towards ending the war on drugs (e.g., legalizing Marijuana), it seems rather hypocritical to then try and ban cigarettes. Admittedly this
18.
▲
by
jbrot
5y ago
Perhaps I missed this discussion in the article, but what are the theoretical advantages of these organic transistors over the traditional CMOS transistors motivating this research?
19.
▲
by
jbrot
5y ago
My understanding is that underground is a constant 50-60°F — wouldn’t that provide a heat difference?
20.
▲
Ocado’s Automated Grocery Warehouse
(youtube.com)
1 points
by
jbrot
5y ago
|
0 comments
21.
▲
by
jbrot
5y ago
It means using `git merge --squash` which performs a normal merge but then instead of adding a merge commit, it just makes a single regular commit with the changes.
22.
▲
by
jbrot
5y ago
> Programmer discipline doesn’t scale Thank you for putting this so eloquently. This has basically been the sole tenet of my programming philosophy for several years, but I’ve never been able to put it into words before.
23.
▲
by
jbrot
5y ago
Glad to hear there’s a solution for this! Thanks for responding :)
24.
▲
by
jbrot
5y ago
Very neat project! One question about content addressed programs: how does this play out with types that are structurally equivalent but semantically distinct? For instance, assuming C definitions, an integer and a file descriptor have the
25.
▲
by
jbrot
5y ago
We have a suite of about two thousand integration tests and we run each test in its own docker container for isolation purposes. Multiply by 500 jobs a day and you get to a million containers.
26.
▲
by
jbrot
5y ago
I know the CICD code I wrote and manage at work launches approximately a million docker containers a day, so I suspect the total number of docker containers used per day is well into the billions.
27.
▲
by
jbrot
5y ago
I encountered the project in this article about separation logic [1]. I figured the above project would be more relevant to the HN community, though. [1] https://dl.acm.org/doi/pdf/10.1145/3211968
28.
▲
Facebook’s Infer Static Analyzer
(fbinfer.com)
1 points
by
jbrot
5y ago
|
1 comments
29.
▲
Google to let Android users opt out of ad tracking, following Apple
(straitstimes.com)
1 points
by
jbrot
5y ago
|
1 comments
30.
▲
by
jbrot
5y ago
Small correction: the definition you shared is that of “uniform continuity” [1] not “absolute continuity” [2]. Absolute continuity is a slightly stronger condition where instead of providing a single (x1, x2) pair with |x1 - x2| < delta,
More ›