Live data from Hacker News

Show HN: I made a discrete logic network card

qdiv.dev

71–80 of 91 posts

Re: Show HN: I made a discrete logic network card

#71
post #13

Earlier quoted context omitted.

What's stopping you from starting today?

Lack of motivation to work on more technical stuff after having done the same all day at work? Mental exhaustion? Wanting to spend the remaining free time with loved ones instead?

Yeah, same here: after a day of staring at code on a screen, it's hard to get motivated to look at more code at home. I'd rather watch a movie with my family.

Re: Show HN: I made a discrete logic network card

#72
post #33
post #31

Sorry for this naive question, but isn't every network card build out of discrete logic components?

Discrete is the opposite of integrated, as in integrated circuit. In practice, it means using multiple components. In a strict sense it means no integrated circuits at all, I suppose. But it's also a relative thing. So while a 7400 series chip is not a "discrete" component as most would think of it, using a hundred 7400 series chips to implement a processor is relatively more discrete than a microprocessor. (It's cer…

In the early 1980s, an Ethernet adaptor required a lot of board space. They were often of similar complexity to the main CPU board. For example, this is DEC's first Unibus Ethernet: https://gunkies.org/w/images/1/16/DEUNA.jpg, which occupied two boards.

The software required to run a TCP/IP stack was also large, limiting the system to a handful of active sockets, and consuming large parts of the available CPU power to run something like Telnet or FTP.

It took a few years for CPUs to get more powerful, more RAM to become affordable, and for network hardware to become integrated onto the smaller boards like ISA or NuBus.

Re: Show HN: I made a discrete logic network card

#73
post #61

Earlier quoted context omitted.

While I do agree this may apply somewhat to the original topic, your dig at suburbanites seems like a mischaracterization. I would expect most other folks are primarily worried about being murdered during the event. With the murder rate in America near historic lows, I think the person you're replying to is spot-on. It's a lot of hysteria fueled by social media, foreign actors, and the fact that security paranoia is…

These statistics do not help anyone create a reasonable personal risk assessment. Murder is at an all time low! But my sister in law is a drug addict, and last year she got mad so her boyfriend shot and killed a family member right in their nice suburban foyer. There's more to it than that.

I'm sorry to hear that, but that does match my understanding that there's very few murders done by a random stranger in their own home.

Most people worrying about home invasions arent thinking about it being their niece.

Re: Show HN: I made a discrete logic network card

#79
post #49

Earlier quoted context omitted.

Being worried about a hardware backdoor in your network card is more about technology fetishism than realistic threat analysis. It's like suburbanites being worried about home invasion. Sure, it's technically possible to happen, but the concern reflects personal neuroses rather than practical considerations. There's a disconnected, individual grandiosity in both cases - "what I have is so valuable that other people w…

You are minimising [0,1]. (I also think you are wrong in your risk asessment) [0] https://www.berkeleywellbeing.com/minimizing.html [1] https://en.wikipedia.org/wiki/Minimisation_(psychology)

That is not minimizing. Minimizing from a psychological perspective is to present an event that has occurred as unimportant or insignificant. Had the OP said "suburbanites have nothing to worry about if they are targeted in a home invasion" would be an example of minimizing. The rising fear about crime in general, or home invasion in particular, is a disconnect from the actual risk of either happening to oneself. Violent crime overall is somewhere south of 25 incidents per 1,000. That's 2.5%. Which is 2-3x less than it was 30 or 40 years ago. Increased visibility in the media along with influence peddlers in social media whip up fear and neuroses for more clicks/income that make things appear worse than they ever have been. Which tends to lead people to believe the false narrative that "life was better when I was a (much more uninformed) child/young adult."

Re: Show HN: I made a discrete logic network card

#80

So this is for an all-custom computer, which is rather more impressive on its own (to say nothing of "So I made a C compiler."), but now I'm curious what the minimal implementation of an ethernet card for a "normal" PC would be. I suspect a lot of it would be very similar, up to that you could do checksums on the PC's CPU (probably just baked into the driver). It'd need to be attached - either bare serial or more use…

If a normal PC had an ISA bus (like they did 30 years ago), my network card could have been connected to it with just some minor modifications.

Funnily enough modern machines have ISA in form of LPC bus used for few of the common peripherals (TPM) that can be used in ISA-compatible mode, and you can get LPC to ISA adapters.
Post reply on HN