HN user

silon7

49 karma
Posts0
Comments31
View on HN
No posts found.

Lack of touchscreen was a + point when deciding to buy my current car.

IMO, if the touchscreen serves as more than one button/action while driving, it's a broken design.

Even the BMW "wheel button" is a better one.

How much power does that use? I run linux a firewall/router on an older laptop + usb ethernet(2) and it's about 20w. I'd prefer < 10. Perhaps I need to try Raspberry Pi next.

DRM in TIG welders 11 years ago

I don't think this type of DRM (you get what you pay for, it's an appliance) can be fully compared to DRM in a computer which is designed to limit the use of a computer.

The problem is not encryption, S/MIME works well enough for that.

The problem is you don't have public keys for people you send to.

And there's not a reason for many to get the keys.

I wish I could say "I'll read your unencrypted email tomorrow" (and delay it from getting to my inbox).

ulimit may help. Perhaps it could (maybe already is) be added to Chrome per-tab process.

Not sure of Windows equivalent, Microsoft has deprecated Windows System Resource Manager, not sure of a good equivalent (except going fully to Linux).

This exactly where I observe MSSQL dropping to table scans too soon. If indexes are cached (or when using a ssd), they will be much faster for many many records than a table scan (which will always require disk access in a realistic scenario).

I agree that table scan will be faster if I need a large percentage of the table (more than can be cached).