Viewing profile — nenolod
nenolod
HN member- Joined
- Sun, Sep 05, 2010, 3:41 PM UTC
- HN karma
- 121
- Public activity
- 77 items
- HN profile
- View on Hacker News ↗
About nenolod
No profile information was provided.
Recent public activity
-
comment
Comment #27156750
OFTC is run by the OFTC board (of which tomaw is a member) on behalf of Software in the Public Interest, who originally organized it for Debian.
-
comment
Comment #27113914
Although we do not yet support recording the copyright lines in the package metadata, SPDX labels are used to provide linked data references to the license text. Copyright metadata…
-
comment
Comment #27113858
If all goes to plan it will be part of Alpine 3.15 as a release variant.
-
comment
Comment #27113847
There is supervise-daemon(8) for this.
-
comment
Comment #27112548
We are actually in the design phase for a declarative variant of Alpine using OSTree.
-
comment
Comment #27049827
With musl we discovered that qemu does not always properly initialize structures when doing the syscall translation. Most likely this is a missing initialization.
-
comment
Comment #27049794
TCG's uops are modelled after real ones. It is close enough.
-
comment
Comment #26871834
The real takeaway from this is if you want to work on FOSS on your own time, without retribution from your manager, don't work at IBM. As IBM is supposed to be a huge supporter of …
-
comment
Comment #26082560
It's not just about adding new architectures to LLVM and rustc, it's also about bootstrapping supported architectures on all architectures supported by a distribution. This isn't f…
-
comment
Comment #25909490
George Varghese's Network Algorithmics is a good book for backend-oriented people to learn various fundamental CS algorithms. It presents various CS topics from the perspective of …
-
comment
Comment #25909410
Trademark disputes are best solved with litigation, not product relicensing.
-
comment
Comment #25877276
Amazon's behavior may feel exploitative, but it isn't. That would be like saying Red Hat is exploitative. Part of the whole concept of free software is that you have freedom of cho…
-
comment
Comment #25840873
They share a similarity: the Floragunn litigation is unresolved (and clearly Floragunn continues to distribute their plugin). SCO, too, failed to resolve their litigation favorably…
-
comment
Comment #25839774
Yeah? SCO sued a bunch of people too. They haven't won, though.
-
comment
Comment #25838820
Incidentally, the fact that it is OK to use Apache-2 licensed components inside projects licensed as SSPL is probably a net negative for free software moving forward as there will …
-
comment
Comment #25838743
I read that article and it is very redolent of what SCO argued back in the day. If they had actual proof, they would take legal action against the author of that plugin.
-
comment
Comment #25838676
Amazon contributed code to Elasticsearch. They are certainly allowed to profit from their code contributions.
-
comment
Comment #25789047
That activity is being driven in musl directly. 1.2 has introduced optimizations for arm, aarch64, x86 and x86_64. there's more to optimize, but some are already there.
-
comment
Comment #25789033
The good news is that there is work in progress to untangle the mess with PyPI wheels and musl. But it is easy enough to just not use wheels.
-
comment
Comment #25781548
If you don't mind using IRC, there's a lot of people willing to help you get started with this adventure in #alpine-devel on freenode.
-
comment
Comment #25781396
We have started to extend musl with optimized routines like glibc does. But really, the performance difference is usually minimal.
-
comment
Comment #25781358
On desktop, we support KDE, GNOME and Xfce, which are the big ones, but yes, we could use more work there. It is hoped that the cloud images project will get Alpine available in al…
-
comment
Comment #25780941
What is it missing that makes you feel it is unrealistic?
-
comment
Comment #25780861
this page really should be updated, at this point all you basically have to do is `apk add gcompat`.
-
comment
Comment #25780045
The gcompat project, which provides a wine-like compatibility layer for glibc applications, is pretty close to having vscode working out of the box.