HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aomix

402 karmajoined 10 yıl önce

comments

aomix
·15 saat önce·discuss
Not responsible for those systems.

The last time this came up I thought “smearing” the second over the course of a day kind of solved the problem a discrete +/- 1 second suddenly appearing on the clocks.
aomix
·4 gün önce·discuss
In my experience this has an obvious answer (yes). LLM’s yes-and whatever patterns are present in the code base no matter how insane. If you don’t tend to your code garden it will be overcome with weeds in an instant.

At work we had largely moved off of some old hardware but kept partial support for it in the code because normally that would be zero cost. But the constant overhead of bullying, bribing, and threatening the LLMs to leave that code alone was way more work than just excising it and reimplementing it if needed.
aomix
·25 gün önce·discuss
James Duane, the lawyer from the famous video about never talking to the police, wrote a book called You Have the Right to Remain Innocent. It’s a great read if you want to feel very sad.
aomix
·geçen ay·discuss
I credit randomly deciding to take Latin in high school as a huge change in the trajectory of my life. It didn’t even happen all at once. Just a little different perspective on how words are formed. Oh they’re often combination of simple root words.

Right after I graduated the one Latin teacher they had retired and that was it.
aomix
·2 ay önce·discuss
Talking the problem to death with the AI before implementation is a nice zone for me. I feel productive, get good results out of the AI, and still largely understand the code. That’s the part of the AI revolution that I feel has made me a better engineer because I argue about design and architecture all day with a robot.
aomix
·2 ay önce·discuss
It started looking a whole lot like OpenBSD’s random number system. Private entropy pool from good system entropy seeds a ChaCha20 stream with random reseeds for forward secrecy in case of compromise. I think Linux is even more paranoid in the early boot environment where even in the presence of a seed file it prefers to get system entropy mixed in before confidently saying it can do crypto activities.
aomix
·5 ay önce·discuss
The Wire's eternal wisdom "You start to follow the money, you don't know where the fuck it's gonna take you"
aomix
·6 ay önce·discuss
I haven't had a chance to do embedded work but people damn near fall to their knees and weep when talking about how nice the experience is using embassy. Which makes me want to give it a try.
aomix
·6 ay önce·discuss
I find it interesting that the same process that played out in the forums to feed transition also took place in video games with dedicated servers to matchmaking. I joined a random Counter Strike server in 2005 and ended up becoming close friends with regulars on the server and I'm still in touch with some of them this day.
aomix
·6 ay önce·discuss
I’m not even an athlete but I hike fairly often and walk 3-4 miles a day with my dog. If I get a pair of so-so boots they’ll last less than a year. I got recommended boots by a friend that lasted me 6 years until I finally had to replace them with an identical pair this Christmas. Nothing has been an issue in the two weeks I’ve had them but when companies get gutted by PE their quality goes down sharply. If I have to find a new boot company I’ll be very sad.
aomix
·7 ay önce·discuss
I keep believing there’s a web of trust type future for social media but I can’t articulate it.
aomix
·7 ay önce·discuss
"I would have written a shorter letter, but did not have the time." is my favorite quote for that
aomix
·7 ay önce·discuss
I want Netflix to lose. After living with their binge release schedule for however long now I think we're all worse off for it. So I want less of the industry to use it.
aomix
·7 ay önce·discuss
I never watched the widescreen version of The Wire they put out years ago but now I'm curious again. That show was a bone deep 4:3 product and the show plays with it constantly. Here is an interesting breakdown that made me really appreciate how clever they got while trying to be pretty subdued with the cinematography on The Wire https://vimeo.com/39768998
aomix
·8 ay önce·discuss
I was coming in with the Walmart example too. The onboarding meeting told us he overheard it at a Korean manufacturer and liked it.
aomix
·9 ay önce·discuss
I’m afraid to upgrade from my ~6 year old LG OLED with a damaged corner because I pair it with an Apple TV and only see Apple ads occasionally on the Home Screen. I don’t know if a newer tv would give me the same experience.
aomix
·10 ay önce·discuss
While driving through upstate New York on a camping trip I found a maple syrup shop run on the honor system. Leave the money in an unlocked box. It was shocking. I bought a gallon.
aomix
·geçen yıl·discuss
They use other models to judge correct-ness and when possible just ask the model output something that can be directly verified. Like math equations that can be checked 1:1 against the correct answer.