Live data from Hacker News

Viewing profile — floodfx

floodfx

HN member
Joined
Wed, Dec 17, 2008, 1:43 AM UTC
HN karma
267
Public activity
111 items

About floodfx

Startup junkie, engineer, and tinkerer

- https://donnie.com - https://www.linkedin.com/in/donnieflood - https://github.com/floodfx

donnie at floodx dot com

Currently CEO at ContextBridge (https://contextbridge.ai)

Recent public activity

  1. story
    Show HN: PlanBridge: open-source tool for precise feedback on coding agent plans

    Hi HN, we're Donnie, Josh, and Ben from ContextBridge. We open sourced PlanBridge, a CLI tool for precision feedback on your coding agent's plans. It uses standard coding agent hoo…

  2. comment
    Comment #48095449

    Genuinely curious if you've used "plan mode" (with perhaps a plan feedback tool) to get clarity from your coding agent before unleashing it on a feature like "add a pods view with …

  3. comment
    Comment #48044768

    The Doge had no power.

  4. comment
    Comment #48031916

    I clicked through the $100k credits link and didn’t see Cloudflare listed as an Atlas partner? (Maybe not updated?) This looks interesting nonetheless.

  5. comment
    Comment #47891816

    Came here to say something similar. Adults are just as hooked to their addiction feeds as kids. These are uber-personalized feeds optimized to keep you scrolling to the next item (…

  6. comment
    Comment #47870760

    Seconded. Interesting read.

  7. comment
    Comment #47858008

    Haha. Underrated comment!

  8. comment
    Comment #47434067

    Some folks have been using the term “promptbaiting” to describe these obvious engagement tactics.

  9. comment
    Comment #47345233

    Working on that too. Lmk if you’re up for a chat?

  10. comment
    Comment #45910649

    I salute this artistry

  11. comment
    Comment #45854136

    Why are completion tokens more with image prompts yet the text output was about the same?

  12. comment
    Comment #45790283

    Had same expectation and read through half the article before realizing it was not Golang related.

  13. comment
    Comment #44717743

    10W for a sustained time perhaps but these are looong climbs. Col de la Loze is 26.4km with an average gradient of 6.5%.

  14. comment
    Comment #44717720

    Why is pay off greater in cycling than other sports? Salary of the top riders? Compared to say NBA players, pro cyclist make relatively little. Tadej Pogacar (best and top paid cyc…

  15. comment
    Comment #44717648

    Bikers and their teams are known for removing as much weight as possible from their bikes. Would love to see the math for weight/power/time ratio for a motor like this. Would it be…

  16. comment
    Comment #43597514

    I think a better thing to do would be to outlaw algorithmic feeds where monetization is via advertising. If subscription based that is fine. The incentive for sub based monetizatio…

  17. comment
    Comment #43414601

    Love this! Played Worldle ( https://worldle.teuteuf.fr/ ) for a while and this would have been helpful. Great application of spaced repetition beyond cards.

  18. comment
    Comment #43215246

    Insightful! Makes me think a bit about how negative content engages more people. Is this the same with people who don't like change? Not liking change activates people more than pe…

  19. comment
    Comment #42335675

    Not as well marketed but this is an awesome Typescript ORM https://joist-orm.io/

  20. comment
    Comment #41815239

    I like the look of Gleam over Elixir for sure. I’d love to see some example code showing Gleam-based LiveViews but I haven’t been able to find it anywhere. Is it possible? Anyone h…

  21. comment
    Comment #40524466

    Love this! Agree that kids educational content often crosses the line into too flashy and overproduced. Great idea on the collectible stickers! This is meant to be used while sitti…

  22. comment
    Comment #40344492

    From the article - Joist provides: - Bullet-proof N+1 prevention, - Tracking loaded relation/subgraph state in the type system, and - Backend reactivity, for declarative cross-enti…

  23. comment
    Comment #39919228

    There are LiveView backends written in Javascript ( http://liveviewjs.com ), Go ( https://github.com/canopyclimate/golive ), Java ( https://github.com/floodfx/undead ), and Python …

  24. comment
    Comment #39534007

    Back when I was in an office, we switched desks once a quarter. We randomized the selection order each time and the only rules were you couldn't sit at the same desk or next to the…

  25. comment
    Comment #38980059

    I think String Templates are pretty cool. For example it enables "tagged template literal"-like behavior which is super powerful in JS land. I used it to support a LiveView impleme…