Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mhio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mhio
6mo ago
What does an interceptor in the RequestInit look like?
2.
▲
by
mhio
6mo ago
and for yarn berry ~/.yarnrc.yml npmMinimalAgeGate: "3d"
3.
▲
by
mhio
7mo ago
Cunningham's Law in full effect!
4.
▲
by
mhio
10mo ago
or a GPU that supports virtualization
5.
▲
by
mhio
10mo ago
A number of intel consumer CPUs support SR-IOV. The iGPU splits out to 7 "virtual functions" or pci devices to map to a VM. On latest Core Ultra's you need a 2x5 model. - https://www.intel.com/content/www
6.
▲
by
mhio
1y ago
That generally falls to the International Telecommunication Union globally, as a satellite without a radio is basically junk. Then maybe the 4(+) countries that can field anti sat weapons beyond that.
7.
▲
by
mhio
1y ago
For anyone interested in current data like this, Jonathan McDowell maintains GCAT which is a General Catalog of Artificial Space Objects (and does so fastidiously). https://www.planet4589.org/space/gcat/index.html
8.
▲
by
mhio
1y ago
Toms Hardware usually includes a "Sustained Write Performance and Cache Recovery" test The test measures the write cache speed and the time to the fall to the native NAND write speed. There are usually irregularities in the sustai
9.
▲
by
mhio
1y ago
A playright-mcp server, or any bidi browser automation, should be equally capable of discovering/injecting and calling the same client JS exposed MCP-B site API? It's like an OpenAPI definition but for JS/MCP? (outside of the
10.
▲
by
mhio
1y ago
50% of that is spam that is blocked. At least 50% of the rest is spamish but not spam spam. So don't feel too overwhelmed!
11.
▲
by
mhio
1y ago
https://bpfilter.io/ https://github.com/facebook/bpfilter https://lwn.net/Articles/1017705/
12.
▲
by
mhio
1y ago
What are the advantages to pljs over plv8? I thought the context creation would have been the big one, but it doesn't appear so in the current benchmarks. How did the project weigh the intermittent updates of bellard quickjs and the co
13.
▲
by
mhio
1y ago
Yeah... [Captures] csrf_token: xpath "normalize-space(//meta[@name='_csrf_token']/@content)" The use the name with mustaches {{csrf_token}} - https://hurl.dev/docs
14.
▲
by
mhio
1y ago
What's the motive "to gain trust and encourage users to use AI on WhatsApp"? Meta aren't a charity. You have to question their motives because their motive is to extract value out of their users who don't pay for a
15.
▲
by
mhio
2y ago
The headers are seen by the monster-in-the-middle CDN. It's obfuscation at best. I'm not sure the encrypted traffic will look particularly php-ish for example. Compressed formats might look vaguely passable. I can't see any s
16.
▲
by
mhio
2y ago
The pins/struts are a 2 point system that double as the booster lift points in general operations. The booster mostly hangs in tension which the existing tank structure can support. I would guess they share some of the structure beefin
17.
▲
by
mhio
2y ago
How does haxe modify a typescript project pre or post compile?
18.
▲
by
mhio
2y ago
Not really - https://github.com/Microsoft/TypeScript/issues/16607 . ts-morph provides an easy way to use the TypeScript Compiler API to view and edit the AST before compile. Once you get your head around the A
19.
▲
by
mhio
2y ago
Next.js won't require a Deno backend. You can define backend data fetches [0] along with the UI Pages and routes for an API [1]. Of course the NextJS application could call out to a Deno backend as well, but the external app is not req
20.
▲
by
mhio
2y ago
Would the profiles and resulting binaries be highly CPU specific? I couldn't find any cross hardware notes in the original paper. The example's I'm thinking of are CPU's with vastly different L1/L2/L3 cache pro
21.
▲
by
mhio
2y ago
gen_random_uuid() produces a v4 UUID. Taking the first 5 bytes of a v6 UUID (time) and last 5 (node) would be a bad random day.
22.
▲
by
mhio
2y ago
PSL = Public Suffix List https://publicsuffix.org/
23.
▲
by
mhio
2y ago
Why is that? There doesn't seem to be anything particularly esoteric in the implementation.
24.
▲
by
mhio
2y ago
Thanks for the info. Is "lock your toolchain" via rustup? It appears to be the equivalent of rbenv/pyenv/nodenv/asdf etc but part of rust.
25.
▲
by
mhio
2y ago
Debian already had them https://salsa.debian.org/postgresql/postgresql/-/blob/16/deb... https://salsa.debian.org/postgresql/postgresql/-/compare/16....
26.
▲
by
mhio
2y ago
How do rust projects work over rust versions? Is rust stable enough from 20-24 that the project would likely remain in a state to compile on a new rust tool chain? Do "Editions" completely solve this?
27.
▲
by
mhio
2y ago
Related to the AWS us-east-1 issue that has been resolved https://news.ycombinator.com/item?id=41115094 https://health.aws.amazon.com/health/status
28.
▲
by
mhio
2y ago
Nope. Triggers and user defined functions don't help across processes either.
29.
▲
by
mhio
2y ago
Interesting, that's a requirement for an out of band tailing tool. Maybe a user defined function bound to an INSERT trigger. But I believe that functions are also connection specific which is fine for the tail tool, but what happens wh
30.
▲
by
mhio
2y ago
How would you tail or watch a sqlite log? (on a pdp-11 if necessary :)
More ›