HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dirkc

883 karmajoined 12년 전
thebacklog.net

Submissions

Less (About) Tech

thebacklog.net
5 points·by dirkc·15일 전·0 comments

[untitled]

1 points·by dirkc·5개월 전·0 comments

Ask HN: Do we want engineers to care less about users?

5 points·by dirkc·6개월 전·1 comments

comments

dirkc
·21시간 전·discuss
> As for me, I’ve found that the community and activity proxies are still good.

Definitely still something to look into. A project I'm checking in on from time to time is https://github.com/emdash-cms/emdash/.

It will be interesting to see how the project activity is unfolds? Are people using it in production. How many errors do they find. What do those fixes entail. What happens with the docs over time. Etc.

I haven't had a change to look in depth, but based on a quick glance I'd say that the activity on the project seems like the tempo you'd expect of a similar open source project.
dirkc
·어제·discuss
Keep the timer, but after 30 seconds, deduct a point, after 60 seconds show an option to reveal the word / give up.
dirkc
·그저께·discuss
I got curious and had a look at some of the code (>1m .rs). I was surprised to see code for a S3 client in there?

I clearly don't get the value proposition of bun? And even if I accept that you want to bundle your run time, package manager, test runner and bundler, why do you want to include things like a custom S3 client?
dirkc
·그저께·discuss
I like the idea, but I didn't like losing after a few words. Now it might just be me not being good at losing, but who is?

Maybe the game can always progress to the next word with your total score being reduced. So if you get all within 30 seconds you score 18/18. That way everyone can play the whole game and share with their friends how far they got:

|X|o|X|X|X|o|o|o|X|X|X|X|X|X|X|X|o|X| 13/18
dirkc
·그저께·discuss
> as we aggressively adopt AI for engineering

Why do we need to aggressively adopt things rather than thoughtfully adopt things?

It sounds like they are probably punching AI and engineers in the process
dirkc
·그저께·discuss
The challenge is that more and more people are producing project like this - 1,000s of commits and > 200k lines of code - and saying it was carefully created using agent based workflows and not vibe coded.
dirkc
·그저께·discuss
Thanks for all the info you've provided!

Maybe I'm just being a little grumpy. If I really need to look into a repository, I clone it and use vanilla git command line tools to have a look.

It's just annoying that the modern web UI from GitHub takes >1s second to load a page with 34 commits
dirkc
·그저께·discuss
Cloudflare seems to be an example of a company massively upping their output in the last year or so. And a lot of it seems AI driven.

I'm definitely keeping an eye on them to see if it works out for them. And if I will need to start routing around them to sleep easily at night.
dirkc
·그저께·discuss
How would one go about reviewing a piece of code like this?

One of the things I'd typically do is peek at the commit history. Seeing what people worked on and how they did it tends to say a lot about a project. But with LLMs generating 7101 commits in less than a month that isn't feasible. Even looking at a single day is way too much [1]. It probably also doesn't make sense since the commits content won't tell you much anyway.

ps. How do you easily get to the first commit in a repo on GitHub? Browsing commit history feels rather tedious

[1] - https://github.com/malisper/pgrust/commits/main/?since=2026-...
dirkc
·5일 전·discuss
Wow, I'm surprised that doing an online course through coursera is still that expensive - £17,000 or $22,000 USD over 3 years!

Interestingly it does seem comparable with what it would cost through The Open University - https://www.open.ac.uk/courses/computing-it/degrees/bsc-comp...
dirkc
·8일 전·discuss
For me the worst scenario is when a kitchen sink of non-existent functionality the customer never asked for was sold. And in all likelihood it will never be used. But some project manager is hellbent on getting it through the pipeline and checked off!

I (maybe idealistically) believe that when you give the people building agency and connect them with the end-user, you get better outcomes.
dirkc
·9일 전·discuss
Thanks, this articulates something that I've been struggling to put a finger on. You can't review agent generated code the same way you would review a PR, someone needs to fine comb it to make sure everything is fine. And doing that for something like 100,000 lines of code over a few weeks just doesn't sound realistic to me.
dirkc
·10일 전·discuss
I grew up with a TV like that. I'm pretty sure the one we had probably caused at least a hand full of slipped disks
dirkc
·10일 전·discuss
Don't compromise your professional integrity by lying about how you work. Rather find a job where you don't need to lie about your use of AI if you can.
dirkc
·10일 전·discuss
Please define "if it runs, it runs"?
dirkc
·15일 전·discuss
Thanks for pointing out the footnote, I did not get that far. And like you say, I agree it's interesting.

The footnote however does re-enforce my concern - in what other ways do we alter our behavior when it feels like we're interacting with another human?
dirkc
·15일 전·discuss
> So with my friend Claude I set about building

After this line all the references becomes *we*. I can't help but be a little disturbed by that

> To begin with we downloaded ... For instance we excluded ... We also selected ... We used this as a notoriety ... <and many more>

I am increasingly concerned about how LLMs are anthropomorphizing and how that affects our judgement?
dirkc
·15일 전·discuss
I'd say some of those extra abstractions and frameworks are actually making many jobs harder.

Would love to elaborate, but need to get back to work migrating a jekyll site to astro
dirkc
·17일 전·discuss
[dead]
dirkc
·17일 전·discuss
These two bits stand out to me:

> The security researchers are not special, the insight and confidentiality are

vs

> The bottleneck now is not finding potential issues but assessing which ones are real. Unless there’s already a trust relationship, external researchers can’t meaningfully contribute

My take-away from this is that the researchers were special all along and you should probably be building a trust relationship with them.

Despite what I want to believe about tech being a meritocracy, the reality is that trust plays an extremely important role and without it we risk a collapse of our open source software ecosystem.

One of my biggest criticisms of AI is the trust vacuum within which it operates