HN user

ChrisbyMe

62 karma

Wanna chat? Shoot me an email at christian.bakopoulos@gmail.com

Checkout my website! https://chrisbako.com/

Posts4
Comments21
View on HN

Mm this is my experience as well, but I'm not particularly worried about software engineering a whole.

If anything this example shows that these cli tools give regular devs much higher leverage.

There's a lot of software labor that is like, go to the lowest cost country, hire some mediocre people there and then hire some US guy to manage them.

That's the biggest target of this stuff, because now that US guy can just get equal or hight code in both quality and output without the coordination cost.

But unless we get to the point where you can do what I call "hypercode" I don't think we'll see SWEs as a whole category die.

Just like we don't understand assembly but still need technical skills when things go wrong, there's always value in low level technical skills.

enclose.horse 7 months ago

I found the same algorithm! The top down solution didn't really work.

Very fun game

yes! I looked into implementing adblock on the iPhone notification tray and it didn't look like it was possible. Glad someone is working on it for android.

Apps shouldn't be allowed to send notifications for Ads! I give any app on my phone one chance to be annoying and then turn them off.

This feels like something where we should be able to use an on device classifier or even LLM to bucket notifications, similar to a spam inbox.

Even better if they can pull any potential coupons out for use later without flavor text from the notification itself.

Hey! Thanks for publishing this.

Would be interested in seeing the breakdown between uplift vs company size.

e.g. I work in a FAANG and have seen an uptick in the number of lines on PRs, partially due to AI coding tools and partially due to incentives for performance reviews.

alpr.watch 7 months ago

Very cool, I was thinking about building a similar thing when I saw the Flock discourse, but got busy with the holidays.

Any interesting technical details? Getting the actual data from govt meetings looked like it was the hardest part to me.

I mean if you're getting X number of users per day and you don't need to pay for bandwidth or anything, there's gotta be SOME way to monetize down the line.

If your userbase or the current CEO likes it or not.

Interesting that this announcement is tied in with one for Claude Code revenue.

Feels like maybe AI companies are starting to feel the questions on their capital spending? They wanna show that this is a responsible acquisition.

That's a cool setup.

I've always wanted to get into wardriving but I've never had an opportunity.

is this something you have to do for work or is there a network of wardrivers out there?

I live in NYC so it'd probably be closer to warwalking, but still could be fun.

Orion 1.0 8 months ago

Mm maybe hugged to death getting an error on startup

Update Error! An error occurred while parsing the update feed.

this is the right way to try and tackle this problem imo. too much focus in AI dev tooling has been on building "products" that only half work.

making codebases understandable to humans, and LLMs etc, is a better approach

self documenting, interpretable systems would actually solve a lot of dev churn in big companies

plus it's not like artifacts have to be limited to code once that's figured out