Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lann
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lann
7d ago
Yes.
2.
▲
by
lann
10mo ago
Clearly they are referring to the years 1029 and 1032 (decimal). I just want to know what calendar system they're using...
3.
▲
by
lann
2y ago
This comment really assumes you know the acronym LLM
4.
▲
by
lann
2y ago
One specific example: many languages use randomized seeds in builtin dict/map types, leading to randomized iteration order.
5.
▲
by
lann
2y ago
Sarcastic replies can be fine. Sarcastic replies when you clearly didn't read the article are just annoying.
6.
▲
by
lann
2y ago
Nationally yes, but states can do it independently (piecemeal).
7.
▲
by
lann
2y ago
Top-2 is a primary system, not a voting system. When combined with (essentially a generalized version of) FPTP you get most of the same problems.
8.
▲
by
lann
2y ago
Or actually radical: switch from our terrible first-past-the-post voting system to - say - ranked choice (or one of many alternatives; they're almost all better than fptp) and then primaries won't be so important and parties won&#
9.
▲
by
lann
3y ago
The answer depends on the specific CRDT algorithm in use. For complex data structures like the ones behind collaborative text editing your intuition that the updates end up looking hierarchical is generally correct.
10.
▲
by
lann
4y ago
https://github.com/WebAssembly/component-model
11.
▲
by
lann
4y ago
It is probably an error message on a very unlikely failure path / assertion. Those sorts of messages are effectively just comments.
12.
▲
by
lann
4y ago
I looked at a bunch a while back and found this to be a nice middle ground with a usable mobile interface: https://floorplancreator.net/ Paid version can export to DXF (AutoCAD)
13.
▲
by
lann
4y ago
Yes, on most[1] hardware: https://chromeos.dev/en/linux [1] Released since 2019 plus these: https://sites.google.com/a/chromium.org/dev/chromium-os/chro...
14.
▲
by
lann
5y ago
To this specific point, SCIFs ( https://en.m.wikipedia.org/wiki/Sensitive_compartmented_info... ) are (allegedly) protected by faraday cages.
15.
▲
by
lann
5y ago
A bit of a tangent, but board members (and company officers) do not in general have a specific duty to maximize shareholder profit. They have a duty of care (think carefully about decisions) and a duty of loyalty (act in the best interest
16.
▲
by
lann
5y ago
> Psuedo-RNGs typically use an algorithm (such as a hash) which is very hard to reverse. Note that this is only necessarily a property of Cryptographically Secure PRNGs. Some PRNGs are not designed to be difficult to predict at all.
17.
▲
by
lann
5y ago
I don't know much about Lagrange points specifically, but it sounds like this one is an "unstable equilibrium". Even if you could park on exactly the right point, any tiny force (changing gravitational pull of other planets,
18.
▲
by
lann
5y ago
There is a `git mv` command that means "rename". Git could (even with its current data model) explicitly annotate commits with this intent, but doesn't. I don't know how useful that would be compared to the current heu
19.
▲
by
lann
5y ago
> aren’t commits isomorphic to diffs? Nearly, though renames are only approximately extracted from the snapshots.
20.
▲
by
lann
6y ago
You could trigger on any keypress on a first-time site.
21.
▲
by
lann
6y ago
Fiduciary duty does not mean "must make money at the expense of all other considerations".
22.
▲
by
lann
6y ago
> Brigade has a duty to its investors to fight tooth and nail to keep this money What kind of duty? Not a legal one, I think.
23.
▲
by
lann
6y ago
It's worth noting that you are the author of RON :)
24.
▲
by
lann
6y ago
Check out zerotier; I've been looking at similar p2p techniques and ZT does a good job of packaging them all up with a relaying fallback.
25.
▲
by
lann
6y ago
Sounds familiar, but Xcode does actually provide a bunch of CLI tools...
26.
▲
by
lann
6y ago
> something consumable ESP8266s can be had for ~$1...
27.
▲
by
lann
7y ago
You are misunderstanding what you are seeing. The Z does not represent a literal Z in parsing/formatting. https://play.golang.org/p/Qp-bBtzKpG-
28.
▲
by
lann
7y ago
Go has an unusual way of specifying date formats. The "example" timestamp is a format spec and I believe the 'Z' will correctly handle offset signs. From the docs: Replacing the sign in the format with a Z triggers the I
29.
▲
by
lann
7y ago
If the sleep is some kind of busy wait then I think it is something like O(m*n) where m=max number. If it is scheduled by the kernel then the complexity is hidden in the scheduling algorithm.
30.
▲
DoorDash Data Leak; 4.9 Million Customers affected
(blog.doordash.com)
6 points
by
lann
7y ago
|
0 comments
More ›