Live data from Hacker News

Viewing profile — lf-non

lf-non

HN member
Joined
Sun, Nov 22, 2015, 8:34 PM UTC
HN karma
894
Public activity
385 items

About lf-non

Independent software consultant enthusiastic about web platform, distributed systems, type safety and cloud infrastructure.

https://lorefnon.me

Recent public activity

  1. comment
    Comment #48762866

    Storyden is a nice self hostable forum solution if you are looking for something less crappy https://www.storyden.org/

  2. comment
  3. comment
    Comment #47170499

    I also use icdiff, but it is good to have the file-awareness for git diff esp. the ability to quickly skip files that I know aren't important.

  4. comment
    Comment #46577728

    With the introduction of proxy-based reactivity using runes, that is largely a solved problem in svelte.

  5. comment
    Comment #45884489

    For folks looking for a GUI tool, SourceGit is quite nice. Written in C#, cross-platform (I have only used it on linux) and a cleanly-designed conventional ui that doesn't aspire t…

  6. comment
    Comment #45863448

    Yes, I also like relying on just functions. I have found aberdeenjs a better dx than hyperscript. https://aberdeenjs.org/

  7. comment
    Comment #45861134

    This looks interesting and seems like a vast improvement over jsx. I especially love the pug style concise syntax which for some reason they have buried deep into the docs rather t…

  8. comment
    Comment #44856831

    There is a difference between a product that a company pushes out as part of its business roadmap with a commercial strategy around it vs. an experimental research project that a s…

  9. comment
    Comment #44632810

    I understand the motivation for this, but don't understand why this can't just be a collection of web components.

  10. comment
    Comment #43750290

    There is an ongoing community effort to revive it: https://github.com/TriliumNext/Notes

  11. comment
    Comment #43147481

    This looks fantastic. Thanks for open-sourcing this. For a passion project this looks really polished and well done. I know a lot of people have crazy expectations from open-source…

  12. comment
    Comment #42801099

    The ReadEra app for android supports this, and I use it for reading/listening to ebooks during commute. It works well.

  13. comment
    Comment #42573004

    I was primarily talking in the context of shared server deployments for teams

  14. comment
    Comment #42572601

    It is quite beneficial for people who aren't writing python. And for them managing jupyterlab installations is a bit of pain. I would like to use this with xeus kernel for sql (whi…

  15. comment
    Comment #42469206

    I use teable with sqlite - it has a kanban board view

  16. comment
    Comment #42338156

    Understood. IMHO it would be desirable to have built in support for all common crud operations to be end-to-end type-safe.

  17. comment
    Comment #42338141

    Just because some edge cases aren't supported, doesn't mean you can't take advantage of the type-safety in the rest of the application. This particular feature seems to have nothin…

  18. comment
    Comment #42336896

    Does using template strings not compromise with type-safety? The drizzle example will be a compile time error for example if id wasn't a numeric column. Seems a strange design choi…

  19. comment
    Comment #42108186

    It has been coming for a while. But I am looking forward to it. It is the only thing preventing me from using it.

  20. comment
    Comment #42104957

    Typst is great, but really doesn't really serve the primary use case of mdbook which is building documentation websites or digital knowledge gardens that are accessible as a websit…

  21. comment
    Comment #41800077

    This is a great concept. I'd love for this to be a part of a notetaking solution that I can run locally. Curious what your long term plans are. I am also curious if it supports tak…

  22. comment
    Comment #41158935

    There is also an official typescript implementation [1] and sops supports it natively [2]. [1] https://github.com/FiloSottile/typage [2] https://github.com/getsops/sops?tab=readme-…

  23. comment
    Comment #41002422

    Foliate's core function is an ebook reader and not library management. Once installed you can double click your epubs to open them on foliate - it will not move around your stuff. …

  24. comment
    Comment #40936289

    I started using this a few hours ago and so far am really pleased with the experience. Vim keybindings mostly work as expected and TS integration works great oob. I can totally see…

  25. comment
    Comment #40913180

    Nice. I use pgcli for postgres and wanted something similar for sqlite.