HN user

conqrr

563 karma
Posts58
Comments212
View on HN
news.ycombinator.com 2mo ago

Ask HN: Why does tech industry not have more co-ops?

conqrr
28pts9
news.ycombinator.com 3mo ago

Ask HN: How much AI slop do you deal with at work?

conqrr
2pts2
nypost.com 3mo ago

Oracle accused of targeting employees with stock options in recent layoffs

conqrr
16pts2
news.ycombinator.com 3mo ago

Ask HN: Who is solving hard problems and deep work?

conqrr
3pts1
news.ycombinator.com 3mo ago

Ask HN: Best pivot for SWE to work on satisfying engineering challenges?

conqrr
4pts0
github.com 4mo ago

Show HN: Blobsearch – Object storage and DuckDB based Elasticsearch alternative

conqrr
2pts0
github.com 4mo ago

Make your Linux keyboard act like a 'Tosh

conqrr
2pts0
news.ycombinator.com 7mo ago

Ask HN: Better places to work for burntout SWE?

conqrr
10pts10
news.ycombinator.com 7mo ago

Ask HN: How does one move from BigTech to more fullfilling places?

conqrr
11pts6
news.mit.edu 8mo ago

MIT researchers propose a new model for legible, modular software

conqrr
5pts0
news.ycombinator.com 8mo ago

FAANG/BigTech Exit Path?

conqrr
1pts0
en.wikipedia.org 9mo ago

Hachikō

conqrr
2pts0
fortune.com 1y ago

More than 8 in 10 recruiters say they post 'Ghost jobs'

conqrr
15pts5
news.ycombinator.com 3y ago

Ask HN: How do you get your first customers?

conqrr
6pts8
twitter.com 3y ago

Cruise is now running 24/7 across all of San Francisco

conqrr
3pts0
finance.yahoo.com 3y ago

Reddit aims for IPO in second half of 2023

conqrr
6pts2
aravind.org 3y ago

Over 450 thousand surgeries are performed anually at Aravind Eye Care

conqrr
1pts1
www.businessinsider.com 3y ago

Mark Zuckerberg doesn't like seeing 'managers managing managers'

conqrr
15pts20
news.ycombinator.com 3y ago

Ask HN: How do you organize your personal photos and videos?

conqrr
1pts1
getselaro.com 3y ago

Show HN: Selaro Personal/Workplace knowledge management tool

conqrr
3pts0
news.ycombinator.com 3y ago

Ask HN: Favorite meal planning and recipe hacks?

conqrr
5pts3
getselaro.com 3y ago

Show HN: Find anything at your workplace with Selaro

conqrr
1pts0
news.ycombinator.com 3y ago

Ask HN: Are Open Source projects a good way to build a profitable sideproject?

conqrr
2pts2
news.ycombinator.com 4y ago

Ask HN: Can someone explain the chip shortage affecting Auto Industry?

conqrr
2pts1
en.wikipedia.org 4y ago

Wojtek

conqrr
22pts1
news.ycombinator.com 4y ago

Ask HN: What's the most popular cloud drive storage for non-technical folks?

conqrr
1pts2
www.change.org 4y ago

The only non-hormonal birth control pill Centchroman (Saheli)

conqrr
1pts0
news.ycombinator.com 4y ago

Ask HN: What financial tool do you use to manage personal finance

conqrr
3pts8
news.ycombinator.com 4y ago

Ask HN: What do image processing sites like imagekit.io use in the back end?

conqrr
1pts0
news.ycombinator.com 4y ago

Ask HN: What's an API that you wish existed recently?

conqrr
5pts1

All this debate around use LLM or not is tiring and just black and white thinking.

Can I use agents to code a SWE project? yes, with nuances.

Can I write code for a SWE project? yes, with nuances.

Its more options now, I'll write code about projects I deeply care and will use llm at work where its shared slop and forced usage.

The big one that's missing as cost cutter. If you are a programmer, stay as close as you can to the code. Define the interfaces yourself and the core logic. You will know exactly what changes you want and know what tier of model to use.

Until Claude Sonnet 4, it was Meh no big deal. 4 onwards and Opus was when I was really surprised by the ability. But nowadays, I'm more convinced than ever that using AI for all code is a mistake. The sum total of productivity, although hard to predict, from anecdata seems to be a net negative if AI is blindly used everywhere. Using it at the periphery, observing, debugging etc is excellent aid. I use it at the day job I hate and at personal tasks that I don't have time for. But for personal projects I love, zero.

Coding was never the blocker and was a natural enforcer of quality. Healthy teams with strong opinions on quality will win eventually. I'm more hopeful after the bubble burst, companies will come back slowly to sanity.

Looks really slick! I've been using Obsidian with git, and am thinking of moving back to the OG solution of simply using a text editor with a git repo. I'm wary of using cloud like google drive or dropbox for sync, especially if I'm using both phone and mobile to edit the same file throughout the day. I doubt using an external cloud really takes care of consistency and there's a possibility of losing data. Me being a developer can take the pain of a button click to git pull and resolve occasional conflicts. To me this is fully solved solution for note taking with tools I already know and trust. Having said that, I'm gonna try Files.md for some inspiration on what I could be missing.

I've been having the same feeling too. At work, I try to do a hybrid prompt where I fill in things at method level with some placeholder pseudocode and let the prompt fill in the blanks. This helps with remembering and keeping a memory map. But its a lost cause keeping up with other's PRs that are often very verbose and high volume. For a lot of backend programming without a very complex domain, I think this works fine.

But I still want to be in touch with coding by hand and have ventured into systems programming, outside of work, which I feel AI is less useful for currently.

This is a huge concern and I fully agree with the post. Even though one might think I am not fully giving into AI, this was always the case etc. It still affects YOU and everyone else. 1. Software, often, isn't built in vacuum. Lots of companies are shoving AI down throats like it or not. Most Bigtech is heavily using metrics to get to 100% AI generated code. Reviewing is a nightmare. 2. New entrants (new grads etc) are largely AI first and are losing out on the safety and reliability aspects that are enforced automatically when you learn coding without AI.

IMO, teams need to agree on a set of principles on AI usage, concrete examples of where and how to use it. Perhaps its much more useful in parts of your system that's faster evolving and doesn't have too much core logic like testing frameworks etc

Simply discarding it as 'yet another tool' is part of the problem.

Love Zed for my personal projects at home with Openrouter. But I cant use it at work as I'm forced to use claude code at work and find the VSCode+claude code combo better. I know zed has claudecode integration, but I found it to be very weak compared to zedagent+claudemodel. Has this improved?

Do you need evidence that auto complete makes you productive? It's stochastically useful. That also means a certain percentage of it will lead to garbage that could easily negate all the benefits. The lower you go down the stack, the more trickier it gets. We as humans are so obsessed with AI right now it's unbelievable. Lots of attention could be spent at other areas of innovation instead of obsessing on LLMs

TV in the past didn't try to gaslight you into guilt or show all kinds of viral content and instant reactions. Except for news channels, most were slightly addictive at best. Even popular TV shows, you would have to wait for a week for the next episode and you couldn't binge. Screen time today is way different than even 20 years ago.

How I Left YouTube 7 months ago

In the software engineering world, we exist on a ladder. We call this ”Leveling”.

Career is a made up game. There are no true levels or ladders in life that you have to chase. Nobody will care or remember what you did or what level you were given enough timespan. Take the bits that you want (money, skills etc) to live life, but don't get too caught up trying to win the game.

With one key difference - it's not a gravity. It's just currently popular and dominating style in IT corporate culture. Mainly because it worked once for few successful companies and others cargo-culted it without much thought.

Sadly this is majority of tech industry. Cargo-cult whatever the big players are doing. But all is not lost. Lots of interesting smaller companies with highly technical people advocate for a tech culture that rewards real Engineering over Salesman/Politician. For instance, a FAANG resume with business impact bullet points will be pretty useless for a small team building a database. Someone with PR commits to open source Databases would hardly need to prove themselves.

Liked reading this piece.

Thin Desires, Shallow work, Chasing Glitter, Mindless optimization on result, Non virtuous, Dopamine chasing. All are but the same. Burnout is our body's response to it. Philosophers have said this for thousands of years that they all lead to anything but happiness.