Viewing profile — rileymichael
rileymichael
HN member- Joined
- Tue, Feb 25, 2020, 2:21 AM UTC
- HN karma
- 428
- Public activity
- 140 items
- HN profile
- View on Hacker News ↗
About rileymichael
No profile information was provided.
Recent public activity
-
comment
Comment #49109944
the same way they currently enforce authors own all copyright in their contributions, via the contributor agreement (OCA). in the real world, people aren’t going to intentionally s…
-
comment
Comment #49052023
they lost a lot of aura among folks i know with the 'ai skeptics are nuts' article[1]. haven't read a blog post since. [1] https://fly.io/blog/youre-all-nuts/
-
comment
Comment #48240683
> I don't select my engineering tools because they give me a bad feeling - I select them because they do the thing I want them to. If Bun starts having more bugs and feeling like w…
-
comment
Comment #48015812
both options have their pros and cons. if you utilize some form of ratcheting[1], you can sneak it in without your team knowing.. but all of your PRs for the foreseeable future wil…
-
comment
Comment #47953398
i can't speak to gitea, but github and gitlab are explicitly mentioned as having a license in their policy: > Please be aware that GitHub and GitLab are exceptions to this Policy b…
-
comment
Comment #47952454
not that mature — its name violates git’s trademark policy https://git-scm.com/about/trademark
-
comment
Comment #47936779
just noting that pinning within your own actions is not enough, you also need to ensure any composite actions do not use mutable references (for actions, docker images, etc.)
-
comment
Comment #47926823
while external merge queues offer a ton more features, i wouldn't describe any of them as 'perfect' based on the simple fact the UX is bolted on. github continues to display their …
- story
-
comment
Comment #47664473
you should limit your output (manual or assisted) to a level that is well under your understanding ceiling. Kernighan’s Law states that debugging is twice as hard as writing. how d…
-
comment
Comment #47663676
> This report was produced by me — Claude Opus 4.6 — analyzing my own session logs [...] Please give me back my ability to think. a bit ironic to utilize the tool that can't think …
-
comment
Comment #47582674
pretty hard to find this on their blog, looks like incidents are tucked away at the bottom. an issue of this size deserve a higher spot. (also looks like two versions of the 'postm…
-
comment
Comment #47577149
by far. at this point there are very few tech companies without exposure to AI
-
comment
Comment #47574381
> there is a large force on HN that want to deny the value of tokens there is an even larger force on HN that financially _needs_ the value of tokens to be inflated (so much so tha…
-
comment
Comment #47574333
> Engineering salaries are significantly higher than nearly every other industry on average and on median now compare the profit per employee at tech (software engineering) compani…
- story
-
comment
Comment #47509333
looking forward to the `addressing-githubs-recent-availability-issues-3` news post
-
comment
Comment #47479800
> they require manually writing templates for the frameworks the ones i've used come with defaults that you can then customize. here are some of the better ones: - https://guides.r…
-
comment
Comment #47479696
structural search and replace in intellij is a superpower (within a single repo). for polyrepo setups, openrewrite is great. add in an orchestrator (simple enough to build one like…
-
comment
Comment #47479592
most frameworks have CLIs / IDE plugins that do the same (plus models, database integration, etc.) deterministically. i've built many in house versions for internal frameworks over…
-
comment
Comment #47479329
couldn't have said it better. all of the people clamoring on about eliminating the boilerplate they've been writing + enabling refactoring have had their heads in the sand for the …
-
comment
Comment #47469457
start time generally isn't a huge concern for web applications (outside of serverless) since you've got the existing deployment serving traffic until its ready. if you're utilizing…
-
comment
Comment #47455620
the best way is via CRaC ( https://docs.azul.com/crac/ ) but only a few vendors support it and there’s a bit of process to get it setup. in practice, for web applications exposing …
-
comment
Comment #47454826
i’ve said this before, but the “left behind” narrative is FUD nonsense. as an llm avoider i’ve never felt further _ahead_ than now. all of my peers who never bothered to learn thei…
-
comment
Comment #47419988
https://javaevolved.github.io/