Live data from Hacker News

Viewing profile — mlysk

mlysk

HN member
Joined
Mon, Mar 02, 2026, 6:54 PM UTC
HN karma
117
Public activity
26 items

About mlysk

No profile information was provided.

Recent public activity

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

  2. comment
    Comment #48020969

    The results: https://blog.lysk.tech/sqlite-on-git-part-2

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

  5. story
  6. 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

  7. comment
    Comment #47577749

    https://blog.lysk.tech/rss.xml

  8. comment
  9. 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

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

  11. comment
    Comment #47573335

    Thanks for the flowers

  12. 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 ;-)

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

  14. comment
    Comment #47573241

    Thanks for the hint - just updated the post and adde the attribution

  15. comment
    Comment #47572747

    Pretty new to hn, thanks for the hint

  16. story
  17. comment
    Comment #47542982

    Author here - I plan to add the rest of the research in biweekly cycles

  18. story
  19. 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 …

  20. comment
    Comment #47320837

    Love it! Will keep this in mind for copy action for colibri https://news.ycombinator.com/item?id=47258337

  21. comment
    Comment #47313423

    Interesting - might become handy for get-colibri.com what is the upside of :::details over html version?

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

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

  24. story
  25. 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"…