Live data from Hacker News

Viewing profile — jamesralph8555

jamesralph8555

HN member
Joined
Mon, Aug 15, 2022, 2:42 PM UTC
HN karma
38
Public activity
12 items

About jamesralph8555

No profile information was provided.

Recent public activity

  1. comment
    Comment #43725040

    How secure is this? I tried building something similar, but it was taking too long to setup a fully virtualized solution like kata container or firecracker.

  2. comment
    Comment #40885443

    I’ve had a really poor experience with the (open source) 2FA app Raivo on ios. Developer got bought out. Ads got added, and a bug was introduced where users lost 2fa backup. Losing…

  3. comment
    Comment #40774722

    This model is not unique to Hermes. Watch and car brands work the same way. Early on in these markets, you can get one of the desirable items without spending too much on undesirab…

  4. comment
    Comment #40756399

    I tried GPT-4o in May and had good results asking it to generate react+tailwind components for me. It might not get things right the first time but it is generally able to respond …

  5. comment
  6. comment
    Comment #40544435

    I would recommend finding a good (modern/updated) treatment center near you that at least offers LASIK and PRK, then get a consultation. They will perform tests on your eyes and le…

  7. comment
    Comment #36414759

    Its not the pressure, but the fact water blocks radio waves. Submarines can’t get GPS signals or transmit their location. Submarines have to rely on other means such as IMUs to tra…

  8. comment
    Comment #35542831

    If you don’t have a Mac but have an iPhone, iOS does the same thing - if you back up to iTunes you can access the database file.

  9. comment
    Comment #35452154

    These things come with a lot of limitations, like not being able to work with 4D and larger tensors, plus the 8 bit quantization. Getting models to run on them is a real pain.

  10. comment
    Comment #35399021

    Docker is the only way to do ML. One thing I didn’t think to do before for a while was make separate docker files for each project so all of the deps are installed automatically an…

  11. story
    Ask HN: Python’s Prospects in a Copiloted World

    Given that models are emerging that can write code at a competent level, do you think the attractiveness of dynamically typed languages like python will diminish while statically t…

  12. comment
    Comment #32470665

    Wrote this simple one to create gzipped tar backups and send them over ssh. A lot faster than rsync if you just need to back up a whole folder on a schedule. It requires pigz, whic…