Viewing profile — mumphster
mumphster
HN member- Joined
- Sat, Oct 01, 2011, 7:41 PM UTC
- HN karma
- 760
- Public activity
- 129 items
- HN profile
- View on Hacker News ↗
About mumphster
No profile information was provided.
Recent public activity
-
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…
-
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
-
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 …
-
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...
-
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…
-
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.
-
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 …
- story
-
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…
-
comment
Comment #29511267
You can solve 1k captchas for $1 at 80% success, they're trivial to bypass
-
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…
-
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…
-
comment
Comment #28119511
https://www.w3schools.com/css/css3_3dtransforms.asp
-
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…
-
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…
-
comment
Comment #27858192
This doesn’t bypass cert pinning in apps which was the original question
-
comment
Comment #27069279
the link goes straight to the source code... why not just look at it instead of guessing
-
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…
-
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…
- comment
-
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…
-
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…
-
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!
-
comment
Comment #24998547
What does typescript have to do with speed?
- story