dothash

@dothash.win

CTO in the Media Industry in Norway • x.com/iamdothash Omarchy btw

VPN bans incoming for the UK. Time to pivot. Set up a VPN-like tunnel using any servers with an SSH connection $ sshuttle --dns -r <username>@<ip> 0.0.0.0/0 ::/0

$ sshuttle \
  # Forward DNS queries to prevent leaks.
  --dns \
  # Connect as 'root' to the remote server.
  -r root@65.108.151.237 \
  # Forward all IPv4 traffic.
  0.0.0.0/0 \
  # Forward all IPv6 traffic.
  ::/0

$ curl -4 icanhazip.com
65.108.151.237

$ curl -6 icanhazip.com
2a01:4f9:c011:8e77::1

Relaunch: TryBase turns your SQL migrations into a Hono API!🔥 Drop your PostgreSQL migration files and instantly get: → Complete @honojs API → Automatic Zod validation → TypeScript → RPC client generation → Dockerfile → No AI, just predictable output! Coming → OpenAPI → Better Auth

Me working on my SaaS instead of fixing the core so it is entirely shippable: ooh, cool, this nice-to-have feature that I don't need to release the saas is fun working on. I think I'll focus on that.

If this is something than gain traction, I will look into a more feature rich output. Add more relevant frameworks like hono, fastify and what not. Been thinking about the option to auto generate auth by using i.e. better-auth as well.

dothash@dothash.win · last yr.

🔥 Proudly presenting, TryBase 🔥 → Zero to API in Seconds → Generate complete opinionated CRUD APIs from your Prisma schema Features → Prisma Schema to API → Type Safety → OpenAPI documentation Visit 🔗 trybase.app

This weekend I created a micro SaaS that solves a problem I have. I don't know why I made it as it was painful. However, will launch it tonight.