HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stevepotter

487 karmajoined 16 anni fa

comments

stevepotter
·6 giorni fa·discuss
I never understood the copy paste thing. Shadcn just reeks of a fad, and even after doing copy paste and trying it, I didn’t see what the big deal was. But enjoy it, y’all. One of the benefits of AI is that HN isn’t clogged with talk of JavaScript frameworks as much
stevepotter
·6 giorni fa·discuss
Love love love mantine.
stevepotter
·9 giorni fa·discuss
It's inevitable that someone will build a good robot to do these mundane chores. But is that a good thing? I vacuum every night and during that I get some great thinking done. If I had a robot vacuum, I can said with certainty I would make good use of that time.
stevepotter
·mese scorso·discuss
Same. I got spooked after a car pulled out on the country highway I was doing 160 on. Then ran out of money and sold it. I just rode my Dads Harley, first ride in 20 years. Was nice but I’m good. I have a longboard and a little hill once in a while gives me the occasional adrenaline rush I crave.
stevepotter
·mese scorso·discuss
All I ever hear are horror stories. Can someone tell me a good story about VC that isn't Facebook or something?
stevepotter
·2 mesi fa·discuss
Svelte is cool although I didn't have some big epiphany. I'm not going to use Svelte because "it compiles" and "is faster" when my existing React app performs very well. Plus there are some libraries for my specific use case that didn't exist in Svelte. I know people love things besides React, and I would be happy to see it unseated. Sure I'm part of the problem but it's been good to me and I have bigger fish to fry.
stevepotter
·2 mesi fa·discuss
I remember in 1999 being so psyched about changing a button image on mouseover. Went hard on jquery, little bit of angular and bootstrap. React was big for me because it’s one way data binding solved the kinds of bugs I had spent years dealing with. Vue svelte and others are cool but they are all very similar to me. I always encourage people to work at first without any framework because then you gain an appreciation for why these things exist (or you stay vanilla and constantly blog about it)
stevepotter
·2 mesi fa·discuss
You are mixing local and federal politics. This is a town issue and would likely have happened regardless of who occupied the Oval Office
stevepotter
·2 mesi fa·discuss
Others have provided details about how it works. I suggest zooming way in on that image and you'll start 'breaking though' the surface and that'll help you get an idea of how it works. Important thing is there is no defined geometric surface ("mesh"). Also important to know is that it's very, very hard to get a good splat without taking a ton of photos at different angles. It's also really, really easy to create a crappy looking splat. But when it's done right, it's a marvel
stevepotter
·2 mesi fa·discuss
Maybe not at first. Regardless of when they get replaced by tech, you’ll see those jobs get saturated and wages go down. Which sucks because they are already low
stevepotter
·2 mesi fa·discuss
This is a good take. I’d like to know how you think this is going to shake out over the next few decades
stevepotter
·2 mesi fa·discuss
I'm the same way, which makes sense because for 20 years I've done things by hand, tediously managing every line.

I hired a few fresh grads and they have no problem just going with the default AI output. As long as it works, they are good.

For me, it comes down to the ability to properly test. If the code works, is covered by tests, and its performance is measured for regressions, and the high level design is sound, it's hard to argue with vibing. The problem is almost nobody has such a testing system. They are still hard to find and/or build. So that's what I'm putting my effort into because otherwise I'll have trouble sleeping at night (for good reason)
stevepotter
·2 mesi fa·discuss
I’m working on ways to evaluate and give feedback on surgical techniques. But you just helped me find a new pivot. Thanks! And yes I’m on the toilet.
stevepotter
·2 mesi fa·discuss
I couldn’t quite understand exactly how it was exploited. It sounds like there is some cache that is shared across action runs and they took advantage of that. Is that at the core of it?
stevepotter
·2 mesi fa·discuss
Be careful there. The whole "just wait 6 months" thing is problematic. It gives you an excuse to make a mess now, because "in 6 months" AI will magically fix it.

It also belittles the human resources. "I heard that 6 months AI will do everything, so why would I hire new engineers or promote the ones we have?"
stevepotter
·2 mesi fa·discuss
I also love to build. And I'm mourning the loss of coding as a craft that is sought after and well compensated. I like to get my hands dirty and it feels wrong that I can basically write specs and the real labor that I love is done for me. But it also allows me to build some pretty amazing stuff that I would have never been able to do otherwise. So I'm slowly accepting it and want to come up with ways to coexist. I code for several hours a day because and will continue to do so because even after 36 years I still get joy and comfort from it
stevepotter
·2 mesi fa·discuss
I wasn’t talking about unit tests. Was talking about tests that accelerate development, where you can setup everything and test a feature by just pressing enter vs clicking around or whatever. The tests are how you build features, so I don’t consider that boring

There is problem solving in coding, but the bigger problems exist at a higher level and that’s still on you to solve.

Also I’ve been messing with “ai-only” files recently. You make a markdown file that basically tells it what the file does, how it’s used, and point to an API contract in some other file. Then you can run async ai that will try things and only submit a PR of all the tests pass and the perf improves. The files become almost unreadable to be, but I decided to embrace it because they were already unreadable. But so is the output of, say, the protobuf code generator and I never had a problem accepting that
stevepotter
·2 mesi fa·discuss
Which to me is why it’s so important to build cooler and crazier shit. A web app to facilitate some business process was always boring, but at least you got to code. Now it’s just boring. The thing I’m building right now is pretty wild, involving computer vision, robotics, and surgery. It’s super complex and without AI, the development would have bankrupted us. But because of ai, we did it and the product is going to FDA this year.
stevepotter
·2 mesi fa·discuss
For me, if I can make a kickass testing system that people love so much that they actually build features with it and it’s not an afterthought, then maintenance becomes much easier. It’s often called test driven development but I’ve rarely seen it done in such a way that the dev ex is good enough for it to work.

But say you have that. Then you have great profiling. At that point you can measure correctness and performance. Then implementation becomes less of a focal point. And that makes it a lot easier to concede coding to ai
stevepotter
·2 mesi fa·discuss
Agree. I didn’t like being forced to use it. There was some edict based on some different past problems. My service was a devops thing and didn’t really have a data plane. A regular db would have been perfect but would have required some silly high level approval we weren’t willing to get. All that despite being told service teams are free to build how they want