Live data from Hacker News

Viewing profile — rlmineing_dead

rlmineing_dead

HN member
Joined
Sun, Oct 04, 2020, 2:36 AM UTC
HN karma
33
Public activity
41 items

About rlmineing_dead

Hello, my name is Alice or Rafflesia My website is https://alicesworld.tech

GitHub: ProgrammerIn-wonderland

Recent public activity

  1. 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

  2. comment
    Comment #48936588

    This is a fun browser demo to show how far we've come in terms of browser technology mostly

  3. 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…

  4. 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 …

  5. 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…

  6. comment
    Comment #48936359

    Can concur, we use a proxy based on the wisp protocol to efficiently proxy TCP packets over websocket

  7. 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…

  8. 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…

  9. 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…

  10. comment
    Comment #48929740

    Starred, very cool!

  11. comment
    Comment #48929734

    The latter

  12. comment
    Comment #48929729

    Assumes bad actors care about accessibility in the first place

  13. 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 …

  14. 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 …

  15. comment
    Comment #48928742

    You are definitely right, going to see if I can talk to the relevant person to fix the wording on it

  16. 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…

  17. comment
  18. comment
    Comment #48928361

    safari? I think its going to be added in 27

  19. 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…

  20. 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

  21. 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…

  22. 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…

  23. 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 …

  24. 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…

  25. comment
    Comment #48927407

    I had this in mind when I first saw this project too LOL Every year I need to rewatch this talk