Profile avatar
thomas.forge42.dev
Co-Founder @forge42.dev, ex-amazon, ex-cto, ex-ie5 expert, now working on reshaping the landscape for developer tools setting new standards for developer experience @forge42.dev. Based in Vienna / Austria πŸ‡¦πŸ‡Ή remix.run, fly.io, sqlite aficionado
200 posts 127 followers 200 following
Regular Contributor
Active Commenter

Wow, bold move!

I really love @fly.io for many things, but using their Dashboard with many orgs, especially linked orgs is really a pain. Switching orgs is a pain: there is no filter on the dropdown, its cutting off the name on the dropdown menu,

I feel dirty. I have used `git push -ff` - felt good though 🀣

Your Outie knows how to quit vim

A fantastic article by @harper.lol on his LLM supported developer workflow. It shows why humans are still important in programming...

One of my most in-depth videos to date! I go over everything you need to know about the server/client boundary in react-router v7. Check it out below: youtu.be/zyQjzId0H7s

Is it still worth it to implement RAG in 2025 when CAG is around the corner already?

Last weeks I was deep into researching lots of AI πŸ€– related topics. From base / supporting tech to RAG, splitting & chunking, embedding, Agents, Workflow Automations, etc. etc. Will take my brain 🧠 a bit to digest that and bring everything into context

What are some Free Software / Open Source Notion alternatives when we only need some simple collaborative meeting notes, note taking and internal documentation together with our team? Preferable written in TypeScript but actually does not matter, easily able to self host.

πŸš€ Big news for Node.js developers! require(esm) has been backported to Node.js 20, removing a major roadblock for ESM adoption. With Node 18 nearing EOL, library maintainers can finally go ESM-only with confidence. πŸŽ‰ socket.dev/blog/require... #NodeJS #JavaScript

I use a MacBook and keep it closed at home, so I miss TouchID. With my custom split keyboard, I would need a separate Apple keyboard with TouchID, which i dont want. So please dear @apple.com create a Magic Trackpad with Touch ID! cc: @appleinsider.com @macrumors.bsky.social

open-source-stack now uses ESM/CJS flavours of react-router v7 as template testing apps. If you're looking to create an OSS package for JS look no further! Check it out here: github.com/forge-42/ope...

Looking forward to our first company offsite next week at @forge42.dev together with @almina.forge42.dev and @alem.forge42.dev - let’s shape and redefine the future of developer experience

pnpm 10.2 is now the latest version of pnpm.

this is how it feels to reach 30 MILLION users!!!

Apple wants you to pay $800 for 2TB of NVMe storage. But if you want that, why not pay $269 and upgrade your M4 Mac mini yourself? See how in my video: www.youtube.com/watch?v=eLtE...

WE are all misunderstanding things here. Maybe πŸ€”. Well said @codepo8.bsky.social

Our @forge42.dev base-stack is RSC ready! πŸ”₯ With the latest release, it runs on @vite.dev v6 and @vitest.dev v3. As soon as react-router drops RSC support, it's a matter of upgrading the dependency version! Check out the PR here: github.com/forge42dev/b...

Introducing Bun 1.2 bun.sh/blog/bun-v1.2

Wow, I never would have thought that I love @raycast.com Focus mode so much. The best features are the end sound and animation. It feels like Super Mario reaching the top of the flagpole at the end of every world πŸ˜…

I needed a simple bash function that truncates semver versions to the patch or minor level. It's very straightforward, as it does not apply any logic to version modifiers. It simply ignores and removes them. Feel free to use if you need it

www.youtube.com/watch?v=y1GC... No i want to need a DeskPi Mini Rack as well :D Help me find reasons i might need it. :D Thanks @jeffgeerling.com :P

Its a very special feeling, if you develop something for an hour straight, fixing bugs, optimizing, without running anything once, and then try it out after an hour and it works as expected #onlydeveloperscanrelate

Vitest 3.0 is here!

I have been using DuckDuckGo.com as my main search engine for at least five years. I rarely need to fallback to other search engines because I usually find what I'm looking for. So, I wonder why you aren't using DuckDuckGo yet? No tracking, Fast, search results and no other bullshit.

I think i should start using Vim Motions in VSCode πŸ€”

Are there any alternative approaches to GitHub’s protected deployment environments which also work on private repos without the need to be GitHub enterprise customer? What I want is manual approval for multi stage deployments?