Viewing profile — jamesralph8555
jamesralph8555
HN member- Joined
- Mon, Aug 15, 2022, 2:42 PM UTC
- HN karma
- 38
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About jamesralph8555
No profile information was provided.
Recent public activity
-
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.
-
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…
-
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…
-
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 …
- comment
-
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…
-
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…
-
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.
-
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.
-
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…
-
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…
-
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…