Viewing profile — mhio
mhio
HN member- Joined
- Sat, Mar 06, 2021, 10:46 PM UTC
- HN karma
- 386
- Public activity
- 238 items
- HN profile
- View on Hacker News ↗
About mhio
Recent public activity
-
comment
Comment #47582790
What does an interceptor in the RequestInit look like?
-
comment
Comment #47582785
and for yarn berry ~/.yarnrc.yml npmMinimalAgeGate: "3d"
-
comment
Comment #47214954
Cunningham's Law in full effect!
- comment
-
comment
Comment #46093061
or a GPU that supports virtualization
-
comment
Comment #46093058
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://w…
-
comment
Comment #44754126
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 …
- comment
-
comment
Comment #44754029
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.pla…
-
comment
Comment #44539518
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 spe…
-
comment
Comment #44516311
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 OpenA…
-
comment
Comment #44432000
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!
-
comment
Comment #44421478
https://bpfilter.io/ https://github.com/facebook/bpfilter https://lwn.net/Articles/1017705/
-
comment
Comment #44383736
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…
-
comment
Comment #44325323
Yeah... [Captures] csrf_token: xpath "normalize-space(//meta[@name='_csrf_token']/@content)" The use the name with mustaches {{csrf_token}} - https://hurl.dev/docs/capturing-respon…
-
comment
Comment #43865649
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 …
-
comment
Comment #42200828
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 m…
-
comment
Comment #42189659
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…
-
comment
Comment #41834851
How does haxe modify a typescript project pre or post compile?
-
comment
Comment #41794864
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 y…
-
comment
Comment #41764457
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 …
-
comment
Comment #41753759
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 vastl…
-
comment
Comment #41642823
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.
-
comment
Comment #41516598
PSL = Public Suffix List https://publicsuffix.org/
-
comment
Comment #41478150
Why is that? There doesn't seem to be anything particularly esoteric in the implementation.