Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hun3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
hun3
19d ago
I believe r2 can already highlight same 16-bit patterns, am I missing anything?
2.
▲
by
hun3
22d ago
Browsers (WHATWG) uses UTS #46, not IDNA2008. ada-url ( https://github.com/ada-url/ada-python ) closely tracks WHATWG spec and thus less likely to lead to parser differential vulnerabilities when interoperating with brow
3.
▲
by
hun3
2mo ago
> The only downside is that it won't stop UDP packets from getting to a UDP listener. There will not be a response but the application will still see it. Try: ip route add src ${net} blackhole
4.
▲
by
hun3
3mo ago
> The OS is a thin layer providing an abstract and consistent interface regardless of the hardware configuration. This is called a hardware abstraction layer, not OS. https://en.wikipedia.org/wiki/Hardware_abstractio
5.
▲
by
hun3
3mo ago
System WebView but Electron is now the system
6.
▲
by
hun3
3mo ago
The operating system has historically trusted the applications not to do dumb things too much . Only now we're witnessing the consequences much more frequently thanks to accelerated slop.
7.
▲
by
hun3
3mo ago
(zenzi)³ I mean zenzi-cubic
8.
▲
by
hun3
3mo ago
China has proxies that sell cheaper access to frontier models in exchange for permission to train on your data.
9.
▲
by
hun3
3mo ago
Right. As an example: Oracle and PostgreSQL don't have dirty reads: READ UNCOMMITTED does nothing. MySQL's concurrency model depends on the engine.
10.
▲
by
hun3
3mo ago
What keeps users themselves from vibe-coding their own software? If you don't own quality, why should I pay? You're just a middleman at that point.
11.
▲
by
hun3
4mo ago
If you squint hard enough, you'll notice your bank account serves as an IPC semaphore replenishing API credit balances. Your wallet is now a real-time communication channel.
12.
▲
by
hun3
4mo ago
_RealShipOpts has a constructor.
13.
▲
by
hun3
4mo ago
With consent, yes.
14.
▲
by
hun3
4mo ago
No, "virtual machine" alone doesn't make things safer. Shrink your attack surface. Use a completely locked down seccomp. Use nsjail or gVisor for containers. Use microvm or libkrun for full OS. Lesser attack surface is what m
15.
▲
by
hun3
4mo ago
Avoiding problems outside your business problem domain, and can therefore guide the AI more effectively towards building the right thing.
16.
▲
by
hun3
4mo ago
(Note that this still assumes that each biased-coin toss is i.i.d.)
17.
▲
by
hun3
5mo ago
They are orthogonal. Suppose you have 100ms audio latency and no wait time. Then, natural pause will trigger response immediately but you won't notice it has started until after ~200ms (round-trip time). Twice as annoying.
18.
▲
by
hun3
5mo ago
But it's still a bit more difficult to sue them for leaking your company's data. At least for now.
19.
▲
by
hun3
5mo ago
You can write unambiguous (UB-free) code and the compiler's output will be deterministic. There will even be a spec that explains how your source maps to your program's behavior. LLM has neither. Also, if you need to control perfo
20.
▲
by
hun3
5mo ago
How can you read a language you didn't learn?
21.
▲
by
hun3
5mo ago
PatchGuard would like to have a word with you.
22.
▲
by
hun3
5mo ago
Ironic, since Unix is itself an embodiment of "worse is better."
23.
▲
by
hun3
5mo ago
I used floating timestamps as some kind of an identity. If there is ever a conflict, I just increase it by 1 ulp until it doesn't collide with anything. Sorry.
24.
▲
by
hun3
6mo ago
In Python, `shlex` has utilities for quoting and tokenizing strings for POSIX shells. > Documentation: https://docs.python.org/3/library/shlex.html (Windows users: CMD is hopeless. Sorry. Try powershell.)
25.
▲
by
hun3
6mo ago
Finally, a DOOM download that bypasses captive portals
26.
▲
by
hun3
6mo ago
> There are better techniques for hyper-parameter optimisation, right? There always are. You need to think about what those would be, though. Autoresearch outsources the thinking to LLMs.
27.
▲
by
hun3
6mo ago
This is exactly what subinterpreters are for! Basically isolated copies of Python in the same process. https://docs.python.org/3/library/concurrent.interpreters.ht... If you want a higher-level interface, there is
28.
▲
by
hun3
6mo ago
> why we keep trusting venture capital to be the community's stewards I have no idea. They bought the trust.
29.
▲
by
hun3
6mo ago
Well, tell that to OP, not me.
30.
▲
by
hun3
6mo ago
Does appending "/genq" work? Or use the /btw command to ask only questions
More ›