Live data from Hacker News

Viewing profile — carshodev

carshodev

HN member
Joined
Thu, Jan 08, 2026, 3:40 AM UTC
HN karma
143
Public activity
50 items

About carshodev

https://carsho.dev

Recent public activity

  1. comment
    Comment #47305950

    I'd recommend using paid ads to get to get inital users. It provides the easiest and fastest feedback loop. They don't need to be profitable think of it as paying for real beta tes…

  2. comment
    Comment #47172104

    I don't know if its still like this but around 1 year ago I set a spending limit for an OpenAI api key but it turns out its not a true limit. I spent 80$ on a 20$ limited key in th…

  3. comment
    Comment #47145051

    Yes but this doesn't require trust in others, although you must trust the BTC network/system.

  4. comment
    Comment #47132320

    Look back in history and there have been many cases of poor people being pushed out of their homes, stripped of their valuable goods and forced to relocate, in that case it would a…

  5. comment
    Comment #47129714

    Yes but we should be reminded that this also allows people to be protected from government overreach. If you say something the Chinese government does not agree with they can choos…

  6. comment
    Comment #47129656

    Exchanges are not anonymous at all though. They are directly linked to your identity as required by US law, but physical btc can be traded anonymously as its technically just a str…

  7. comment
    Comment #47129632

    Every US company/citizen is not allowed to do trade with Iran due to the ITSR laws except under highly specific situations. It gets more complex if a company is multinational thoug…

  8. comment
    Comment #47129530

    This is incorrect, bitcoin is slower and more expensive, but bitcoin should not be used as cash, coins like stablecoins which direclty track US dollars or altcoins with lower fees …

  9. comment
    Comment #47129508

    Although it was originally intended to be cash it actually now is used as a "store of wealth" It allows people to build up wealth and be able to preserve it from government interve…

  10. comment
    Comment #47129437

    Has the lack of crypto ever stopped this from happening? Look up cases of gold bars being found in senators houses, those are actually MUCH less tracable. Shitcoins and Shitstocks(…

  11. comment
    Comment #47129403

    Unblockable yes, untrackable no. Also portable is the main ability of crypto. The reason that this could be found out is because every transaction is recorded so it can be linked b…

  12. comment
    Comment #47116856

    It's not unfair its how every business works. When your product is new or not yet good enough and you want people to try it you give them discounts, or if you want to drive traffic…

  13. comment
    Comment #47058045

    yeah i remember using mumble over 10 years ago for game chats, but you cannot compare the UX and design of something like mumble to discord for the average person.

  14. comment
    Comment #47052865

    Is there really no open source version of these that people can selfhost? There are multiple free providers for AI moderation models (openai and xai), you can get a vps with 1tb of…

  15. comment
    Comment #47052804

    I think it depends on how the servers are setup. Chat channels with 1000s people participating are typically worthless as the signal to noise ratio ruins it. But when the majority …

  16. comment
    Comment #47042728

    Seems that this would be useful for subagents aswell. You could still allow an agent down the line to inspect the thinking traces/steps of a subagent, by creating a mapping of the …

  17. comment
    Comment #47041171

    Yes but this is again nothing to do with svelte. This is just how Node works, it's not a compiled language and you are not tree shaking all the components from libraries so this is…

  18. comment
    Comment #47041062

    If you don't understand why these are faster then you need to look at the source code and benchmarks. Qwik is faster because it splits every single reactive element into a loader t…

  19. comment
    Comment #47040964

    I would want this to happen personally as there is no other way that the tech can advance at this current point. It's clear that there is no global browser federation that works to…

  20. comment
    Comment #47031096

    fairy okay is the key word. Everything works fairly okay on modern hardware. I'm sure someone could build a 3d rendering engine using only table elements and css and it would run d…

  21. comment
    Comment #47031053

    And what's crazy is with ai the percentage of apps developed using react in comparison to all other frameworks has INCREASED over the last 3 years. It is truly mass hysteria, I wou…

  22. comment
    Comment #47031027

    I analyzed all the major frameworks years ago and went with Svelte when svelte 5 came out. It is all I use now, the development team is highly responsive and cooperative with the c…

  23. comment
    Comment #47030967

    Transcription providers like wisprflow and willow voice are typically providing nice UI/UX around open source models. Wisprflow does not create it's own models but i know willow vo…

  24. comment
    Comment #47030937

    Yeah this article is only about React. But it makes sense that someone would think this way because many dev's think JS web apps==react only. The problem is react is "good enough" …

  25. comment
    Comment #47030911

    But most apps are documents, they are built to render data and text fields in a nice way for the consumer to use. You most certainly shouldn't be building graphs with table element…