Monday, 1 August 2022

New Show Hacker News story: latest news

Show HN: BDC – Ergonomic, sub 1KiB virtual DOM library
3 by bwhmather | 0 comments on Hacker News.
BDC is a simple library for updating the DOM to match a javascript description. Does not require JSX or a compilation step. clobber( document.body, h("marquee", [ h("span", {"style": "font-weight: bold"}, "Hello"), ", ", h("blink", "world"), "!", ]), ); Very fast to first render, moderately slow on subsequent updates. Prompted by the post on millionjs, which compiles user code to hit the same outrageously small size target.

New Show Hacker News story: latest news

Show HN: RandomGeo.City – Browse Random Geocities Websites
5 by emeth | 4 comments on Hacker News.
Source code / dataset: https://ift.tt/hUpCGvQ

New Show Hacker News story: latest news

Show HN: Top HN Posts July 2022
2 by santiagobasulto | 0 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Open-source Typeform Alternative (beta) – snoopForms live
10 by beanclap | 3 comments on Hacker News.


New Show Hacker News story: latest news

Show HN: Goose – A Background Job Processing Library for Clojure
3 by olttwa | 0 comments on Hacker News.
Documentation can be found in README or Wiki - https://ift.tt/jYGfC1e Features: Scheduling, Error Handling & Retries, API to manage Jobs, Reach out to us on #goose in the Clojurians Slack if you need any help - https://ift.tt/sg12o9k

New Show Hacker News story: latest news

Show HN: Reduce SQLite database size by up to 80% with transparent compression
13 by phiresky | 0 comments on Hacker News.