Viewing profile — avilay
avilay
HN member- Joined
- Sat, Aug 25, 2012, 3:48 AM UTC
- HN karma
- 131
- Public activity
- 66 items
- HN profile
- View on Hacker News ↗
About avilay
No profile information was provided.
Recent public activity
-
comment
Comment #49239106
Good point. Same with me. Despite it being very tiresome, all the back and forth that I do with it really deepens my understanding of the topic. I have been on Opus so far, let me …
-
comment
Comment #49238074
I have had very similar experience! I wanted to learn Probablistic ML, checked out a couple of MOOCs, but didn't find any that were at my level - some were too advanced, some too b…
-
comment
Comment #49225642
"carefully architected solution" is not what they are saying. A "buggy big ball of mud" will not generally "do the right thing", if it did, it would not be a "buggy big ball of mud…
-
comment
Comment #49225510
The percentages are different for different types of SWEs, not all SWEs spend 80% of their time on XFN comms. I agree with your larger point that a non-trivial amount of a SWE's ti…
-
comment
Comment #49180007
There does seem to be a need for a semi-deterministic workflow where nodes in the workflow are agentic, i.e., powered by LLMs, but the workflow itself remains deterministic. Lets s…
-
comment
Comment #49012603
I have been grappling with a similar sentiment for a while now. I hate to think of myself as a Luddite, but I love the act of writing code. A blank VS Code in front of me is a beau…
-
comment
Comment #48975619
Neither the Github nor the HF repos have anything on the XiaomiRobotics-1 model or datasets :-( They have a bunch of assets (datasets, code, model, etc.) for XiaomiRobotics-0 howev…
-
comment
Comment #48783472
Sad to learn that future generations of programmers won’t benefit from learning from him directly. I took his SICP course a couple of years ago after numerous failed attempts at re…
-
comment
Comment #48780716
Agree! Negotiating focus blocks both at home *and* work can be super helpful. Of course, this is not always possible. Without knowing anything about your situation, it might be use…
-
comment
Comment #48780542
For sure, any task or activity that is hard enough and just outside our reach, can get us into flow state. The trick is in ensuring that it is the right kind of hard, it is not too…
-
comment
Comment #48780462
Debugging can be super fun as we eliminate possibilities and it feels like we are converging to a solution. There have been instances where Claude (Opus family) was not able to eff…
-
comment
Comment #48772194
Ok here are the flow related links. This was about 1.5 years ago when I was trying to figure out burnout and it turned out flow (or lack thereof) was closely related. * https://you…
-
comment
Comment #48771907
Not being able to enter flow state is a very interesting observation. I've felt it too to the extent that I went down a whole new rabbit hole of what it means to be in flow state. …
-
comment
Comment #48694340
Reminds of this couplet by Kabir ( https://en.wikipedia.org/wiki/Kabir ): जब हम पैदा हुये तो जग हँसे हम रोये, ऐसी करनी कर चलो, हम हँसे, जग रोये। Translation: When you were born, yo…
-
comment
Comment #48626635
Reminds me of the "Named Tensor" experiment in PyTorch from a while ago. https://docs.pytorch.org/docs/2.12/named_tensor.html
-
comment
Comment #48626503
I'll put in a plug for David Beazly's SICP course. While we didn't build a full Lisp interpreter, we built something similar over a week-long hands-on course. I believe his github …
-
comment
Comment #48595325
Thanks for your response! I totally get your point about the delay in getting the robot, I ordered mine from PartaBot and they did take a couple of weeks to get here. But when they…
-
comment
Comment #48595258
> The author does explain his reasons for not using LeRobot in the post - although "I also use LeRobot for training and running baseline policies, and the vendor SDKs for the hardw…
-
comment
Comment #48594600
Hey this is cool! I am doing something similar myself with the SO101 arm robot from Robot Studio using a patchwork of my own code and LeRobot. Would love to collaborate with you if…
-
comment
Comment #48533863
Two things semi-parallelly: * Robotics Hello World: Objective is to implement ACT model to train my arm robot on simple pick-and-place tasks. Leaning heavily on HuggingFace's LeRob…
-
comment
Comment #48470062
Can a kind soul write down their interpretation of the story? I didn't quite get it. [Edit]: Thanks for all the explanations!
-
comment
Comment #47710450
The point about papercuts adding up so resonates with me! I loved Zed initially and did find it more responsive than VS Code, loved the Zed Agent autocomplete, etc. However, I even…
-
comment
Comment #47403924
The two don’t have to be mutually exclusive. You can let the agent code and you review it, or vice versa. No different from being a team lead where you don’t write all the code, or…
-
comment
Comment #47378195
Totally agree with this! Being "kindly honest" is way better than being "brutally honest". Being honest and direct is important of course. I have often found that delivering constr…
-
comment
Comment #47320343
This hit a nerve as I am in the middle of developing a webapp for myself using NiceGUI. I find CSS, especially its layout framework, pretty confusing and sometimes downright intimi…