Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aecsocket
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
aecsocket
1mo ago
Holy shit, Christopher Domas is back. I remember watching his Defcon talks on x86 shenanigans[^1][^2] and being amazed at what he's been able to discover. Then he got whisked away by Intel and now drops this. I'm excited. [^1]: h
2.
▲
by
aecsocket
5mo ago
I'm excited for the new speakers - that's been one of the biggest pain points on my 13. - Is the Dolby Atmos configuration available for Linux as well as Windows? Or more generally, will the speakers sound as good on Linux as they
3.
▲
by
aecsocket
1y ago
I don't really care about that, since my threat model doesn't involve Hetzner looking through my photos and training an AI model on them. If/when I move this off to my own hardware, then I'll do full disk encryption, sin
4.
▲
by
aecsocket
1y ago
The cheapest possible Hetzner VPS (2 vCPU 40GB SSD) and a Hetzner storage box (1TB) works alright for cheap (less than EUR 10/mo). I store my database on the SSD, and the `/uploads` folder on the storage box attached as a CIFS dri
5.
▲
by
aecsocket
1y ago
I didn't make this clear enough in the article, sorry for the mix-up! Yes, iPhones support Osaifu-Keitai, and it's Android phones which have this problem. I've now updated the article to clarify this.
6.
▲
by
aecsocket
1y ago
This is an interesting find and the author's ideas make sense to me. I can't confirm them of course, this is all probably hidden behind legal documents, but I've updated the article to a link with this repo. Thanks for the li
7.
▲
by
aecsocket
1y ago
Author here, this is my fault for not proof reading this part properly! The part about non-Japan SKUs is generally true for Android phone manufacturers, but Apple eats the cost and gives all phones Osaifi-Keitai. You do not need to root an
8.
▲
by
aecsocket
1y ago
It depends. Usually you'd be right, but for some big events, the stations and platforms can be incredibly packed. In those cases the extra delay from gates could really hurt. One example is Comiket, where you have thousands of attendee
9.
▲
by
aecsocket
1y ago
The magnitude to which FeliCa was faster shocked me as well when I found out. But it's not like the latency is insignificant: it's obvious how much faster people can get through a Tokyo metro gate than a London one. So clearly it
10.
▲
Japan's IC cards are weird and wonderful
(aruarian.dance)
361 points
by
aecsocket
1y ago
|
294 comments
11.
▲
by
aecsocket
1y ago
Yeah, I should have clarified that by "your desktop" I mean "your GNOME desktop" - i.e. "if you run GNOME, it'll look good no matter your preferences". But wrt "your desktop" - even if I wanted t
12.
▲
by
aecsocket
1y ago
Interesting, I didn't know there was a theming presence on OS X! I agree with you in that consistency and themability can exist together (and I suppose your example proves that), and that had GNOME decided to prioritize themability we
13.
▲
by
aecsocket
1y ago
This opinion of "Gnome is killing customization" is something I see quite a lot, but which I think people take the wrong way. It's absolutely true that Gnome is designed to be less themeable than other DEs like KDE, or indivi
14.
▲
by
aecsocket
1y ago
Interesting app, I haven't heard of Manabi before! How does it compare to other apps like Jidousho? And other, more general desktop tools like Yomitan? On mobile, I'm currently using Yomitan on Firefox for mining, but I'm cur
15.
▲
by
aecsocket
2y ago
Rust already asserts that a match is exhaustive at compile time - if you don't include a branch for each option, it will fail to compile. This extends to integer range matching and string matching as well. It's just that with #[no