Viewing profile — prepor
prepor
HN member- Joined
- Wed, Dec 03, 2014, 2:09 AM UTC
- HN karma
- 8
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About prepor
No profile information was provided.
Recent public activity
-
comment
Comment #37599395
https://github.com/electric-sql/electric/blob/main/clients/t... // Once we have electric, we then establish the data change // notification subscription, comparing the tablenames u…
-
comment
Comment #37599304
> Writes automatically cause any relevant live queries to update. How do you decide what queries are relevant?
-
comment
Comment #37507265
> If anyone has success integrating Prolog in modern software please share, I'm really curious. https://terminusdb.com/ is almost entirely written in prolog. + a little bit of Rust…
-
comment
Comment #37431781
Check data sheets for any 3d printing filament, Young’s modulus is the main characteristic in them and that's how you can reason about filament abilities. For example, https://cdn.…
-
comment
Comment #37145829
Based on what I read it's very similar to Kafka Streams + batteries ([semi]automatic workload orchestration, reactive queries, higher-level/slicker/"smarter" API (?)) Could you ple…
-
comment
Comment #37144983
Electric could be an ideal companion to these reactive Queries & Depots to build actual UI, btw
-
comment
Comment #25397924
> Why don't we just use Reactjs? "Dealing with immutable data in JavaScript is more difficult than in languages designed for it, like Clojure. " From React's docs.
-
comment
Comment #24999080
It's not here yet, but we are planning to add it soon
-
comment
Comment #12906759
You can do everything that you can with typeclasses without them. In fact GHC compiles Haskell into GHC core, where are no typeclasses. See http://okmij.org/ftp/Computation/typecla…