Viewing profile — i-am-curious
i-am-curious
HN member- Joined
- Mon, Aug 24, 2020, 2:32 AM UTC
- HN karma
- 21
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About i-am-curious
No profile information was provided.
Recent public activity
-
comment
Comment #24386654
Now this is most certainly wrong. Example (search "history research"): "Research in history involves developing an understanding of the past through the examination and interpretat…
-
comment
Comment #24382123
Yes I meant salt! AFAIK such a fast cracking of hashes is mostly via rainbow tables, salts defeat those easily.
-
comment
Comment #24379284
But why would you not combine them? In fact, I can easily see people being lazy and combining just on N sized stream to reduce server overhead especially if there is compression on…
-
comment
Comment #24379255
Won't you add a seed before hashing. With a 8 byte seed that's 16 effective characters, probably impossible to crack.
-
comment
Comment #24372501
Doesn't LTO interfere with debugging massively?
-
comment
Comment #24372492
P2P scales quadratically, central server scales linearly. You might argue the cost is not borne by the operator but imagine what happens if Zoom was P2P. It would probably bring do…
-
comment
Comment #24372408
That's 1 cubic meter. We have a lot more seawater?
-
comment
Comment #24372390
Except that the instances you listed are not a problem the vast majority of the time. While copyrights and patents are enforceable for any unauthorized use no one would bother unti…
-
comment
Comment #24365616
I feel like the best way to filter spam is using information content. As it turns out, nobody is handing out $1,000,000 for free no matter how nicely they write the email.
-
comment
Comment #24361303
> I don't see modern application of C outside embedded, C is one of the most popular languages for high-performance code. Most famous example would be the Linux kernel but literall…
-
comment
Comment #24359686
Isn't the solution painfully obvious. Remove the limits around the time you expect extreme loads. Like you said, it works most of the time. Take a hit for unexpected workload spike…
-
comment
Comment #24345068
This is a misleading comparison. You are comparing a massive model with huge models. What you should be comparing are big models vs medium models that a single consumer GPU will fi…
-
comment
Comment #24345018
This is such a simpleton take. The whole reason AMD are able to crank out 128 core CPUs is the CCX architecture - the one people laughed at. No TSMC there. Not to mention other inn…
-
comment
Comment #24344932
Forests have pretty much been solved. Look at games like Shadow of the Tomb Raider, forest looks amazing. The difficulty now is limited to finer details, like hair. Hair is still p…
-
comment
Comment #24344879
Not at all. The 20 series has excellent founders cards.
-
comment
Comment #24328995
Of course not. We can prove things that are absolutely true. For example, we can show 2+2, with suitable definitions of 2, + and 4, always equals 4 anywhere in the universe.
-
comment
Comment #24311858
What's the incentive to master a game already beaten by AI?
-
comment
Comment #24309267
Agreeed. I finished the game on mobile ;) Though the story could use some work !
-
comment
Comment #24296739
This is unfortunately prevelant on most discussion forums. In many cases this correction is downvoted and buried deep.
-
comment
Comment #24289482
They would allow Fortnite back too.
-
comment
Comment #24289472
> This principle is what allows the SSH protocol to authenticate identity. This part is also confusing. I feel like it is important to clarify that identity is not "established" us…
-
comment
Comment #24289448
> Does not a double ended queue have O(1) enqueue and dequeue? Yes. It's a basic data structure implementable using vector or linked lists. When using the linked list, you can even…
-
comment
Comment #24285735
> Auditing code that you don't have the source to is like an order of magnitude harder. If you don't have code you can't audit code!
-
comment
Comment #24267077
Doesn't gparted do this for you? It will automatically figure even the most complex of operations that require filesystem copy.
-
comment
Comment #24262327
And any such "research" should go in the bin. Reproducibility of final results a me d their review is key.