Viewing profile — meowtastic
meowtastic
HN member- Joined
- Tue, Jun 29, 2021, 7:09 PM UTC
- HN karma
- 86
- Public activity
- 98 items
- HN profile
- View on Hacker News ↗
About meowtastic
No profile information was provided.
Recent public activity
-
comment
Comment #41253123
Former S&P employee. The incoming CEO is ex Accenture. Friends rewarding friends :)
-
comment
Comment #41046269
With the most likely outcome being 0.
-
comment
Comment #41001864
Already posted 3 months ago https://www.buysellstartups.com/
-
comment
Comment #40997064
this made me chuckle
-
comment
Comment #40997025
I'm stuck in a similar rut. And yes, I know there are people out there way worse off than me. It's okay to be like that. Just take a small step towards something you'd like to achi…
-
comment
Comment #40980172
> being relentlessly helpful to others, even in things that aren’t strictly your responsibility, keeps you as someone everybody wants on the team I often see this advice, but to me…
-
comment
Comment #40172147
Can't be bothered paying for the games, buying gaming rig abd investing time.
-
comment
Comment #40127627
A blog/newsletter of TikTok content ideas that have proven to work on the platform: https://tiktokexamples.com
- comment
-
comment
Comment #40031930
Would be nice if it was mobile friendly.
-
comment
Comment #39705900
You've got further than me! I've spent evenings and weekends over the past 15 months trying to start an online business with 0 revenue to show. I've also been burned out trying to …
-
comment
Comment #39597812
My team wants to do that. Only because the rest of the org uses Java.
-
comment
Comment #39579226
Performance and dev experience yes. Simplicity-wise I guess one could argue that Django takes the crown as long as you're okay with the compromises you have to make. I not sure wha…
-
comment
Comment #39576822
Astro SSR web app, Tailwind, and Drizzle ORM. Use Postgres. Both hosted on a single Hetzner instance for about $6/month. I've tried Django, C#/Blazor, React/Go+Gin, Next.js, none c…
-
comment
Comment #39541431
Ads. I've seen other people do it with similar ideas, and it sure beats slogging away for 6 months on another SaaS for me.
-
comment
Comment #39531396
Isn't AWS App Runner similar?
-
comment
Comment #39530715
Astro - you can build pretty complex sites with their SSR mode these days.
-
comment
Comment #39530640
I actually have adblocker off on Google because I'm curious who pays for ads :D
-
comment
Comment #39530495
https://tiktokexamples.com - website collecting TikTok case studies. It's my first attempt at a non-SaaS product, I'm really curious how it's gonna turn out.
-
comment
Comment #39493543
Surprised to see insurance > banking. But then again I'm not familiar with US markets.
-
comment
Comment #39493509
Doubt it. Software engineering is such a silly career.
-
comment
Comment #39474105
I use Umami. It's a plugin on Caprover, which is an open source Heroku like
-
comment
Comment #39407154
SaaS sales / sales engineers. Much easier to get there compared to SWE as well.
-
comment
Comment #39317458
Astro SSR, deployed with Caprover on Hetzner Ubuntu machines. Tried Django, Next.js, React+Go/Gin, Blazor. Never been more productive in my life.
-
comment
Comment #39120564
Astro SSR with React components when in need (rarely). A joy to iterate upon since you don't have to worry about coordination between the frontend and backend. Easy to dockerize an…