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 ones I found by googling) • widgets…
I wish any of these projects(obsidian, logseq, Roam) supported WikiWord autolinks alongside [[Mediawiki]] ones. See also: https://apenwarr.ca/log/20100901
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 allowed by law, that just doesn't make…
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 varless forth dialects, though not as bad…
> 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 fascinating idea I've played around…
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 core principles are incredibly elegant,…
That's a question for PR review, not what intermediate states they can push to their own branches
> 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 not sure how that will work. Naively I…
I think the one shown on hover is `title` text?
https://technomancy.itch.io/bussard is a game about UI-building over low-level spaceship controls/sensors
> 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/
These examples do not appear to have been run. const jwt = require('jonwebtoken')
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 least nominally been properly vetted.
"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.
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, "debug this specific object" or "breakpoint…
If you're listening via AirPods, you can't charge the AirPods
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 the value from the last thread…
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) (cons (quote quote) src) (quote (cons (cons…
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.
I'm still holding out for Homomorphic Encryption.
http://rbutr.com is a contradiction-focused social plugin for linking pages together, I'm not sure how widely used.
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 inline comments, where the immediate…
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 CoffeeScript(and moreso LiveScript) solves…
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 considered to be ordered). Concatenating…
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…
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 ones I found by googling) • widgets…
I wish any of these projects(obsidian, logseq, Roam) supported WikiWord autolinks alongside [[Mediawiki]] ones. See also: https://apenwarr.ca/log/20100901
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 allowed by law, that just doesn't make…
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 varless forth dialects, though not as bad…
> 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 fascinating idea I've played around…
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 core principles are incredibly elegant,…
That's a question for PR review, not what intermediate states they can push to their own branches
> 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 not sure how that will work. Naively I…
I think the one shown on hover is `title` text?
https://technomancy.itch.io/bussard is a game about UI-building over low-level spaceship controls/sensors
> 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/
These examples do not appear to have been run. const jwt = require('jonwebtoken')
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 least nominally been properly vetted.
"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.
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, "debug this specific object" or "breakpoint…
If you're listening via AirPods, you can't charge the AirPods
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 the value from the last thread…
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) (cons (quote quote) src) (quote (cons (cons…
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.
I'm still holding out for Homomorphic Encryption.
http://rbutr.com is a contradiction-focused social plugin for linking pages together, I'm not sure how widely used.
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 inline comments, where the immediate…
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 CoffeeScript(and moreso LiveScript) solves…
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 considered to be ordered). Concatenating…
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…