Live data from Hacker News

Viewing profile — Horusiath

Horusiath

HN member
Joined
Wed, May 22, 2013, 10:21 AM UTC
HN karma
106
Public activity
48 items

About Horusiath

No profile information was provided.

Recent public activity

  1. comment
    Comment #48145350

    zero-copy implies zero copying, not "sometimes we manage to return slices instead of reallocating byte/string buffers".

  2. comment
    Comment #47305297

    > 1. Go with a better type system. A compiled language, that has sum types, no-nil, and generics. I was looking for something like that and eventually found Crystal ( https://cryst…

  3. comment
    Comment #46157328

    Welcome to Pony: https://www.ponylang.io/

  4. comment
    Comment #43661730

    Last time I've checked none of the common reverse proxy servers (most importantly nginx) supported WebTransport.

  5. comment
    Comment #41764041

    If that's the case there's libsql ( https://github.com/tursodatabase/libsql ) which already provides HTTP clients, embedded replicas (essentially good old SQLite but with replicati…

  6. comment
    Comment #41633136

    Most of these points are related to strict type system. If that was the case, then Lisp wouldn't be functional programming language. IMO the first and foremost principle of Functio…

  7. comment
    Comment #41018482

    > (5-10x slower last I checked) This was a thing around 2 years ago. Nowadays speeds is the same or in favor of Rust, depending on the benchmark in question.

  8. comment
    Comment #33935267

    Yrs (Yjs on Rust) maintainer here: we actually had some idea about building extension to Postgres ;) Great to see that others share the excitement about this idea as well. See: htt…

  9. comment
    Comment #33828014

    Yjs is being quite heavily used in the industry[1], and being researched by even more companies. There are also demos showing how to integrate it with an existing rich text editors…

  10. comment
    Comment #33827829

    I've described this issue in my blog post together with CRDT variants that address and solve it: https://bartoszsypytkowski.com/operation-based-crdts-arrays-... In practice, many C…

  11. comment
    Comment #33827805

    > semantic data-structures like rich-text or syntax trees is what's tricky and has unsolved challenges. Yrs developer here: - Yjs/Yrs have support for formatting attributes[1]. The…

  12. comment
    Comment #29511784

    I'm one of the maintainers of this project: we're happy to hear some constructive feedback and proposals for improvements, so please don't hesitate to speak your mind at github iss…

  13. comment
    Comment #28206422

    It targets the properties that Aeron protocol aims for too ( https://github.com/real-logic/aeron ).

  14. story
  15. comment
  16. comment
    Comment #26033654

    Blog author here: as weird as it sounds, I have a prefetched Power Point template with color palette and settings, and I'm just using it for all presentations and diagrams ;)

  17. comment
    Comment #24977586

    Can we make it work in Windows by any chance?

  18. comment
    Comment #24696395

    Mostly because of user experience. F# as .NET language has entire ecosystem of high quality libraries to pick from, good IDE support (not as good as Java/C#, but definitely better …

  19. comment
    Comment #22226690

    Only if you're the only user of that API or these entities are eternal once created. In any application with multiple users it's a normal thing for system state to change between t…

  20. comment
    Comment #21688785

    Midori was conceptually closer to what Pony lang offers.

  21. comment
    Comment #21280108

    No, it only proves that C# and F# are two different languages.

  22. comment
    Comment #20359986

    > GraphQL was created at Facebook specifically for internal APIs. AFAIK Facebook created GraphQL specifically for their gateway API - a service used as a facade between internal se…

  23. comment
    Comment #17602878

    Actually in F# computation expressions are way more powerful, as they can define their own "keywords" within given semantics. This is for example, how `query{}` computation express…

  24. comment
  25. comment
    Comment #15868214

    It's not described in the docs, but elswhere [1] in their github repository you can find the note about rga , which is Replicated Growable Array CRDT, that can be used for building…