jmoiron plays the blues
@jmoiron.bsky.social replied: Is this the "it's unfair to charge Manhattan residents extra just for driving home from work" guy
@jmoiron.bsky.social replied: Interviews over the years became more and more about which AWS products the candidates would leverage.
jmoiron/monet 5f86a77 · its twenty twenty five and now that im older stress weighs on my shoulders
jmoiron/monet 5e95683 · restore rss & atom feeds
jmoiron/monet bc33207 · update goldmark wasm to a custom build, tried out tinygo but no luck, allow html tags in md front and back
@jmoiron.bsky.social Figured out WASM to a good enough degree that I can run some basic Go in the browser, which is great for sharing backend code and making playgrounds.
Unfortunately, tinygo doesn't like the regexp package, so my goldmark wasm bundle will have to stay ~6MiB for now.
jmoiron/monet 3c718d8 · several fixes around deleting and adding posts, allow --downgrade to fully downgrade to 0
jmoiron/monet 280899f · fix stream update triggers for fts
jmoiron/monet 7f6fe02 · add missing less map for debug mode, add cache-control header so browsers cache statics for a little while
jmoiron/monet a4d247c · update style.css
jmoiron/monet c06b67d · Merge pull request #8 from jmoiron/dependabot/go_modules/golang.org/x/crypto-0.31.0
jmoiron/monet cd55f0d · Merge pull request #7 from jmoiron/standard-mode
jmoiron/monet
·
PR #7
·
standard-mode → master
jmoiron/monet bd76ede · page editing w/ live update, extract live update a little from post editing, fix admin panel display, fix stream fts
jmoiron/monet 990f0ac · resizable split viewport with as-you-type markdown working
@jmoiron.bsky.social Periodic reminder that transfer/response rates that are not per second are vanity metrics.
jmoiron/monet 39c5aec · add hotswap package, better debug mode that makes static files load off fs
@jmoiron.bsky.social replied: Do you think efforts to measure complexity (eg cyclomatic) are futile? Or is it more that people might grapple with different types of complexity differently?
@jmoiron.bsky.social replied: Need to get an alumni rugby chat going.
@jmoiron.bsky.social replied: The respective cultures are well informed by their context. The JavaScript culture of "trust a library to get things right more than your own code" makes a lot of sense for a language where `new Date().getYear()` currently returns 124.
@jmoiron.bsky.social replied: When the "left-pad" rugpull happened in 2016, I mentioned on twitter that this kind of thing wouldn't happen in Go. Even post go mod, vendoring is popular, and the Go community has strong cultural insulation from this kind of failure as the floor cost for an external dep is deeme...