Viewing profile — juloo
juloo
HN member- Joined
- Thu, Jan 03, 2019, 9:32 AM UTC
- HN karma
- 53
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About juloo
No profile information was provided.
Recent public activity
-
comment
Comment #30453042
On this bug-tracker, every discussions are called "bug".
-
comment
Comment #30453029
I've been using Vimium since I use firefox (for around 3 years). It's annoying that Vimium can no longer control the browser UI and is limited on some pages (New Tab, mozilla.org) …
-
comment
Comment #30414161
Surely a Dyson sphere would not emit what we naively expect. Look at us, we can speculate about these and even try to spot them but are millennia away from building one. What if th…
-
comment
Comment #30083277
An other way is WebGL.
-
comment
Comment #29972820
Numberphile has a video on exactly this: https://www.youtube.com/watch?v=mceaM2_zQd8 I love this channel :)
-
comment
Comment #29571053
Or 6 Gigameters.
-
comment
Comment #29081774
What does low tech means in this context ? It's still a computer, with complication on top: solar panels, battery. All the hardware they use requires some energy to be built, the n…
-
comment
Comment #29010276
Most ? I mean, I have a single outdoor light, above my front door.
-
comment
Comment #28811563
The server could hash again the hashed password sent by the client. Especially if the client use an insecure hash algorithm (no secret salt for example). I feel like if the client …
-
comment
Comment #28563735
The actual reason is to make you practice your password so you don't forget. You might scratch your finger or the sensor might get dirty or break. Biometric in (current) phones is …
-
comment
Comment #28563632
2020. They just make a virtual 3D model of you from all the data they collected and stream it directly to the device. 2022. They can now engrave fingertips on paper.
-
comment
Comment #27940119
> despite arguably being a physical state change and not chemistry per se. It remove salt from the water but more importantly move it to the top of mountains, which adds energy int…
-
comment
Comment #27782212
There's https://bonkersworld.net/ with a working feed. Last entry Nov 2020.
-
comment
Comment #27782140
I would have preferred links labelled "next" and "prev" so I could navigate with Vimium's >> key.
-
comment
Comment #27569673
Wikipedia can be browsed offline: https://en.wikipedia.org/wiki/Wikipedia:Database_download#Of...
-
comment
Comment #27568556
Printf is type-safe in Haskell and OCaml. The format-string is not a regular string, it must be literal and is type-checked specifically.
-
comment
Comment #27552082
* on Ethereum There are probably much more content added to IPFS, zeronet and other projects I don't know about. (yes we can host websites on IPFS: https://docs.ipfs.io/concepts/dn…
-
comment
Comment #27549909
I always try to write a comment that say "why" the following code is needed or what concept it implements rather than what it does in details. I would do // We allow scrolling in t…
-
comment
Comment #27539051
One of the things that hype me about IPFS is that URIs can't change. Resources are immutable and the URI is only the hash of the content. https://ipfs.io/
-
comment
Comment #27538185
I wonder how many things are still stored uncracked waiting for future measuring instruments.
-
comment
Comment #27526684
Why do they still think we want tracking cookies ? The ad industry should prepare for a future with no tracking instead of trying to survive with ever shadier tricks, IMO. This won…
-
comment
Comment #27493731
It's annoying that it doesn't highlight syntax errors. It's even worse than that because it's intercepting the syntax error for logging purpose and loses any informations. You get …
-
comment
Comment #27479000
That would be magnetic tapes.
-
comment
Comment #27461214
Hacker News is not readable for me. Text is too small, the button for folding the comment tree is impossible to hit on mobile. I'm reading this website with 150% zoom and the brows…
-
comment
Comment #27458293
The ownership is part of the type-checker and disappears at runtime. At runtime (and in memory) you are left with C's memory model (pointers but also can nest records) and with the…