Live data from Hacker News

Migrate Everything from Linux to BSD

unixsheikh.com

11–20 of 169 posts

Re: Migrate Everything from Linux to BSD

#13

> Proprietary operating systems like Microsoft Windows 10, Apple MacOS, and Google Android have become famous for their ill conduct... I find it mildly ironic that MacOS was based on BSD.

You mean like adding systemd and snaps ... that make it harder to run a system in a deterministic manner with easy security updates, etc?

Re: Migrate Everything from Linux to BSD

#18
post #9
post #3

I'm not in the loop here. What's the "opt-out spyware" in linux distros the author mentions?

From the article, it sounds like it's that upstream systemd uses Google Public DNS as a default (if you don't configure a server or get one in your DHCP lease) and Firefox uses Cloudflare's DNS-over-HTTPS, which would allow those companies to see all your DNS queries.

If you’re doing DNS some company is going to see your DNS queries. So the objection is the new default choice?

Re: Migrate Everything from Linux to BSD

#19
post #9
post #3

I'm not in the loop here. What's the "opt-out spyware" in linux distros the author mentions?

From the article, it sounds like it's that upstream systemd uses Google Public DNS as a default (if you don't configure a server or get one in your DHCP lease) and Firefox uses Cloudflare's DNS-over-HTTPS, which would allow those companies to see all your DNS queries.

Relevant build options:

    option('dns-servers', type : 'string',
           description : 'space-separated list of default DNS servers',
           value : '1.1.1.1 8.8.8.8 1.0.0.1 8.8.4.4 2606:4700:4700::1111 2001:4860:4860::8888 2606:4700:4700::1001 2001:4860:4860::8844')
    option('ntp-servers', type : 'string',
           description : 'space-separated list of default NTP servers',
           value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
https://github.com/systemd/systemd/blob/main/meson_options.t...

Seems like Cloudflare primary then Google primary (followed by the secondary records in the same order) is the preferred default order for both IPv4 and IPv6.

Re: Migrate Everything from Linux to BSD

#20
This post is mostly Linux FUD. I don’t understand what’s the use of this.

Actually I always found it funny and a little brave that Linus called ZFS a buzzword. In my opinion he’s right. ZFS breaks a lot of use cases but unless you know what you’re talking about you’re going to think it’s the end-all. I slightly prefer the MD-RAID system.

Post reply on HN