Advertisement ยท 728 ร— 90

Posts by David Blackstone

Preview
Programming Books: A Reading List for Software Craftsmanship

I don't think Cenny is on BlueSky yet. He's on the old site, and also has this great suggested list of programming books to work through: www.programmingbooks.dev

1 year ago 0 0 0 0

Just finished reading Apprenticeship Patterns, on Cenny Davidsson's recommendation. I'm definitely going to re-read this a couple years down the road.

Looking forward to reading The Art of Unit Testing by Roy Osherove next!

1 year ago 0 0 1 0

part of why the "use chatgpt" answers are so irritating to me is that a huge part of why I'm on social media is to learn about people's actual real-life human experiences with computers, like what did you try that worked? what didn't?

it's so useful and I learn SO much that way

1 year ago 137 9 7 1

Thank you, this is awesome.

1 year ago 1 0 0 0

Working on Java GUI applications, Windows GUI applications, and somebody's custom JS frontend stuff, I've been able to avoid learning CSS ... but now that I'm trying to write my applications, it looks like it's time to learn it, so I'm biting the bullet. Can't make everything straight text forever.๐Ÿ˜‚

1 year ago 0 0 0 0
Preview
GitHub - jvns/bsky-oauth-example Contribute to jvns/bsky-oauth-example development by creating an account on GitHub.

Yes! github.com/jvns/bsky-oa...

1 year ago 8 1 1 0

Somehow this reminds me a lot of what Paul Graham used to say about using Lisp macros. Paraphrased: "Don't use them unless you really know what you're doing and it's really necessary - oh, and our software is like 51% Lisp macros."

1 year ago 0 0 0 0
GitHub - birdofpreyru/react-native-static-server: Embedded HTTP server for React Native Embedded HTTP server for React Native. Contribute to birdofpreyru/react-native-static-server development by creating an account on GitHub.

Was looking for an embeddable HTTP static file server for React Native.

Was surprised to find one that works not only for Old and New Architectures, but for react-native-windows, too! Let's goooo

github.com/birdofpreyru...

1 year ago 8 1 2 0

Hey, #ProgramingSky, what's some challenges you're facing as a developer?

1 year ago 0 0 0 0
Post image

Finally found out the Supabase docs were misleading me and I need a separate RLS delete policy in order to make delete work. I thought this part meant the RLS select policy was applied for deleting.

1 year ago 1 0 0 0
Advertisement

Footnote says Windows support is planned after the 1.0 release; I'll be interested in comparing it to mintty.

1 year ago 0 0 0 0
Preview
Really Friendly Command Line Intro Learn command line basics with this friendly illustrated 24-page zine. Online text and other formats also available.

I've seen this recommended recently, the "Really Friendly Command Line Intro" by Tracy Osborn. hellowebbooks.com/learn-comman...

1 year ago 1 0 0 0

โ€ข I can go back and forth between making changes with the studio and making changes with migration scripts with ease
These are features I've seen people pay heavily for in other systems.

1 year ago 0 0 0 0

โ€ข Even on the local installation I get to use the sophisticated yet easy graphical Supabase studio

1 year ago 0 0 1 0

โ€ข There's an organized system of database migrations to manage changes to my schema as I proceed

1 year ago 0 0 1 0

โ€ข There are command-line utilities to manage everything including synchronizing database schemas between my local and my hosted installs

1 year ago 0 0 1 0
Preview
Supabase | The Open Source Firebase Alternative Build production-grade applications with a Postgres database, Authentication, instant APIs, Realtime, Functions, Storage and Vector embeddings. Start for free.

โ€ข When I outgrow the free hosting offerings on supabase.com, I don't have to immediately move to paid offerings: I can install and develop locally!

1 year ago 0 0 1 0

โ€ข There's automatically a RESTful api for me.

1 year ago 0 0 1 0
Advertisement

โ€ข It uses PostgreSQL under the hood, so it's the best, most robust open-source database.

1 year ago 0 0 1 0

I've been exploring Supabase for a couple days, and here's some things I'm pretty excited about:

1 year ago 0 0 1 0

I run `npm install --global` and my computer immediately detonates. the mushroom cloud is visible for hundreds of miles, and the surrounding area becomes uninhabitable for centuries.

1 year ago 999 78 19 4

Along the way, I had a failed attempt to get it working under Ubuntu on Virtual Box, and another failed attempt to get it working on the same system with Podman instead of Docker.

Educational, but not very fruitful.

1 year ago 0 0 0 0

Finally got Supabase running for local development!

I had to make sure to use the latest version of Docker Desktop, not the older one that had been linked from a blog post about Docker Desktop working with Windows Home.

1 year ago 0 0 1 0

ant clean devel deploy is still etched in my memory from three jobs ago.

1 year ago 2 0 0 0

I think I'm going to abandon Windows entirely and try to host this within a VirtualBox Linux installation.

1 year ago 0 0 0 0
Advertisement

Any #Docker folks here? ๐Ÿณ

1 year ago 8 1 2 0
Local Development & CLI | Supabase Docs Learn how to develop locally and use the Supabase CLI

"Quickstart," they said. ๐Ÿ˜…๐Ÿคฃ supabase.com/docs/guides/...

1 year ago 0 0 1 0
Post image

Even *more* downloads later, welp

1 year ago 0 0 1 0

Between yt-dlp and Video DownloadHelper I'm able to get pretty much anything I want including video that streams in segments. I imagine David is more interested in hacking on his own but I thought I'd throw it out there.

1 year ago 1 0 1 0

Then I reinstalled Docker, but with the version linked to from this blog post about Docker for Windows Home. I'm not sure if that made a difference or not, might've been fine with the other once I had WSL installed. www.docker.com/blog/docker-...

1 year ago 0 0 1 0