Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mlysk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
mlysk
1mo ago
Link to the repo https://github.com/martin-lysk/markleft
2.
▲
Show HN: Markleft – how I review Claude's Markdown plans
(blog.lysk.tech)
8 points
by
mlysk
1mo ago
|
2 comments
3.
▲
by
mlysk
5mo ago
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/martin-lysk/martin-lysk/tree/main&
4.
▲
by
mlysk
5mo ago
The results: https://blog.lysk.tech/sqlite-on-git-part-2
5.
▲
Show HN: I needed to animate my Excalidraw -ings for my tech blog
(marketplace.visualstudio.com)
6 points
by
mlysk
5mo ago
|
3 comments
6.
▲
SQLite on Git, Part II: Unlocking Zlib's Less Known Feature
(blog.lysk.tech)
6 points
by
mlysk
5mo ago
|
1 comments
7.
▲
by
mlysk
5mo ago
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 objects, making it possible to read subsets of large
8.
▲
by
mlysk
6mo ago
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
9.
▲
by
mlysk
6mo ago
https://blog.lysk.tech/rss.xml
10.
▲
by
mlysk
6mo ago
on it
11.
▲
by
mlysk
6mo ago
My goal is that it renders on GitHub as well as on my blog. GitHub doesn’t support css based dark mode afaik
12.
▲
by
mlysk
6mo ago
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 reference some of t
13.
▲
by
mlysk
6mo ago
Thanks for the flowers
14.
▲
by
mlysk
6mo ago
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 ;-)
15.
▲
by
mlysk
6mo ago
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. but to visualize things high level i find excalidraw way nic
16.
▲
by
mlysk
6mo ago
Thanks for the hint - just updated the post and adde the attribution
17.
▲
by
mlysk
6mo ago
Pretty new to hn, thanks for the hint
18.
▲
I use Excalidraw to manage my diagrams for my blog
(blog.lysk.tech)
283 points
by
mlysk
6mo ago
|
115 comments
19.
▲
by
mlysk
6mo ago
Author here - I plan to add the rest of the research in biweekly cycles
20.
▲
SQLite on Git: Why do we need random access in Git
(blog.lysk.tech)
6 points
by
mlysk
6mo ago
|
2 comments
21.
▲
by
mlysk
6mo ago
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 with ot. Work that is inspired by that
22.
▲
by
mlysk
6mo ago
Love it! Will keep this in mind for copy action for colibri https://news.ycombinator.com/item?id=47258337
23.
▲
by
mlysk
6mo ago
Interesting - might become handy for get-colibri.com what is the upside of :::details over html version?
24.
▲
by
mlysk
6mo ago
Looks like this could be the perfect playground fence around my sandbox in legit-code https://news.ycombinator.com/item?id=46692885
25.
▲
by
mlysk
7mo ago
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 often switched to googledocs. Little neat trick. If yo
26.
▲
Tuneithub.com turn any Markdown into Google Docs like collab
(get-colibri.com)
3 points
by
mlysk
7mo ago
|
1 comments
27.
▲
by
mlysk
7mo ago
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" based on changes in some sense. For get-colibri.c
28.
▲
by
mlysk
7mo ago
Looked into it - thanks for reporting. fixed soon