Viewing profile — debiandev
debiandev
HN member- Joined
- Thu, Aug 16, 2018, 9:44 AM UTC
- HN karma
- 154
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About debiandev
No profile information was provided.
Recent public activity
-
comment
Comment #29240402
> Are distros doing anything more than scanning CVE databases with the library versions, or are they _actually_ auditing the versions they choose? Debian Developer here. Part of pa…
-
comment
Comment #26902388
This! Asciidoc is the grown-up brother of Markdown. Designed to scale up to entire books, handle images, tables, references, citation, book indexes, maths. And the syntax is very f…
-
comment
Comment #26902299
Debian Developer here. Reminder: the Debian Packaging Guidelines are meant for official Debian packages. Making a package with dpkg-deb -b is very easy and gives all the features o…
-
comment
Comment #25763756
Debian Developer here: upstream developer almost never care to prepare fixes for existing releases.
-
comment
Comment #25763600
This is good advice for software lifecycle management in general: https://wiki.debian.org/DontBreakDebian
-
comment
Comment #25763571
Debian Developer here. Backporting fixes to tenths of thousands of packages is already a huge amount of (thankless) work. But it's still done - as long as there's usually one versi…
-
comment
Comment #25173458
Again, I'm talking about the article: "avoid drama and FUD" refers to HN. Especially the word "avoid", knowing that the article is already written. > In the meantime, I'd recommend…
-
comment
Comment #25172605
I'm in no way responding to the blog, as you can see in my 4 points. I'm addressing the comments here. Every time similar content is shared here there's a number of people making e…
-
comment
Comment #25171020
A couple of healthy reminders to avoid drama and FUD: 1) People announce leaving publicly and the FLOSS community takes notice of it. This is a sign of health of Debian. In many ot…
-
comment
Comment #24954005
> the very real dangers of shipping blobs, which probably carries more weight than the dangers of vendoring you outline. This is a false dichotomy. > By not having that escape valv…
-
comment
Comment #24951398
Debian Developer here. Some people take a very cursory look at Debian and assume the packaging is an exercise in masochism that we inflict on ourselves. And yet the number of DDs k…
-
comment
Comment #24951146
Correct. Furthermore, rebuilding and distributing a large number of large binaries every time a vulnerability is fixed is harmful! - It encourage users to delay security updates. H…
-
comment
Comment #24951099
You are confusing static linking with embedding library sources.
-
comment
Comment #24738927
Debian is available for the lucky PinePhone and PineTab owners, thanks to the Mobian project.
-
comment
Comment #24251263
> weird poorly-documented helper scripts which have strange interactions I've never found a packaging tool without an extensive and clear manpage with examples. > I think the bigge…
-
comment
Comment #24060123
Here are some answers: https://wiki.debian.org/ReproducibleBuilds/About
-
comment
Comment #23969789
> No, companies are not happy to discuss, modify, and sign new contracts every day. They are quite hesitant to. [citation needed] > And, what's more, the contracts we're talking ab…
-
comment
Comment #23968006
> AGPL is unchallenged in court. The risk to being wrong about it as huge. It’s risk aversion, not ideology, and it’s important to remember that identifying an argument as part of …
-
comment
Comment #23967681
> After a couple of months with lawyers, it's now a major AGPL supporter I had a similar experience. I took exams on patent and copyright law with IP lawyers as teachers during my …
-
comment
Comment #23513759
> I was hoping that he would be able to just double click the .deb file and install with no hassle, but he couldn't. I don't know if was the package manager fault or google's And y…
-
comment
Comment #23513645
It's been around since 13 years at least. I remember a website [1] that offered such installer. [1] https://web.archive.org/web/20160523181321/http://goodbye-mi...
-
comment
Comment #23410079
huh?
-
comment
Comment #23401416
DD here. The main "barrier" is the level of quality required. Simply throwing a bunch of files into a package or a container is very quick. Making an official Debian package is not…
- comment
-
comment
Comment #23401182
DD here. apt-get install maint-guide ...and then read: file:///usr/share/developers-reference/index.html file:///usr/share/doc/maint-guide/html/index.en.html Also look at existing …