off-topic

kulminaator 2026-06-09T13:10:51.715759Z

looking at what a whopping chonker clojure core has become makes me wonder, how slim it actually could be and if the sequence manipulation etc. functions should have had their own ns from the get-go ...

ghadi 2026-06-09T13:22:50.462639Z

to what end?

☝️ 1
2026-06-09T13:42:44.271959Z

separation of concerns, removal of prefixes from topic-prefixed var names (`re-pattern`), similar/same var names in different namespaces (`iterator-seq`)

daveliepmann 2026-06-09T15:56:12.137779Z

it's an old experiment but dunaj experimented with almost exactly that idea https://github.com/yilab/dunaj/blob/master/doc/rationale.ad > splitting core functionalities into multiple namespaces and > cleaning public API from bootstraping and low level stuff

➕ 2
borkdude 2026-06-09T17:17:34.817589Z

This isn't the original repo btw, which makes me wonder where the original dunaj repo is.

😮 2
borkdude 2026-06-09T17:18:29.386879Z

it was produced by Jozef Wagner, he was my colleague for a couple of years

2026-06-09T17:19:51.493499Z

https://github.com/dunaj-project/dunaj/ is the original repo, looks like the whole org has been deleted/removed

borkdude 2026-06-09T17:20:35.836239Z

yeah I also went looking for that

2026-06-09T18:49:32.020689Z

I'm always conflicted, the organization is nice and it can speed up start time a bit to avoid some of those vars. But it's also always annoying when you are in a small script or repl session and you want a str function or a math function that isn't available right away to have to require it.

borkdude 2026-06-09T15:20:13.589479Z

Lately when I read a website or PDF in my browser (chrome, yes, I should use another, but that's not my question) the scrolling behavior is weird. Sometimes it scrolls a bit more than I want. This seems to be a glitch that started recently. Is this something new in chrome that I can disable?

✅ 1
p-himik 2026-06-09T15:22:28.356549Z

Just an idea - I'd try toggling smooth scrolling to see if it changes anything.

borkdude 2026-06-09T15:24:19.136909Z

it says "not available on your platform"

borkdude 2026-06-09T15:24:35.511059Z

it slack it works fine btw, it's just some websites and all PDFs

p-himik 2026-06-09T15:24:45.305299Z

Perhaps relevant, if you're using a touchpad: https://issues.chromium.org/issues/516024219

🤦 1
borkdude 2026-06-09T15:24:52.164369Z

yes, touchpad

borkdude 2026-06-09T15:25:12.282949Z

that's it!

borkdude 2026-06-09T15:26:42.499429Z

well, I upgraded, let's hope for the best

p-himik 2026-06-09T15:26:55.092169Z

Seemingly the same thing was apparently fixed on Macs recently: https://issues.chromium.org/issues/510416870

borkdude 2026-06-09T15:27:35.619619Z

seems to be resolved now, thanks!

🎉 2
neumann 2026-06-09T17:10:41.758889Z

Best: Don't break it Second Best: Fix it really fast Chrome is all about second best. 😆

p-himik 2026-06-09T17:35:13.574189Z

Its best is second best. Often it's not even that. :( But same in FF, probably even worse - hard to compare accurately.