Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mumphster
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mumphster
4y ago
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 something here. The types aren’t even available at runtime, wha
2.
▲
by
mumphster
4y ago
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.
▲
by
mumphster
4y ago
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 really long time before emulators became more practical
4.
▲
by
mumphster
4y ago
Used extensively by Mullvad VPN for a lot of their infrastructure https://mullvad.net/en/blog/2022/6/15/mullvad-is-now-continu...
5.
▲
by
mumphster
4y ago
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 programming language
6.
▲
by
mumphster
4y ago
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.
▲
by
mumphster
5y ago
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 horrible comparison.
8.
▲
JavaScript Systems Music
(teropa.info)
2 points
by
mumphster
5y ago
|
0 comments
9.
▲
by
mumphster
5y ago
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 fun writing this though! Rust is very enjoyable to work in
10.
▲
by
mumphster
5y ago
You can solve 1k captchas for $1 at 80% success, they're trivial to bypass
11.
▲
by
mumphster
5y ago
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 inputs and do a lot of processing based on said inputs. You can e
12.
▲
by
mumphster
5y ago
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 shipping a wasm blob. I'm gonna guess that v8 can parse a 1-2
13.
▲
by
mumphster
5y ago
https://www.w3schools.com/css/css3_3dtransforms.asp
14.
▲
by
mumphster
5y ago
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. Electron apps are desktop apps. People have been embedding webui
15.
▲
by
mumphster
5y ago
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 more ram. All of what you said is fud and unsubstanti
16.
▲
by
mumphster
5y ago
This doesn’t bypass cert pinning in apps which was the original question
17.
▲
by
mumphster
5y ago
the link goes straight to the source code... why not just look at it instead of guessing
18.
▲
by
mumphster
5y ago
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 using them to express yourself
19.
▲
by
mumphster
5y ago
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 easily without CRA
20.
▲
by
mumphster
5y ago
yes
21.
▲
by
mumphster
6y ago
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 technique and tech https://www.youtube.com/watc
22.
▲
by
mumphster
6y ago
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 like that coming from Apple
23.
▲
by
mumphster
6y ago
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.
▲
by
mumphster
6y ago
What does typescript have to do with speed?
25.
▲
It's probably time to stop recommending Clean Code
(qntm.org)
69 points
by
mumphster
6y ago
|
8 comments
26.
▲
by
mumphster
6y ago
Cool! I went ahead and added category sorting last night to twitchroulette, check out the "unknown" filter to randomly browse through streams with no category set. Theres some weird stuff in there for sure (and quite a few pirated
27.
▲
by
mumphster
6y ago
this was an issue with firefox and I pushed a css fix, sorry about that
28.
▲
by
mumphster
6y ago
Done, thanks!
29.
▲
by
mumphster
6y ago
Sorry this took so long, added this fix, as well as basic filters. Thanks again for the help!
30.
▲
by
mumphster
6y ago
just a normal cheap digital ocean vps running python + starlette and redis as a data backend, nothing fancy at all
More ›