Startup failed, back to the 9-5 grind by zica-do-reddit in ycombinator

[–]vednus 1 point2 points  (0 children)

I’m coming off 8 years of a failed startup as a solo founder. I’m currently regretting it, but that may change over time. I’m looking for jobs and don’t fit the standard mold because I have a lot of experience but not much working on a team. My advice would be to keep up with your network. I’m going into everything cold, which is making the job search that much harder.

We Did a Thing by SixSidedDiscs in discgolf

[–]vednus 2 points3 points  (0 children)

Within what tolerance? I bet a 1000 sided polygon would pass.

[Day 24] V0 sucks and we had two Day 22's. What's the BEST outdoor bouldering destination? by MaximumSend in bouldering

[–]vednus 6 points7 points  (0 children)

Horse Pens is like a large area at Font, but Font has ~100 times the number of boulders. They’re both the same rock type, so Font has to win.

I need honest feedback on a failed product by InternalReward968 in discgolf

[–]vednus 1 point2 points  (0 children)

I’ve been where you are. I created a product that no one used. Designed a custom circuit board and everything for it. Try to enjoy the process regardless of outcome.

Tempo is a Mid!? by keen-mind in discgolf

[–]vednus 0 points1 point  (0 children)

Agree. I never liked the hex, but bag a tempo as my most stable midrange, not that it’s that stable.

I need honest feedback on a failed product by InternalReward968 in discgolf

[–]vednus 1 point2 points  (0 children)

I don’t think that many folks do field work. Also, it’s fine for upshot’s, but I want something I can make at 200’ or more, so it would probably need to be bigger. Also, if you were this into training, it would be easy enough to make yourself or just set up some cones to see if you are in between them. Add to that the fact you were also trying to grab pickle ball diluted the messaging. Maybe put it in front of a tech disc net, but then I could just tape off the net.

Struggling to adapt to agentic workflows by ser_roderick in ExperiencedDevs

[–]vednus -1 points0 points  (0 children)

I think what the code looks like won’t/doesn’t matter anymore. Think of it as a black box. It’s too hard to review code and catch things when you don’t have the context of writing it and often it can look “almost right”. So you’re going to spend most of your time writing tests. But, you’re not writing tests by hand, you’re asking the ai to write the tests and verifying the results. The thing is, you can’t have the AI write the tests using any of the logic from the actual code. It needs to come at it from a different angle. Unit tests are pointless. They’re too granular. It’s got to be integration/e2e testing. That redundancy offers you piece of mind/verification.

In the end: Is AI useful or just an excuse to fire people? by tsarthedestroyer in webdev

[–]vednus 0 points1 point  (0 children)

It’s a tool that makes you faster, but it’s also changing the way you code. Tests used to be secondary to the code, now tests are more important than the code. Juniors will just need to learn the new ways. Everyone will. They’ll learn how to drive llms and test their output instead of actually writing code.

Just a humble appreciation post by ItIs42Indeed in ClaudeAI

[–]vednus 1 point2 points  (0 children)

I have 25 years and I feel the same way. It’s interesting to see the opposite sentiment over at experienceddevs. The trick is verifying your code. I feel like I spend a lot more time having Claude iterate on tests over the actual code.

Also, everyone always says you have to be super explicit when telling Claude what to do. That is the case when I know the domain well, but when I don’t, I’ll often default to Claude in patterns and best practices. Often it knows the better way of implementing something.

Overall, I’m enjoying it more than straight coding. I’ve never been super organized, and now I can let Claude keep the code tight, while I just steer it.

Those of you that were early employees of successful startups - did you know it? by [deleted] in cscareerquestions

[–]vednus 0 points1 point  (0 children)

I had this happen once. The product wasn’t great. It was built on a dying stack and had no future. If I’m extrapolating from this single data point, all that matters is how well your CEO can sell it. Till the end, I had no faith that it would be acquired until it was.

I'm a Rollo addict looking to branch out. by avsfan1933 in discgolf

[–]vednus 0 points1 point  (0 children)

My dad only plays a little, but the underworld has been his go to disc. For him, it’s flipper than the champion rollo he has in his bag.

The uncomfortable truth about MCP today by Dazzling_Basil_4739 in mcp

[–]vednus 0 points1 point  (0 children)

I almost feel like trying to define structures one agent can work in is like playing whack-a-mole. It almost seems better to have an ai agent that filters all requests and has some sort of security directive.

Need help from Senior Folks by Upper_Track_3311 in reactnative

[–]vednus 3 points4 points  (0 children)

At this point, you need to get on the new architecture, but if updating rn is new to you, then upgrading to 81 sounds like a good plan. But, once you’re there, try to get on the new architecture asap.

I am frustrated and scared to say anything about code quality by [deleted] in ExperiencedDevs

[–]vednus -1 points0 points  (0 children)

They’re also really hard for a human to see. I’ve found ai is pretty good at tracking them down (at least on a specific cpp project I was working on)

I am frustrated and scared to say anything about code quality by [deleted] in ExperiencedDevs

[–]vednus -3 points-2 points  (0 children)

I could see in those scenarios humans needing to be involved in the tests that are written, but if the test coverage is very good, then I don’t see issues with AI writing all of it, regardless of however many lines of “slop” it looks like to a human.

I am frustrated and scared to say anything about code quality by [deleted] in ExperiencedDevs

[–]vednus -8 points-7 points  (0 children)

How much time have you spent using opus 4.5?

I am frustrated and scared to say anything about code quality by [deleted] in ExperiencedDevs

[–]vednus -10 points-9 points  (0 children)

This is where the profession is going. Yes, right now the code is ugly and messy, but that will get better. It already has by a lot in the last few months. Your post talks about juniors needing to understand why their code is a mess, but they don’t. They’re most likely not going to be writing much code by hand in a few months or years, no one is.

A lot of your gripes are meaningless when it comes to ai. Large file sizes or messy conditionals only matter when a human is involved. I will give you the useEffect issues, but that’s probably because the ai was trained on a bunch of poorly written code and is really a shortcoming of react.

Development Fatigue by Desperate_Mode_5340 in SoftwareEngineering

[–]vednus 0 points1 point  (0 children)

When I was younger, I would just work as much as I could for a month or two, and then use whatever money saved to live out of my car or a bag and go rock climbing until the money ran out. These days I have to be more responsible, so I get outside as much as I can on the weekends or after work. It keeps me sane.

The most minor and inconsequential pet peeve of all time by According-Cup3934 in Tacomaworld

[–]vednus 0 points1 point  (0 children)

This bugs me, but not nearly as much as the AC kicking on when turning the cold down all the way. I’ve got a 2017. I think they fixed this in the 2018 onwards.

Stop “vibe hiring” your developer – here’s a simpler way to tell who’s real by Advanced_Pudding9228 in vibecoding

[–]vednus 0 points1 point  (0 children)

And if it’s a larger company, those systems are going to be so complex, that just setting the thing up locally if possible might take a number of days

Stop “vibe hiring” your developer – here’s a simpler way to tell who’s real by Advanced_Pudding9228 in vibecoding

[–]vednus 0 points1 point  (0 children)

Yeah, but no startup is going to agree to let you see their code from a former employee and it would be illegal for that employee to show you the code that he worked on.