martinbaun

↗ HN profile [ 78.2 ms ] full profile
Karma
188
Created
January 2, 2024 (2y ago)
Submissions
0
Developer and software house owner.

Building a Loom alternative without signup needed or app.

Just press Record in your browser.

VideoBackr.com

Musings about software and project management on my blog:

MartinBaun.com

  1. Do you guys know of any plugins/extensions or systems where you could use (locally) your terminal inside the browser - especially for development with vim/neovim? I am doing almost everything in the browser or terminal,…

  2. Every new project seems to be an AI project that's a wrapper ontop of ChatGPT or some library. What are cool non-ai projects you're working on and why? And what tech is behind? Cheers!

  3. What are you using infront of your webapp? and more importantly why? I used NGINX for many years, but around 1.5 year ago I switched to Caddyserver as the SSL certificates are just so nice getting them autohandled. I…

  4. What's the weirdest bug you have encountered? For me, it occurred during university on an assignment. We were supposed to create a SOAP C# integration, and I kept receiving the same error. I spent three days trying to…

  5. I have been thinking about this recently as prices of houses just keep inflating up and being so hard to purchase for an average family. Why didn't 3D Printing buildings became big? It seems like a perfect tech to help…

  6. A lot of people do the switch from Something -> Mac, but who's going the other way? and why? I personally just bought a Macbook, worked like a charm for 3 months but then I figured out Apple hardware do not like tea,…

  7. It seems like people either hate it or love it? Personally I love it, so I can't really see why you would hate it. What are the great arguments against it?

  8. They seem pretty neat, but at the same time I haven't had a use case for them Do you use them?

  9. I fell in love with programming when I was playing games and I figured out that I could cheat using memory editors and assembly. How did you fall in love with programming?

  10. Do any of you guys know of any shadcn-like UI libraries for Astro? Particularly I am looking for something that I can just copy/paste in and it looks amazing without too much work.

  11. Action Breeds Clarity (martinbaun.com)
  12. What are the state of 2024 search engines? I have used DuckDuckGo for a long time, but the results seem to follow an agenda instead of just showing "what is" on the web, and leave me to use my own judgement. What do you…

  13. I am using it for a small app, and the latency is so low that it feels like the app is like 10x faster than if it was running Postgresql. Now of course scaling will not be the same, but still. Are any of using SQLite in…

  14. Right now I work with Go, Django, Bottlepy and they both have their pros and cons Django, best admin interface and std structure. Pain to deploy Go, super simple and fast. Easy to deploy and just a binary. But a lot…