Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uuidgen
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
by
uuidgen
5y ago
It means designating a person that understands GDPR in the scope it applies to the particular data set and handles requests/security incidents. It can be secretary after a few hours of training. And I think that if you manage a mailing
2.
▲
by
uuidgen
5y ago
So what are those problematic GDPR requirements? - ask for permission - do not collect more than you have - store securely - allow users to change or remove their data - have a dedicated officer if you collect a lot Is that really THAT hard
3.
▲
by
uuidgen
5y ago
You can't return it "no questions asked", but if the product doesn't work you can request them to make it work or refund if they're unable to. If they don't want there is small claims court which is cheap and s
4.
▲
by
uuidgen
5y ago
If you need to be precise with real numbers you need to use interval arithmetics to know your uncertainty range. Or you need infinite memory. For C++ there's a nice boost::numeric::interval library that handles it. https://w
5.
▲
by
uuidgen
5y ago
If you want to understand math behind Quantum Mechanic and Quantum Computing I think this is a great resource: https://scottaaronson.blog/?p=4805
6.
▲
by
uuidgen
5y ago
They're preventing citizens from publishing that info, not looking around and measuring from what I found. Imagine a country that prevents its citizens from recording a song they hear and sharing it with their friends. Oh, wait, US mor
7.
▲
by
uuidgen
5y ago
C translates directly to ASM in many cases. It just makes managing offsets and other stuff easier. C++ adds type-safety on top of that for no cost. It's great when your compiler tells you that there is no operator =|(PORTD, PINA). Did
8.
▲
by
uuidgen
5y ago
If it works like presented on those mockups it is useless. And since we only see mockups I'm sure it doesn't work at all and is a scam. I've tried to make a DIY hud for bicycle riding and it failed on two steps: - you need en
9.
▲
by
uuidgen
5y ago
I don't think you can smell ozone - it's rather noxious. I think what you can smell as "thunderstorm" is the air cleaned a bit by ozone and the process of ionization (which traps some bigger particles).
10.
▲
by
uuidgen
5y ago
Pakistan and India would like to disagree.
11.
▲
by
uuidgen
5y ago
Current permission is really old, backward-compatible and simple system that works well in most situations. setfacl exists is supported for years (although I prefer windows file permission logic to be honest)
12.
▲
by
uuidgen
5y ago
I had 2 tricks - really high-order filter borrowed from some paper and the assumption that a walking human doesn't gain constant acceleration. Even in an elevator you stop on a floor which resets your speed to 0. I agree that there is
13.
▲
by
uuidgen
5y ago
When you crash it into the ground at plane speed?
14.
▲
by
uuidgen
5y ago
> So if we eliminate the highly flammable gas And replace it with a battery that has to burn out because it is impossible to extinguish?
15.
▲
by
uuidgen
5y ago
While INS is not simple, it's also not that difficult to implement. As even the cheapest drones that can hover show new MEMS sensors are accurate enough to work with a proper filtering. I did some prototype INS system as my master'
16.
▲
by
uuidgen
5y ago
> "lock-free algorithms" is a misnomer, you still have synchronization, Lock-free doesn't mean that there is no synchronization. It is a way to synchronize memory access between threads from the start. It means that there
17.
▲
by
uuidgen
5y ago
I don't know about the US, but in the EU regulators DID step in and limited amount of ozone that can be produced by consumer devices to relatively safe levels. It will smell like thunderstorm but shouldn't be too toxic.
18.
▲
by
uuidgen
5y ago
If you do the forestry right you create many plots in there and aim to cut down e.g. 2% in a given year. That mean you will get the whole forest replaced in 50 years. If you're careful to not cut too much in a single space then the ani
19.
▲
by
uuidgen
5y ago
Biomass takes 5-10 years to grow. Given that it can be used in many coal furnaces it is imo the best "now" solution.
20.
▲
by
uuidgen
5y ago
But now a lot of infrastructure runs on coal. You can use wood instead and have this carbon captured and reused in the next 10 years or you can still burn coal while awaiting a perfect solution. We have surplus of farmland due to farm effic
21.
▲
by
uuidgen
5y ago
But that's the idea behind the biomass burning. If you just burn all the forests an be done with it it's a bad idea. But if you replant the forests with fast growing species you can cut them down every 5-10 years and have a lot o
22.
▲
by
uuidgen
5y ago
Compare that to a strip mine and it is way smaller horror. It can create place to live for animals, it can reduce particulates in the air. It's not a normal long-living forest that is grown for wood for 80-100+ years but it's stil
23.
▲
by
uuidgen
5y ago
Nuclear is good. Wood is carbon-neutral. We should use both to move ASAP from gas and coal. Especially that wood is easier to use in some existing coal furnaces. And if you think that burning wood is carbon-spewing, then thin about what hap
24.
▲
by
uuidgen
5y ago
Good furnace produce little particulate emission so its almost on par with burning gas. Biomass - so mostly wood, wicker or straw has all its carbon content coming from the air - they capture CO2 as they grow, when you burn them you release
25.
▲
by
uuidgen
5y ago
What for? You want to gain access to some data or lear something or get access to one of my clients. "Asking nicely" is how intelligence/counter-intelligence recruits their assets - some are bought some are forced.
26.
▲
by
uuidgen
5y ago
JavaScript is an awful language, we all can agree on that, right? But it has reached universal adoption, it's widespread from in-app scripts, through embedded devices, back-end services and front-end. I have the same opinion on Go - it
27.
▲
by
uuidgen
5y ago
"It is possible someone tampered with your phone to gain unauthorized entry","Please contact apple-authorized support".
28.
▲
by
uuidgen
5y ago
> Copy the login screen of original laptop on a brand new laptop, and have it log the password when the victim types it to you over wifi. This is why you need mutual authentication. The easiest is with 2 passwords. You enter a password,
29.
▲
by
uuidgen
5y ago
I used to be a C++ dev for 10 years. I tried to learn go after hearing about how great it is. IMO - it's a hot garbage practical joke made by googlers that became popular because it was made by googlers and then it was too late to tell
30.
▲
by
uuidgen
5y ago
> Cryptocurrency cuts out the middleman in a transaction How are you going to do ANY crypto transaction without a middleman? Will you wait months and burn insane amount of electricity to finally mine the block yourself? Of will you submi
More ›