Live data from Hacker News

Viewing profile — siddboots

siddboots

HN member
Joined
Fri, Nov 16, 2012, 9:14 AM UTC
HN karma
1,498
Public activity
411 items

About siddboots

No profile information was provided.

Recent public activity

  1. comment
    Comment #48976087

    I fed ChatGPT the map with no other context, just “tell me about this function”. It did a bit of work finding the Jacobean etc and eventually worked out the implications of what it…

  2. comment
    Comment #48577893

    I saw it and completed it as “top posts” “new posts” “hot posts” “my posts”.

  3. comment
    Comment #48512068

    Once a spec becomes sufficiently large and detailed and complicated, it becomes very difficult to ensure it is internally consistent. That's why I start every project with a METASP…

  4. comment
  5. comment
    Comment #48511150

    They aren't saying that other models have the same overall level of capability. They are saying that the specific capability that the US Government tested is also available in othe…

  6. comment
    Comment #48488807

    20 years ago everyone was sold css entirely on the premise that, once the standards were adopted by all of the browsers, we would all be writing purely semantic html with completel…

  7. comment
  8. comment
    Comment #48420690

    For Vim it isn’t replacing mouse necessarily. It’s giving you another way to navigate the cursor around the buffer by giving you absolute references rather than relative motions.

  9. comment
    Comment #48368167

    “Fed up” as a phrase comes from feeding livestock up to their fill. It’s very similar to how you would say “filled up”. So the upness comes from raising the level up to the limit.

  10. comment
    Comment #48034509

    For a long time I thought that the AdSense business model was ultimately doomed because I assumed that people hate ads as much as I do. It turns out I was just wrong about what mos…

  11. comment
    Comment #47751164

    While I'm really enjoying this paper, I think you are way overstating the significance here. This is mathematically interesting, and conceptually elegant, but there is nothing in t…

  12. comment
    Comment #47743397

    I’ve been building a toy for exploring elliptic functions, modular forms, and elliptic curves. Sorry mobile support is not there yet. https://grge.github.io/weierstrass/

  13. comment
    Comment #47713855

    Well, that wasn’t my conclusion at all to be clear!

  14. comment
    Comment #47710516

    Very cool concept and execution, well done. I don't quite understand what is going on with the "spotlight" UI concept - I can click around on the characters and it highlights an ar…

  15. comment
    Comment #47584954

    I think your assumption about inlining is essentially correct. As far as I know postgres was the last major rdbms to have an optimiser fence around CTEs.

  16. comment
    Comment #47471325

    I've been working on a side project for ~10 years (very intermittently) that involves a tricky combination of mathematics, classical AI algorithms, and programming language design,…

  17. comment
    Comment #47462608

    Openclaw has 20k commits, almost 700k lines of code, and it is only four months old. I feel confident that that sort of code base would have a no coherent architecture at all, and …

  18. comment
    Comment #46451392

    I think the total volume idea is more flawed than you realise. Pretty much everyone would be able to achieve greater volume, on any exercise, just by decreasing the weight, so your…

  19. comment
    Comment #46260318

    To add to this, I find talking to it about code quality or architecture issues can work quite well. Just treating it like another developer. Saying, “I’m not happy with the way the…

  20. comment
    Comment #46168998

    I think I have almost the opposite intuition. The fact that attention models are capable of making sophisticated logical constructions within a recursive grammar, even for a simple…

  21. comment
    Comment #45911206

    Concrete Mathematics is probably the best single book that you could read to prepare you for some the problems beyond the first 50. It’s extremely fun, and also mathematically seri…

  22. comment
    Comment #45873875

    Well, one might use picard to find a musicbrainz release id, so that beetz has something to grab on to when importing.

  23. comment
    Comment #45436804

    It's just a good set of models to use to think about all sorts of different mathematical systems, kind of like a unified vocabulary. Beyond undergraduate level, category theory the…

  24. comment
    Comment #45422262

    I do this at the moment in my hand rolled personal assistant experiment built out of Claude code agents and hooks. I describe my workouts to Claude (among other things) and they ar…

  25. comment
    Comment #44978802

    Can you explain why? Genuinely curious as a lover of case/match. My only complaint is that it is not general enough.