Viewing profile — miguelsm
miguelsm
HN member- Joined
- Fri, Sep 20, 2013, 6:08 PM UTC
- HN karma
- 33
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About miguelsm
Recent public activity
-
comment
Comment #32455335
The Search Space (Logic Programming and related themes.) https://thesearch.space/ Advent of Computing (The history of computing.) Very Bad Wizards https://www.verybadwizards.com/ N…
-
comment
Comment #29861407
The whole of ferret's source code is in a single org-mode file, following the literate programming style: https://github.com/nakkaya/ferret/blob/master/ferret.org
-
comment
Comment #26836058
This is already a thing in Clojure/Script, using datalog instead of SQL. Syncing datoms between Datascript (and/or Datahike [0]) on the front-end and Datomic on the back-end can be…
-
comment
Comment #24130146
I found out about her through this very insightful interview recorded as a series of short videos: [1] https://webofstories.com/play/joan.feynman/1 [2] https://m.youtube.com/playli…
-
comment
Comment #23928572
This reminds me of open-ui [1]. The goal of that project is also to tackle fragmentation and allow interoperability between component frameworks and design systems. How does UI Pla…
-
comment
Comment #22983596
You can also check out shadow-cljs which has great support for React Native development. I've been able to easily keep my project up to date with the latest React Native versions. …
-
comment
Comment #22301489
Adventure in Prolog by Dennis Merritt teaches you different features of Prolog in a step-by-step manner while developing a game.
-
comment
Comment #20305452
I agree that the experience of querying EAV databases using SQL can feel cumbersome [0]. But Datomic's dialect of Datalog [1] is a great fit for EAV and can produce much more reada…
-
comment
Comment #19127364
Mezzano [1] is written in Common Lisp and can be run on Virtualbox and QEMU. [1] https://github.com/froggey/Mezzano
-
comment
Comment #17765801
Here's an XCB version: https://github.com/rtyler/tinywm-ada/blob/master/tinywm-xcb....