Viewing profile — nulld3v
nulld3v
HN member- Joined
- Tue, Oct 29, 2019, 2:46 PM UTC
- HN karma
- 1,442
- Public activity
- 388 items
- HN profile
- View on Hacker News ↗
About nulld3v
No profile information was provided.
Recent public activity
-
comment
Comment #49106100
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. An…
-
comment
Comment #48755428
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 inst…
-
comment
Comment #48735852
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 posion…
-
comment
Comment #48653646
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-or…
-
comment
Comment #48648485
> 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 s…
-
comment
Comment #48227204
That's not the full source code of the browser, that only includes the core engine. The UI is still closed source.
-
comment
Comment #47801392
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.
-
comment
Comment #47746190
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... , thou…
-
comment
Comment #47744178
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 countr…
-
comment
Comment #47668296
I'm not sure I fully understand you. All those OSes try very, very hard to disambiguate between apps and the user itself?
-
comment
Comment #47667339
They are constantly attacked because they prevent users from modifying the system configuration, not just app developers.
-
comment
Comment #47525018
Sadly, this issue is systemic: https://github.com/openai/codex/issues/2847
-
comment
Comment #46462088
Thank you for putting in the time to do the research, this is incredibly helpful!
-
comment
Comment #46324098
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…
-
comment
Comment #45931226
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.
-
comment
Comment #45907825
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 L…
-
comment
Comment #45534537
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/B…
-
comment
Comment #45532136
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…
-
comment
Comment #45532087
> 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 …
-
comment
Comment #45522925
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.…
-
comment
Comment #45465621
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 t…
-
comment
Comment #45464339
> 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…
-
comment
Comment #45459397
https://github.com/triton-lang/triton/pull/7298#discussion_r... > By disassembly of ptxas, it is indeed hard-coded that they have logic like: strstr(kernel_name, "cutlass"). > it i…
-
comment
Comment #45370297
There are also some architectural differences between mobile & desktop GPUs which may impact games that are not optimized for the platform: https://chipsandcheese.com/p/the-snapdra…
-
comment
Comment #45367861
Yeah, I too was surprised to find the dev experience very good: all JetBrains IDEs work well, Visual Studio appears to work fine, and most language toolchains seem well supported.