HackerTrans
TopNewTrendsCommentsPastAskShowJobs

randoglando

no profile record

Submissions

Show HN: Readable – A Swipeable Article Reader

chromewebstore.google.com
4 points·by randoglando·6 เดือนที่ผ่านมา·0 comments

Beating the Tech Interview Game

ashwinmenon.com
2 points·by randoglando·8 เดือนที่ผ่านมา·0 comments

comments

randoglando
·5 เดือนที่ผ่านมา·discuss
Senpai has taken the words out of my mouth and put them on the page.
randoglando
·6 เดือนที่ผ่านมา·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
·6 เดือนที่ผ่านมา·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
·6 เดือนที่ผ่านมา·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
·6 เดือนที่ผ่านมา·discuss
Getting users is the real challenge unfortunately! I'm experiencing the same with my trivia app.
randoglando
·6 เดือนที่ผ่านมา·discuss
It's hard to know whether the blame should lie with the friend or YouTube
randoglando
·6 เดือนที่ผ่านมา·discuss
Which LLM does this use? I'm guessing this sends client data to 3P servers?
randoglando
·6 เดือนที่ผ่านมา·discuss
How do you get that nice UI?
randoglando
·6 เดือนที่ผ่านมา·discuss
Love it, bookmarked! The animation adds another layer of strategy to jigsaw!
randoglando
·6 เดือนที่ผ่านมา·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
·7 เดือนที่ผ่านมา·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
·7 เดือนที่ผ่านมา·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
·7 เดือนที่ผ่านมา·discuss
Gukesh, the current world champion, did not use engines for analysis until very late. I think until after he became a GM.
randoglando
·3 ปีที่แล้ว·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.