Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Just sign the installer (Score 1) 180

Not sure how feasible this is in Java, but if your distributable is just a tiny installer with its own cryptographic verification, you would a) have a smaller chance of hitting a false positive and b) if you do get hit, at least your customers can still launch and use the program, even if they can temporarily not do new installations.

Comment Re:Package management is *not* a feature (Score 2) 230

Even worse, Go programs cannot be linked dynamically. That means that if a vulnerability is found in (say) a crypto library, all programs using it need to be recompiled.

And because the Go package manager (like most language specific package managers) is developer-centric, you have to rely on the developer to keep an eye out for CVE announcements for all the libraries they use. The number of developers that actually do this consistently is very small.

Comment Re:Finally (Score 1) 372

That's odd, one of the reasons I like systemd is that it *doesn't* eat process output. With sysvinit, non-syslog output would end up on /dev/console, scroll up and be lost forever (especially relevant for headless servers). With systemd's journalctl I can easily review the output of any process together with its syslog logs. There's plenty of things about systemd that annoy me but that ain't one.

Comment Re: What if I am an Ubuntu hater, too? (Score 1) 234

We host an apt repository with a few packages for a bunch of debian and ubuntu releases. Of course you have to target the right dependency set, but that's true even when you target a specific version of either OS.

I was just miffed by the remark that Debian would not support PPAs, when in fact the whole technical groundwork is actually Debian's and all Ubuntu did was build a thin command interface over it and suddenly gets credited for the whole invention.

Comment Re: What if I am an Ubuntu hater, too? (Score 1) 234

They also have extended the dpkg system with PPAs which (last time I checked) Debian did not support out of the box.

PPAs are basically just extra entries in /etc/apt/sources.list. That's a Debian feature, not an Ubuntu one. I certainly do appreciate the fact that Canonical offers easy and free hosting for personal repositories, but saying that Debian doesn't support PPAs is a bit weird.

Slashdot Top Deals

Work is the crab grass in the lawn of life. -- Schulz

Working...