HackerTrans
トップ新着トレンドコメント過去質問紹介求人

dropbox_miner

no profile record

投稿

The AI debate is about free will

juileebhosale.substack.com
6 ポイント·投稿者 dropbox_miner·26 日前·0 コメント

[untitled]

1 ポイント·投稿者 dropbox_miner·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 dropbox_miner·2 か月前·0 コメント

[untitled]

1 ポイント·投稿者 dropbox_miner·2 か月前·0 コメント

I'm going back to writing code by hand

blog.k10s.dev
1,038 ポイント·投稿者 dropbox_miner·2 か月前·617 コメント

Hyperscalers Are Hard

shvbsle.in
5 ポイント·投稿者 dropbox_miner·8 か月前·0 コメント

Debuff Chess

ndbaker1.github.io
3 ポイント·投稿者 dropbox_miner·8 か月前·0 コメント

LLM policy?

github.com
185 ポイント·投稿者 dropbox_miner·8 か月前·138 コメント

Runc breaks pods when CPU requests aren't multiples of 10

github.com
39 ポイント·投稿者 dropbox_miner·8 か月前·12 コメント

Bearblog custom domains no longer work and there is no support

6 ポイント·投稿者 dropbox_miner·9 か月前·5 コメント

AWS announced support for clusters with up to 100k nodes

aws.amazon.com
14 ポイント·投稿者 dropbox_miner·12 か月前·4 コメント

コメント

dropbox_miner
·2 か月前·議論
> Why would you do that in the first place?

free will kiddo
dropbox_miner
·2 か月前·議論
whoa this is really good
dropbox_miner
·2 か月前·議論
I support this. There is a mass psychological effect emerging out of this AI-content-witch-hunt where people are manufacturing "flaws" to beat the AI-slop allegations.

To list out a few personal examples:

1. Several students I knew at GaTech in 2024 taking the algorithm class (which is notoriously hard) started submitting assignments with sub-optimal/brute-force algorithms cuz the TAs kept reporting them for academic misconduct on optimal solutions.

2. I've started avoiding "em-dashes" in all my writing

3. Junior engineers leaving "typos" in their code reviews or submitting code-reviews with absolutely 0 comments (LLMs love to leave verbose comments)

Gotta stop shaming people for using AI fr
dropbox_miner
·2 か月前·議論
> A general pattern for LLMs is that they look really good at things you are bad at.

Naah I disagree with this. I think LLM's are good at gas-lighting you into thinking that good writing only comes in one flavor. And LLMs prefer a very "textbook/technical-manual" coded flavor of writing because maybe that way they are more useful to us humans. But human writing is not just about crafting the most elegant sentences. Sometimes great writing is just this doggo-drawing meme:

https://knowyourmeme.com/photos/2160304-the-winner-of-this-c...
dropbox_miner
·2 か月前·議論
That was actually the first thing I tried. It did a good jov at explaining the code base mess and the architecture. Then I ran 3-4 refactor attempts. Each one broke things in ways that were harder to debug than the original mess. The god object had so many implicit dependencies that pulling one thread unraveled something else. And each attempt burned through my daily Claude usage limit before the refactor was stable.

And I'm sure the rewrite is going to teach me a whole different set of lessons...
dropbox_miner
·2 か月前·議論
Go reads fine whether the architecture is good or bad, and I couldn't tell the difference until I was in trouble. Rust is harder to read but harder to misuse. The borrow checker would have caught that data race at compile time. I've also just written more Rust. That familiarity matters separately.

+1 on Open 4.7 involving the user a lot more. Rn I'm trying to get to a state where I can codify my design + decision preferences as agents personas and push myself out of the dev loop.
dropbox_miner
·2 か月前·議論
Partly, but the order matters. The CLAUDE.md constraints only work if you designed the architecture first. They're just how you communicate it to the AI. The mistake I made wasn't writing bad skills files, it was not designing anything at all and expecting the AI to make coherent structural decisions across 30 sessions.

The rewrite is me sitting down with a blank doc and drawing the boxes before any code exists. Then the CLAUDE.md enforces what I already decided. Whether that actually holds up as the project grows, I genuinely don't know yet.
dropbox_miner
·8 か月前·議論
I personally know people who look down upon people who use LLMs to write code. There is a lot of hate in some of senior developers that I talk to. I don't know if this growing tendency to be suspicious of AI usage is good or bad. For example, towards the final semester of my bachelors degree, my algorithms class started reporting students for academic misconduct because they the TAs started assuming that all the optimal solutions to assignment problems were written by LLMs. In fact, several classmates started purposely writing sub-optmial solutions so that the TAs at least grade them without any prejudice.

I worry that because LLM slop also tends to be so well presented, it might compel software developers to start writing shabby code and documentation on purpose to make it appear human.
dropbox_miner
·8 か月前·議論
How bout "botshit"?
dropbox_miner
·8 か月前·議論
Curious to know if others are seeing a similar uptick in AI slop in issues or PRs for projects they are maintaining. If yes, how are you dealing with this?

Some of the software that I maintain is critical to container ecosystem and I'm an extremely paranoid developer who starts investigating any github issue within a few minutes of it opening. Now, some of these AI slop github issues have a way to "gaslight" me into thinking that some code paths are problematic when they actually are not. And lately AI slop in issues and PRs have been taking up a lot of my time.
dropbox_miner
·8 か月前·議論
There seems to be a bot that routinely creates huge LLM generated Issues on runc github: https://github.com/containerd/containerd/issues/12496

And honestly, its becoming annoying
dropbox_miner
·8 か月前·議論
This makes me worry about the direction in which open source is headed. There is an issue opened now to talk about LLM Generated issues:

https://github.com/opencontainers/runc/issues/4990
dropbox_miner
·9 か月前·議論
Agreed. Probably going to use netlify or something
dropbox_miner
·9 か月前·議論
Looks like the outage started ~2 hours ago: https://martingwd.bearblog.dev/bear-down-for-custom-domains/