Loris Bognanni's Avatar

Loris Bognanni

@loris.codes.bsky.social

I spend way too much time in front of screens ๐Ÿง‘โ€๐Ÿ’ป Generalist software developer ๐Ÿ  https://loris.codes ๐Ÿ“ London, UK

88 Followers  |  97 Following  |  119 Posts  |  Joined: 10.12.2024  |  2.2979

Latest posts by loris.codes on Bluesky

The only thing I don't like is how opaque the limits are, if one of their hyper productive ai aided teams could vibe up a progress bar with how much usage you have left it would be nice

29.07.2025 08:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

This was inevitable, at some point even the AI companies must become profitable.
I predict they'll continue to increase their prices, lower their limits, or both.
It will be interesting to see if vibe coding will still be viable then!

29.07.2025 08:45 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

windows usually look like this in continental Europe

22.07.2025 21:40 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 1

Wow, I had no idea. A Roslyn analyser sounds like a great idea!

19.07.2025 15:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

The way tech companies are pushing AI features you'd think they were at least slightly profitable!

20.05.2025 20:16 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

finally got a visual novel style dialog thingy working for cutscenes ๐Ÿฟ

#gamedev #indiedev #indiegames

06.05.2025 21:35 โ€” ๐Ÿ‘ 7    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

I'm using three.js!

14.04.2025 17:09 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Literally the reason I stopped using ChatGPT for Claude. I can expense a year of Claude in advance, but ChatGPT wants me to ask my manager every month ๐Ÿ˜

13.04.2025 19:49 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

A bit late for #screenshotsaturday, but here's an update on my tower defense prototype :)

#gamedev #indiedev #screenshotsunday

13.04.2025 18:26 โ€” ๐Ÿ‘ 24    ๐Ÿ” 4    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

How do other indie devs deploy their web apps? I use a single VPS and Docker swarm but would be interested to see what the #indiedev hive mind thinks!
#buildinpublic

13.04.2025 13:04 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
SQLite performance tuning - Scaling SQLite databases to many concurrent readers and multiple gigabytes while maintaining 100k SELECTs per second - phiresky's blog SQLite is an embedded SQL database. Itโ€™s extremely easy to setup, buildable as a single C file with libraries existing for basically all common programming languages. It doesnโ€™t need any server setup ...

this article has some decent suggestions phiresky.github.io/blog/2020/sq...

01.04.2025 15:57 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

If you haven't already done so, try enabling WAL mode

01.04.2025 15:56 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image 31.03.2025 21:50 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Tower defense prototype in three.js.
now to add the actual towers ๐Ÿ˜…

#screenshotsunday #buildinpublic #gamedev #indiedev

30.03.2025 20:52 โ€” ๐Ÿ‘ 9    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Video thumbnail

A POC of _that_ game using three.js

#screenshotsaturday #buildinpublic #gamedev #indiedev

29.03.2025 20:35 โ€” ๐Ÿ‘ 17    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2

I used to dread this type of news, but since I switched to Linux full time I can only thank Microsoft for the free marketing

29.03.2025 14:27 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

you can try it out at lbognanni.github.io/clipboard-to...

27.03.2025 18:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
screenshot of the clipboard to data-url tool. it shows an image being pasted and its string representation in data:image/png format

screenshot of the clipboard to data-url tool. it shows an image being pasted and its string representation in data:image/png format

Every other tool out there wanted a file upload, so I had Cursor build me a simple tool to transform an image from my clipboard into its data:uri version.
It took only one prompt!

27.03.2025 18:41 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

The unnamed president lost an arm to the golden panels of the cyberytuck ๐Ÿซก

26.03.2025 20:40 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

I think you're underselling it, relying on people to follow the docs and get auth right was a big ask before the era of vibe coding, but now... I'm kinda terrified!

23.03.2025 10:39 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

We just need to write a perfect specification that explains exactly how we want the software to be like! Oh wait...

22.03.2025 21:12 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Live Preview - Visual Studio Marketplace Extension for Visual Studio Code - Hosts a local server in your workspace for you to preview your webpages on.

I use microsoft's live preview, it splits the vscode window and adds a preview tab instead of relying on an external browser
marketplace.visualstudio.com/items?itemNa...

22.03.2025 21:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

Probably not my wisest decision, but I really enjoyed spending a day writing this animation in pure #css for email-webhook.com

22.03.2025 20:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Rick & Morty "20 minute adventure" meme

Rick & Morty "20 minute adventure" meme

It was supposed to be a quick vibe coding experiment, it ended up taking 3 MONTHS in evenings and weekends ๐Ÿ˜…

22.03.2025 17:36 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Transform Email into a REST API Esily allow your applications to consume email events. Email-webhook is the perfect companion for your serverless powered AI applications!

Super happy to announce that the service I've been working on recently is finally Good Enough โ„ข๏ธ to be released! ๐ŸŽ‰

Check it out: email-webhook.com

#buildinpublic #IndieDev

22.03.2025 17:36 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
How I deploy my web apps in 2025 An overview of how I use Docker and Docker Swarm to manage my personal projects in 2025.

"As a solo maintainer, I need something manageable without breaking the bank."
If that resonates with you, check out my blog post on how I deploy web apps in 2025 using Docker Swarm, GitHub Actions, and Caddy - all on a single VPS.
codemade.net/blog/my-dock...
#Docker #WebDev

15.03.2025 13:35 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
export async function FeckOffMiddleware(...)

export async function FeckOffMiddleware(...)

it's the little things in life

13.03.2025 10:50 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Running parameterized tests in Deno A quick guide to running parameterized tests in Deno.

๐Ÿงช Ever wondered how to write parameterised tests with #deno?
Wonder no more! codemade.net/blog/paramet...

#typescript #tdd

09.03.2025 22:32 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
VS Code github actions sidebar showing a deploy running and several successful deploys

VS Code github actions sidebar showing a deploy running and several successful deploys

That feeling when you have a working pipeline for your personal project ๐Ÿฅน

#cicd #github-actions

05.03.2025 20:08 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Most of what we call "tech" is about getting the right information into a database and trying to prevent the wrong person from reading or updating it.

03.03.2025 22:10 โ€” ๐Ÿ‘ 5651    ๐Ÿ” 578    ๐Ÿ’ฌ 116    ๐Ÿ“Œ 48

@loris.codes is following 19 prominent accounts