Viewing profile — neebz
neebz
HN member- Joined
- Fri, Sep 24, 2010, 11:30 AM UTC
- HN karma
- 522
- Public activity
- 148 items
- HN profile
- View on Hacker News ↗
About neebz
Recent public activity
-
comment
Comment #49153142
This is like pre-LLM, you presenting a problem to the team, and they google and send you the top few links thinking they have found the solution and have done their job. I actually…
-
comment
Comment #48321713
do you also have separate prompts for each domain (security, architecture etc?). would love to look into it if any part of it is open source
-
comment
Comment #47423418
Once the plan stage is done is it fire-and-forget for you afterwards?
-
comment
Comment #47320637
what a brilliant blog. the Lotus 1-2-3 screen brings so many memories of my childhood. My father was a power user of Lotus back in the late 80's. He extensively used it as his job …
-
comment
Comment #47063177
I've faced the same but my conclusion is the opposite. In the past 6 months, all my code has been written by claude code and gemini cli. I have written code backend, frontend, infr…
-
comment
Comment #46656068
For window management, Aerospace has been a game changer for me. I could never work with multiple monitors before that.
-
comment
Comment #46072022
We switched to solar in 2021 expecting a 3.5-year payback. Electricity prices rose so fast that we recovered the investment in under two years. Also the national grid is notorious …
-
comment
Comment #45514207
All these coding agent workflows really drive home how important a solid test suite is but who’s actually writing the tests? In my case Claude Code keeps missing key scenarios and …
-
comment
Comment #45178037
Looks super interesting. Has anyone here tried a keyboard-first tiling window manager on macOS? Any recommendations?
-
comment
Comment #45061245
Finally someone emphasized upon the cognitive load of AI-assisted coding. It definitely makes me faster but it's consistent prompt->code-review->prompt->code-review->scratch->promp…
-
comment
Comment #43622584
We setup a solar on in our home in Pakistan back in 2023. Our primary driver was cost since it was getting extremely expensive during summers when the ACs were on. We expected to g…
-
comment
Comment #43182631
I remember back in the summer of 1996 in Pakistan our household was one of the first few to have to internet. At that time angelfire.com used to give free webspace. My brother got …
-
comment
Comment #33192367
yup - some documentation/legal work remains but they should be able own the company abroad as a subsidiary soon. how would you suggest we should pursue this once all the paperwork …
-
comment
Comment #33192035
How are the odds for bringing your remote employees to US using the L1 visa? They've worked for us for more than 5 years in management role. Also the startup got acquired sometime …
-
comment
Comment #33032822
Bertrand was one of my favorite people in the software field. I really wanted to do a Phd under his supervision.
-
comment
Comment #30942867
awesome. thanks for sharing.
-
comment
Comment #30767711
previous discussion: https://news.ycombinator.com/item?id=30674159
-
comment
Comment #30127534
Some feedback from our transition: - automated tests are the pre-req of feature flags. kindly make sure that you have good test coverage. otherwise the team loses confidence in cod…
-
comment
Comment #30118846
Yes. Feature flags changed the mindset of my whole team. I absolutely love the fact that it pushes the whole team towards release-small-release-often mentality. It's a technical so…
-
comment
Comment #28300564
In Safari you can set reader mode turned on for specified websites. I have done it for all the sites which I visit frequently. Unfortunately there is no way to to turn it on at glo…
-
comment
Comment #26409740
Personally I learnt to be less judgmental of people. From media you compartmentalize everyone into neat little boxes to make sense of the world. We find other people's values ridic…
-
comment
Comment #24141931
regarding local environments, have you faced performance issues? running 5-6 docker images (app,redis,db,mq etc) at the same time has been causing the machine to lag for us. most o…
-
comment
Comment #23336335
It's a bit strange but for me Google's biggest pull is live scores. I follow cricket, tennis and football. And all the dedicated websites are heavy and slow (cricinfo, espn etc). G…
-
comment
Comment #22049021
For me Hipmunk had the best calendar control. You could just type in your dates in pretty much any format and it was able to parse it. No need mess around with pop-ups and small bu…
-
comment
Comment #21789355
How exactly do you use NewRelic to see what is blocking the event loop? I thought we always needed Flame Graphs for it (which NR doesn't provide)