Given the recent gripe that Bun/Anthropic indicated regarding compile times with Zig (i.e. that their vibe-coded 4x compilation speedup PR wasn't accepted), it appears to me as an "interesting" move to switch to a…
This is honestly the first thing I look for with anything new claiming "CAD". Roughly every other week there is a new "The (programmable) CAD that fixes everything!" post on the front page, just for me to open them up…
Just tried it out with GrapheneOS on my Pixel 7 and the eBay app works fine. Generally I think the marketing of GraphenOS is interesting. They are usually positioned as the "Absolute security. No compromises." ROM, but…
I mean, GrapheneOS hits at least 2/3 of your demands pretty well. The Play services are "regular" apps with permissions that you can take away. For contacts and files you get "scopes", i.e. you decide what the app can…
There is the option to register the signing key of the ROM with the bootloader and then relocking it, thereby making those apps happy again. The biggest issue is that there is a different way to do this for every…
That's pretty much my impression of the post, too. It has a spark of profound thought "Generative AI will obscure the path to truth" combined with a lot of conspiracy-theory-grade, flimsy analysis.
There is no legislation here. CUII is a private organization that generates lists of domains that contain copyright violations. ISPs voluntarily choose to block those.
Besides being a great project, this device reminds me a lot of the Technifant (https://technifant.de) which, under the hood, is similarly simple. The "hats" that you put on the Technifant contain a cheap USB thumb drive…
For me personally at least a few aspects about this are efficiency and control: The number of CPU cycles my current android phone burns through just to boot and get ready to accept my "first useful input" is probably in…
I have a OnePlus 6 becoming "free" soon and I will definitely give PostmarketOS a shot (I had a glance at their compatibility list and noticed the OP6 is on there). Thanks for bringing this to my attention!
In a roughly two-week window of not having adblock enabled, I have seen a ton of "politics-adjacent" ads in Germany. They'd usually start off with something that will get right-wing nuts excited ("This Green Party…
In most videos, there'll be a whistle-blow that marks the point where the life guard in the video reacts to the drowning person. Upon clicking the right location, you are "graded" based on how quickly relative to the…
I like the general idea, but the page you linked explicitly states that it isn't meant to be used to hide (user) IDs, or actually encrypt data.
I have to admit that those dark patterns on Amazon already saved me a good amount of money. For every order, I have to confirm that I don't want Prime (an estimated) 3 times now. Usually between the second and third…
Which basically means the same thing, as the main use of crypto right now is to avoid financial regulation.
TikTok and Instagram both limit comments to a single layer of "answering". I guess that's a "good" alternative if your goal is to prevent the evolution of deep discussion and instead get people to move on and scroll…
The big issue here (provided that I'm reading the PR correctly) is that it's purely for arrays of the primitive number types. Whereas most real applications (that I've seen) will be sorting objects by some (potentially…
I brew it just like any regular herbal tea and I'm pretty happy with it. The whole ritual with the pipe and gourd is a bonus, but never required. If you dislike the more bitter flavors about it, try steeping it at a…
There is still a difference between leaving out special cases to give more succinct advice and going out of your way to repeat the words "never"/"ever" three times to imply the absolute absense of any exceptions.
> Cut the AI off humans' work, let it interact with the real world and see what it produces. It will be nothing. That "experiment" could just as well be done on humans, though, cut them off of any work that any human…
Nah, it's definitely true. I have seen plenty of (especially larger-format) TVs where, with "game mode" (or the respective equivalent) disabled, it's unbearable to even do latency-forgiving tasks like office work on…
> But they are turns of a circle of a given radius. > Radians (circle fractions) It's the other way around actually. A turn is a turn, no matter the radius of the circle. Radians are the length of the line you need to…
The standard library of Julia, especially with the possibility to just enter `@code someFunction(params)` in the REPL to see the source of the method that the call would be dispatched to, the source can basically…
In principle, yes. With webGPU (but also WebGL2) we get access to compute shaders, which makes it feasible/easier to evaluate a model like Stable Diffusion. The biggest issue I see is that those models (or rather their…
Considering that the water would add a significant amount of weight, a chair that works in reverse would be kind of interesting: Arrives as a flat, light piece and once you placed it in the room you need it, you…
Given the recent gripe that Bun/Anthropic indicated regarding compile times with Zig (i.e. that their vibe-coded 4x compilation speedup PR wasn't accepted), it appears to me as an "interesting" move to switch to a…
This is honestly the first thing I look for with anything new claiming "CAD". Roughly every other week there is a new "The (programmable) CAD that fixes everything!" post on the front page, just for me to open them up…
Just tried it out with GrapheneOS on my Pixel 7 and the eBay app works fine. Generally I think the marketing of GraphenOS is interesting. They are usually positioned as the "Absolute security. No compromises." ROM, but…
I mean, GrapheneOS hits at least 2/3 of your demands pretty well. The Play services are "regular" apps with permissions that you can take away. For contacts and files you get "scopes", i.e. you decide what the app can…
There is the option to register the signing key of the ROM with the bootloader and then relocking it, thereby making those apps happy again. The biggest issue is that there is a different way to do this for every…
That's pretty much my impression of the post, too. It has a spark of profound thought "Generative AI will obscure the path to truth" combined with a lot of conspiracy-theory-grade, flimsy analysis.
There is no legislation here. CUII is a private organization that generates lists of domains that contain copyright violations. ISPs voluntarily choose to block those.
Besides being a great project, this device reminds me a lot of the Technifant (https://technifant.de) which, under the hood, is similarly simple. The "hats" that you put on the Technifant contain a cheap USB thumb drive…
For me personally at least a few aspects about this are efficiency and control: The number of CPU cycles my current android phone burns through just to boot and get ready to accept my "first useful input" is probably in…
I have a OnePlus 6 becoming "free" soon and I will definitely give PostmarketOS a shot (I had a glance at their compatibility list and noticed the OP6 is on there). Thanks for bringing this to my attention!
In a roughly two-week window of not having adblock enabled, I have seen a ton of "politics-adjacent" ads in Germany. They'd usually start off with something that will get right-wing nuts excited ("This Green Party…
In most videos, there'll be a whistle-blow that marks the point where the life guard in the video reacts to the drowning person. Upon clicking the right location, you are "graded" based on how quickly relative to the…
I like the general idea, but the page you linked explicitly states that it isn't meant to be used to hide (user) IDs, or actually encrypt data.
I have to admit that those dark patterns on Amazon already saved me a good amount of money. For every order, I have to confirm that I don't want Prime (an estimated) 3 times now. Usually between the second and third…
Which basically means the same thing, as the main use of crypto right now is to avoid financial regulation.
TikTok and Instagram both limit comments to a single layer of "answering". I guess that's a "good" alternative if your goal is to prevent the evolution of deep discussion and instead get people to move on and scroll…
The big issue here (provided that I'm reading the PR correctly) is that it's purely for arrays of the primitive number types. Whereas most real applications (that I've seen) will be sorting objects by some (potentially…
I brew it just like any regular herbal tea and I'm pretty happy with it. The whole ritual with the pipe and gourd is a bonus, but never required. If you dislike the more bitter flavors about it, try steeping it at a…
There is still a difference between leaving out special cases to give more succinct advice and going out of your way to repeat the words "never"/"ever" three times to imply the absolute absense of any exceptions.
> Cut the AI off humans' work, let it interact with the real world and see what it produces. It will be nothing. That "experiment" could just as well be done on humans, though, cut them off of any work that any human…
Nah, it's definitely true. I have seen plenty of (especially larger-format) TVs where, with "game mode" (or the respective equivalent) disabled, it's unbearable to even do latency-forgiving tasks like office work on…
> But they are turns of a circle of a given radius. > Radians (circle fractions) It's the other way around actually. A turn is a turn, no matter the radius of the circle. Radians are the length of the line you need to…
The standard library of Julia, especially with the possibility to just enter `@code someFunction(params)` in the REPL to see the source of the method that the call would be dispatched to, the source can basically…
In principle, yes. With webGPU (but also WebGL2) we get access to compute shaders, which makes it feasible/easier to evaluate a model like Stable Diffusion. The biggest issue I see is that those models (or rather their…
Considering that the water would add a significant amount of weight, a chair that works in reverse would be kind of interesting: Arrives as a flat, light piece and once you placed it in the room you need it, you…