Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kokada
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
kokada
14d ago
Same as me. I started subscribing LWN when I was a Linux enthusiast from my early college days, because the content was so good and interesting. Nowadays I barely read it but I still keep my subscription alive, just because I think the cont
2.
▲
by
kokada
23d ago
> I had to swap my Wi-Fi card and/or stop using the HDMI module in order to get my Framework 13 to stop locking up. This is really weird. Did you try to run the latest kernel? I have nothing but praise for what Framework did with 13
3.
▲
by
kokada
1mo ago
It is funny that while I learned about Dev-C++ during my university course but it was mostly considered a joke by anyone that used Linux (including myself). I think the issue was because it shipped with a really old version of GCC even at t
4.
▲
CrossPoint 1.5 has officially been released
(reddit.com)
10 points
by
kokada
1mo ago
|
0 comments
5.
▲
by
kokada
1mo ago
Not related to the Microsoft gaming division, but yes, Microsoft products are a mess. I am forced to use Office 365 to do some slides for work, and I decided to use Office for macOS so I could use Claude extension. All went relatively well,
6.
▲
by
kokada
2mo ago
Technical debt, sure. But you could argue the same for any new feature added to a programming language, without having X you will need to workaround with Y, generating technical debt. To be clear, I was one of those people that only started
7.
▲
by
kokada
2mo ago
I assume they will eventually add those to `go fix` too, so you don't even need Claude for the most basic refactors (the more complex ones, sure).
8.
▲
by
kokada
2mo ago
> It would be great if we could have open ebook reader software that could display these books. I agree, but it also would be great if DRM wouldn't be use to restrict your device choice. The only reason Kindle DRM "works well&q
9.
▲
by
kokada
2mo ago
> Digital book readers are getting smaller and smaller I am not sure this is true. Yes, Xteink is investing in small eReader devices to fill a particular niche, but I am not sure any other company also creating small eReaders, and especi
10.
▲
by
kokada
2mo ago
It seems so, especially because they explicitly say in the help page[1] that "Multi-Account Containers" brings "a few benefits on top of the native container functionality like site-specific container assignments, syncing acr
11.
▲
by
kokada
2mo ago
> which violates the security model that Windows has and Linux needs to uphold to continue to get signed by Microsoft. Oh ok, thanks for clarifying why this is a thing.
12.
▲
by
kokada
2mo ago
> Not GP but hibernation is completely disabled for lockdown kernels[1] The manpage that you linked says that unencrypted hibernation/suspend is disabled, but this seems a bad idea anyway if you're using FDE.
13.
▲
by
kokada
3mo ago
Thanks for the explanation, I am really not that familiar with `cryptsetup luksSuspend` and it is the first time I ever heard it exists. Like other people in this thread I first got confused "wait, how would this work since if you clea
14.
▲
by
kokada
3mo ago
While it is certainly an interesting bug, I kinda feel that the title is click bait? Because this `cryptsetup luksSuspend` from what I understood is not really officially supported but an extension done in Debian, so if anything this regres
15.
▲
by
kokada
3mo ago
Not that Claude Code is much better, I just hit this issue[1] because it seems setting DO_NOT_TRACK=1 seems enough to get a really strange behavior in the newest versions of CC. [1]: https://github.com/anthropics/claude
16.
▲
PostmarketOS v26.06 (Alpen Avocado) released
(postmarketos.org)
9 points
by
kokada
3mo ago
|
1 comments
17.
▲
by
kokada
3mo ago
I think it is fair to encrypt the user hard drive since the majority of users are unaware that they're even leaking secrets and PII when e.g., they sell a laptop without wiping the disk first. But I think it is also fair if the user wa
18.
▲
by
kokada
3mo ago
> Haha, yes. Track cyclists are a different breed. Lost the opportunity to say "bread".
19.
▲
by
kokada
4mo ago
NVIDIA ended support for their 10xx series [1]. To be clear, AMD also moved support for their equivalent 5xxx series to legacy drivers [2], but "supports their cards for many years" doesn't hold value if both companies stoppe
20.
▲
by
kokada
4mo ago
> It's better that everything be a bit too big that requires tinkering than everything being way too small (where you can't read the text on the screen). The 2x scale is pretty usable for even 150PPI. I think it depends. 2x in
21.
▲
by
kokada
4mo ago
> A 14 inch laptop with a 1080p display is already at close to 160PPI. I have one of those, this kinda of screen is uncomfortable at 2x scale (everything gets too big), so I generally set up to 1.25x or 1.5x. This is not what is being se
22.
▲
by
kokada
4mo ago
> Why go through the ceremony of `public static void main(String[] args)` when Python just executes the script line by line at the top level? Oh wait, now you have things like `import` actually executing code instead of simply being a co
23.
▲
by
kokada
4mo ago
> If they have a mac laptop or iMac they have a >200 PPI monitor. Almost no-one is running Linux in a MacBook or iMac though. Even Omarchy itself only supports Intel Macs: https://learn.omacom.io/2/the-omarchy-man
24.
▲
by
kokada
4mo ago
Would like to know where are you getting this information. I don't know a single person that has a >200PPI monitor, and most of them are Mac users and also programmers.
25.
▲
by
kokada
4mo ago
The author of the blog post makes valid criticisms, I remember when Ubuntu had a shortcut for Amazon in the default desktop installation because they had a sponsorship with Amazon and people rightfully criticized the distro for it. The auth
26.
▲
by
kokada
4mo ago
> it seems pretty common for dynamically typed languages and pretty much entirely absent from statically typed ones Counter-example is Go and init() function.
27.
▲
by
kokada
4mo ago
From this example: lazy from typing import Iterator def stream_events(...) -> Iterator[str]: while True: yield blocking_get_event(...) events = stream_events(...) for event in events: cons
28.
▲
by
kokada
4mo ago
That is also my dream, iPads Pro are very expensive but the hardware is so good (that is including the Magic Keyboard). BTW OP, have you ever tried a hybrid Chromebook tablet like Lenovo Duet 3? This is my favorite device for travel exactly
29.
▲
by
kokada
4mo ago
Yes, this is why I am saying your idea of just reinventing the FS doesn't make sense. You don't get neither the wider ecosystem you get by having an OS compatible with e.g., POSIX semantics nor all the benefits you could get if yo
30.
▲
by
kokada
4mo ago
But it is also rare cases where a a few percent points actually make a huge difference. Remember when reviewers are doing benchmarks they're generally using a standardised test suite with uncapped framerates. For most people they would
More ›