Viewing profile — mlysk
mlysk
HN member- Joined
- Mon, Mar 02, 2026, 6:54 PM UTC
- HN karma
- 117
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About mlysk
No profile information was provided.
Recent public activity
-
comment
Comment #48022798
I manage the whole blog using git(hub) and the svg format is just perfect for that. The posts already render pretty well on the classic github md renderer: https://github.com/marti…
-
comment
Comment #48020969
The results: https://blog.lysk.tech/sqlite-on-git-part-2
- story
-
comment
Comment #47659556
Part 2 of my blog series on running SQLite databases directly on Git storage. This post explores how to use zlib's Z_FULL_FLUSH flag to enable random access in Git's compressed obj…
- story
-
comment
Comment #47577985
I thought about forking the pwa - should be easy to add the same concept using https://developer.chrome.com/docs/capabilities/web-apis/file... but I didn't want to leave vscode
-
comment
Comment #47577749
https://blog.lysk.tech/rss.xml
-
comment
Comment #47577710
on it
-
comment
Comment #47575574
My goal is that it renders on GitHub as well as on my blog. GitHub doesn’t support css based dark mode afaik
-
comment
Comment #47574540
Not what I needed - my concepts life in one excalidraw, containing multiple frames of interest like https://github.com/martin-lysk/martin-lysk/blob/main/blog/26... . The blogposts …
-
comment
Comment #47573335
Thanks for the flowers
-
comment
Comment #47573331
Author here: Haha - yeah that is kind of meta - i know. Other content will be more about the acutual problems i solve. Check out https://blog.lysk.tech/sqlite-on-git-prologue ;-)
-
comment
Comment #47573308
Author here: I use mermaid lot as well and for some things like process flows, and to model interactions it it outrules excalidraw and posts will follow where i need exactly that. …
-
comment
Comment #47573241
Thanks for the hint - just updated the post and adde the attribution
-
comment
Comment #47572747
Pretty new to hn, thanks for the hint
- story
-
comment
Comment #47542982
Author here - I plan to add the rest of the research in biweekly cycles
- story
-
comment
Comment #47404925
Great article - you mentioned "two most popular families of collab editing [...] OT and CRDT". One thing you should look into is the work of https://braid.org - Its combining crdt …
-
comment
Comment #47320837
Love it! Will keep this in mind for copy action for colibri https://news.ycombinator.com/item?id=47258337
-
comment
Comment #47313423
Interesting - might become handy for get-colibri.com what is the upside of :::details over html version?
-
comment
Comment #47312545
Looks like this could be the perfect playground fence around my sandbox in legit-code https://news.ycombinator.com/item?id=46692885
-
comment
Comment #47258390
I created this out of the frustration that non techies can't collaborate in markdown - and even when collab with techies - i missed annotations, discussions and realtime collab and…
- story
-
comment
Comment #47232163
I was thinking about something like that a lot. The anchoring is the hard part. One direction i was thinking in: store the commit sha within the anchor. this could allow "reanchor"…