HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hopeless

no profile record

comments

hopeless
·21 dni temu·discuss
My first thought would be that they've been hacked (or something else, like a CRM attached to their systems, has).
hopeless
·7 miesięcy temu·discuss
A bit of a bizarre post since to_sgid has existed forever to generate signed global ids. Global IDs are probably one the most powerful and underrated features of Rails but regular global ids are only supposed to be used internally (e.g. job params) and never sent to the client.

If there’s a gotcha it’s that _signed_ global ids are only signed, not encrypted, and very few people seem to know about the optimised method (globalid::Locator.locate_many) for loading a batch of global ids
hopeless
·w zeszłym roku·discuss
What if agentic coding results in _less_ dopamine than manual coding? Because honestly I think that's more likely and jives with my experience.

There's no flow state to be achieved with AI tools (at the moment)
hopeless
·2 lata temu·discuss
I think a better way question is how much damage they might inadvertently do without being evil
hopeless
·2 lata temu·discuss
ah, I think it was prior to the caching actions so I'll see if I can try again today. Thanks
hopeless
·2 lata temu·discuss
I'd love to see some more detailed write-up on how to switch to Warpbuild for different tech stacks. I tried a few months ago when the instructions were basically just to change the runs-on type but IIRC it failed with an error around setting up ruby (and caching it?) and there were no clear instructions on how to proceed.