Live data from Hacker News

Viewing profile — pc2g4d

pc2g4d

HN member
Joined
Mon, Sep 29, 2014, 9:28 PM UTC
HN karma
2,029
Public activity
833 items

About pc2g4d

Blog/ActivityPub: https://joshhansen.tech

Recent public activity

  1. comment
    Comment #45965489

    We still doing BGP update typos?

  2. comment
    Comment #45965376

    Meanwhile my Wordpress blog on DigitalOcean is up. And so is DigitalOcean. My ISP is routing public internet traffic to my IPs these days. What keeps me from running my blog from h…

  3. comment
    Comment #45965332

    Does requiring proof-of-work in order to connect accomplish 99% of what Cloudflare does?

  4. comment
    Comment #45964441

    I was reading up on home lab server racks, and every single site is down with a Cloudflare error. So much for DIY!

  5. comment
    Comment #42784542

    I live by myself and "charge" calories to an account whenever I buy raw foods at the store or eat out. Then, whatever is in my house, I have already "accounted" for in my caloric b…

  6. comment
    Comment #42608009

    None of this would matter if there were real competition in the insurance market, instead of people having to change jobs to change insurance, and not getting a direct say even the…

  7. comment
    Comment #42459428

    They claim one resolution to the Fermi paradox is that civilizations tend to evolve toward a state that resembles nature (non-industrial or non-civilizational, I'm not sure). So th…

  8. comment
    Comment #40965786

    Media profit from our outrage. And we go along with it. Politicians derive power from our outrage. And again we go along with it. We must befriend our political rivals. Consider th…

  9. comment
    Comment #40959027

    If one could, say, solve this problem, which is apparently quite difficult, then it could be the basis of a premium product?

  10. comment
    Comment #40959010

    U.S. manufactured microcontrollers can be had for < $100 for instance. With the parts, the assembly per unit must take on the order of minutes. How do you get to $10,000?

  11. comment
    Comment #40959000

    The last steps I still can't fathom. When everything is outsourced to China, it is inevitable that you, now a mere middleman, will be cut out. So by maximizing profit at each step …

  12. comment
    Comment #40958981

    It appears that Valetudo is an alternative firmware for existing robot vacuums. The OpenWRT of robot vacuums if you will. I don't think it's accurate to say that it is simply us wa…

  13. comment
    Comment #40958751

    No... I ask this question in all humility... but also frustration---my ignorance of hardware is part of my country's ignorance of hardware, because we don't make things here anymor…

  14. story
    Ask HN: What would it take to make a robot vacuum in the USA?

    There is no robot vacuum manufactured in the United States as far as I can tell. It seems crazy to me---these devices map out the interior of people's homes and businesses, often w…

  15. comment
    Comment #40869742

    I lived in Provo for 17 years and the legacy of WordPerfect was still in the air - not to mention the development and gardens at Thanksgiving Point which was an Ashton project, IIU…

  16. story
    Ask HN: Where are human/resident/citizen-only online convos available?

    With LLMs and foreign troll farms and bot nets, it seems it would be valuable for Americans, or any country's citizens, to have conversations that more or less can be relied on to …

  17. comment
    Comment #40183314

    You can use libtorch directly via `tch-rs`, and at present I'm porting over to Burn (see https://burn.dev ) which appears incredibly promising. My impression is it's in a good plac…

  18. comment
    Comment #40176719

    When I set out to learn Rust about a decade ago, I chose to write a game - a clone of "Empire" that I call Umpire. It's a different task to re-implement an already-designed languag…

  19. comment
    Comment #38211738

    I learned programming on QBASIC in the 90's, aged 11 or so. My brother and I had dabbled with GW-BASIC, which a more knowledgeable friend used to draw cool-looking rainbows and wha…

  20. comment
    Comment #38211633

    One way to say "none of your business" is to abandon their OS. Did so at the beginning of the year and haven't looked back. (Linux Mint on workstation; Debian 12 on laptop; Proton …

  21. comment
    Comment #37620035

    Valve's work is what let me ditch Windows completely earlier this year.

  22. story
    Ask HN: Electricity Rate Arbitrage?

    One issue with solar and wind is their intermittency. But (my economics / engineering mind thinks) if we have a market for electricity where the price of electricity depends on cur…

  23. comment
    Comment #37475638

    "There are no figures available on how many Salvadorans have taken up Bitcoin." Doesn't this contradict the headline?

  24. comment
    Comment #37315419

    Should the permitted traits by which the state and employers discriminate be a whitelist rather than blacklist?

  25. comment
    Comment #37053200

    What's the multithreading story? tch-rs's (and libtorch's) lack of real threading support was causing problems for my async code - at least, I haven't found a way to work around it…