Live data from Hacker News

Viewing profile — mumphster

mumphster

HN member
Joined
Sat, Oct 01, 2011, 7:41 PM UTC
HN karma
760
Public activity
129 items

About mumphster

No profile information was provided.

Recent public activity

  1. comment
    Comment #33049338

    Do you have examples of slower code generated by typescript? TS is a superset of JS so it changing anything that has a large performance impact seems odd, but maybe I’m missing som…

  2. comment
    Comment #32955860

    Tauri does this as well, I use it for https://github.com/Ell/shortmon and get ~1-2 meg binaries with a react based ui

  3. comment
    Comment #32071934

    People have pirated MMO backends since.. well a long time, mainly KMMO servers. Lineage 2 and Ragnarok Online had big servers running on leaked / hacked official server code for a …

  4. comment
    Comment #32037524

    Used extensively by Mullvad VPN for a lot of their infrastructure https://mullvad.net/en/blog/2022/6/15/mullvad-is-now-continu...

  5. comment
    Comment #31103165

    I think you understand wrong. https://nodejs.org/api/debugger.html Combined with chrome dev tools or an ide of your choice has been some of the best tooling I’ve used in any progra…

  6. comment
    Comment #30890284

    It's actually easier than ever nowadays. Do a quick search on archive.org and you'd be surprised on what you can find.

  7. comment
    Comment #29741365

    Are you saying that people playing video games are more energy intensive than literal warehouses full of GPU's running 24/7 mining ethereum? Nobody talks about that because it's a …

  8. story
  9. comment
    Comment #29568508

    Cool, yet another created in a vacuum CRDT, GUI, and text editor implementation written in rust. This one is even worse because theres no actual examples or code Hope the devs have…

  10. comment
    Comment #29511267

    You can solve 1k captchas for $1 at 80% success, they're trivial to bypass

  11. comment
    Comment #29230437

    cobol (on mainframes, no clue if this applies elsewhere) is more than just a langauge, its a whole stack and set of tools for writing terminal UI programs basically that take input…

  12. comment
    Comment #28566012

    That applies if youre shipping a giant 15 meg blob of js (not saying some sites dont do this), a lot of the size also comes from css and other assets which still apply with shippin…

  13. comment
    Comment #28119511

    https://www.w3schools.com/css/css3_3dtransforms.asp

  14. comment
    Comment #28110691

    A web app cant take advantage of native desktop UI patterns (file dialogues, tray, system menus) and APIs (native file handling, win32 access, sockets, etc etc) like electron. Elec…

  15. comment
    Comment #28110671

    What's broken in node.js's design? Most new trading apps out there are also build on electron, or worse yet, some really gross java desktop ui thats even slower and eats up way mor…

  16. comment
    Comment #27858192

    This doesn’t bypass cert pinning in apps which was the original question

  17. comment
    Comment #27069279

    the link goes straight to the source code... why not just look at it instead of guessing

  18. comment
    Comment #27002849

    completely different take on generative art, did you look at any of the examples in the interview or read it? It's not a contest around tech, its a conversation around tools and us…

  19. comment
    Comment #26973428

    webpack AND all the extra plugins and preprocessing and postprocessing CRA adds -- its not a small webpack setup by any means and you can get 1s build times with webpack pretty eas…

  20. comment
  21. comment
    Comment #26412430

    Neat! If you're ever interested in more of that kind of stuff check out Hainbach, heres a similar thing to what you described with some really great background info on the techniqu…

  22. comment
    Comment #26334893

    For sure, dont mean to argue that point at all. I'm just saying the interface of swiftui is very much observables + a react like component setup, its pretty neat to see something l…

  23. comment
    Comment #26331807

    Have you used react at all? Check out react + rxjs for a similar experience, add some typescript on top and it becomes even better!

  24. comment
    Comment #24998547

    What does typescript have to do with speed?

  25. story