Live data from Hacker News

Viewing profile — throwaway894345

throwaway894345

HN member
Joined
Wed, Oct 25, 2017, 1:35 PM UTC
HN karma
15,487
Public activity
7,049 items

About throwaway894345

No profile information was provided.

Recent public activity

  1. comment
    Comment #49248910

    I'm not a Rust user apart from an occasional toy program here and there, but you seem really triggered about a language that other people use. What's the issue?

  2. comment
    Comment #49221825

    What do I switch to instead of memory for my AI computer?

  3. comment
    Comment #49174586

    How did the federal government create the database of taxpayers? How do they keep it up to date? Why can these mechanisms not work for water utilities?

  4. comment
    Comment #49150005

    Is the idea that the federal government of the United States, which created and maintains a database of hundreds of millions of taxpayers, is powerless compile a database of 0.1% t…

  5. comment
    Comment #49149989

    > Yes there are pieces of what you are saying that make sense theoretically. But what I mean by a silver bullet, is it is a systemic change that needs to happen in a bigger swing t…

  6. comment
    Comment #49140856

    > The issue comes down to actual skilled people hours to do the work and resource constraints to do so. It comes down to incentives. If you want broad security you have to do more …

  7. comment
    Comment #49140763

    My wording was ambiguous. “national infrastructure” can refer to either the infrastructure in our nation or infrastructure managed by the federal government. I meant the former.

  8. comment
    Comment #49140083

    There are 1000x as many tax payers and the government still makes sure every single mom who gets a venmo payment for $60 pays taxes. National security is a federal responsibility, …

  9. comment
    Comment #49140030

    It’s the same regulatory/incentive toolbox as any industry, including possibly accepting lower security standards for tiny treatment plants just like we accept less security for po…

  10. comment
    Comment #49139734

    There are 150 million taxpayers and the federal government regulates all of them. I don’t see why they can’t audit 0.1% of that. If there are 150,000 utilities then absent some reg…

  11. comment
    Comment #49139707

    The federal government makes sure everyone who sends a venmo for $60 pays taxes on it so yeah I think securing our national infrastructure is not an unreasonable expectation.

  12. comment
    Comment #49138895

    Kind of feels like national security is the job of the federal government. Seems fair to say the federal government should do their job. They started a war for no reason and failed…

  13. comment
    Comment #49138869

    Yes, utilities shouldn’t be negligent, but national security is 100% the federal government’s responsibility. If the vulnerabilities were so trivial, then it’s even more damning th…

  14. comment
    Comment #49124796

    There are more than two numbers, so we don't have to force this weird "it's either 0% waste or 100% waste" dichotomy. No one is claiming the Biden admin didn't waste a cent, the cl…

  15. comment
    Comment #49111802

    I can't tell from that article whether they're opposed to nuclear energy or whether they don't think nuclear is the best use of the money (e.g., compared with renewables).

  16. comment
    Comment #49111764

    Are they getting 30% of votes because they oppose nuclear power? Is that the single issue for that party's supporters?

  17. comment
    Comment #49110598

    I wonder how these LLM SDKs compare. Is this in the same category as Google’s ADK? Or maybe ADK is a higher level (agents are a higher level than models)?

  18. comment
    Comment #49110582

    Who is opposing nuclear power? Or are you trying to imply that advocating for renewables is “opposing nuclear power”?

  19. comment
    Comment #49061611

    A company not going out of their way to make it expedient for you to transition off of their cloud isn’t “lock in”.

  20. comment
    Comment #49026497

    More likely it’s just not worth going out of their way to support niche deployments like that. I’ve been using various clouds for years, I’ve done half a dozen cloud migrations, cu…

  21. comment
    Comment #49013871

    I'm not sure I agree (or maybe I misunderstand--I assume you're saying "the tool needs to be standard"?), but people use non-standard tools in C all the time. Every build tool or p…

  22. comment
    Comment #49012444

    > Of course not, but an easy checkbox, a best practice AWS or terraform guide and someone doing AWS certified X associate makes it easier to happen without anyone ever really discu…

  23. comment
    Comment #49012295

    GPGPU? General Purpose GPU? If embarrassingly parallel CPU algorithms weren't offloaded to the GPU previously, why would the A100/H100 price drop make a difference? We had cheap GP…

  24. comment
    Comment #49010758

    > At $dayjob we have the same mentality and as a result have a load of managed read replicas that are never used for anything (not reporting, not read only queries, not backups bec…

  25. comment
    Comment #48977815

    malloc and free are part of the C standard library. I don’t see the point in picking nits between language features you don’t have to use and standard library functions that you do…