Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jamesralph8555
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
jamesralph8555
1y ago
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.
▲
by
jamesralph8555
2y ago
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 2fa access was not as bad as I expected since I stored 2fa
3.
▲
by
jamesralph8555
2y ago
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 undesirable items. Some examples: Rolex - stainless steel models are
4.
▲
by
jamesralph8555
2y ago
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 to feedback well.
5.
▲
by
jamesralph8555
2y ago
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 let you know which procedures will work for you. Due to f
6.
▲
by
jamesralph8555
3y ago
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 track their own location.
7.
▲
by
jamesralph8555
3y ago
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.
8.
▲
by
jamesralph8555
3y ago
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.
9.
▲
by
jamesralph8555
3y ago
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 and that has since helped tremendously.
10.
▲
Ask HN: Python’s Prospects in a Copiloted World
6 points
by
jamesralph8555
3y ago
|
5 comments
11.
▲
by
jamesralph8555
4y ago
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, which is a parallel gzip implementation. Variables: $HOSTNAME -