Live data from Hacker News

Viewing profile — h3rald

h3rald

HN member
Joined
Thu, Nov 06, 2008, 12:40 PM UTC
HN karma
139
Public activity
55 items

About h3rald

No profile information was provided.

Recent public activity

  1. comment
    Comment #39153524

    min creator here :) min does not have a C FLI essentially because it has a "Nim FLI". It is really easy to add new symbols to the language using a Nim API (which is also used inter…

  2. comment
    Comment #33226365

    Wow! Your web site changed a bit since last time I saw it, congratulations Yanis! It's great to see a programming language implemented in Nim to look so polished!

  3. comment
    Comment #32026594

    Nice project! It looks pretty similar to my own LiteStore: https://h3rald.com/litestore/ The feature set is pretty similar, but I focused mainly on the free form/nosql-ish aspect o…

  4. comment
    Comment #29270966

    They are features of the documentation system itself, here's a simple example of macros: https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm#Mac... Basically it's like definin…

  5. comment
    Comment #29266342

    I am "eating my own dog food" in the sense that I am currently using two projects that I developed specifically for that: - HastyScribe[1] -- an opinionated markdown compiler that …

  6. comment
    Comment #27350243

    Uhm... expensive?! ;) The municipality of Triora, a beautiful historical town now nearly abandoned, very close to the Ligurian coast in Italy, is selling houses as low as 1 (one!) …

  7. comment
    Comment #27176095

    Here's most of the stuff that I built myself (and that I still use on a regular basis): - fae [ https://h3rald.com/fae ] · a minuscule find and edit utility - h3 [ https://h3.js.or…

  8. story
  9. comment
    Comment #26768723

    Looks very similar to something I made a while ago[1]. SQLite is an awesome piece of software, and with JSON and Fulltext search baked in is ideal for these kind of things. Glad to…

  10. comment
    Comment #26729696

    Interesting project! I recently created something similar[1] because I wanted a simple, easy to use, bloat-free micro framework to create single page applications. I also wanted it…

  11. comment
    Comment #26696301

    For my personal projects I find particularly satisfying using my own stack: - https://h3rald.com/litestore if I need a RESTful searchable data store and some relatively simple midd…

  12. comment
    Comment #25807699

    Joy was the inspiration for min :) min is actually mainly an interpreted language, BUT it can actually as of recently be transpiled to Nim (which in turns generates C code which ca…

  13. comment
    Comment #25801187

    I have been using Mithril.js for a while and never ran into problems, but admittedly I only used it for small, personal project. What I liked about Mithril was its simplicity: a cl…

  14. comment
    Comment #25783847

    These days I keep tinkering with min ( https://min-lang.org ). It is a small but fairly batteries-included concatenative programming language I've been working on for years. Not ma…

  15. comment
    Comment #25680552

    That's the spirit! It doesn't really matter whether this will become the next (p)React, as ling as you learnt something from building it and you are enjoying using it. And yes, I d…

  16. comment
    Comment #25269110

    Having created a small concatenative language myself[1], no, the pure concatenative style with no variables and stack combinators is just too much for a normally-wired brain. BUT! …

  17. comment
    Comment #25251032

    I agree 100%, but more than anything for me was control : I had been using nanoc ( https://nanoc.ws ) for years and don't get me wrong, that's an excellent piece of software... but…

  18. comment
    Comment #25234695

    Well yes it started off for prototyping and then I kept adding more features like JavaScript middleware and token validation... I have used it as a backend for quite a few private …

  19. comment
    Comment #25234585

    Not published unfortunately but I should, really! In the past I tested importing dumps of the full HTML and CSS documentation docset from MDN and: - Importing files in a directory …

  20. comment
    Comment #25230144

    Yep, SQLite is awesome. I did actually build exactly that: a document database powered by SQLITE [1], and it works well, especially considering that SQLite has built-in support for…

  21. comment
    Comment #22949877

    The h3 function is the default export, you can give it whatever name you want when you import it.

  22. comment
    Comment #22946577

    See also an introductory article discussing why and how I made this: https://h3rald.com/articles/h3/

  23. story
  24. comment
    Comment #22675590

    I beg to (partially) disagree... (shameless plug ahead!) https://h3rald.com/hastyscribe/HastyScribe_UserGuide.htm OK, you are right that ordinary markdown is insufficient because a…

  25. comment
    Comment #22067576

    Similar to my own LiteStore project ;) Project Page: https://h3rald.com/litestore/ User Guide: https://h3rald.com/litestore/LiteStore_UserGuide.htm