Shawn Flahave
sflahave.bsky.social
Shawn Flahave
@sflahave.bsky.social
Software developer. Founder of fielderapp.com
Has anyone ever seen a demo on CodeSandbox that actually works? I haven't.
October 15, 2025 at 11:32 PM
Reposted by Shawn Flahave
Everyone wants there to be a grand scheme behind all of this but the terrible truth is that extremely stupid people are in charge and they have a fanatical devotion to wrong, childlike concepts of society and economics cooked up by right wing radio hosts in order to sell tainted dietary supplements
April 3, 2025 at 2:11 PM
Working on converting a huge Groovy codebase to Kotlin. This would be damn near impossible without AI. It'd take forever. It takes a long time, and is very tedious, even with the help of AI. This is a perfect job for a LLM.
March 19, 2025 at 5:01 AM
Reposted by Shawn Flahave
If you don't know about these you should know about these www.builder-blueprints.com/library
Document Library — Builder Blueprints
www.builder-blueprints.com
March 15, 2025 at 2:02 AM
Great video by Cliff Cash
www.instagram.com/reel/DHC-6ZX...
March 12, 2025 at 4:59 AM
Reposted by Shawn Flahave
THE CORRUPTION OF THE U.S. GOVERNMENT EXPOSED.

We can fix this ONLY BY IMPEACHING THE ORANGE TURD PRESIDENT FELON.

youtu.be/hycoCYenXls?...
Murphy: Six Weeks In, This White House Is On Its Way To Being The Most Corrupt In U.S. History
YouTube video by Senator Chris Murphy
youtu.be
March 7, 2025 at 11:13 AM
Really digging the Lucide icon library. I just ran into a problem where I wanted a filled flag icon, but it seemed that all their icons are outline-only. But for some icons, including Flag, you can just give it a fill and stroke. If you need a filled icon, just give it fill. You have control. Nice!
February 12, 2025 at 10:27 PM
Not to brag too much but I just got back from a meeting with a customer who talked about how much they like my SaaS, fielderapp.com, how it saves them so much time/effort, etc. That’s awesome, but it’s hard to accept when all I ever think about is what is WRONG with my product.
Fielder
Software for field service businesses
fielderapp.com
January 23, 2025 at 8:24 PM
Reposted by Shawn Flahave
Do you not know with how little wisdom the world is governed? paulkrugman.substack.com/p/never-unde...
Never Underestimate the Ignorance of the Powerful
When you’re a star, people let you think you're smart
paulkrugman.substack.com
January 3, 2025 at 1:00 PM
After struggling for over an hour trying to get Pino working in an app built with Vite 6, with all suggestions from both Claude and ChatGPT failing, I had to resort to actually reading documentation and doing it myself.
a cartoon character is sitting at a table with a surprised look on his face .
ALT: a cartoon character is sitting at a table with a surprised look on his face .
media.tenor.com
December 31, 2024 at 4:24 AM
I think this brilliantly articulates my own thoughts/experience with using LLMs to help with programming.
I always figured that for AI to really take over the job it should just write programs directly in binary. Programming languages et al are for humans. world.hey.com/dhh/the-prem...
The premise trap
The hardest part for me about collaborating with junior programmers, whether it's in open source or at work, is avoiding the premise trap. That's where the fundamental assumptions baked into the first...
world.hey.com
December 25, 2024 at 4:30 AM
I currently have a form with an address autocomplete field, to capture an address in a single text field. I noticed that Stripe's Address Element will auto-expand to show extra detail fields once you select an address. Thinking of copying that. Thoughts? #designsky
docs.stripe.com/elements/add...
Listen for address input
Collect addresses to use in custom ways using an event listener.
docs.stripe.com
December 22, 2024 at 2:18 PM
Recently switched from i18next to Lingui. I love being able to write the text directly in my JSX instead of having a bunch of t(“msgkey”) calls. Also love the PO format, so I can write comments in the translation file. Makes it easier for LLMs to do the translations for me.
December 18, 2024 at 2:54 PM
Getting that flu shot today. Better late than never
December 18, 2024 at 2:49 PM
Watched this amazing video last night about how microchips are made. Just thinking about all the human intelligence that goes into the process boggles my mind. The video production is awesome too. www.youtube.com/watch?v=dX9C...
How are Microchips Made? 🖥️🛠️ CPU Manufacturing Process Steps
YouTube video by Branch Education
www.youtube.com
December 10, 2024 at 10:55 PM
Really looking forward to Civilization VII coming out on Feb 11. I hope its as awesome as I expect it to be. So far I really like that the graphics don't seem to be as cartoonish/cutesy as Civ VI.
December 10, 2024 at 10:27 PM
Finally checked out my Spotify Wrap. My top song was Loading Zones by Kurt Vile. I was in the top 0.05% for that song. I park for free!
December 10, 2024 at 2:24 AM
Nothing to see here, just trying out the atproto Python SDK.
December 7, 2024 at 5:25 PM
Manufacturing is a war now
And the democracies are losing.
www.noahpinion.blog
December 4, 2024 at 4:22 PM
Ughh, just realized our React Native app uses toSorted and that causes problems for Android because toSorted is not available there. The best way to avoid this kind of dumb mistake altogether would be to NOT use RN. Use the platform, with a good compiled language (Kotlin) instead. Sigh.
December 4, 2024 at 6:13 AM
I've started going through Eden Marco's LangChain course on Udemy. www.udemy.com/course/langc...
LangChain- Develop LLM powered applications with LangChain
Learn LangChain by building FAST a real world generative ai LLM powered application LLM (Python, Latest Version 0.3.0)
www.udemy.com
December 1, 2024 at 3:56 AM
I really like the design of Prismic's main landing page prismic.io
It is clean and simple, yet still dynamic and engaging with, subtle animations, without being annoying or distracting. The animations serve to help me understand what they're offering without really having to read or think too hard.
Prismic: Headless Page Builder - Launch and Iterate Faster
Prismic is the headless page builder that lets developers and marketers ship and iterate faster, and build sites that just keep getting better.
prismic.io
November 28, 2024 at 5:30 PM
Currently reading "Never Enough" by Andrew Wilkinson. Easy read and interesting story so far.
November 27, 2024 at 6:31 PM
We're using JPA/Hibernate with our Micronaut-based backend. I'm struggling with some strange (to me) Hibernate issues lately. Feeling some "grass is greener" vibes looking at jOOQ. Looking for advice from people who have experience with both. Do you prefer jOOQ, or a "no ORM" approach generally?
November 24, 2024 at 5:29 PM