Viewing profile — rlmineing_dead
rlmineing_dead
HN member- Joined
- Sun, Oct 04, 2020, 2:36 AM UTC
- HN karma
- 33
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About rlmineing_dead
GitHub: ProgrammerIn-wonderland
Recent public activity
-
comment
Comment #48936685
I think it was worded badly it was 25k WORTH of API billed tokens, but only actually 1 claude max 5x plan, so it was more like 100 dollars
-
comment
Comment #48936588
This is a fun browser demo to show how far we've come in terms of browser technology mostly
-
comment
Comment #48936563
So funny story, supporting web codecs may have been a bad idea because it led to people using more traffic per session than we assumed at first. We had to add more servers mid HN p…
-
comment
Comment #48936528
Performs so well is... Subjective but generally what matters here surprisingly is not CPU speed but GPU driver quality (all on Chromium) I tested a bunch of stuff before this post …
-
comment
Comment #48936383
This is already possible (actually because of a related project, https://github.com/ading2210/libcurl.js/ ) which compiles... I think WolfSSL or mbedTLS and libcurl to the wasm and…
-
comment
Comment #48936359
Can concur, we use a proxy based on the wisp protocol to efficiently proxy TCP packets over websocket
-
comment
Comment #48936339
You can inspect the wasm binary, we can't take that ability away from you (or you can compile using the sources we provide on GitHub and see it provides the same result, it's actua…
-
comment
Comment #48936292
There's several opportunities for a bottleneck but it could be either the TCP implementation just not being good at receiving packets or the TCP proxy side just being congested fro…
-
comment
Comment #48936265
This is a cors bypass but part of this demo is that it's full Firefox including TLS support. Using this still means intercepting all requests in an inspectable medium and does defe…
-
comment
Comment #48929740
Starred, very cool!
-
comment
Comment #48929734
The latter
-
comment
Comment #48929729
Assumes bad actors care about accessibility in the first place
-
comment
Comment #48928788
Yeah I seem to see that it does crash on Firefox mobile, (well first frame loads) and on chrome mobile it doesn't seem to load at all (complaining about running out of memory in a …
-
comment
Comment #48928767
Extensions can't, correct but I wanted to bring up a special case regarding this Isolated web apps a chrome feature for developing apps that run in chromium based on HTML (but tbh …
-
comment
Comment #48928742
You are definitely right, going to see if I can talk to the relevant person to fix the wording on it
-
comment
Comment #48928716
What's your GPU driver? There's a good chance this is a bug with the GPU passthrough. You can fall back to software rendering in the advanced options while it's starting if you wan…
- comment
-
comment
Comment #48928361
safari? I think its going to be added in 27
-
comment
Comment #48928344
This is true but also this is probably also only half true. Sandboxing is not a fully solved issue since this 100% degrades firefox sandboxing since fission cant run and its runnin…
-
comment
Comment #48928316
Running firefox on aarch64 here right now (Ubuntu 26.04 ARM on snapdragon X1E) did you enable the about:config option? it may be required
-
comment
Comment #48928285
apologies yes there is a wording error here, the correct wording is no CORS proxy, the reason why this is important is because cors proxies are inherently insecure (this is differe…
-
comment
Comment #48928036
The TCP proxy exit node we're using is running on Cloudflare, you can check that your traffic is still TLS encrypted by OpenSSL (also compiled to webassembly). The browser does not…
-
comment
Comment #48927621
hi reporting back, yes stock firefox mobile wont work but the BETA version will because it just added the WASM feature needed (firefox 153 adds it but regular mobile firefox lacks …
-
comment
Comment #48927518
Does firefox mobile (Android, since firefox mobile iOS is a WebKit wrapper) support about:config settings? if so you can enable wasm_js_promise_integration in about:config and have…
-
comment
Comment #48927407
I had this in mind when I first saw this project too LOL Every year I need to rewatch this talk