Viewing profile — spiddy
spiddy
HN member- Joined
- Tue, Sep 30, 2014, 4:24 PM UTC
- HN karma
- 38
- Public activity
- 33 items
- HN profile
- View on Hacker News ↗
About spiddy
No profile information was provided.
Recent public activity
-
comment
Comment #48924296
Joke's on you, now I know your password is 7 chars, but more importantly, I also know your password is not 7 stars.
-
comment
Comment #48924208
Also, make sure to use official website, not just Google search, or any chat agent question, the SEO are sometimes poisoned with scam phone numbers. I consider myself always to be …
-
comment
Comment #47341823
you don’t need to be an aviation expert to trust the plane will fly. likewise e-voting systems pass through cryptography experts auditing to verify it does what it says it does. sa…
-
comment
Comment #47341223
yes you can. each citizen gets an anonymized private key via a secure channel (eg. postal) and use that to vote. votes are double enveloped: outer envelop: anonymized id + inner en…
-
comment
Comment #46612714
Weirdly this reminds me of the Raft consensus protocol: two nodes cancel each other when failing consensus as you can't tell which is the valid one, three gives you better chances,…
-
comment
Comment #44921610
though why treat booleans as special case and keep timestamps for them when you don’t for integers with this pattern: isDarkTheme: {timestamped} paginationItems: 50 I can see when …
-
comment
Comment #43893294
this. Let’s not confuse meanings. There are multiple ways to improve quality of code. Testing is one, code review is another. this belongs to the latter
-
comment
Comment #43834249
I'm located in Barcelona, and yesterday lot of transactions on mini markets / pharmacies were not possible because the item prices were unknown, adding to the fact there was no pho…
-
comment
Comment #43001780
This reminds me of https://news.ycombinator.com/item?id=42342382 on the blog https://eieio.games/blog/writing-down-every-uuid/ they mention how they tackled various challenges such…
-
comment
Comment #37577294
seems to me a survival bias.
-
comment
Comment #34469754
That's because by definition it is not going to be "major" problem since the unit test acted as gateway before it got pushed to production, instead you'll probably be 'meh' and fix…
-
comment
Comment #34300979
I’ve actually talked with ChatGPT and asked it both to output mairmaid diagrams of discussed architecture (context was kubernetes clusters, namespaces and Pods) and also read diagr…
-
comment
Comment #32963040
That would be a great, and terrifying at the same time, first contact response message to us. proof-of-superiority if you will.
-
comment
Comment #32788746
I had an understanding that quantum entanglement can be used to for encryption and guaranty there are no man-in-the-middle attacks by making sure the entanglement is not broken. if…
-
comment
Comment #32448146
From the investor's perspective starting from Google is a lot better, and I bet this was done deliberately. It provides him the insight he doesn't need the CEO to find the articles…
-
comment
Comment #32409184
Also worth noting that time response deviance when user exists or not can also be a leak of info
-
comment
Comment #30781117
This reminds me my father when I mentioned bad news he always referred to a saying; no need to worry, things you can't control you can do nothing about them, and why worry about th…
-
comment
Comment #29850337
There is a point to be made here that is an important difference between web2 and web3+centralized apis. On the latter companies do not have lock-in of the data, which provides a b…
-
comment
Comment #29768120
> Helium is very much centralised because it has to (by the nature of their offering) lock down the end-user devices heavily. They have a single approved manufacturer last I checke…
-
comment
Comment #29767418
I tend to look closely into projects that are outside of the echo chamber that can provide real world value and better economic models than web2 solutions. My two favorites are: he…
-
comment
Comment #29751834
On post-docker pre-kubernetes time I used `--cpuset-cpus` on docker args to dedicate specific cpus to redis instances, using CoreOS and fleet for cluster orchestration.
-
comment
Comment #29334313
When you buy bitcoin you are _investing_ in the possibility that the bitcoin will be part of the economic network. The earlier you invest the better the returns. As time passes and…
-
comment
Comment #29334149
global economy is much like communicating vessels, large scale domino effect is also possible, having a global currency such as bitcoin disconnected from nation events, is no more …
-
comment
Comment #29333806
You assume there is a correlation between USD and BTC. Another way to see this is this: If USD prices rise, the price of BTC will also rise, as BTC is another product you can buy w…
-
comment
Comment #29333594
> Stablecoins piggyback on the legal aspects of dollars, and as long as you treat them as dollar-denominated assets, you're fine. The second you treat them as dollar-equivalents, y…