borkdude Profile Banner
(λ. borkdude) 🌱 Profile
(λ. borkdude) 🌱

@borkdude

Followers
7K
Following
20K
Media
4K
Statuses
94K

#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * β™₯ @lalage_ * https://t.co/yvsOtFMGdo

Amersfoort
Joined July 2008
Don't wanna be here? Send us removal request.
@borkdude
(λ. borkdude) 🌱
5 hours
My wife is telling me to sort my DNS records out
2
0
6
@borkdude
(λ. borkdude) 🌱
2 days
Reagami, my copy-pastable Reagent-like lib was ported to CLJS (minimal changes needed) and now can even run in a SCI: https://t.co/brA8AUXm5R You can also run/w regular CLJS, maybe interesting with :lite. Git repo: https://t.co/OApXS73CUb #clojure #clojurescript #squintcljs
Tweet card summary image
github.com
Ultra-small (<4kb) reactive apps using Squint and hiccup - borkdude/reagami
1
0
10
@borkdude
(λ. borkdude) 🌱
3 days
A blog post about a Reagent-like library with zero dependencies in less than 100 LOC: Reagami https://t.co/x49933GL1f You can find the repo here: https://t.co/OApXS74aJJ #clojure #clojurescript #squint
Tweet card summary image
github.com
Ultra-small (<4kb) reactive apps using Squint and hiccup - borkdude/reagami
0
3
27
@borkdude
(λ. borkdude) 🌱
3 days
Boring crud example with a 100 line Reagent-like app #clojure #clojurescript #squint https://t.co/nOIsVbLzfY
1
0
7
@Tensori_ltd
Tensori
20 days
POOLS arrives Nov 6 on the App Store. Universal Purchase for iPhone, iPad, Mac.
8
4
90
@borkdude
(λ. borkdude) 🌱
4 days
Draggable example I wrote in Reagent in 2014, now in pure squint without any libs (manual DOM patching). Roughly 3.5kb gzipped. https://t.co/rZat37KDKO
0
0
8
@borkdude
(λ. borkdude) 🌱
4 days
LOL, I made a manual hiccup to DOM renderer + patching algorithm, 3.6kb zipped I bet it won't work for most UIs but simple crud apps, probably good enough. #squint #clojurescript #clojure https://t.co/ydYAevso6g
1
0
9
@borkdude
(λ. borkdude) 🌱
5 days
Squint + idiomorph + event listener restoration. The example uses compile time HTML generation #squintcljs #clojure #clojurescript https://t.co/MTj0aTebaE
0
0
5
@nsavidesPRO
Nick Savides
1 day
Defending Elon Musk & reevaluating Tom Hanks and Stephen King, an unconventional, freewheeling conversation. This is my latest podcast ep. I made it in hopes of better things, but sometimes forward progress involves honest discussion about contentious topics. I was going to
1
0
10
@steveb8n
steveb8n
6 days
@v1aaad I’ve had pretty good success by translating all of my CI steps into Babashka tasks. Then testing them in sequence locally on my machine to get the fast feedback even if they need to interact with my cloud provider.
0
1
6
@borkdude
(λ. borkdude) 🌱
6 days
https://t.co/XM2j3MuJFD (although for this one just setting innerHTML works fine too)
0
0
1
@borkdude
(λ. borkdude) 🌱
6 days
@htmx_org I wonder if there's anyone who is using idiomorph as a react-ish replacement for front-end centered apps (rather than the HTMX use case). The above works well and leads to small JS apps. Here's also a small snake game I wrote with squint + idiomorph:
2
0
1
@borkdude
(λ. borkdude) 🌱
6 days
Hosted here now: https://t.co/XM2j3MuJFD 7.2kb gzip
0
0
2
@geoffreywoo
Geoffrey Woo
3 days
Introducing the @geoffreywoo protocol: 1. Eat only animals and fish. If you want carbs (noodles and gummy bears equally valid), then exercise afterwards. 2. Don’t lift weights. Do a lot of pull ups, push up, planks, and runs. Target minimum 100 pull ups, 300 push ups, lots of
22
7
139
@borkdude
(λ. borkdude) 🌱
6 days
1
0
3
@borkdude
(λ. borkdude) 🌱
6 days
Idiomorph + squint reactive example (counter + text field) with regular squint atom. 5kb gzipped. #squintcljs #clojure #clojurescript https://t.co/QQMJN5xCke
3
1
21
@borkdude
(λ. borkdude) 🌱
7 days
Moar squint optimizations. If objects aren't shared, we are free to mutate them, even when assoc instead of assoc! is used. https://t.co/7MVpBhimie #clojure #clojurescript #squintcljs
2
0
17
@borkdude
(λ. borkdude) 🌱
10 days
Squint CLJS now emits more performant code for assoc, assoc! and get when objects can be inferred or are type hinted using ^object #squintcljs #clojure #clojurescript https://t.co/rYj9HBIPyB
0
3
29
@MantaComics
Manta
21 hours
Manta's most intense new BL is here. Think you can handle it? Tap the link to claim your free gems! πŸ’Ž 1. Tap the link 2. Log in or sign up 3. Claim your free Gems Don't miss your chance to binge this hottest BL manhwa before the promo ends!
0
1
40
@borkdude
(λ. borkdude) 🌱
10 days
Hmm, no, 11 years: https://t.co/ozCqHMONHH
0
0
1
@borkdude
(λ. borkdude) 🌱
10 days
Drag-and-drop example I wrote in Reagent 9 years ago, now in Eucalypt: #clojure #clojurescript #squintcljs https://t.co/42uSUzcowX
1
0
7
@borkdude
(λ. borkdude) 🌱
11 days
I wanted to speed up = (equals) in ClojureScript: when you know one of the (2) operands is a primitive, you can drop down to `===` instead of going through the `cljs.core/=` functions But can't do this because idiots can override the behavior of = via protocols on primitives :-s
2
0
12
@borkdude
(λ. borkdude) 🌱
11 days
~{} returns -1 in JavaScript, don't ask me how I know
3
1
15
@SIDELINES_LIVE
Rob Browne π™Žπ™„π˜Ώπ™€π™‡π™„π™‰π™€π™Ž
13 hours
Kiffin, Kelly, and Chaos: You Keeping Up With the Coaching Moves? Hope
0
3
9
@borkdude
(λ. borkdude) 🌱
12 days
I can never for the life of my remember the syntax of letfn, which is primarily why I never use it (letfn [(f [x] x)]) #clojure
1
0
17