HackerTrans
TopNewTrendsCommentsPastAskShowJobs

randoglando

no profile record

Submissions

Show HN: Readable – A Swipeable Article Reader

chromewebstore.google.com
4 points·by randoglando·há 6 meses·0 comments

Beating the Tech Interview Game

ashwinmenon.com
2 points·by randoglando·há 8 meses·0 comments

comments

randoglando
·há 5 meses·discuss
Senpai has taken the words out of my mouth and put them on the page.
randoglando
·há 6 meses·discuss
That's true for a junior engineer, but the more senior engineers should be given a view into the organization's priorities and business challenges.
randoglando
·há 6 meses·discuss
I have this set up on my blog www.ashwinmenon.com

You can inspect and see the JS. There are a few others doing this too!
randoglando
·há 6 meses·discuss
Yes, vibe coding is SO good for allowing programmers to write those scripts that would have been too tedious to do pre-2022.
randoglando
·há 6 meses·discuss
Getting users is the real challenge unfortunately! I'm experiencing the same with my trivia app.
randoglando
·há 6 meses·discuss
It's hard to know whether the blame should lie with the friend or YouTube
randoglando
·há 6 meses·discuss
Which LLM does this use? I'm guessing this sends client data to 3P servers?
randoglando
·há 6 meses·discuss
How do you get that nice UI?
randoglando
·há 6 meses·discuss
Love it, bookmarked! The animation adds another layer of strategy to jigsaw!
randoglando
·há 6 meses·discuss
I've found that one of the best use-cases is to create simple tools. Similar to what simonw does. I've done so here: https://www.ashwinmenon.com/clean_logs/ or more descriptively here: https://www.ashwinmenon.com/posts/thoughts/2025-12-04-are-we... (at the bottom). LLMs are really good at coming up with code from scratch, and getting a lot of the boilerplate out of the way. If you want changes though, it helps to be a programmer and be familiar with the stack.

I've also created a more real "app" at https://www.hunchle.com, which is a trivia app. It was a real challenge since LLMs hallucinate all over the place, and given labs are benchmaxxing, it gives me a real good idea for how good LLMs really are.
randoglando
·há 7 meses·discuss
He's a complicated figure. He has done so much good as well. EVs in the US and reusable rockets owe a lot to him. OTOH, so does the cesspool that is X.
randoglando
·há 7 meses·discuss
It's because of selection bias. In the older vehicles, customers won't turn on autopilot if they think it won't handle the situation. So, they turn it on highways and easier paths.
randoglando
·há 7 meses·discuss
Gukesh, the current world champion, did not use engines for analysis until very late. I think until after he became a GM.
randoglando
·há 3 anos·discuss
I found it interesting how concrete Casey gets, and how he quickly identified the cause of the UI bug (+ a mitigation). Meanwhile, it looks like Bob was speculating in thin air and throwing out random terms (O(n^2)) trying to fit in.