[flagged]
There isn't a yes-or-no answer to this. Some things I would consider: 1. Does this add additional complexity? How much more time/effort would it take to implement the feature? And most importantly, how much added effort…
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
If you haven't already: 1. Win+R 2. control /name Microsoft.BitLockerDriveEncryption 3. "Back up your recovery key"
Sorry, should have been more clear. I meant "AI" in the sense that people refer to anything using machine learning as "AI". (Honestly "AI" is such a meaningless term. LLMs are anything but intelligent.) But I agree. For…
Automating tasks is exactly what AI/ML should be used for. My concern is that they're going to be using LLMs to "translate" other-language articles into English and vice versa. LLMs are horrendously bad at this,…
Do you feel like overengineering? Look up some python computer vision tutorials and train a model to detect you wearing glasses vs. not wearing glasses. Run that on a Pi and hook up a smart plug or displayport switch…
When you take them off, put them on your keyboard.
Holy shit, this could actually cause people to get permanently locked out of their accounts, depending on how the website is configured. Imagine not knowing your login credentials are stored in Place A and then you…
Ohh!! Thanks so much for this, I greatly appreciate it.
> 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…
Are people in your country not using Bluesky? See if there's a subreddit for your country. Even if it's not very active, you could ask what other social networks they're using.
I bet you could do something generic like this in languages that have deferred execution like C#'s IEnumerable. Something like foreach (Node node in EnumerateNodes(root, x => x != null, x => [x.Left, x.Right])) where…
Oh, my bad, thought you meant it was built in markdown, like MDX or something. I wish you could do all this in plain markdown; putting things side-by-side in a github readme can be tricky. Have to resort to…
Can you link the repo so we can see? This link doesn't really appear to have anything to do with markdown.
> how it's impossible to get Google to show English results in a non-English-speaking country It's ridiculous because there's even a language option in the search settings, but it does nothing. I had to change my…
The new map/diagram: https://www.mta.info/map/5256 The old map, which they're now calling the "geographic map": https://www.mta.info/map/36946 I like the old one better, personally. It's easy to dismiss opposition by…
It's important to point out that the concept of "linking" is not mentioned in the GPL's definition of "Program" or "covered work", nor is it used as a determiner to decide if the viral nature applies to your work or…
+1. In this particular case <details> might be more appropriate, though. We recently got support for a `name` attribute which allows for accordion groups without JS (which is basically the same as tabs, and also comes…
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…
Not sure how useful this is IRL, but it's pretty elegant, for being able to reproduce both JSX and React's hook style in so little code. Rather than a React alternative per se (since this obviously lacks a vDOM), it…
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.
I was thinking more "is it possible to contact them." When I googled RTEMS I found that it's originally an OS for missile systems from 1993 O_o But I disagree. It's not extorting money to sue someone who stole your code…
Is RTEMS an active project? They should file a copyright complaint and have the libogc repo taken down if this is true. If it were me, I'd lawyer up and throw the book at them. LibOGC accepts donations via Patreon,…
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…
[flagged]
There isn't a yes-or-no answer to this. Some things I would consider: 1. Does this add additional complexity? How much more time/effort would it take to implement the feature? And most importantly, how much added effort…
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
If you haven't already: 1. Win+R 2. control /name Microsoft.BitLockerDriveEncryption 3. "Back up your recovery key"
Sorry, should have been more clear. I meant "AI" in the sense that people refer to anything using machine learning as "AI". (Honestly "AI" is such a meaningless term. LLMs are anything but intelligent.) But I agree. For…
Automating tasks is exactly what AI/ML should be used for. My concern is that they're going to be using LLMs to "translate" other-language articles into English and vice versa. LLMs are horrendously bad at this,…
Do you feel like overengineering? Look up some python computer vision tutorials and train a model to detect you wearing glasses vs. not wearing glasses. Run that on a Pi and hook up a smart plug or displayport switch…
When you take them off, put them on your keyboard.
Holy shit, this could actually cause people to get permanently locked out of their accounts, depending on how the website is configured. Imagine not knowing your login credentials are stored in Place A and then you…
Ohh!! Thanks so much for this, I greatly appreciate it.
> 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…
Are people in your country not using Bluesky? See if there's a subreddit for your country. Even if it's not very active, you could ask what other social networks they're using.
I bet you could do something generic like this in languages that have deferred execution like C#'s IEnumerable. Something like foreach (Node node in EnumerateNodes(root, x => x != null, x => [x.Left, x.Right])) where…
Oh, my bad, thought you meant it was built in markdown, like MDX or something. I wish you could do all this in plain markdown; putting things side-by-side in a github readme can be tricky. Have to resort to…
Can you link the repo so we can see? This link doesn't really appear to have anything to do with markdown.
> how it's impossible to get Google to show English results in a non-English-speaking country It's ridiculous because there's even a language option in the search settings, but it does nothing. I had to change my…
The new map/diagram: https://www.mta.info/map/5256 The old map, which they're now calling the "geographic map": https://www.mta.info/map/36946 I like the old one better, personally. It's easy to dismiss opposition by…
It's important to point out that the concept of "linking" is not mentioned in the GPL's definition of "Program" or "covered work", nor is it used as a determiner to decide if the viral nature applies to your work or…
+1. In this particular case <details> might be more appropriate, though. We recently got support for a `name` attribute which allows for accordion groups without JS (which is basically the same as tabs, and also comes…
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…
Not sure how useful this is IRL, but it's pretty elegant, for being able to reproduce both JSX and React's hook style in so little code. Rather than a React alternative per se (since this obviously lacks a vDOM), it…
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.
I was thinking more "is it possible to contact them." When I googled RTEMS I found that it's originally an OS for missile systems from 1993 O_o But I disagree. It's not extorting money to sue someone who stole your code…
Is RTEMS an active project? They should file a copyright complaint and have the libogc repo taken down if this is true. If it were me, I'd lawyer up and throw the book at them. LibOGC accepts donations via Patreon,…
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…