Stephen Ball

7 Followers
58 Following
156 Posts
Father of three | DURM | Functional programming is good. Elixir fan but I write whatever code is necessary. I have written more BASH than anyone probably should | Videogames are good.
Bloghttps://www.strangeleaflet.com/

Holy shit, The Daily Tar Heel (student newspaper of UNC Chapel Hill) has a horrifying front page today, after yesterday's campus shooting left one dead.

It's text messages sent to and from students during the lockdown.

Via https://kottke.org/23/08/the-tombstone-of-democracy

“The Tombstone of Democracy”

Yesterday, there was yet another school shooting on a college campus, this time at the University of North Carolina at Chapel Hill

kottke.org
Ryan Hall’s live streaming coverage of hurricane Idalia along with his team of field reporters is really well done and informative. https://www.youtube.com/live/4Twdn4GowHA?si=44A0JF4roRPU0H6v
🔴LIVE - Major Hurricane Idalia Coverage With Storm Chasers In The Eye - Live Weather Channel...

YouTube
Happy Skynet day to those who celebrate :)
Naming things is hard
and cache invalidation
DNS is both
I guess it's time to start writing "Twitter is no longer a reliable method of disseminating information, please publish an RSS feed" letters to my local park district et. al.

I don't care what Trump's height and weight is. At all. I care that he was allowed to lie on his prison intake form.

We just can't stop giving him special treatment. Even for things as silly and inconsequential as this.

SvelteKit certainly doesn't provide the vast data pipeline, concurrency, and backend power capabilities of Phoenix (via Elixir) but as a way to build web applications it sure has a lot going for it. It's approach of folder based routing is pretty great.

SvelteKit's approach is a really interesting mix between web programming framework and folder/page oriented CMS. It makes the general problems of creating web pages easy and also makes many of the problems creating web applications easy.

It's got the single language to bind front/back like Phoenix but coming at the idea from JS instead of Elixir.

Wow Svelte (JS frontend framework) and SvelteKit (JS backend framework) have some ridiculously good ideas.
I love Svelte's approach to compile the framework code down to native JavaScript and avoid shipping a runtime. Svelte's stores are also wonderful to coordinate data. And transitions are dreamy.