Viewing profile — jhugg
jhugg
HN member- Joined
- Thu, May 20, 2010, 6:53 PM UTC
- HN karma
- 914
- Public activity
- 301 items
- HN profile
- View on Hacker News ↗
About jhugg
No profile information was provided.
Recent public activity
-
comment
Comment #43597074
I wish my knowledge cutoff was August 2024.
-
comment
Comment #39055174
Most footage pulled from security cameras is only so-so anyway. Faces aren’t always perfect. Maybe this changes when they’re all 4kHDR.
-
comment
Comment #37441197
You do, in fact, opt into this manually on an iPhone.
-
comment
Comment #37438297
This is a hard problem to fix with UX, as evidenced by Apple's over-simplistic warnings. e.g. Threads may collect your financial data! But only if you give it to them, usually to p…
-
comment
Comment #35026771
There are a small handful of exceptions. Many were in the exactly the right place at the right time. That’s not a repeatable strategy. I wouldn’t start RedHat today.
-
comment
Comment #30285543
Someone helps you? Or does it for you? Or you copy a solution from online?
-
comment
Comment #29881069
The government can still use the JPEG though.
-
comment
Comment #29875256
Ah but the government will enforce my claim on the house if I’m holding (rightfully) the title. And if someone steals the title, it doesn’t mean they own my house.
-
comment
Comment #28877187
Two things that jumped out at me: 1. It’s 2021. You can get a remote job for a big company that pays 10-15% less in Akron, not 40%. If you don’t want to work remote, you can still …
-
comment
Comment #22177455
Re VoltDB: >In VoltDB, all replicas for a given shard are updated synchronously by the client application. This is where VoltDB pays a significant performance penalty for write ope…
-
comment
Comment #19820427
This is some nice work on the issue from Peter Bailis: http://www.bailis.org/blog/understanding-weak-isolation-is-a...
-
comment
Comment #16160360
Well, 10km^2 is pretty tiny in a country the size of China, and I'm not sure how high up the pollution goes (higher than buildings but lower than planes). So it's still a lot of po…
-
comment
Comment #16159682
That's really interesting. Maybe the pm2.5 is less visible than the PM10, but maybe I'm just way way off. As for the volume of air, I'm most curious where the 15% measurement was t…
-
comment
Comment #16158325
So... to drop the PM2.5 amount by 15%, this tower must be removing many many tons of particulate matter every day. How is it removed from the filters they speak of? How expensive i…
-
comment
Comment #16127285
You can have it both ways. Maybe you don’t get college credit for learning how to interview, but a college could offer a free seminar on interviewing well in the evening or somethi…
-
comment
Comment #16096634
Worth noting that Apple’s share of high-end Intel chips is much higher. Thus, Apple’s share of Intel’s consumer revenue is probably substantially north of 10%.
-
comment
Comment #15973611
Be was designed to be lightweight and parallel. It was optimized for many threads and the API pushed you to embrace threading. It also had pretty decent scheduling for media stuff.…
-
comment
Comment #15871639
Bought and scalped 4 Hamilton tickets.
-
comment
Comment #15845709
One reason might be that it seems easier to mix languages with Rust vs. Go. The C interop is pretty sane and Go has a few more gotchas in that department. The rest of the Rust v Go…
-
comment
Comment #15797778
So Windows has this problem more than other platforms because of OEMs and drivers and such are 3rd party by default, rather than as the exception. Still, there isn't really suffici…
-
comment
Comment #15793712
IANAL, but fair use doesn’t cover commercial art used to sell something, like this DVD packaging. If it did, the stock photography business might crumble overnight.
-
comment
Comment #15669814
As the unfortunately named grabcocque pointed out, you’re only really replacing the simple button press with one gesture. Beyond that you’re replacing complex uses of the button wi…
-
comment
Comment #15656129
You didn’t need to buy “horse insurance.” The real change happens when it doesn’t make buisness sense to insure you.
- story
-
comment
Comment #15532838
As I mentioned in a previous comment, you can fix some of the problems; caching metadata is a great example. The real issue is not whether abstractions are good, but at what layer …