Live data from Hacker News

Viewing profile — adamgordonbell

adamgordonbell

HN member
Joined
Thu, Sep 25, 2008, 5:09 PM UTC
HN karma
5,845
Public activity
1,287 items

About adamgordonbell

have a podcast about software development and work on software builds

Podcast : corecursive.com Work: pulumi.com

Email: adam at corecursive dot com

Recent public activity

  1. comment
    Comment #49264300

    And also the LLM version, and LLMZip https://bellard.org/ts_zip/ https://arxiv.org/abs/2306.04050

  2. comment
    Comment #49264034

    Small world. I just did a podcast on this same topic, but coming at it from a different direction, ie. me and my neighbor trying to beat the hutter prize for compression. Hutter Pr…

  3. comment
    Comment #49036935

    To me frustration and excitement are related. I've never punched the air after fixing some bug that I didn't at some point earlier get extremely frustrated at its intractability.

  4. comment
    Comment #49014803

    This is the one thing I remember from my headspace app meditation dabbling. The catching yourself and recentering is the thing.

  5. comment
    Comment #48986902

    This! Pangram is very good. They claim 1 in 10,000 fp rate. I had to change my mind on AI detectors after playing around with it. It would be interesting to hear how this detector …

  6. comment
    Comment #48953350

    Yeah, he has Steve Wozniak energy as well. Just doing things for the joy he gets from it.

  7. comment
    Comment #48942553

    This being posted years ago led me to reach out to Paul and ultimately interview him. It was super fun! You can shoot him an email from his website and he's definitely worth chatti…

  8. comment
    Comment #48933929

    Yeah, my bad. I might have hallucinated the 'force' part. But I'm reading Karp's authorized biography, The Philosopher in the Valley, and it does say names were chosen to be legibl…

  9. comment
    Comment #48900810

    My understanding is Palantir used the term, and calling teams of them "Delta Force" to make a consultative-and-service-heavy software adoption cycle make sense to US Military clien…

  10. comment
    Comment #48647832

    It's trivial to determine the best guess at any point based on what options it cuts out. But I ended up building an alphaWordle, using MCTS and a reinforcement loop just to get a f…

  11. comment
    Comment #48594624

    you may have a personal notes.txt file in a repository that you don’t want to check into git but you also don’t want to add to .gitignore because it’s unique to your workflow. The …

  12. story
  13. comment
    Comment #48402016

    Quebec has lower rates then 7¢/kWh at data center / wholesale level. Quebec spot market runs negative sometimes, apparently. And Oklahoma has cheap power, and probably other places…

  14. comment
    Comment #48257925

    BQN exists and needs more attention I think. It has some modern affordances as well. https://github.com/mlochbaum/BQN https://mlochbaum.github.io/BQN/doc/quick.html

  15. story
  16. comment
    Comment #48170201

    Exactly. Competitive pressure prevents a rug pull. In a competitive race, each breakthrough gets copied or illicitly distilled or whatever. That means the frontier models are depre…

  17. comment
    Comment #48169366

    Or put another way, the frontier models are very quickly deprecating assets, because of the competition in the market. They have to keep getting better to stay ahead of each other …

  18. comment
    Comment #48160855

    I think its more a fun coincidence. OpenClaw was OpenClaude was it not, but had to change name. When I'm dictating to Claude Code, whisper often outputs 'cloud code' or 'clawed cod…

  19. comment
    Comment #48111318

    Very cool! I never read poetics, but merely heard Aaron Sorkin explain it in his master class. But he was big on it, and explained it was "objective + obstacle = conflict." Sorkin …

  20. comment
    Comment #48108731

    The old version of this question is Aristotle’s Poetics: what makes a story feel like a complete action rather than just a sequence of events? One related thread is John Truby’s An…

  21. comment
    Comment #47911180

    One of my favorite online stories is about hatetris: Getting the World Record in HATETRIS - David & Felipe https://hallofdreams.org/posts/hatetris/ https://corecursive.com/hatetris…

  22. comment
    Comment #47910511

    Are these proofs equivalent? Pretty cool if so.

  23. comment
    Comment #47906734

    Here is the chat: don't search the internet. This is a test to see how well you can craft non-trivial, novel and creative proofs given a "number theory and primitive sets" math pro…

  24. comment
    Comment #47901841

    I like doing this as well. The 'auto merge on approval flag' PR authors can flip on GitHub breaks this flow though, as it will just merge as soon as you hit approve.

  25. comment
    Comment #47675034

    Looks great! Feature request: Google Drive for desktop. That is the feature that gives your drive as a mounted file system that stream files as you need them. It gives me the ease …