I wish the JS pipeline operator hadn't stalled; it's been stuck in stage 2 for four years now: https://github.com/tc39/proposal-pipeline-operator
> You can also set this in your browser with the _reduce motion_ parameter. Unfortunately there's no way to set this per-site, at least in Chrome. Similarly, if you disable animations in Windows, you also disable all…
UUID[0] has a specific meaning. I thought for a second that you were generating UUIDs but in a different base so as to make them more compact, like short-uuid[1] does, but judging by the code that doesn't look to be the…
I'm convinced that a lot of people see Fork as a "retweet" button. Would be a lot better if it showed the number of forks that actually have changes instead.
Can I ask what you find tiresome, specifically? If it's because you have tons of repos, there's a little-known git feature where you can set the config for all repos in a directory, so that e.g. ~/work/* uses your work…
> types are deferred until parse time; the app knows what it wants. Thank you! Types have no business in a configuration format when the app already has a defined schema. Most formats try to convey all of the…
Flagged. OP has posted this to Show HN five times in the past month.
Q# docs: https://learn.microsoft.com/en-us/azure/quantum/qsharp-overv... Playground/simulator: https://quantum.microsoft.com/en-us/tools/quantum-coding
I thought the whole point of the domain verification system was to not rely on checkmarks -- a system which has already been proven to be easily abused and not scale
No, I wish I could read it without two unrelated autoplaying videos covering my phone screen, leaving only two or three lines of visible text, followed by a popup to get me to subscribe suddenly appearing while I'm…
File explorer. I put them in separate folders so their files aren't all jumbled together /s Can you clarify what you mean by "manage projects"? If you mean issue tracking / notes, I sometimes use github issues, but most…
There's a whole series of these, including cryptography![0] Probably shouldn't be linking to a pirated book though. There are previews on Amazon[1], and on the US publisher's site you can read the entire chapter on…
What are the legal consequences of this, if code containing IP/secrets was exfiltrated without consent? (Assuming the ToS doesn't simply allow them to do anything they want with your code.)
Wat. DRM for hard drives? It's like Synology got out of bed this morning and thought they were HP. I'm not usually one to call for boycotts... but this shouldn't be tolerated.
> Beta Testers Say It's One of the Best These sorts of titles are generally unwelcome here.
I don't get why people keep trying to make llms.txt happen. Use the standards that already exist. 1. sitemap.xml says /foo exists 2. LLM requests /foo with: Accept: text/markdown, text/html;q=0.9 3. Site responds with a…
All it does is open DuckDuckGo in a new tab with the search query preceded by a backslash, which is DDG's "I'm feeling lucky" shortcut... I might as well just make DDG my new tab page. I see in the source there's a…
Could this have been installed by a Docker Desktop update, perhaps?
I know, but it's that last bit: it shouldn't be possible to bypass it. C# actually got itself into a similar issue despite being a proper static language, because when it added "nullable reference types" (where you…
I was thinking more along the lines of a TypeScript-like compiled language. For example, AssemblyScript[0] but with the web APIs added back in. (Personally I'd prefer C# or Rust, but you know most devs will want to keep…
I love not needing tsnode anymore. Just wish it'd do type-checking, since without that we still need to install typescript separately. Add onto that a linter/formatter... meanwhile Deno does all of that natively. Node…
Technical description: https://github.com/simplex-chat/simplexmq/blob/master/protoc...
https://archive.is/0vfWF This article is a huge nothing-burger that seems to hinge on the sentence "some would-be AI sleuths claim that the em dash is seldom seen outside of AI text," which is just plain nonsense.
Another often-underappreciated advancement was the UAC added in Vista. People hated it, but viruses and rootkits were a major problem for XP.
If you use stable diffusion to make an image, are you "drawing"? Coding is the act of writing code. Prompting an AI until it poops out a half-working product is not writing code. Having the editor/copilot generate some…
I wish the JS pipeline operator hadn't stalled; it's been stuck in stage 2 for four years now: https://github.com/tc39/proposal-pipeline-operator
> You can also set this in your browser with the _reduce motion_ parameter. Unfortunately there's no way to set this per-site, at least in Chrome. Similarly, if you disable animations in Windows, you also disable all…
UUID[0] has a specific meaning. I thought for a second that you were generating UUIDs but in a different base so as to make them more compact, like short-uuid[1] does, but judging by the code that doesn't look to be the…
I'm convinced that a lot of people see Fork as a "retweet" button. Would be a lot better if it showed the number of forks that actually have changes instead.
Can I ask what you find tiresome, specifically? If it's because you have tons of repos, there's a little-known git feature where you can set the config for all repos in a directory, so that e.g. ~/work/* uses your work…
> types are deferred until parse time; the app knows what it wants. Thank you! Types have no business in a configuration format when the app already has a defined schema. Most formats try to convey all of the…
Flagged. OP has posted this to Show HN five times in the past month.
Q# docs: https://learn.microsoft.com/en-us/azure/quantum/qsharp-overv... Playground/simulator: https://quantum.microsoft.com/en-us/tools/quantum-coding
I thought the whole point of the domain verification system was to not rely on checkmarks -- a system which has already been proven to be easily abused and not scale
No, I wish I could read it without two unrelated autoplaying videos covering my phone screen, leaving only two or three lines of visible text, followed by a popup to get me to subscribe suddenly appearing while I'm…
File explorer. I put them in separate folders so their files aren't all jumbled together /s Can you clarify what you mean by "manage projects"? If you mean issue tracking / notes, I sometimes use github issues, but most…
There's a whole series of these, including cryptography![0] Probably shouldn't be linking to a pirated book though. There are previews on Amazon[1], and on the US publisher's site you can read the entire chapter on…
What are the legal consequences of this, if code containing IP/secrets was exfiltrated without consent? (Assuming the ToS doesn't simply allow them to do anything they want with your code.)
Wat. DRM for hard drives? It's like Synology got out of bed this morning and thought they were HP. I'm not usually one to call for boycotts... but this shouldn't be tolerated.
> Beta Testers Say It's One of the Best These sorts of titles are generally unwelcome here.
I don't get why people keep trying to make llms.txt happen. Use the standards that already exist. 1. sitemap.xml says /foo exists 2. LLM requests /foo with: Accept: text/markdown, text/html;q=0.9 3. Site responds with a…
All it does is open DuckDuckGo in a new tab with the search query preceded by a backslash, which is DDG's "I'm feeling lucky" shortcut... I might as well just make DDG my new tab page. I see in the source there's a…
Could this have been installed by a Docker Desktop update, perhaps?
I know, but it's that last bit: it shouldn't be possible to bypass it. C# actually got itself into a similar issue despite being a proper static language, because when it added "nullable reference types" (where you…
I was thinking more along the lines of a TypeScript-like compiled language. For example, AssemblyScript[0] but with the web APIs added back in. (Personally I'd prefer C# or Rust, but you know most devs will want to keep…
I love not needing tsnode anymore. Just wish it'd do type-checking, since without that we still need to install typescript separately. Add onto that a linter/formatter... meanwhile Deno does all of that natively. Node…
Technical description: https://github.com/simplex-chat/simplexmq/blob/master/protoc...
https://archive.is/0vfWF This article is a huge nothing-burger that seems to hinge on the sentence "some would-be AI sleuths claim that the em dash is seldom seen outside of AI text," which is just plain nonsense.
Another often-underappreciated advancement was the UAC added in Vista. People hated it, but viruses and rootkits were a major problem for XP.
If you use stable diffusion to make an image, are you "drawing"? Coding is the act of writing code. Prompting an AI until it poops out a half-working product is not writing code. Having the editor/copilot generate some…