Viewing profile — lf-non
lf-non
HN member- Joined
- Sun, Nov 22, 2015, 8:34 PM UTC
- HN karma
- 894
- Public activity
- 385 items
- HN profile
- View on Hacker News ↗
About lf-non
https://lorefnon.me
Recent public activity
-
comment
Comment #48762866
Storyden is a nice self hostable forum solution if you are looking for something less crappy https://www.storyden.org/
- comment
-
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.
-
comment
Comment #46577728
With the introduction of proxy-based reactivity using runes, that is largely a solved problem in svelte.
-
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…
-
comment
Comment #45863448
Yes, I also like relying on just functions. I have found aberdeenjs a better dx than hyperscript. https://aberdeenjs.org/
-
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…
-
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…
-
comment
Comment #44632810
I understand the motivation for this, but don't understand why this can't just be a collection of web components.
-
comment
Comment #43750290
There is an ongoing community effort to revive it: https://github.com/TriliumNext/Notes
-
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…
-
comment
Comment #42801099
The ReadEra app for android supports this, and I use it for reading/listening to ebooks during commute. It works well.
-
comment
Comment #42573004
I was primarily talking in the context of shared server deployments for teams
-
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…
-
comment
Comment #42469206
I use teable with sqlite - it has a kanban board view
-
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.
-
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…
-
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…
-
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.
-
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…
-
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…
-
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-…
-
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. …
-
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…
-
comment
Comment #40913180
Nice. I use pgcli for postgres and wanted something similar for sqlite.