HackerTrans
TopNewTrendsCommentsPastAskShowJobs

erdaniels

no profile record

Submissions

mvm – a fast virtual machine for Go

mvm.sh
3 points·by erdaniels·2 months ago·0 comments

Pragma Twice

github.com
1 points·by erdaniels·4 months ago·0 comments

Show HN: Graft – Your local environment, everywhere

graft.run
5 points·by erdaniels·4 months ago·2 comments

Pentagon embraces Musk's Grok AI chatbot as it draws global outcry

pbs.org
5 points·by erdaniels·6 months ago·1 comments

On LLMs in Programming

blog.danieljanus.pl
1 points·by erdaniels·6 months ago·0 comments

GitHub Maybe Down Again

githubstatus.com
3 points·by erdaniels·8 months ago·0 comments

comments

erdaniels
·18 days ago·discuss
Since I'm between jobs, I've been taking the time to relearn geometry, trig, calc, and linear algebra. I've finished the first two and it's both humiliating and really fun to relearn some math. As an adult, I feel a very different appreciation for how much fundamental math we take for granted. I definitely recommend https://www.khanacademy.org/ and pauls notes (https://tutorial.math.lamar.edu/).
erdaniels
·2 months ago·discuss
Based on the number of comments, upvotes, and recency, I expected it to stay up longer! I think you're right on the flame war part.
erdaniels
·2 months ago·discuss
Did this get yanked off the front page?
erdaniels
·3 months ago·discuss
I think if anyone is looking for a concise way to talk about the problems with LLM and agentic coding, it's this. People say AI assisted coding but for much of what I've seen (and tried), it's the tool, gateway, and interface to some people's work now.
erdaniels
·3 months ago·discuss
This feels AI written as the post goes on. Either way, I'd like for us to stop fetishizing how we can use AI to make us stronger, better, and more valuable engineers. It's exhausting and doesn't consider other ways to use it. I've only been using it lately for tasks that are a step or two above google. Having it write code for me has just been a slippery, unfulfilling slope.
erdaniels
·3 months ago·discuss
Ah I love this article. I'm now thinking about the idea of encouraging coworkers to orally defend their design documents which are using more AI generated content. People keep saying that we have to focus on what comes before and after code and I think this is a good place to apply friction and avoid building fragile systems.
erdaniels
·3 months ago·discuss
If you don't know what a reasoning token is, then how can 39 be considered shockingly few?
erdaniels
·3 months ago·discuss
Yes, full stop. They say they cap the body to 16k and give the LLM a warning, lol. And this is coming from a credit card company.
erdaniels
·3 months ago·discuss
I'm not trying to be rude here, but this doesn't belong on this site. This is like posting documentation on CloudFlare for a tutorial that isn't remotely a feature.
erdaniels
·3 months ago·discuss
Yeah it was the same thing with tech force or whatever it was. It's on the last page of the application.
erdaniels
·3 months ago·discuss
Yet another US Job application where you need to answer "How would you help advance the President's Executive Orders and policy priorities in this role?". Instant pass.
erdaniels
·3 months ago·discuss
Now we have to trick the models when you legitimately work in the security space.
erdaniels
·3 months ago·discuss
I love how much time, money, and energy we are wasting on trying to trick these machines. Each day someone has a new bag of tricks.
erdaniels
·3 months ago·discuss
Yes, as far as I've been told, they are. I imagine (hope) they run on a completely isolated version of it though.
erdaniels
·3 months ago·discuss
What about it? You are responsible for the software you run.
erdaniels
·3 months ago·discuss
Preach... thank you
erdaniels
·3 months ago·discuss
Then people would lose a lot of money
erdaniels
·4 months ago·discuss
it does support it (https://docs.gitlab.com/administration/settings/scim_setup/) but we're not using it. We just do manual invites for now at our size. As far as kicking users out goes, if they're kicked out of gsuite, they're kicked out of tailscale, and they lose their gitlab access.
erdaniels
·4 months ago·discuss
Yeah I tried hosting forgejo and the first issue I found was that it was crashing some of the time with our large monorepo and getting actions/runners up and running was proving time consuming; I really did like how lightweight it was, monolith wise. gitlab has a lot more architecture behind it but the documentation is very good at describing how you should configure it for your needs.

I think Forgejo would work fine for smaller projects and teams. We really wanted to stop having to worry about GitHub going and not being able to do CD as well as get away from a lot of the action zero-days happening.

And yes, it's self-hosted and free! You can run a reference implementation pretty easily with non-production components (i.e. they won't backup or scale well).
erdaniels
·4 months ago·discuss
I just migrated our entire company off of github to gitlab self-hosted. So far so good. It's entirely behind tailscale so we don't have any SSO tax from gitlab and all of our CI runners are on EKS + an on-prem cluster with GPUs. If anyone needs help or motivation accomplishing the same, just reach out!