Viewing profile — demindiro
demindiro
HN member- Joined
- Tue, Feb 05, 2019, 1:32 AM UTC
- HN karma
- 348
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About demindiro
No profile information was provided.
Recent public activity
-
comment
Comment #37214963
I've wondered for a while whether it would make sense to split the CPU into a "IOPU" and a "SPU" - The IOPU would be responsible for directing other hardware on the system. It does…
-
comment
Comment #36947189
This precedent definitely won't be abused. Or at least most people here seem to think that? I wish the article would go into detail what exactly the "transgressive behaviour" is, b…
-
comment
Comment #36584383
In my opinion, excess greed is far more harmful. I am very glad I get to use open-source software at no cost. There are profiteers, sure, but I believe in the end open-source softw…
-
comment
Comment #36464088
I haven't seen this take here yet, so here goes: My suspicion is that Prigozhin got recruited by a Western agency (CIA?) with the intent to destabilize Russia from the inside. Key …
-
comment
Comment #36049237
We have a hot war right now on the border of the EU that likely will escalate further. I'm sure China has plans too.
-
comment
Comment #35935668
>This is why, I think, the future is either putting your money (or at least provable identity) where your mouth is That will become less effective as companies become increasingly …
-
comment
Comment #35607370
I find it fascinating that people defend censoring "misinformation" because people (supposedly) cannot discern it from "real" information. If we cannot trust the judgement of the c…
- comment
-
comment
Comment #35355712
If message 1 is properly encrypted then I can put whatever I want in message 2 without the government knowing the contents of message 1. Also, assuming message 1 and 2 contents are…
-
comment
Comment #35087818
Or cut the cable.
-
comment
Comment #35083889
From a cursory read the options for 2FA are: - SMS - Mobile app What if someone doesn't have a phone?
-
comment
Comment #34922417
It is not. Even long/"complicated" passwords usually do not have much bits of entropy, which is why you need an expensive hash to make bruteforce attacks difficult.
-
comment
Comment #34909118
You're thinking of single address space OSes. I do not believe such OSes can ever be secure given how often vulnerabilities are found in web browsers's JS engines alone. Besides, A…
-
comment
Comment #34900675
For an I/O heavy application (not in C++) I avoid threads for the main "loop" as there is a central cache that is accessed often. Synchronizing access to it is likely more expensiv…
-
comment
Comment #34826779
> Ever since then I have not understood why most distros don't switch to this setup I still use GRUB because IIRC my Gigabyte motherboard kept forgetting entries and/or associated …
-
comment
Comment #34664480
Meanwhile I've never encountered these "netiquettes" whoever I'm talking to. Perhaps every generation isn't a monoculture.
-
comment
Comment #34634835
https://github.com/Norost/nrfs Project description: I'm designing a custom filesystem with compression, error correction (with mirroring) & encryption. The aim of the project is to…
-
comment
Comment #34633127
It was[1] but for some reason it got pushed off from the front page very quickly. [1] https://news.ycombinator.com/item?id=34608330
-
comment
Comment #34609249
Tangential, but it appears this submission has been pushed off the front page despite being only 2 hours old with 184 points, which seems unusual?
-
comment
Comment #34557605
Probably relevant: https://github.com/streaak/pastebin-scraper
-
comment
Comment #34404809
> Maybe it's unfair of me, the retort is always "it's open source, contribute back!" but alas that is how I felt as a USER before I considered being a CONTRIBUTOR. Even as a contri…
-
comment
Comment #34092239
> have always found the compiler to be unacceptably slow in these cases How slow is "unacceptably" slow? Personally I do not find this to be an issue the vast majority of the time.…
-
comment
Comment #34039365
> Three of these things are pretty normal in big cities --- having your car broken into (it was unbelievably bad back in the days where car stereos were valuable), having the soap …
-
comment
Comment #33581615
> Why is it important to initialize memory to 0's before we use it? Because reading from unitialized memory yields an indeterminate value. Operating on such a value can lead to UB.…
-
comment
Comment #33345918
> A lot of the times, the blue highlighting seems to indicate I've matched all the necessary parts of the input, which should mean the puzzle is solved, but it's Game Over instead.…