Viewing profile — throwawayReply
throwawayReply
HN member- Joined
- Tue, Jul 05, 2016, 2:35 PM UTC
- HN karma
- 787
- Public activity
- 190 items
- HN profile
- View on Hacker News ↗
About throwawayReply
No profile information was provided.
Recent public activity
-
comment
Comment #16901770
You're very much not alone, this comes up frequently here at hn, because other sites also frustratingly block this behaviour often by popping up "tweet this" links after highlighti…
-
comment
Comment #16884226
> a nation where 99% of people shit in simple holes in the ground Now that is propaganda.
-
comment
Comment #16866756
The index is clearly not credible: https://www.tiobe.com/tiobe-index/visual-basic-dotnet/ There is no way that in reality visual basic is surging up the charts and more popular tha…
-
comment
Comment #16848704
It's interesting how you still observe the doppler effect even though the road isn't moving.
-
comment
Comment #16831293
Did it actually raise 660m or was that the size of the "market cap" when it collapsed? if I sell 100 tokens for a dollar then convince someone to buy 1 token for 10 dollars, if I r…
-
comment
Comment #16828814
Right, and what if those connections are burned into an immutable data source through the connection event in your event sourcing? That is what this article is about, and methods t…
-
comment
Comment #16812155
The UK has had data protection laws for years, people aren't scared of GDPR because it finally provides laws, they're scared because they actually look enforceable.
-
comment
Comment #16802012
1. A fingerprint is something you cannot change, cannot revoke if leaked and cannot be unique across different sites. 2. A fingerprint hash isn't a cryptographic hash because you n…
-
comment
Comment #16801912
Fingerprints are usernames, not passwords (2013): http://blog.dustinkirkland.com/2013/10/fingerprints-are-user... edit: The original headline before being changed, "Web standard br…
-
comment
Comment #16801267
I'm not familiar with firebase, but am I reading correctly that rules cascade but without specificity rules? How does cascading make sense at all if lower-down rules don't supersed…
-
comment
Comment #16698187
I was trying out the javascript example, but managed to get a case where there is a negative conclusion but this goes against the introduction where it says negative conclusions ar…
-
comment
Comment #16689404
There's a "Same-Site" cookie flag that helps prevent CSRF by preventing cookies being sent in that scenario. Can the browser be made to treat all cookies as "same-site" for a quick…
-
comment
Comment #16687945
That makes it sound like people are upset about an isolated incident, trying to play this off as an isolated incident is going to blow up very badly as people "discover" just how m…
-
comment
Comment #16656558
You should be using Aurora not Nightly for those features.
-
comment
Comment #16620822
Note that bcrypt has a maximum length well below some of the lengths mentioned in this thread: https://security.stackexchange.com/questions/39849/does-bcry... Given this, it seems …
- story
-
comment
Comment #16593648
Not just GPU but display bandwidth too, 5500x3000x120Hz requires a monstrous 59.40 Gbps according to this calculator: https://k.kramerav.com/support/bwcalculator.asp For that you'd…
-
comment
Comment #16574967
The Steam integration is nice if you have a couple of other people who also play these games because you get to compare your best with their best. Personally I managed to keep up w…
-
comment
Comment #16445544
I doubt it, EVE typically has ~10-20k concurrents players, that's actually relatively small to other xmpp-based services.
-
comment
Comment #16422177
Back in the day we used to call that "Shared hosting" and it was looked down on by the in-crowd.
-
comment
Comment #16308619
I'm happy to see it covers Legend , a game of which I have many fond memories, it was the first RPG I played and sadly highlighted the difference between my (parents') 386 with PC …
-
comment
Comment #16281748
~10% to ~20% is closer to 100% gain than 10% gain. From 1 in 10 to 2 in 10 people is a doubling of people! This is why percentage is a bad measure when it can represent two things …
-
comment
Comment #16069526
There are dozens of earthquakes of this strength every year. I understand that this one is in the backyard of many of you but it's ridiculously CA-centric to be upvoting this.
-
comment
Comment #15987049
This is bad advice. There's a reason that cyber is used, because you need something to disambiguate it from all the other kinds of security. Imagine you're a policy person at the p…
-
comment
Comment #15986977
> Correlation is not causation That's particularly ironic, since a lot of ML can treat it that way.