Earlier quoted context omitted.
As somebody who fled Linux to FreeBSD in order to avoid systemd, the prospect of that happening again makes me a little sick to my stomach. Running out of places to go that aren't controlled by people who are openly hostile to POSIX standards.
There are a few Linux distros that use OpenRC with decent success. I run lots of FreeBSD servers, but I also run some Alpine servers, where openrc works well for me (with some s6 thrown in for a few services).
FreeBSD 13.0 Beta1 Now Available
61–70 of 110 posts
Re: FreeBSD 13.0 Beta1 Now Available
#62Earlier quoted context omitted.
Are you attacking him because he's using TLS? Will you ever be satisfied? TLS fixes a whole lot more than just privacy, it's also authenticating the remote end. Are we really suggesting dumping something that is trivially accelerated in hardware to do some homebrew crypto crap just for the sake of a forum thread? Netflix solution is fine, and the concentration of interest in TLS means it only gets cheaper over time t…
I'm just pointing out that the privacy justification is nonsense. Protecting the integrity of connections? That's important. Preventing web browsers from throwing a fit about "insecure connections"? That's also important. But privacy isn't the issue here, and I've talked to enough people at Netflix to know that they know that too.
Re: FreeBSD 13.0 Beta1 Now Available
#63Earlier quoted context omitted.
The parent mentioned "This data is being collected anyway via endpoint technologies like Samsung's Automated Content Recognition (ACR)". If that's true then the encryption isn't really helping.
What if you aren't using a Samsung device?
https://www.xda-developers.com/android-permissions-bypass-pl...
https://www.trustedreviews.com/news/facebook-scraping-call-m...
They are completely terrible on privacy, lol, the answer here is "if you care about privacy don't use a samsung". Or more generally "don't use android".
Re: FreeBSD 13.0 Beta1 Now Available
#64Earlier quoted context omitted.
What if you aren't using a Samsung device?
Samsung was one of the companies caught using their apps to scrape data out of the filesystem (config files and logs from other apps, location from camera roll, etc) and using it to bypass permissions you didn't want to give them. https://www.xda-developers.com/android-permissions-bypass-pl... https://www.trustedreviews.com/news/facebook-scraping-call-m... They are completely terrible on privacy, lol, the answer here…
Re: FreeBSD 13.0 Beta1 Now Available
#65Earlier quoted context omitted.
Come on Drew, you know as well as I do that media can be unmasked via side channels if an attacker really cares.
People, before you downvote, check out the username. But yeah, you’re right. You could glean a lot of information from nothing but a collection of movies’ exact runtimes, as visible from the network stream. Although that wouldn’t tell you much about a single movie, given enough viewings you could make pretty good guesses about which movies someone is watching.
Re: FreeBSD 13.0 Beta1 Now Available
#66Between the NUMA work, OpenZFS 2.0, and wireguard, I can't wait for 13.0 to be released.
Re: FreeBSD 13.0 Beta1 Now Available
#67For info, a key thing about Tier 1 architectures is that "Binary updates and source patches for Security Advisories and Errata Notices will be provided for supported releases" (https://docs.freebsd.org/en_US.ISO8859-1/articles/committers...), which would make maintaining ARM-based SBCs much easier (no need for setting up cross-compilation toolchains or for very slow compilation on the SBCs) and could make FreeBSD an even better OS for IoT stuff.
Re: FreeBSD 13.0 Beta1 Now Available
#68This will kinda help you:
Description from the page itself:
up.bsd.lv is a proof-of-concept of binary updates using freebsd-update(8) for FreeBSD 13.0-CURRENT and 12-STABLE to facilitate the exhaustive testing of FreeBSD and the bhyve hypervisor and OpenZFS 2.0, and to help elevate ARM64 to Tier 1 status. Updates are based on the SVN revisions of official FreeBSD Release Engineering weekly snapshots.
Features:
- Kernels are built with the GENERIC-NODEBUG configuration file
- /etc/freebsd-update.conf is modified to use up.bsd.lv
- /usr/sbin/freebsd-update is modified to "xargs" parallel phttpget (Thank you Allan Jude)
- freebsd-update(8) does not output to the $PAGER
Hope that helps.
Re: FreeBSD 13.0 Beta1 Now Available
#69Earlier quoted context omitted.
One key impetus for Linux moving to systemd was faster boot time, parallelizing init tasks. Is FreeBSD looking at moving beyond traditional rc script boot?
I would question whether boot time is such a meaningful target. It's trivial to leave a system up days or weeks relying on hibernation or suspend instead. This seems especially true given that freebsd is even more likely than Linux to see use as a server instead of a desktop. Besides boot time on any init system with a fast ssd seems to be pretty damn quick. Saving 10 seconds every month will take a long time to pay…
Re: FreeBSD 13.0 Beta1 Now Available
#70Earlier quoted context omitted.
I would question whether boot time is such a meaningful target. It's trivial to leave a system up days or weeks relying on hibernation or suspend instead. This seems especially true given that freebsd is even more likely than Linux to see use as a server instead of a desktop. Besides boot time on any init system with a fast ssd seems to be pretty damn quick. Saving 10 seconds every month will take a long time to pay…
Not so much on servers, but boot time is important on desktop, where most users will power it in only during the day.