Viewing profile — lann
lann
HN member- Joined
- Wed, Feb 25, 2009, 6:15 PM UTC
- HN karma
- 302
- Public activity
- 88 items
- HN profile
- View on Hacker News ↗
About lann
No profile information was provided.
Recent public activity
-
comment
Comment #45965647
Clearly they are referring to the years 1029 and 1032 (decimal). I just want to know what calendar system they're using...
-
comment
Comment #42409373
This comment really assumes you know the acronym LLM
-
comment
Comment #42367259
One specific example: many languages use randomized seeds in builtin dict/map types, leading to randomized iteration order.
-
comment
Comment #42229810
Sarcastic replies can be fine. Sarcastic replies when you clearly didn't read the article are just annoying.
-
comment
Comment #41052025
Nationally yes, but states can do it independently (piecemeal).
-
comment
Comment #41029164
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.
-
comment
Comment #41028770
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…
-
comment
Comment #38263383
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…
-
comment
Comment #32772083
https://github.com/WebAssembly/component-model
-
comment
Comment #31528610
It is probably an error message on a very unlikely failure path / assertion. Those sorts of messages are effectively just comments.
-
comment
Comment #31469746
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)
-
comment
Comment #31298677
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...
-
comment
Comment #30306194
To this specific point, SCIFs ( https://en.m.wikipedia.org/wiki/Sensitive_compartmented_info... ) are (allegedly) protected by faraday cages.
-
comment
Comment #30120153
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 …
-
comment
Comment #27572951
> 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…
-
comment
Comment #27472283
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 (c…
-
comment
Comment #26742478
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 tha…
-
comment
Comment #26742345
> aren’t commits isomorphic to diffs? Nearly, though renames are only approximately extracted from the snapshots.
-
comment
Comment #24936126
You could trigger on any keypress on a first-time site.
-
comment
Comment #24222687
Fiduciary duty does not mean "must make money at the expense of all other considerations".
-
comment
Comment #24222680
> 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.
-
comment
Comment #23803918
It's worth noting that you are the author of RON :)
- comment
-
comment
Comment #23240557
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.
-
comment
Comment #23063135
Sounds familiar, but Xcode does actually provide a bunch of CLI tools...