Viewing profile — zerker2000
zerker2000
HN member- Joined
- Wed, Jul 23, 2014, 4:51 AM UTC
- HN karma
- 37
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About zerker2000
No profile information was provided.
Recent public activity
-
comment
Comment #35932839
pulling the concrete friction-report referenced in the reply https://news.ycombinator.com/item?id=35316159 (these are not necessarily the same issues, but at least similar-sounding…
-
comment
Comment #28899484
I wish any of these projects(obsidian, logseq, Roam) supported WikiWord autolinks alongside [[Mediawiki]] ones. See also: https://apenwarr.ca/log/20100901
-
comment
Comment #25732835
I believe GP is referring to government legal action against Parler for "helping" organize lynch mobs. Extralegal retribution from oligopolistic service providers is of course also…
-
comment
Comment #24173942
Ah, I see ILang deals with the issue by… not having a name binding primitive, making you SKI-calculus your arguments into place. (Compare the piles of roll-swap-dup you get in varl…
-
comment
Comment #24173496
> Parentheses may be used to specify the order, but there's a (usually) better way as well: whitespace! Fewer spaces means the function will be executed earlier. Oh man, that is a …
-
comment
Comment #24172809
I've always been curious one decision pervading various APL: what are the relative merits of right to left evaluation order, vs more conventional left-to-right method chains? The c…
-
comment
Comment #22280687
That's a question for PR review, not what intermediate states they can push to their own branches
-
comment
Comment #20192679
> there will doubtless need to be some alternative channel for events that need to preventDefault, most notably clicking on links that should route instead, and form submit; I’m no…
-
comment
Comment #20192454
I think the one shown on hover is `title` text?
-
comment
Comment #17552733
https://technomancy.itch.io/bussard is a game about UI-building over low-level spaceship controls/sensors
-
comment
Comment #16397885
> None of this is to say that it’s impossible to design a macro system for languages with non-Lispy syntax For me this was most poignantly demonstrated by https://chrisdone.com/z/
-
comment
Comment #15305294
These examples do not appear to have been run. const jwt = require('jonwebtoken')
-
comment
Comment #15133984
For "you ran some sort of permission check" I'm a great fan of the React.js `dangerouslySetInnerHTML` interface, which accepts a corresponding `{__html: ...}` object that has at le…
-
comment
Comment #13039424
"Almost" doesn't count for security. Android is a known insecure platform, don't allow things running on the platform to open people's cars.
-
comment
Comment #12818458
Instead of thousands of debugger options, let's have a magic tool where you click on the thing that's going wrong. There are reasons for the thousands of options though! Like, "deb…
-
comment
Comment #12448684
If you're listening via AirPods, you can't charge the AirPods
-
comment
Comment #11350258
Non-atomic writes to a single memory location, from what may well be separate cores etc, happen essentially at random due to out-of-order execution. What are the downsides to using…
-
comment
Comment #11236482
Love the quine "difficult mathematical type exercise". I wonder if there's a better solution than the naive: ((lambda (src) (cons (cons (quote lambda) (cons (quote (src)) src) (con…
-
comment
Comment #10435837
Or for that matter http://urbit.org/home/pub/docs/user , which is a simple-html rendering of the OP link. Some of the pages require JS to list children components, however.
-
comment
Comment #9959660
I'm still holding out for Homomorphic Encryption.
-
comment
Comment #9931781
http://rbutr.com is a contradiction-focused social plugin for linking pages together, I'm not sure how widely used.
-
comment
Comment #9931734
I think the article is too eager to dismiss hotspot-style links, valid as its point about multiple connections may be. The solution I'd prefer would be something like Medium-style …
-
comment
Comment #8970629
it solves a lot of the problems that CoffeeScript is trying to solve without drastic syntax changes. I cannot speak to authorial intent, but for me the majority of the problems Cof…
-
comment
Comment #8808799
The requirement is that they are sortable, nothing about the numbers reflecting the actual order of proposals (inasmuch as uncommitted actions in a distributed system can be consid…
-
comment
Comment #8581982
I'm not sure much strictly non-lapidary hoon exists, but for samples marginally less lapidary than the kernel, I would like to point you to a simple algorithm translation at https:…