Live data from Hacker News

Viewing profile — floating-io

floating-io

HN member
Joined
Mon, Apr 10, 2023, 8:55 PM UTC
HN karma
593
Public activity
203 items

About floating-io

Just me. I live at https://floating.io; stop by if you care. :)

Recent public activity

  1. comment
    Comment #47800775

    I would be much more interested if they fully open sourced an S3-compatible git backend that anybody could use with any S3-compatible service. Does such a thing exist? Hmmm...

  2. comment
    Comment #47723888

    I don't know enough about rust to confirm or deny that -- but unless rust somehow puts a limit on in-flight async operations, I don't see how it would help. The problem is not reso…

  3. comment
    Comment #47722684

    You can have this problem with any kind of thread -- including OS threads -- if you do an unbounded spawn loop. Go is hardly unique in this. Goroutines are actually better AFAIK be…

  4. comment
    Comment #47635303

    Can't really speak to the point of the guy you're replying to, but the FreeIPA implementation via SSSD does more than just Kerberos tickets. Actually, I think the Kerberos based st…

  5. comment
    Comment #47059845

    I think the hate is more about the fact that nobody gave enough of a damn to catch the error before it went public...

  6. comment
    Comment #47059803

    No need to worry, that's what the B Ark is for.

  7. comment
    Comment #46338382

    Yes. The "official release" is just so old as to be useless at this point. They should either update it or take it down and point people at github or something, IMO. I use the late…

  8. comment
    Comment #45676714

    I'll be surprised if the noises coming out of LM are anything other than PR, but it's not impossible. That said, I agree, it would probably be far too expensive if it did happen. I…

  9. comment
    Comment #45670733

    You're welcome to believe that. Visible progress to date suggests otherwise to me; I pretty much ignore what Elon says as much as possible. Besides, however ridiculous, 15 full sta…

  10. comment
    Comment #45663508

    On launches, it's conceivable that they can do the launches in 20 days if they do one a day. I ignore reusability, because I don't see it as required to meet the need. They're know…

  11. comment
    Comment #45661587

    Complexity vs. Tedium. There's a difference. The SpaceX approach requires a lot of launches, but they're already proven experts at that. They've launched something like 130 rockets…

  12. comment
    Comment #45656020

    > Blue Moon HLS is considerably less complex than Starship HLS That's the one thing in your comment I disagree with. Starship-based HLS has basically one base vehicle, modified int…

  13. comment
    Comment #45579221

    For how many users, and at what transaction rate? Not disagreeing that you can do a lot on a lot less than in the old days, but your story would be much more impactful with that in…

  14. comment
    Comment #45470792

    Been a while since I've looked at available APIs, but can't the browser handle conversions into its own local system TZ? If it's going by IP geolocation, I would call that a bug.

  15. comment
    Comment #45351702

    The choice of name comes off as shady to me; seems like a marketing hack to make it sound like it's some kind of internationally-accepted standard, like oh, X.500. Oh, and if you w…

  16. comment
    Comment #45319986

    Thanks for this. I had no idea this was even a thing, and it explains some discrepancies I've seen with my one subscription. They really don't make it obvious where to change it, e…

  17. comment
    Comment #45146692

    Or, more simply: "lipstick on a pig".

  18. comment
    Comment #45145730

    The Honeywell Z-Wave thermostats are trivial to connect and work with via Home Assistant. Source: I own one. :)

  19. comment
    Comment #45133167

    Does an embeddable XML database engine exist at a similar level of reliability?

  20. comment
    Comment #45133154

    An interesting skim, but it would have been more meaningful if it had tackled text documents or spreadsheets to show what additional functionality would be enabled with those beyon…

  21. comment
    Comment #45034487

    Absolutely! I think there are still a few unique tiles on Starship around joints and such IIRC, but either way, the number of tile types is much smaller for Starship. To my thinkin…

  22. comment
    Comment #45034232

    Remains to be seen. That's what they want, but it's never been done before. (edit: clarity: they do NOT want to replace them after each flight.) They're currently experimenting wit…

  23. comment
    Comment #44774414

    I use GitLab locally and push only to that. GitLab itself is configured to mirror outbound to the public side of things. In a collaborative scenario, doing it that way makes sure e…

  24. comment
    Comment #44772111

    While that is certainly true, the idea that they can so rapidly decimate your data without the possibility to restore is still terrifying if that's your only copy of that data. The…

  25. comment
    Comment #44772089

    My fear of this sort of thing happening is why I don't use github or gitlab.com for primary hosting of my source code; only mirrors. I do primary source control in house, and keep …