Viewing profile — mnurzia
mnurzia
HN member- Joined
- Mon, Jul 05, 2021, 6:49 PM UTC
- HN karma
- 237
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About mnurzia
I love coding in old versions of C on my own time but I have extensive experience in Python and C++.
I play the bass guitar, and I run a lot. If you're in the Boston area and want to go on a run let me know.
contact me: max[U+0040]mmn[U+002E]sh
Recent public activity
-
comment
Comment #47772693
More details about the electronic bible (released in 1989): http://pnylab.com/products/bible/main.html Very interesting read and a neat product from a technical perspective. I'd li…
-
comment
Comment #46818037
MAME is a really impressive piece of software. It emulates tens of thousands of machines and goes into painstaking detail to get things right. One of the coolest aspects of their c…
-
comment
Comment #46744371
I think electrical/phone sockets were placed at that level because many telephones were designed to hang on the wall (docking onto and covering up the faceplate) for easy access. M…
-
comment
Comment #46582409
This is really cool. What do you think the remaining ~1% is?
-
comment
Comment #45622476
Do you have any links to these discussion posts? This sounds very interesting, and I'm intrigued to learn more about the hardware explanation for this phenomenon.
-
comment
Comment #44665510
Wow! I actually met Aead last week while he was printing parts for this project (we both work at the same place). Surreal to see it at the top of HN.
-
comment
Comment #44603095
Neat tool, I could see this being handy for debugging TUI tools. I noticed that it works with _escaped_ ESC characters ("\x1b", "\u001b", "\033") but it didn't recognize raw ESC ch…
-
comment
Comment #44024798
This was the neovim plugin that really caused me to stick with it. I've been using this plugin for over a year, after the (short) initial period of frustration with the delays I wa…
-
comment
Comment #42455493
There's a MIT license in both source files, but I added a copy of it to the project root for those that have this constraint. Thanks!
- story
-
comment
Comment #40877611
This is super cool. Any insight into how this may have been designed? High-quality, compact hash functions are really useful in C.
-
comment
Comment #39911805
I ordered one of these posters a few years ago as a gift for my mom, who is a scientist. Large posters with lots of information to get lost in are always fun. This one does not dis…
-
comment
Comment #39877095
yep, I started using it when I was 5, so that tracks.
-
comment
Comment #39871491
paint.net is one of the only pieces of software that I miss from Windows. After having started with Tux Paint, I found paint.net extremely intuitive and easy to use (very nice for …
-
comment
Comment #39687659
Have been renting in Boston for two years because I go to school here, I'm renting again next year. It's not uncommon in my zip code for rents to be raised $150-200/bedroom/month e…
-
comment
Comment #39685488
I've had this list bookmarked for years. Thanks for this!
-
comment
Comment #39056546
Not really. The very first computer I used growing up (~2005 dell inspiron) had one but I could barely use a keyboard at that point. Haven't had access to one since. Do you use one…
-
comment
Comment #39035397
I could actually see myself using this, if it is reasonably precise. A lot of the software that I use is GUI-only, and I really don't like taking my hands off of the keyboard to re…
-
comment
Comment #37797929
A few implementations of true(1): coreutils: https://raw.githubusercontent.com/coreutils/coreutils/master... openbsd: https://cvsweb.openbsd.org/src/usr.bin/true/true.c?rev=1.1 bus…
-
comment
Comment #37726912
I'm curious, why does this situation require Western experts in particular?
-
comment
Comment #37385844
PatorJK's Text to Ascii Art Generator[1] is still in my opinion the easiest to use tool to preview Figlet-style fonts/text and has almost every font under the sun. Still seems very…
-
comment
Comment #37102520
Adam Ragusea is one of my favorite YouTubers. Viewers seem to have strong feelings about specific details and choices he makes in his videos/recipes, but in my experience, his cont…
-
comment
Comment #36620004
Used to be pretty deep into the TI calculator hacking scene, I know that there were definitely programs/firmware images out there that allowed you to fake clearing the calculator's…
-
comment
Comment #36275564
Admittedly, C89 has very little utility, especially among people my age. For example, my university progresses from Racket to Java to C++, and has a systems course that partially t…
-
comment
Comment #36274453
I totally missed this, good point. Slightly unrelated, but just thought I should mention: the sokol libraries are awesome!