Viewing profile — hlasdjlfhalwjk
hlasdjlfhalwjk
HN member- Joined
- Tue, Dec 03, 2019, 3:56 PM UTC
- HN karma
- 33
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About hlasdjlfhalwjk
No profile information was provided.
Recent public activity
-
comment
Comment #28300538
> I'm always afraid I will be missing part of the text or the pictures As for missing pictures, my argument is, either the text is referring to an image that cannot be seen in read…
-
comment
Comment #28155345
An old version is available here: http://arclanguage.org/install I assume the current version is still written in Arc (Paul Graham created the language) but differs from that versi…
-
comment
Comment #27832161
I wasn't aware, such a list existed. Thanks for the link!
-
story
Ask HN: Undiscovered Easter Eggs
Are there any easter eggs you put into soft- or hardware, that were never discovered? This is the place to let us know about your work.
-
comment
Comment #27192192
IIRC civil GPS chips won't work above a specific altitude or when moving above some speed limit. I think the idea was to prevent people from guiding missiles using those chips.
-
comment
Comment #27115296
If you follow security best practices, you have append-only backups that you can use to restore the encrypted data and don't need insurance at all...
-
comment
Comment #26942955
Didn't know that. Thanks for clarifying.
-
comment
Comment #26860380
Wallabag only stores links. ArchiveBox archives a snapshot of the actual content of a page at a specific point in time.
-
comment
Comment #26179928
That's kinda the point. Most drugs are not bad/evil in themselves. They can be used irresponsibly. Many classic drugs (as opposed to research chemicals which introduce small molecu…
-
comment
Comment #26179323
Switzerland started a program in 1995 where they give medical grade heroin to people suffering from addiction. From the people taking part in this program, none have died from hero…
-
comment
Comment #25915663
Doesn't GDPR require opt-in for tracking? So as long as you didn't interact with the banner, _every_ page load should take ~60s?
-
comment
Comment #25820244
A little bit more than 100 LoC (`cloc lib bin` gives me 147 lines of Ruby) but still nice work.
-
comment
Comment #25670342
In the past, zom was a XMPP client [0]. From what I can see on GitHub, the new version builds on Matrix [1], so there shouldn't be a separate answer for zom. [0]: https://chatsecur…
-
comment
Comment #24107171
Some Rust libraries use a trick to make sum types extensible without introducing breaking changes when a new invariant is added. There is a private/undocumented invariant in the ty…
-
comment
Comment #23690162
Bitcoin is pseudonymous. Every member can be uniquely identified but if you are careful not to link your pseudonym (e.g. wallet address) to any personally identifiable information,…