Viewing profile — BearsAreCool
BearsAreCool
HN member- Joined
- Fri, Jun 01, 2018, 1:15 PM UTC
- HN karma
- 186
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About BearsAreCool
No profile information was provided.
Recent public activity
-
comment
Comment #30145430
While this is slightly nitpicky, from what I gather many of those draws are because neither side can make progress against the opponent. These are positions where in order for the …
-
comment
Comment #30072138
The on-disk text is still crazy but you can turn on version tracking in node-red that lets you track any changes made.
-
comment
Comment #29983029
I'm a big fan of CyberChef. One of its most useful features is "magic" and turning on "intensive mode". This will automatically detect the encoding used and can often detect 2-3 le…
-
comment
Comment #29947015
I think the intention of the poster before you was to highlight that monoclonal antibodies (likely) actually make more money for big pharma than a course of vaccination. A lot of a…
-
comment
Comment #29839860
Its not exactly that, but Mr. Robot is excellent if you haven't seen it.
-
comment
Comment #29562327
Doesn't this require conversion between currencies, inherently adding a ton of risk?
-
comment
Comment #29400571
While elliptic curves may sound like they're related to analog data (sinusoidal curves etc), they're actually used in an incredibly discrete way. You have discrete points on an ell…
-
comment
Comment #29338434
This is an easy excuse but one I find hard to believe as being at all legitimate. Out of all the things that lead to promoting sexualization of minors I highly doubt that anyone is…
-
comment
Comment #27954788
I use freenom for a small website I run, they're definitely weird. That said, I've never paid them anything. Freenom combined with 000webhost was the perfect tech stack to host a s…
- comment
-
comment
Comment #27549567
I really relate to this. I gamed excessively through high school and parts of college (think thousands of hours a year), largely as I just couldn't think of anything better to do. …
-
comment
Comment #27277470
One important thing to note which may be lost in the headline, this is for concealed carrying and not open carry. That said, as someone who in the past 5 years went through the pro…
-
comment
Comment #27271648
With a linear time O(N) first pass you can identify the minimum element in the list. This reduces M from being the largest element to being the difference between the largest and t…
-
comment
Comment #26889166
I'm really not sure what the motive to lie is. You got caught with your hand in the cookie jar, time to explain what happened before they continue to treat you like a common crimin…
-
comment
Comment #25254129
I hadn't actually found the original source material! I've amended my post to considerably tone down my accusations since it appears I was working with an incomplete picture of wha…
-
comment
Comment #25253815
DISCLAIMER: I initially did not have access to the original presentation. The original presentation is far better from what I can tell compared to how it has been represented in bo…
-
comment
Comment #25101063
Sad to see downvotes here but the Benford's law thing is absolutely one of the weakest claims of fraud finding. It sounds good initially (tool for finding some kinds of fraud used …
-
comment
Comment #25100914
I've dug a fair bit into the statistic based claims and most of them just don't hold much water. The benfords law one that picked up steam being the main one I dug into, I even mad…
-
comment
Comment #25014976
If anyone is curious why some senator called Graham seems to be popping up in every bill that poses a threat to the internet, its because he sponsors or co-sponsors most of them. O…
- comment
-
comment
Comment #24836781
Why is it that this is only attacking google search? I'm not that well versed in antitrust legal matters but why isn't there attempts to break up the broader Alpbabet into sensible…
-
comment
Comment #24796325
A lot of us spent a fair bit of time on hardcore free speech platforms and "saw what that got us" with cesspools like the various internet chans. A society that doesn't police itse…
-
comment
Comment #24699524
I highly doubt that this will ever succeed due to the S&P 500 and similar stock indexes. Over the past year (looking at September 6 2019 comparing that to today) there has been 15%…
-
comment
Comment #24663138
Not OP, also not advocating for totally open borders and am specifically focusing on the claim related to borders and their effect on peace. From my own experience it is far easier…
-
comment
Comment #24575141
Not OP, but I'll give it a shot. At a low level pretty much all standard integer math is mod arithmetic, typically mod 2^32 or 2^64 depending on if a computer is 32 or 64 bit. This…