At 60 Hz, there are 16.6 ms between frames, so the ~3 ms improvement from not using XWayland would be very hard to notice visually. Where it can make a difference is that some competitive FPS games have some kind of…
Rather disingenuous to call slamming on the brakes "it was crashed into". Rule #1 of the road is to be predictable -- if a human slammed on their brakes and caused a crash on their first day of driving, they shouldn't…
The presence of the "Do Not Track" header was a pretty clear indicator of the intent of the user. Fingerprinting persisted exactly in the face of such countermeasures.
Alpha waves refer to the measurable 8-12Hz waves in the electromagnetic field coming out of the human head. They are the clearest "signal" we can read out with eeg ("electro" "encephalo" (brain) "graphy") and usually…
A free and open society is a prerequisite for the rights EFF fight for. We cannot enjoy the freedoms of digital privacy in a an authoritarian regime. The rights to fight for EFFs concerns are currently being threated by…
Wtf!? Is this an early April's fools? I've been recommending astral tools left and right, Looks like I'm out a good chunk of social capital on that. Who's organizing a fork, or is python back to having only shitty…
Water vapour absorbs the thermal radiation (heat trying to escape earth) better than it absorbs sunlight (heat trying to enter earth). Therefore, the more water vapour in the atmosphere, the stronger the greenhouse…
That is a fantastic question, and you've hit on a very good balance between a curious and non-confrontational tone. The key to getting good responses on the internet is to say something that sounds wrong (Cunningham's…
In your quote, the number is "<1 per week", not "<1 per day"
Would git commit --fixup <sha> and git rebase -i --autosquash <previous-sha> do what you need? Random blog link explaining it: [1] [1] https://fle.github.io/git-tip-keep-your-branch-clean-with-fi...
I wonder if hn (or wherever else this was posted) is big enough to register on the ads-vs-adblocker war. Ads are 509 pixels wide coming in 3 ... 2 ... 1 ...
Maybe you would find it useful to read a textbook on bayesian stats for inspiration. I can recommend Richard McElreath's "Statistical Rethinking" which makes it very clear how inflexible it is to just know recipes like…
Noun class is a benefit for reliable communication, and that's why most languages evolved (and kept) those mechanisms. Languages are optimized firstly for the people that speak it as their first language. There are some…
It's better to just look for a game /you want to play/. Chances are, it'll "just work" via proton even if there's no native version. Right click game -> Properties -> Compatibility -> Pick any recent version. Or, to…
Looks cool. I like that you're focusing on the usage that's important when planning / running an adventure: In the moment, you need to be able to look up things fast, AND you also want those links to stay in your notes…
> https://youtu.be/Ao9X1GsUPys?t=125 > 1988 presentation where Alan Kay [...] I'm getting no sound throughout the whole video, and youtube lists it as having music from a particular Debussy recording, which is then also…
A popular counterpoint in the R community is that in many data cleaning tasks, the bottleneck is human understanding / coding time, not comptutation time. In other words, we'd rather spend 1 hour writing up a script…
Using the hammer already in my hand, I would write a small R script to do the joins. Example script: library(tidyverse) old = read_tsv("path/to/old/db.tsv") new = read_tsv("path/to/new/db.tsv") deleted = anti_join(old,…
At 60 Hz, there are 16.6 ms between frames, so the ~3 ms improvement from not using XWayland would be very hard to notice visually. Where it can make a difference is that some competitive FPS games have some kind of…
Rather disingenuous to call slamming on the brakes "it was crashed into". Rule #1 of the road is to be predictable -- if a human slammed on their brakes and caused a crash on their first day of driving, they shouldn't…
The presence of the "Do Not Track" header was a pretty clear indicator of the intent of the user. Fingerprinting persisted exactly in the face of such countermeasures.
Alpha waves refer to the measurable 8-12Hz waves in the electromagnetic field coming out of the human head. They are the clearest "signal" we can read out with eeg ("electro" "encephalo" (brain) "graphy") and usually…
A free and open society is a prerequisite for the rights EFF fight for. We cannot enjoy the freedoms of digital privacy in a an authoritarian regime. The rights to fight for EFFs concerns are currently being threated by…
Wtf!? Is this an early April's fools? I've been recommending astral tools left and right, Looks like I'm out a good chunk of social capital on that. Who's organizing a fork, or is python back to having only shitty…
Water vapour absorbs the thermal radiation (heat trying to escape earth) better than it absorbs sunlight (heat trying to enter earth). Therefore, the more water vapour in the atmosphere, the stronger the greenhouse…
That is a fantastic question, and you've hit on a very good balance between a curious and non-confrontational tone. The key to getting good responses on the internet is to say something that sounds wrong (Cunningham's…
In your quote, the number is "<1 per week", not "<1 per day"
Would git commit --fixup <sha> and git rebase -i --autosquash <previous-sha> do what you need? Random blog link explaining it: [1] [1] https://fle.github.io/git-tip-keep-your-branch-clean-with-fi...
I wonder if hn (or wherever else this was posted) is big enough to register on the ads-vs-adblocker war. Ads are 509 pixels wide coming in 3 ... 2 ... 1 ...
Maybe you would find it useful to read a textbook on bayesian stats for inspiration. I can recommend Richard McElreath's "Statistical Rethinking" which makes it very clear how inflexible it is to just know recipes like…
Noun class is a benefit for reliable communication, and that's why most languages evolved (and kept) those mechanisms. Languages are optimized firstly for the people that speak it as their first language. There are some…
It's better to just look for a game /you want to play/. Chances are, it'll "just work" via proton even if there's no native version. Right click game -> Properties -> Compatibility -> Pick any recent version. Or, to…
Looks cool. I like that you're focusing on the usage that's important when planning / running an adventure: In the moment, you need to be able to look up things fast, AND you also want those links to stay in your notes…
> https://youtu.be/Ao9X1GsUPys?t=125 > 1988 presentation where Alan Kay [...] I'm getting no sound throughout the whole video, and youtube lists it as having music from a particular Debussy recording, which is then also…
A popular counterpoint in the R community is that in many data cleaning tasks, the bottleneck is human understanding / coding time, not comptutation time. In other words, we'd rather spend 1 hour writing up a script…
Using the hammer already in my hand, I would write a small R script to do the joins. Example script: library(tidyverse) old = read_tsv("path/to/old/db.tsv") new = read_tsv("path/to/new/db.tsv") deleted = anti_join(old,…