Live data from Hacker News

Viewing profile — barryhennessy

barryhennessy

HN member
Joined
Wed, Jan 02, 2013, 2:07 PM UTC
HN karma
299
Public activity
27 items

About barryhennessy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49131810

    Maybe they’re not selling this well. Maybe they’re so close to the AI research that this seems like an obviously good idea. But there’s not one word of why this is good for LLMs, o…

  2. comment
    Comment #47593149

    It’s actually great to see a living example of how sensitive users* are to what to a lay person would look like a small amount of downtime. The fact that we’re all talking about it…

  3. comment
    Comment #47399668

    SEEKING WORK | Berlin, CET | Remote: Yes | Full-time freelance or 20h+/week Experienced Go architect (15 years; Zalando, StreamElements). I untangle fragile microservice architectu…

  4. comment
    Comment #47104413

    As an industry we really need a better way to tell what’s going g where than: - someone finally reading the T&Cs - legal drafting the T&Cs as broadly as possible - the actual syste…

  5. comment
    Comment #46938531

    Ok, so far it sounds impressive. But I’ve seen a lot of similar claims - just open LinkedIn for a second - and I always come back to the same questions: - What value has been deliv…

  6. comment
    Comment #43654079

    "My calendar is a true nightmare." Check "calendar systems suck. All of them." Double check "I’m trying to break off of big tech as much as I can" I wish I could check this more ..…

  7. comment
    Comment #41122693

    I've seen polylith over the years and it's always piqued my interest. I'm curious as to what has been built (by yourselves or others) in the 4 (?) years since its release. Have the…

  8. comment
    Comment #32530643

    Congrats on the launch and hitting HN's front page. Do you mind if I ask how your example site (multiplayer.dev) scaled? I'm super curious about realtime multiplayer solutions (and…

  9. story
    Ask HN: Did pricing calculators work out for you?

    I'm budgeting for a new project and it struck me that I've no idea how much faith I should really put into a cloud pricing calculator. (e.g. AWS' https://calculator.s3.amazonaws.co…

  10. comment
    Comment #31367029

    Interesting. Perhaps I misunderstood it. So is this roughly a kind of managed Keycloak/CAS setup? With it's own API/well managed client libraries?

  11. comment
    Comment #31354673

    I love the idea, and can definitely see the need. But I always come to the same question with services that provide auth and user management: You pay a lot of money for someone _el…

  12. story
    Ask HN: How do you make decisions in your teams/solo?

    I think decision making is one of the most important things we do as software engineers (not to mention other disciplines). How you manage decisions in your teams? Do you have heav…

  13. story
    Ask HN: What (micro)service do you use to manage email and other messaging?

    You have a system broken into components. Some custom built, some off-the-shelf. Any of them might need to send a message to a customer. How do you manage: * Tracking (and auditing…

  14. story
    How does your app manage external calendar events?

    I want to write events to a calendar, keep them up to date and perhaps cancel them on reasonably short notice. While supporting any calendar app (not just Google Calendar). How hav…

  15. comment
    Comment #31155073

    Don't knock it - if it works and only costs 3MB that's a win. The longer you can scale the product without having to scale the application, the better!

  16. comment
    Comment #31155023

    What kind of workflow and synchronization scripts? These sound like the kind of hidden costs that could turn sqlite's simplicity quite complicated if you don't see them coming.

  17. comment
    Comment #31154857

    I'd be interested to know what kind of corruption you were facing.

  18. comment
    Comment #31153315

    I only very briefly looked into rqlite. It's very interesting, but if I understand it correctly it's also not geared toward a write heavy workflow. (all writes are routed to the sa…

  19. comment
    Comment #31153270

    That's a good counter-case to keep in mind, thank you. I guess the take away here is that this underscores that sqlite isn't for the 'large number of writers' scenario. p.s. > I di…

  20. comment
    Comment #31153213

    Impressive numbers, thanks for sharing. Out of interest, were you running on bare metal/cloud? And what kind of CPU was behind those 24M face compares per second?

  21. comment
    Comment #31153181

    Very interesting, what's your workflow? And how big is the DB? I've never (deliberately) considered committing a DB to git. Although there was that one time when I was straight out…

  22. comment
    Comment #31153151

    Any chance I could convince you to share some of those 'rare exceptions'? I love a good exception ;) Also they're where the real insights are.

  23. comment
    Comment #31153126

    Ouch, that sounds like a nasty bug. But if I understand correctly it's more the driver/ORM's problem than sqlite's? One to look out/test for early if I go in this direction though.…

  24. comment
    Comment #31153104

    I'm coming from a similar direction. Postgres is my go-to, and I love it's reliability when you get your schema right. Glad to hear its type enforcement situation is improving.

  25. comment
    Comment #31153038

    > The irritant-free web This is a very respectable goal. I wish you great success! Good full text search without pulling in another dependency would be quite a win. I'll add fts5 t…