HackerLangs
TopNewTrendsCommentsPastAskShowJobs

esperent

9,054 karmajoined 6 năm trước

Submissions

Ask HN: What are you moving on to now that Claude Code is so rate limited?

11 points·by esperent·3 tháng trước·14 comments

comments

esperent
·22 giờ trước·discuss
> On the other hand I could also believe that they live in such a bubble they genuinely don’t understand how it comes across

Yes, at least until ~6 months ago that was my reading too. I felt they were part of the EA/less wrong crowd. Earnest, convinced they were smarter than everyone else, paternalistic, massively lacking in real wisdom.

Now, I think maybe they're still struggling with that but they've had a real taste of power and like everyone smart but lacking in wisdom, faced with the real world, all their idealism has become lip service and pandering to their previous in group while their real target (which they probably haven't even admitted to themselves) slips further and further towards gathering more power.

As another example of a tech company where something similar happened, see Google. Although at least they never started out with this condescending "we're here to save you from... us" vibe.
esperent
·Hôm qua·discuss
I know what an early adopter is. Should we call this HNsplaining?

I'm saying that Ghostty, which is ~5 years old, cannot be called an early adopter of GitHub, which is 18 years old.
esperent
·Hôm kia·discuss
Which early adopters exactly? The most prominent example they gave is ghostty which has existed for just a couple of years, notwithstanding the fact that the owner published a spiel about how he's personally been using it for longer.
esperent
·Hôm kia·discuss
> If there's a trend

That's the point being made. Is there a trend? How do we know?

There's always some repos moving between hosting providers for all kinds of reasons. The burden of proof is on the author here to show there's been an increase and they don't do that.
esperent
·Hôm kia·discuss
I've been working on something related - extracting tons of data from various formats to allow searching them - and the solution I chose for xlxs and xls files was headless LibreOffice to convert them to CSV. There's also exceljs but I found it didn't work for many old xls files.

I didn't find screenshotting of spreadsheets worked well, vision wasn't very accurate on them. I do use it for PDFs though. For docx it's probably fine either way but I went with LibreOffice -> markdown.
esperent
·Hôm kia·discuss
Coding contains many subtasks analogous to counting letters in a word accurately.
esperent
·Hôm kia·discuss
I think you can be sure they would have done that if it showed their model on or very close to the top.
esperent
·3 ngày trước·discuss
> some portion of people are always going to be particularly forceful about putting forth their opinion. Maybe it's a bad day, maybe it's habit, varies from person to person and day to day, etc.

I have no problem that someone had a bad reaction to this and needs to vent, I have a problem that the community deems it the most noteworthy comment and keeps it voted to the very top of the thread.
esperent
·3 ngày trước·discuss
The quality pass:

1. Merges in the dev branch

2. runs the various tests and static checks

3. Fixes any small issues with the context of what was fixed on this branch

4. Stops and reports if there's any major issues

Or

5. Handles the merge back to dev if all is green.
esperent
·3 ngày trước·discuss
The problem is that he's a tech influencer first, a tech expert second.

That's his motivation, influencing. Not teaching.

I'm not so against him as the previous commentor but I feel basically all YouTubers who have succeeded in building a brand have the same problem. They have to present their opinions as unassailable truth, they can't allow nuance. Within reason of course, they also have to play the game of appearing considerate and understanding of other people but it will always boil down to proving they are the real experts, their ultimate goal is always to get you watching more of their content.

If they don't do this, they appear less trustworthy and their brand wouldn't have grown as much as it did. They might genuinely have some expertise to share, and even contrary or downright wrong takes could teach us something if they were only presented in a way that encourages critical thinking. But as the person above said, their real deep expertise is in brand building.
esperent
·3 ngày trước·discuss
Not the above person, and I usually max out around 5 although I have definitely had 10 or more at some point.

Assuming I'm working on one repo, I'll have different worktrees, each for a related area. For example, one worktree for each of: ui, small bug fixes, feature A, feature B, and so on.

Each worktree will have one active write agent, but I have a special docs/plans folder where I can have additional agents doing research and saving their findings. Agents in "plan mode" are write restricted to just that folder.

So look at a bug fix worktree. I could easily have 5 agents doing RCA into various bugs, each in plan mode. One at a time will get promoted to write mode to fix its specific bug while I continue discussion/RCA with the others. After fixing several bugs I'll spin up a "quality pass" agent that will make sure all tests/lint etc. pass and then give me a list of touched surfaces to manually verify before merging the branch and closing the worktree.

Note, I'm working solo at the moment so there's no PRs needed, but it would look quite similar if I had to make a PR for each bug fix, just probably with more worktrees.
esperent
·3 ngày trước·discuss
Yep, both of those things actually happened, what's your point? I'd love to say we were just unlucky but unfortunately I think it's par for the course when running a small business these days. At least when I was researching how to fix these I found a lot of other people with similar problems and a while industry of YouTubers and bloggers claiming to show you how to fix it.

We got back on Google maps after a few weeks and haven't had any problems since. We never got back on Instagram and had to make a new account, although to be honest we've barely used it since our business pretty much all comes from Google maps.
esperent
·3 ngày trước·discuss
> So I'm trying to get some of them to update their own shop information. But I'm really struggling to find good arguments.

I did that for my business (a bakery). Spent ages on it, put in all the details I could think of. At the end of the process there seemed to be a requirement to send it you review so I did that. This was several months ago (probably six months), and it's never showed up.

I'm busy, and I have a thousand more useful things to do for my business. I'm very unlikely to try again.

On the other hand, if the process had been easier I'd probably have then gone on to adding other businesses in the area.

The actual business is listed, but with a slightly wrong name. But I can put that exact slightly wrong name into the search on openstreetmap.org right now and there's zero results.

Then I can manually zoom to the location (which is correct), see my business, tap on it... And nothing. It doesn't open. So given all of this, why would I bother with openstreetmaps as a business owner?
esperent
·4 ngày trước·discuss
I'm looking at this on Brave Android and I see a very dark butterfly made out of square gridlines. I think it's much less impressive than what I'm supposed to see, because I saw several loading messages at the bottom, but when they completed, nothing visibly changed.
esperent
·4 ngày trước·discuss
> ignored all the studies that show honey performing similarly or slightly worse than Dextromethorphan, or studies where honey showed no measurable effect.

To be fair, you're doing pretty much the same by claiming these studies exist without proof.
esperent
·4 ngày trước·discuss
> Opus will fake out, say everything is done, and then you see that half of the plan was deferred, half of the functions are ridiculous stubs, ...

Doesn't Claude Code have a /loop command? Give it a message to keep it on track overnight, send every 20m, make it track progress in a doc, reread the doc after every loop. I've found this works well for a certain class of problems, most importantly where the actual work is getting done by very narrowly focused batches of subagents, with the main session just coordinating and keeping the doc updated.
esperent
·5 ngày trước·discuss
Does viewing them via this blog add to the view count?
esperent
·5 ngày trước·discuss
GPT 4/5 etc. are just marketing names though.
esperent
·6 ngày trước·discuss
Why? There's a thousand component libraries, what makes this one stand out?
esperent
·7 ngày trước·discuss
I like Vespas, they're very stylish, but damn they are noisy, and not a nice rumble either but more like a very loud chainsaw. They give off a terrible amount of smoke compared more modern scooters too. I do often wonder why so few other new small motorcycles or scooters have similarly beautiful designs though.

However, for me, having lived in a country with a motorbike culture for the last decade, the coolest thing on two wheels is electric scooters. So much torque, range nearly equal to same sized gas scooters, and no pollution of the noise or smoke variety. It makes such a difference when everyone is zipping around on these quiet, non-stinking scooters. That's cool. Now it just needs someone to make an electric scooter design as iconic as a Vespa.