I don't understand, OpenAI can just say: "yes/no we did/did not train on your data". It's not a hard question to answer, and it is a question that OpenAI should be able to answer for all data we feed into ChatGPT.
[delayed]
Graphene takes a strict anti-rooting stance and adds security measures that (unintentionally) hinder rooting. Most rooting methods do not work on GrapheneOS without additional modifications.
I agree it's an issue but maybe we are going at it from the wrong angle. Why just be scared of the Chinese? We should protect ourselves from both domestic & foreign adversaries. Any electronic device with vision, sound,…
That's their point though. Basically no modern phone/laptop/tablet other than Apple offloads audio decoding (of any codec) to hardware. You can check this on Android phones by installing the Codec Info app.
There is absolutely a crisis of bad health outcomes due to relatively simple home medical procedures. E.g. People take Tylenol at home thinking it is safe, meanwhile Tylenol posionsing is the second most common reason…
FUTO Swipe supports ClearFlow, which is exactly what you are talking about, a keyboard layout optimized for swiping: https://clearflowkeyboard.github.io/ https://github.com/futo-org/futo-keyboard-layouts/issues/163
> For example preventing people who have repeatedly been convicted of violence ("hooliganism") from entering sports stadiums. You should't need face recognition to do this (as it seems stadiums are already successful in…
That's not the full source code of the browser, that only includes the core engine. The UI is still closed source.
It's not like glass syringes are out of production though? They are still pretty cheap, I get them for $0.50 each from China.
Boycotts definitely have their limitations, but the Sodastream boycott seems to have had some sort of effect: https://www.timesofisrael.com/victory-for-bds-as-sodastreams..., though whether the intended effect was…
I've also been dabbling in this recently in an attempt to avoid buying SodaStream syrups (which are on the BDS boycott list). Tips for working on sugar-free recipes: In some countries (like Canada), soft-drink…
I'm not sure I fully understand you. All those OSes try very, very hard to disambiguate between apps and the user itself?
They are constantly attacked because they prevent users from modifying the system configuration, not just app developers.
Sadly, this issue is systemic: https://github.com/openai/codex/issues/2847
Thank you for putting in the time to do the research, this is incredibly helpful!
The current largest hydroelectric dam in the world is the Three Gorges Dam in China. It can generate 22.5GW (40% more power than the dam in 2nd place, which is also Chinese). Since Jan 2024, China has on average…
It's nice for extracting data from a page into some structured format (e.g. CSV). Much quicker than trying to whip up a JS script or something.
There are already headsets with decent text fidelity, but IMO the problem is now on the host side. I tried to get an XR desktop env running (Stardust https://stardustxr.org/) on Linux but ran into graphical issues. The…
Yes, but the 'am' command is just a CLI Java program. At that point, it would be more efficient to just boot a JVM in the binary to avoid the JVM startup cost every time a Intent/Broadcast needs to be sent. I believe…
I don't really care about the notifications. I just want to read what's in the servers. Lots of communities post their announcements/links/resources in their Discord servers. It is sometimes possible to view a Discord…
> the android development kit really is very heavy. compared to `gcc -o main main.cpp && ./main`, it is several orders of magnitude away. > the jetpack stuff and whatnot - the big android app shops probably do actually…
I also wish open-source communities would move off of Discord for another reason: Users are limited to joining a maximum of 100 servers. I've hit the cap and it's driving me crazy. It's really easy to hit it since each…
Obviously you can find quotes to support such a position. Just like I can run around quoting Israeli PMs about how Palestinians are rats and how they must all be killed. You have to look at the whole of the evidence,…
> But you are aware that the Israeli side states that the Arabs who left Israel in 1948 did so at the beheast of Arab politicians requets - and there is ample evidence of this. Yet, many didn't leave and Israel became…
I don't understand, OpenAI can just say: "yes/no we did/did not train on your data". It's not a hard question to answer, and it is a question that OpenAI should be able to answer for all data we feed into ChatGPT.
[delayed]
Graphene takes a strict anti-rooting stance and adds security measures that (unintentionally) hinder rooting. Most rooting methods do not work on GrapheneOS without additional modifications.
I agree it's an issue but maybe we are going at it from the wrong angle. Why just be scared of the Chinese? We should protect ourselves from both domestic & foreign adversaries. Any electronic device with vision, sound,…
That's their point though. Basically no modern phone/laptop/tablet other than Apple offloads audio decoding (of any codec) to hardware. You can check this on Android phones by installing the Codec Info app.
There is absolutely a crisis of bad health outcomes due to relatively simple home medical procedures. E.g. People take Tylenol at home thinking it is safe, meanwhile Tylenol posionsing is the second most common reason…
FUTO Swipe supports ClearFlow, which is exactly what you are talking about, a keyboard layout optimized for swiping: https://clearflowkeyboard.github.io/ https://github.com/futo-org/futo-keyboard-layouts/issues/163
> For example preventing people who have repeatedly been convicted of violence ("hooliganism") from entering sports stadiums. You should't need face recognition to do this (as it seems stadiums are already successful in…
That's not the full source code of the browser, that only includes the core engine. The UI is still closed source.
It's not like glass syringes are out of production though? They are still pretty cheap, I get them for $0.50 each from China.
Boycotts definitely have their limitations, but the Sodastream boycott seems to have had some sort of effect: https://www.timesofisrael.com/victory-for-bds-as-sodastreams..., though whether the intended effect was…
I've also been dabbling in this recently in an attempt to avoid buying SodaStream syrups (which are on the BDS boycott list). Tips for working on sugar-free recipes: In some countries (like Canada), soft-drink…
I'm not sure I fully understand you. All those OSes try very, very hard to disambiguate between apps and the user itself?
They are constantly attacked because they prevent users from modifying the system configuration, not just app developers.
Sadly, this issue is systemic: https://github.com/openai/codex/issues/2847
Thank you for putting in the time to do the research, this is incredibly helpful!
The current largest hydroelectric dam in the world is the Three Gorges Dam in China. It can generate 22.5GW (40% more power than the dam in 2nd place, which is also Chinese). Since Jan 2024, China has on average…
It's nice for extracting data from a page into some structured format (e.g. CSV). Much quicker than trying to whip up a JS script or something.
There are already headsets with decent text fidelity, but IMO the problem is now on the host side. I tried to get an XR desktop env running (Stardust https://stardustxr.org/) on Linux but ran into graphical issues. The…
Yes, but the 'am' command is just a CLI Java program. At that point, it would be more efficient to just boot a JVM in the binary to avoid the JVM startup cost every time a Intent/Broadcast needs to be sent. I believe…
I don't really care about the notifications. I just want to read what's in the servers. Lots of communities post their announcements/links/resources in their Discord servers. It is sometimes possible to view a Discord…
> the android development kit really is very heavy. compared to `gcc -o main main.cpp && ./main`, it is several orders of magnitude away. > the jetpack stuff and whatnot - the big android app shops probably do actually…
I also wish open-source communities would move off of Discord for another reason: Users are limited to joining a maximum of 100 servers. I've hit the cap and it's driving me crazy. It's really easy to hit it since each…
Obviously you can find quotes to support such a position. Just like I can run around quoting Israeli PMs about how Palestinians are rats and how they must all be killed. You have to look at the whole of the evidence,…
> But you are aware that the Israeli side states that the Arabs who left Israel in 1948 did so at the beheast of Arab politicians requets - and there is ample evidence of this. Yet, many didn't leave and Israel became…