It's because of the sybil problem. If accounts are globally unique, then a bad actor can register as many accounts as they want, and can do things like e.g. reserve other people's usernames and charge real money to have…
That is why modern spellmakers have the tlateochihualapaztli, or the Metaspell, in which other spells can be cast and isolated from the outside world, and their effects recorded and carefully combed through for…
The type problem is starting to be solved by flakes; the equivalent to the type `operating-system` is the type `nixpkgs.lib.nixosSystem`. To analyze a NixOS system configuration, I look for all modifications to the…
Relativity already has the inability to distinguish between past and future states built in: https://en.wikipedia.org/wiki/Relativity_of_simultaneity I have no idea how 2D time would work, though.
The conscious part of that system is the interpretation, not the bar itself. You have skipped directly over the observer, who is actually performing the conscious computation. Think about how you would actually write a…
I like Scott Aaronson's response[1] to the argument: > So, class, how might a strong AI proponent respond to this argument? Duh: you might not understand Chinese, but the rule book does! Or if you like, understanding…
xkcd did a What-If on this: https://what-if.xkcd.com/146/ TL;DR: It will not happen. You would need to throw on the order of a thousand Earth-masses to even get close to neutralizing Jupiter's orbit. All processes in…
This sounds interesting - could you elaborate further on how rejection sampling "fails" on LuaJIT?
You don't need LD_PRELOAD; the ptrace mechanism by itself can intercept system calls and modify them on the fly.
XCodeCode? :)
27/30. You can tell the AI ones because they don't look like they were made with the same constraints as a human; they merge, distort, twist together lines, shapes, and colors, rather than have images split into the…
> they also take a lot of time and effort to produce This is a case of bad tooling, not an intrinsic fact. https://www.joshwcomeau.com/css/understanding-layout-algorit... is an article that could have easily been…
But that article is exactly what we want on the internet. It's the kind of interactive teaching demonstrations that forward looking educators have been thinking about for decades. It's not bloated or overdone; it…
Where would https://ciechanow.ski/mechanical-watch/ fall? In the document web or the application web?
Using print debugging/strace/valgrind/etc, you're looking at the evolution over time of particular components of program state. Using a debugger, you're looking at all components of program state at particular time…
For debugging, check out nvim-dap. It uses the same protocol as VSCode for debugging.
Check out /r/subsimulatorgpt2.
> xp I always thought the fact that Vim had automatic buffer copying and forced me to use "0p instead of p was really annoying. Looks like there is an actual reason for it after all :)
My life may not be the most important time to other people, but it is the most important time to me. Importance is relative.
Infinite loops are considered undefined behaviour in C++.
For JSON pretty printing I generally use jq (`cat foo.json | jq`). It highlights and indents the output, and it's easy to add a filter.
Who's "people"? The state? A democratic vote? The individual? The problem with mosquito-borne diseases is that they're non-consensual. People have a right to live without mosquito-borne disease.
For Linux, look at the eBPF tools - they're really useful[0]. I've used them to troubleshoot annoying problems before, and they're far more practical to use than the usual `strace -f ./program` dance. Troubleshooting…
Could it be possible to infer optional colors from the environment? You denote that the color is optional in the function's type signature, and inside the body of the function, you have a construct that lets you execute…
It's not that bad in my opinion? I just middle click to open each link in a new tab. I can read the new tab, close it, leave it open, whatever. The links I've already clicked will turn purple, meaning I can easily see…
It's because of the sybil problem. If accounts are globally unique, then a bad actor can register as many accounts as they want, and can do things like e.g. reserve other people's usernames and charge real money to have…
That is why modern spellmakers have the tlateochihualapaztli, or the Metaspell, in which other spells can be cast and isolated from the outside world, and their effects recorded and carefully combed through for…
The type problem is starting to be solved by flakes; the equivalent to the type `operating-system` is the type `nixpkgs.lib.nixosSystem`. To analyze a NixOS system configuration, I look for all modifications to the…
Relativity already has the inability to distinguish between past and future states built in: https://en.wikipedia.org/wiki/Relativity_of_simultaneity I have no idea how 2D time would work, though.
The conscious part of that system is the interpretation, not the bar itself. You have skipped directly over the observer, who is actually performing the conscious computation. Think about how you would actually write a…
I like Scott Aaronson's response[1] to the argument: > So, class, how might a strong AI proponent respond to this argument? Duh: you might not understand Chinese, but the rule book does! Or if you like, understanding…
xkcd did a What-If on this: https://what-if.xkcd.com/146/ TL;DR: It will not happen. You would need to throw on the order of a thousand Earth-masses to even get close to neutralizing Jupiter's orbit. All processes in…
This sounds interesting - could you elaborate further on how rejection sampling "fails" on LuaJIT?
You don't need LD_PRELOAD; the ptrace mechanism by itself can intercept system calls and modify them on the fly.
XCodeCode? :)
27/30. You can tell the AI ones because they don't look like they were made with the same constraints as a human; they merge, distort, twist together lines, shapes, and colors, rather than have images split into the…
> they also take a lot of time and effort to produce This is a case of bad tooling, not an intrinsic fact. https://www.joshwcomeau.com/css/understanding-layout-algorit... is an article that could have easily been…
But that article is exactly what we want on the internet. It's the kind of interactive teaching demonstrations that forward looking educators have been thinking about for decades. It's not bloated or overdone; it…
Where would https://ciechanow.ski/mechanical-watch/ fall? In the document web or the application web?
Using print debugging/strace/valgrind/etc, you're looking at the evolution over time of particular components of program state. Using a debugger, you're looking at all components of program state at particular time…
For debugging, check out nvim-dap. It uses the same protocol as VSCode for debugging.
Check out /r/subsimulatorgpt2.
> xp I always thought the fact that Vim had automatic buffer copying and forced me to use "0p instead of p was really annoying. Looks like there is an actual reason for it after all :)
My life may not be the most important time to other people, but it is the most important time to me. Importance is relative.
Infinite loops are considered undefined behaviour in C++.
For JSON pretty printing I generally use jq (`cat foo.json | jq`). It highlights and indents the output, and it's easy to add a filter.
Who's "people"? The state? A democratic vote? The individual? The problem with mosquito-borne diseases is that they're non-consensual. People have a right to live without mosquito-borne disease.
For Linux, look at the eBPF tools - they're really useful[0]. I've used them to troubleshoot annoying problems before, and they're far more practical to use than the usual `strace -f ./program` dance. Troubleshooting…
Could it be possible to infer optional colors from the environment? You denote that the color is optional in the function's type signature, and inside the body of the function, you have a construct that lets you execute…
It's not that bad in my opinion? I just middle click to open each link in a new tab. I can read the new tab, close it, leave it open, whatever. The links I've already clicked will turn purple, meaning I can easily see…