Live data from Hacker News

Viewing profile — totaa

totaa

HN member
Joined
Tue, Apr 04, 2023, 11:39 AM UTC
HN karma
38
Public activity
35 items

About totaa

No profile information was provided.

Recent public activity

  1. comment
    Comment #48816898

    unfortunately under GDPR, anonymous IDs are personal data as they are used to single out a data subject.

  2. comment
    Comment #48339089

    Google Vertex

  3. comment
    Comment #47669060

    the question is will we experience resource constraints before we get there? what if the step up to post-scarcity is gated by a compute level just out of our reach?

  4. story
    Show HN: MRR Take-Home Calculator for Bootstrapped Founders

    I keep seeing posts like "we hit $2.5k MRR!" and my first thought is always: okay but what does that actually net? After the 30% Apple cut, Stripe fees, and depending on your struc…

  5. comment
    Comment #46936491

    any extensions / third-party tools to visualise this?

  6. comment
    Comment #46763855

    surely openvpn being pre-installed on most routers means it's provided to an significant portion?

  7. comment
    Comment #46763698

    brainfuck

  8. story
    Show HN: Mindworld.space – A Hallunicationary Wikipedia

    I've always been super curious how small language models model information and how accurate they really are. So I've created mindworld.space - a Llama-based Wikipedia where there i…

  9. comment
    Comment #45462139

    I implemented a graph database for my agentic project in postgres. Not top-tier query performance but made an MVP work!

  10. comment
    Comment #44802624

    can you share your workflow?

  11. comment
    Comment #44784366

    more can lead to smarter in the short term. brute force

  12. comment
    Comment #44784158

    Gemma 3n E4B has been crazy good for me - fine tune running on Google Cloud Run via Ollama, completely avoiding token based pricing at the cost of throughput limitations

  13. comment
    Comment #44783868

    congrats on the first blog post, been using Go+Templ+HTMX when implementing my first startup I think at least some of these issues can be avoided with a different UI/UX to avoid pa…

  14. comment
    Comment #44488983

    Would love to be able to use this UI, connected to an external source like Linear.

  15. comment
    Comment #44483609

    community drama aside, great to see more open source agentic CLIs tools. other than the focus on tui design, does this have any advantage over Claude Code, Aider, Gemini using the …

  16. comment
    Comment #44483422

    when I say Task Master[0] I'm referring to specific bit of software that manages task dependencies and ordering. but I agree, at least the way I use AI tools, it'd be unfeasible to…

  17. comment
    Comment #44482603

    according to OpenRouter, Cerebras charges $0.65/$0.85 for 1m input/output tokens for Llama 4 Scout. Google charges $0.25/$0.70; lambda.ai charges $0.08/$0.30 for the same model.

  18. comment
    Comment #44482569

    pairing this with Task Master could allow you to draft all of your tasks and effectively have Claude pick something from an endless backlog 24/7...

  19. comment
    Comment #44471281

    Currently Cerebras, although faster, is more expensive than the traditional alternatives. Cursor's use case doesn't benefit from instant, users are happy to wait the few seconds (a…

  20. comment
    Comment #43904013

    landing page / waitlist / speaking with customers you shouldn't write code until you know someone is willing to buy i'd say somewhere between 20 < n < 100 for B2B makes sense, rath…

  21. comment
    Comment #41377043

    > deadlock actually how do you know? has there been a technical deep dive published?

  22. comment
    Comment #41292269

    I think the game Teardown is the golden child of voxel rendering in production video games. beautifully lit, fully destructible, and performant

  23. comment
    Comment #41270453

    it reminds me of encore i feel like simplyifing is great for early stage, but will be a tedious pain to scale out when you need to

  24. comment
    Comment #41254620

    if I am not doing dev work, and mostly working around web applications in the day (e.g. notion, linear, etc) - i don't want to go to open the terminal and switch focus to a differe…

  25. comment
    Comment #41254093

    love this, i always use sketchy websites for simple utils like counting number of words, validating JSON etc. though this is nothing that can't be done on the CLI (wc, jq, grep etc…