Viewing profile — piadodjanho
piadodjanho
HN member- Joined
- Sat, Nov 24, 2018, 8:20 PM UTC
- HN karma
- 154
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About piadodjanho
No profile information was provided.
Recent public activity
-
comment
Comment #23106963
Weirdly, those two codes behaves differently: $ gcc hn.c -O0 -o hn for (size_t i; i Without break: $ gcc hn.c -O0 -o hn for (size_t i; i
-
comment
Comment #23106428
Hm. I don't know. My reasoning is about how much information can be encoded in the format. The IEEE-754 double format have 11 bits to encode the exponent and 52 bits to encode the …
-
comment
Comment #23106028
lol, how the compiler didn't warn about uninitialized variable
-
comment
Comment #23089507
The issues I enumerated affects both nano and non-nano sunscreen with different degrees. The most commons concerns specific of the nano version are the skin absorption and free rad…
-
comment
Comment #23087077
A sunscreen that blocks UVB, harm marine life [1] and can cause allergic airways inflammation [2] when breathed (inevitable when it dries on your skin) is hardly the best sunscreen…
-
comment
Comment #23086995
The the most commonly used sunscreen chemical have hormone like activity [1]. https://www.ewg.org/sunscreen/report/the-trouble-with-sunscr...
-
comment
Comment #23086633
NaN is NaR (not a real) in posit notation.
-
comment
Comment #23086613
Yeah. Gustafons is like, memory is cheap, just use a few hundreds of kb to store the quire. To be fair, he is not HW guy.
-
comment
Comment #23086527
I looked at the asm generate from my original example and they generate very different codes, gcc applies other optimization when compiled with -O1. I've been fighting the compiler…
-
comment
Comment #23084936
He also propose the use of an opaque register to accumulate (quire), in contrast to the transparent float register (its a mess, each compiler does what it think is best). When work…
-
comment
Comment #23084819
In practice, subnormal are very rarely used. Most compiler disable subnormals when compiling with anything other than -O0. It takes over a hundred cycle to complete an operation. D…
-
comment
Comment #23084311
Also a great format to count how many representation are wasted with redundant representation (ZeroS, NaN, +inf, -inf).
-
comment
Comment #23084039
Ackchyually... The IEEE-754 has a lot of redundant representation. Not where you would expect though. Caveat: Those features are invaluable for some niche applications, but not for…
-
comment
Comment #23027391
The Solar Zenith Angle is the most important. This is what changes from winter to summer and morning to night. Vitamin D production is only made on the UVB range that is highest at…
-
comment
Comment #23027328
I've read a few paper on this subject you are absolutely correct, I don't know why you are have been downvoted. Vitamin D is only produced with in UVB wavelength [1]. No vitamin D …
-
comment
Comment #23027244
Not for vitamin D production. Vitamin D is produced on UVB spectrum [1 Fig. 1] that decreases with the solar azimuth degree [2]. [1] https://www.direct-ms.org/wp-content/uploads/20…
-
comment
Comment #23027228
Adding some information for those interested in more precise numbers. This paper [1] has the recommended exposure time for a few cities in Australia. If you live in the same latitu…
- story
-
comment
Comment #22280376
The page says its twice the traditional Cloud.
-
comment
Comment #22252529
Any suggestion on what Prolog to use?
-
comment
Comment #22242352
What are the differences from Prolog for a constraint programing language such MiniZinc?
-
comment
Comment #22123952
The supreme court judges already stated that Gleen Greenwald cannot be investigated because the reporting. The police got this conversation from a backup kept by the hackers. There…
-
comment
Comment #22121225
I should made it clearer that Gleen Greenwald that was not hacked. I described the procedure the hackers used to access the politicians conversations. Not GG's. In one interview, G…
-
comment
Comment #22114359
Ironically, he Intercept published conversations from another news site with their source. They use the argument "the law protects the secret of the source", yet reveal others sour…
-
comment
Comment #22112478
The accusation [1] is public. I will translate the highlight parts of the conversation transcription between the hacker and Gleen Greenwald. In another thread I discussed how they …