Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
howtofly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The state of the kernel Rust experiment
(lwn.net)
11 points
by
howtofly
9mo ago
|
0 comments
2.
▲
by
howtofly
10mo ago
All this hassle can be avoided by using `cleanup` compiler attribute. Manage classical C resources by auto-cleanup variables and do error-handling the normal way. If everything is OK, pass the ownership of these resources from auto-cleanup
3.
▲
by
howtofly
1y ago
Note that these books were written when design pattern was still a buzzword.
4.
▲
Cline Officially Supports JetBrains
(cline.bot)
4 points
by
howtofly
1y ago
|
0 comments
5.
▲
Junie Is Now Available in CLion
(blog.jetbrains.com)
2 points
by
howtofly
1y ago
|
0 comments
6.
▲
Cline for JetBrains
(plugins.jetbrains.com)
2 points
by
howtofly
1y ago
|
0 comments
7.
▲
Bringing restartable sequences out of the niche
(lwn.net)
1 points
by
howtofly
1y ago
|
0 comments
8.
▲
by
howtofly
1y ago
The real issue is determining how much non-renewable resource consumption is justified for these "valuable" things? Note that we are always inclined to value ourselves too much. I agree the things you mentioned are valuable in the
9.
▲
by
howtofly
1y ago
IIRC, all latency-driven congestion control algorithms suffer from violent rtt variance, which happens frequently in wireless networks. How does BBR perform under such circumstances?
10.
▲
by
howtofly
1y ago
It's all about human technology, which enables massive resource consumption. I should really say humans never truly produce anything in the realm of technology industry.
11.
▲
by
howtofly
1y ago
> The future may reduce the economic prosperity and push humanity to switch to some different economic system (maybe a better system). Humans never truly produce anything; they only generate various forms of waste (resulting from consump
12.
▲
Conventions for Extensible System Calls(2020)
(lwn.net)
1 points
by
howtofly
1y ago
|
0 comments
13.
▲
Asterinas: A new Linux-compatible kernel project
(lwn.net)
224 points
by
howtofly
1y ago
|
75 comments
14.
▲
by
howtofly
1y ago
I just checked it for Rust: "18 17 change Rust page Rust 0.97% -0.20%"
15.
▲
We Built Cline to Never Hold You Hostage
(cline.bot)
4 points
by
howtofly
1y ago
|
0 comments
16.
▲
by
howtofly
1y ago
Should users trust the signaling server? IIRC, the signaling server can easily intervene SDP offer/answer so that it can intercept user files or instruct users to send files wherever it wants.
17.
▲
by
howtofly
1y ago
My understanding is that the signaling server could be used as the perfect place to perform MITM attack. The README does not mention how berb addresses this concern at all.
18.
▲
Cory Doctorow on how we lost the internet
(lwn.net)
154 points
by
howtofly
1y ago
|
129 comments
19.
▲
by
howtofly
1y ago
> If I work on a repo, all I have to do is enter my dev distrobox, SSH in from my IDE, and work within that environment - no devcontainer or flake.nix required. With Ubuntu 24.04 and vagrant virtual machines, you could have even less has
20.
▲
by
howtofly
1y ago
Serious software development is rarely an individual endeavor; most issues should be resolved through collaboration. In other words, they should be addressed through management. What the author needs to overcome, in my view, is essentially
21.
▲
A change in maintenance for the kernel's DMA-mapping layer
(lwn.net)
19 points
by
howtofly
2y ago
|
2 comments
22.
▲
Complex Buggy Pthread_rwlock_t in Glibc
(sourceware.org)
2 points
by
howtofly
2y ago
|
1 comments
23.
▲
by
howtofly
2y ago
I should mention that Drepper's old implementation and thus uclibc/uclibc-ng's implementations are much simpler and do not have this bug. The musl libc does not have this issue because it puts an upper limit on the number of
24.
▲
by
howtofly
2y ago
> Python doesn't have a language package manager, you're free to use pip or poetry or uv or whatever, but it does have PEP 517/518, which allow all Python package managers to interact with a common package ecosystem which
25.
▲
by
howtofly
2y ago
> I wonder what makes our experiences so different? Do you unit test a lot? Particularly with TDD? I am guessing that this practice means I just don't get to see a lot of the bugs that a debugger would help me with. Debugger helps a
26.
▲
by
howtofly
2y ago
I've used classic eclipse-cdt for over a decade until it cannot keep up with post-C++14 standards. It seems that it recently regains activity with the introduction of https://github.com/ghentschke/eclipse-cdt-lsp
27.
▲
by
howtofly
2y ago
> For anything quasi-realtime, I can certainly hunt down and squash everything systemd is running at the wrong time, but in practice it's much easier to install something else, ensure no processes are running other than the ones I
28.
▲
by
howtofly
2y ago
I really hope that there will be joint-force between CMake and Conan package manager.
29.
▲
by
howtofly
2y ago
Any good CMake integration besides https://github.com/modern-cmake/cppfront ?
30.
▲
Glibc's Rwlock Might Eat All Your CPU
(sourceware.org)
3 points
by
howtofly
3y ago
|
1 comments
More ›