Live data from Hacker News

Viewing profile — meowtastic

meowtastic

HN member
Joined
Tue, Jun 29, 2021, 7:09 PM UTC
HN karma
86
Public activity
98 items

About meowtastic

No profile information was provided.

Recent public activity

  1. comment
    Comment #41253123

    Former S&P employee. The incoming CEO is ex Accenture. Friends rewarding friends :)

  2. comment
    Comment #41046269

    With the most likely outcome being 0.

  3. comment
    Comment #41001864

    Already posted 3 months ago https://www.buysellstartups.com/

  4. comment
    Comment #40997064

    this made me chuckle

  5. 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…

  6. 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…

  7. comment
    Comment #40172147

    Can't be bothered paying for the games, buying gaming rig abd investing time.

  8. comment
    Comment #40127627

    A blog/newsletter of TikTok content ideas that have proven to work on the platform: https://tiktokexamples.com

  9. comment
  10. comment
    Comment #40031930

    Would be nice if it was mobile friendly.

  11. 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 …

  12. comment
    Comment #39597812

    My team wants to do that. Only because the rest of the org uses Java.

  13. 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…

  14. 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…

  15. 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.

  16. comment
    Comment #39531396

    Isn't AWS App Runner similar?

  17. comment
    Comment #39530715

    Astro - you can build pretty complex sites with their SSR mode these days.

  18. comment
    Comment #39530640

    I actually have adblocker off on Google because I'm curious who pays for ads :D

  19. 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.

  20. comment
    Comment #39493543

    Surprised to see insurance > banking. But then again I'm not familiar with US markets.

  21. comment
    Comment #39493509

    Doubt it. Software engineering is such a silly career.

  22. comment
    Comment #39474105

    I use Umami. It's a plugin on Caprover, which is an open source Heroku like

  23. comment
    Comment #39407154

    SaaS sales / sales engineers. Much easier to get there compared to SWE as well.

  24. 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.

  25. 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…