HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mad_ned

no profile record

Submissions

Nerd Noir Theater Presents: ASCII Double-Murder

madned.substack.com
1 points·by mad_ned·4 years ago·1 comments

ASCII Double Murder

madned.substack.com
1 points·by mad_ned·4 years ago·0 comments

The sunny side of firing someone

madned.substack.com
103 points·by mad_ned·4 years ago·111 comments

My 9-Bit CPU project, part 3: Timing Woes

madned.substack.com
1 points·by mad_ned·4 years ago·0 comments

My Nine-Bit Computer, part 000 000 010

madned.substack.com
3 points·by mad_ned·4 years ago·0 comments

Nine-Bit CPU, Part 000 000 010

madned.substack.com
2 points·by mad_ned·4 years ago·0 comments

I decided to build a nine-bit computer

madned.substack.com
180 points·by mad_ned·4 years ago·67 comments

The Merits of Internal Success Before External Success

madned.substack.com
2 points·by mad_ned·4 years ago·0 comments

Always Mount a Scratch Monkey

madned.substack.com
1 points·by mad_ned·4 years ago·1 comments

The Eternal Joy of “Hello, World”

madned.substack.com
3 points·by mad_ned·5 years ago·0 comments

Good Cragile: Crappy Agile that works

madned.substack.com
10 points·by mad_ned·5 years ago·0 comments

Good Cragile: Crappy Agile That Works

madned.substack.com
3 points·by mad_ned·5 years ago·0 comments

The Further Text Adventures of Scott Adams

madned.substack.com
236 points·by mad_ned·5 years ago·181 comments

Two Things I Learned When I Crash Landed at a Startup

madned.substack.com
33 points·by mad_ned·5 years ago·2 comments

Two Things I Learned When I Crash Landed at a Startup

madned.substack.com
1 points·by mad_ned·5 years ago·0 comments

When The “R” Goes Missing From R&D

madned.substack.com
2 points·by mad_ned·5 years ago·0 comments

What Heathkit Taught Me About Good UX Design

madned.substack.com
2 points·by mad_ned·5 years ago·0 comments

What Heathkit Taught Me About Good UX Design

madned.substack.com
1 points·by mad_ned·5 years ago·0 comments

I Miss Working in the Crappiest Places

madned.substack.com
5 points·by mad_ned·5 years ago·1 comments

I Miss Working in the Crappiest Places

madned.substack.com
4 points·by mad_ned·5 years ago·2 comments

comments

mad_ned
·2 years ago·discuss
I'm still alive. But I've retired or at least taken an extended hiatus from my writing hobby, which in retrospect was probably a pandemic coping mechanism more than a lot of things lol.

I only came here because my in box is blowing up due to the traffic hacker news is driving to my site, and so then I see that this article is like #3 today. Not bad considering I don't really remember writing it!
mad_ned
·4 years ago·discuss
More Marshmallows!
mad_ned
·4 years ago·discuss
It's a rainy Saturday here, thought I'd give this one a second shot since the mood seemed right!
mad_ned
·4 years ago·discuss
This is a great resource for aspiring FPGA tinkerers like me. Thanks for sharing!
mad_ned
·4 years ago·discuss
Wish granted! @the.bessie.report on Instagram
mad_ned
·4 years ago·discuss
haha yes, excellent suggestions! I did think about ternary logic actually but I don't know of an FPGA that supports it. I considered creating like a primitive that burns 2 register bits to approximate it even, and just throw away the 4th state and pretend I have 3-state logic on all the layers above. but i have enough on my hands just trying to get the stupid timing working on a simple CPU. Im not actually a CPU designer so I dont really know what I'm doing lol.
mad_ned
·5 years ago·discuss
Thanks Scott - I'm really enjoying sitting back and reading all the great discussions you've been having here and interesting questions people have, nothing makes me happier as a writer than to be able to spark something like that.
mad_ned
·5 years ago·discuss
I was really honored for a chance to talk with one of computer gaming's true pioneers, Scott Adams. His text adventure games launched an entire game genre and influenced and inspired a lot of other programmers and game developers.

If you read the interview and come away thinking, "why didn't he ask him about X?", today's your lucky day, because Scott has graciously agreed to stop by here and answer a few questions. He's new to HN, so be sure and give him a warm welcome!
mad_ned
·5 years ago·discuss
Abandoned stuff is always so cool. My favorite continues to be this exploration of the abandoned power plant and tunnel under Niagara Falls:

https://freaktography.com/canadian-niagara-power-william-b-r...
mad_ned
·5 years ago·discuss
only partially related, but I laughed the other day when I googled 'emacs' and it said 'did you mean vi?'
mad_ned
·5 years ago·discuss
Doom next?
mad_ned
·5 years ago·discuss
You may not have played the game Empire, but if you've played any computer wargame, you've played something influenced by it. I'm very honored to have had the chance to discuss the development of Empire with Walter!

As mentioned in the article, he is a sometimes-reader of Hacker News, so if people have any follow-up questions, we may just get lucky and have him drop by to answer a few.
mad_ned
·5 years ago·discuss
this is genius.
mad_ned
·5 years ago·discuss
I don't like them either, but I always want to. I wonder if e-paper or whatever will eventually get so cheap and so good, you could have a physical book full of e-pages, then after you read it, press a button, and it becomes a different book.
mad_ned
·5 years ago·discuss
i spent a good long time writing code in emacs but our current project uses an IDE, and I found I could be pretty productive in it and learned to leverage its advantages. But I could not live without a solid text editor, and still use emacs for texty stuff, like config and log files and such (even though in theory i could do that in the IDE as well)

But as a result, a lot of the cool stuff I had set up in emacs never gets used anymore. not even sure how to run many of the .el's anymore i have in my .emacs tbh. I could probably get by just fine with nano but run full emacs just out of habit.