Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
demindiro
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
demindiro
3y ago
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 doesn't need to be very performant
2.
▲
by
demindiro
3y ago
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, because now it is unclear to me how far I can
3.
▲
by
demindiro
3y ago
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 software will be more beneficial for society as a whole as it is
4.
▲
by
demindiro
3y ago
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 here is to discredit the Kremlin, by e.g. exposing or a
5.
▲
by
demindiro
3y ago
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.
6.
▲
by
demindiro
3y ago
>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 centralized, with just a few having many, many brands.
7.
▲
by
demindiro
3y ago
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 common folk, why have a democracy at all?
8.
▲
by
demindiro
3y ago
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 identical, if anyone steals the governments' private k
9.
▲
by
demindiro
4y ago
Or cut the cable.
10.
▲
by
demindiro
4y ago
From a cursory read the options for 2FA are: - SMS - Mobile app What if someone doesn't have a phone?
11.
▲
by
demindiro
4y ago
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.
12.
▲
by
demindiro
4y ago
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, AFAIK the only effective mitigation against all Spe
13.
▲
by
demindiro
4y ago
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 expensive and error-prone than using just a single th
14.
▲
by
demindiro
4y ago
> 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 settings.
15.
▲
by
demindiro
4y ago
Meanwhile I've never encountered these "netiquettes" whoever I'm talking to. Perhaps every generation isn't a monoculture.
16.
▲
by
demindiro
4y ago
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 have a filesystem with these
17.
▲
by
demindiro
4y ago
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
18.
▲
by
demindiro
4y ago
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?
19.
▲
by
demindiro
4y ago
Probably relevant: https://github.com/streaak/pastebin-scraper
20.
▲
by
demindiro
4y ago
> 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 contributor I've found it very frustra
21.
▲
by
demindiro
4y ago
> 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. Especially in combination with cargo watch whi
22.
▲
by
demindiro
4y ago
> 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 locked up at the Walgreens, and feeling unsafe after dark
23.
▲
by
demindiro
4y ago
> 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. This applies to languages other than Rust too (e.g.
24.
▲
by
demindiro
4y ago
> 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. You need to include punctuation for some regex
25.
▲
by
demindiro
4y ago
I browse without JS by default (using uMatrix), not to resist fingerprinting but because it is: - More secure, especially if the website doesn't use TLS. - Faster. Many websites work well enough even without JS or only some of it. Disa
26.
▲
by
demindiro
4y ago
I scp them to some folder on my VPS and point nginx to it. I also have ffmpeg installed on the VPS if some images are too big for my taste.
27.
▲
by
demindiro
4y ago
Performance is pretty good: CPU usage has so far not been higher than 2.5% and is usually <1% on a single core of a 3900X. Currently 192MiB of RAM is used (162MiB by systemd-journald, 4x 37MiB + 22MiB for the workers according to htop).
28.
▲
by
demindiro
4y ago
Currently not at all. All comments in a thread are loaded. I do intend to add pagination but I'm not sure what a clean implementation would look like.
29.
▲
by
demindiro
4y ago
There are currently two mechanisms: - A weak CAPTCHA that will be replaced with something stronger (probably image-based) - Disabling registrations
30.
▲
by
demindiro
4y ago
There is currently only one theme. I do intend to add support for custom themes though.
More ›