Viewing profile — emnudge
emnudge
HN member- Joined
- Tue, Nov 03, 2020, 6:23 AM UTC
- HN karma
- 67
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About emnudge
No profile information was provided.
Recent public activity
-
story
Show HN: I vibecoded a language server for web assembly
Hey! First was just a test to see if I could. Then became a pretty fun test on iteration loops. How little I could be involved and what kind of instruction works best. It's a langu…
- story
-
comment
Comment #43081192
Outside of making something - it’s very useful for setting up a quick project. Stackblitz did this with Node (aka their Web Containers). You could make a new project very quickly a…
-
comment
Comment #42771202
It’s to connect phone numbers to identities. Getting a physical sim in China involves going in person to a store where they keep your passport and a mugshot (you hold a paper with …
-
comment
Comment #41706756
This is a very interesting way of putting it. The way I’ve explained it is “unserious surprise” which also fits with this. https://emnudge.dev/blog/a-grand-theory-of-humor/
-
comment
Comment #40080073
Having things "just work" can be really appealing. I once had an issue where my Linux distro of choice was having a tough time with my monitor orientation. I got quite a few linux …
-
comment
Comment #40058398
German would be helpful for me
- comment
-
story
Show HN: Live local log viewer with automatic syntax highlighting
Hey, HN! I get onboarded to new projects sometimes with a bunch of local unstructured logs already set up. They come from different parts of the application at different layers - m…
-
comment
Comment #39982668
Hey, HN! Whenever I'm onboarded onto new codebases, I have a tough time finding my own debug logs when there are hundreds of logs from different systems all cluttering the terminal…
- story
- story
-
comment
Comment #39780330
I'm pretty sure he knows what Doordash is. I assume the thing that doesn't exist is ordering via a phone line, not an internet-based interface. i.e. texting or calling a number in …
-
comment
Comment #39520947
My previous understanding was that service would be stopped once you hit past the free tier. Upon review, it does not look like this is the case. I have several very low traffic pr…
-
comment
Comment #39422206
If we’re doing self promo, I’ve got something similar but significantly smaller in scope: https://github.com/EmNudge/watlings
- story
-
comment
Comment #39258334
I sunk a decent amount of time into WebAssembly over the past few months (I am the author of "watlings"). From my understanding, there are 3 answers here. 1. Most spaces do not nee…
-
comment
Comment #37401049
That looks super useful! I wish I knew about this when first learning wat. This would make a great reference!
-
comment
Comment #37400240
I really like Exercism! Unfortunately their exercise model is considerably more free-form where it teaches you considerably less and in much larger chunks. I think this is a great …
-
comment
Comment #37395496
Author here! My initial motivation to learn WASM (as someone from a primarily web background) was that I had a pretty poor understanding of WASM in general and so I had a lot of di…
-
comment
Comment #28303698
While I've yet to do it, I've heard of many people using it for peer to peer file transfer. I tend to transfer files between devices pretty often and have never found a perfect sol…
-
comment
Comment #26045110
Actually, it supports regex! I detail this a bit more in the readme, but it supports general JS notation for certain things. Surround your search with /these/ to perform a regex ma…
-
comment
Comment #26042074
Heyo! I've only recently dug into the big world of Unicode, but when doing so, I found the tools available sorely lacking. Most were server-side or needed to be downloaded and had …
- story
-
comment
Comment #25399900
Quick correction: it is not the same as eval. It does not have access to the current scope. It is technically a fair bit safer when trying to run code from a string. It may have ac…