Live data from Hacker News

I Love the Computer

michaelenger.com

41–50 of 167 posts

Re: I Love the Computer

#42
post #36
post #6

Earlier quoted context omitted.

My prediction is that it will go the same way as the dot com bubble. The hypesters and fraudsters will eventually collide with objective reality, but the technology will persist and society at large will benefit from the infrastructure and the increased access to knowledge.

> society at large will benefit from the infrastructure Data centers as infrastructure are very different from DSL rollout though. Much, much more expensive to maintain, with a much much shorter timespan. If the bubble pops and data centers get shut down because there’s no one to pay the bills, there won’t be much left 5-10 years later in terms of infrastructure.

Maybe we could repurpose old processors to power toaster ovens.

Re: I Love the Computer

#43

Earlier quoted context omitted.

I just reversed engineered large parts of my 2011 car odb comms. Was able to hook a stm32 board to the car communication and have full control over a lot of stuff so that I can build my own instrument cluster from a lcd screen. It literally took me one evening to get the first proof of concept working. I never touched stm32 stuff before.

Good for you, son. I've just spent the whole f*king day screaming at an agent on a deadline.

This right here. People simp for LLM companies as if their experience of using the out-of-pocket top-of-the-line "team of PhD's" paid models will be what is deployed when trying to contact your bank, insurance, etc. No,... once tech companies stop playing the "no/some revenue until we own the world" VC game, we'll all be stuck trying to talk to GlueSnifferGPT when reporting an emergency.

Re: I Love the Computer

#44
post #2

I love computers too, but it doesn't resonate with me when people call AI "snake oil." The comparison suggests that the thing doesn't do what it's marketed to do. AI does more or less what it's marketed to do, sometimes badly. I still write code by hand. But LLMs have been a legitimately useful tool when I've wanted to dig into a new field like computer graphics, theoretical physics, or numerical analysis. Or even ju…

> I think it makes me a better programmer because I can bootstrap the knowledge needed for a new project much faster

faster != better

Re: I Love the Computer

#45
post #37

I still like the computer itself. Breaking something, poking at it, fixing it, and then it suddenly works. The hard part now is liking the industry around it.

The machine is still fun.

It's the five layers of product growth between you and the machine that get tiring.

Re: I Love the Computer

#47
post #30

Earlier quoted context omitted.

I choose A. I know that many others choose A as well. A wonderful service known as the web has connected people who choose A with others who choose A and of course with a great many who don’t need to make a choice and benefit from the work of others. I mourn a world in which few will choose A, because for many to choose B seems to lock us all, tragedy of the commons style, into a worse world.

[flagged]

> I swear the anti-AI crowd would all be picking to die if you each had a choice between immortality and living to 85.

It really depends on the cost of immortality. At the very least, it would have a psychological impact that some people may feel is undesirable.

> None of you is writing punch card programs.

> None of you are building vaccum tube logic.

Perhaps none of us, but some people certainly do. We are intellectual creatures. Some of us do things out of pure curiosity. Can we create multinational corporations out of it? Almost certainly not. Can we create businesses out of it? People do so all of the time. There is a market for produce from small farms, hand crafts, heck, even vintage computing.

> None of the things we build today are going to last. Your programs will be meaningless in a hundred years. Probably closer to ten years.

Try telling that to people who are trying to retire legacy systems. Sure, most of them have been modernized. Perhaps they have even been modernized to the point where none of the original code exists. Yet the core ideas still exist since it turns out to be incredibly hard to discard things.

The old ways of writing software will continue, even if they are nowhere near as popular. Call that irrational if you want. I call it human.

Re: I Love the Computer

#49
One of the main reasons I fell in love with computers was determinism. I always felt weird seeing people get upset and curse at the C++ compiler. In my mind, the “computer” will always give you the same output for the same input. Therefore, you must be doing something wrong if you’re fighting the compiler. The answer to your problems is in the source code.

This is something LLMs took away from me. I can’t just look at the source code and figure out why a prompt didn’t produce the expected outcome. I have to go with my gut feeling, and with the little I know about LLMs.

On the other hand, LLMs have enabled me to code prototypes that I would have only dreamed about a few years ago.

Do you want your own fancy terminal emulator? Done. A couple of weekends’ worth of work.

How about your own Linux windowing system, running Firefox and a terminal? Done. A couple more weekends.

You always hated KiCad routing, but never had time to go through the code and change it to meet your requirements? No worries. A day’s work.

Of course, none of this is production quality, but it gets you started very fast. And I’m sure you can turn it into a solid, production-quality product in much less time than it would take without using an LLM.

Re: I Love the Computer

#50
post #30

Earlier quoted context omitted.

I choose A. I know that many others choose A as well. A wonderful service known as the web has connected people who choose A with others who choose A and of course with a great many who don’t need to make a choice and benefit from the work of others. I mourn a world in which few will choose A, because for many to choose B seems to lock us all, tragedy of the commons style, into a worse world.

[flagged]

What if they just like writing code?
Post reply on HN