HackerTrans
トップ新着トレンドコメント過去質問紹介求人

randoglando

no profile record

投稿

Show HN: Readable – A Swipeable Article Reader

chromewebstore.google.com
4 ポイント·投稿者 randoglando·6 か月前·0 コメント

Beating the Tech Interview Game

ashwinmenon.com
2 ポイント·投稿者 randoglando·8 か月前·0 コメント

コメント

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