Viewing profile — Horusiath
Horusiath
HN member- Joined
- Wed, May 22, 2013, 10:21 AM UTC
- HN karma
- 106
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About Horusiath
No profile information was provided.
Recent public activity
-
comment
Comment #48145350
zero-copy implies zero copying, not "sometimes we manage to return slices instead of reallocating byte/string buffers".
-
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…
-
comment
Comment #46157328
Welcome to Pony: https://www.ponylang.io/
-
comment
Comment #43661730
Last time I've checked none of the common reverse proxy servers (most importantly nginx) supported WebTransport.
-
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…
-
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…
-
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.
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #28206422
It targets the properties that Aeron protocol aims for too ( https://github.com/real-logic/aeron ).
- story
- comment
-
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 ;)
-
comment
Comment #24977586
Can we make it work in Windows by any chance?
-
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 …
-
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…
-
comment
Comment #21688785
Midori was conceptually closer to what Pony lang offers.
-
comment
Comment #21280108
No, it only proves that C# and F# are two different languages.
-
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…
-
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…
- comment
-
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…