Live data from Hacker News

Viewing profile — miguelsm

miguelsm

HN member
Joined
Fri, Sep 20, 2013, 6:08 PM UTC
HN karma
33
Public activity
10 items

About miguelsm

[ my public key: https://keybase.io/miguelsm; my proof: https://keybase.io/miguelsm/sigs/yE6oPfYIGlC14FkYZ0GaTa8m5wnFycU1LBbkr7icHRY ]

Recent public activity

  1. 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…

  2. 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

  3. 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…

  4. 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…

  5. 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…

  6. 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. …

  7. 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.

  8. 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…

  9. comment
    Comment #19127364

    Mezzano [1] is written in Common Lisp and can be run on Virtualbox and QEMU. [1] https://github.com/froggey/Mezzano

  10. comment
    Comment #17765801

    Here's an XCB version: https://github.com/rtyler/tinywm-ada/blob/master/tinywm-xcb....