theroff

joined 1 year ago
[–] theroff@aussie.zone 1 points 8 months ago

Yeah 100% agree. I put in a submission to the joint select committee on social media a while back saying as much. The concept has Meta, X, Microsoft, Google and the big players in mind. Even if it is just the big players it'll have unintended consequences, privacy being the main one. Digital ID providers, public or private, not using standards and only supporting Google Play and Apple App Store is a big issue.

I personally don't care about the concept of the eSafety Commissioner that much. I think the idea of a government body that looks at cyberbullying cases is possibly misguided (way too high up) but I'm not overly concerned with that aspect. Julie Inman Grant is ex-Microsoft and ex-Adobe, two organisations which are pretty hostile to users' rights. She is constantly requesting more powers to solve an unsolvable problem. There are massive problems with X and Meta, but some of the solutions she puts forward are just draconian like mandatory ID and client-side scanning. Their strategy page is a thinly veiled pro-big tech piece talking about concerns about potential lack of authority in decentralised computing.

Yeah, eKaren is really not far off the mark as far as name calling goes.

[–] theroff@aussie.zone 7 points 8 months ago (2 children)

On one hand, the hate that's being directed to the e-Safety commish is disgraceful.

On the other hand she is effectively proposing an internet licence for all Australians to be able to interact online via mandatory age verification. It applies to all social media sites but the definition of social media is so vague it basically just says a digital service which can be used to communicate with other people. She is deserving of our scrutiny.

https://www.aph.gov.au/Parliamentary_Business/Committees/Joint/Social_Media/SocialMedia/Terms_of_Reference

[–] theroff@aussie.zone 1 points 9 months ago (1 children)

That's probably a fair point. I can't say too much as I haven't touched Windows desktop or server too much.

Could be apples vs oranges here though as we're talking about getting started versus well established setup, but my current employer is looking at adopting Ansible + Packer for imaging and partially Ansible-managing Windows servers where it makes sense because of limitations in SCCM and GPO. As far as I can see across the divide Windows Server isn't all smooth sailing.

[–] theroff@aussie.zone 2 points 9 months ago (3 children)

I can't say I've managed Linux desktops at scale (so technically I should leave it there) but I do manage several hundred Linux VMs with Ansible, and I manage all of my PCs with Ansible. Desktops are a different ballgame to servers, dealing with end users and all, but I still don't think it would be that hard once it's been set up.

[–] theroff@aussie.zone 3 points 9 months ago* (last edited 9 months ago) (1 children)

That sucks :( I'm pretty much in the same boat. I get to use a Linux desktop at work on the proviso that I don't raise support requests. We use Microsoft for nearly everything so naturally it's an uphill battle. The web UI is quite buggy and "not recommended" by my org. Teams doesn't support Firefox so I have to run a separate browser especially for it.

But aside from interfacing with Microsoft everything just works, and really nicely.

[–] theroff@aussie.zone 7 points 9 months ago (1 children)

That's awesome - great to hear about Linux desktops bring used by non-techies especially in a company.

How was it received out of interest?

[–] theroff@aussie.zone 18 points 9 months ago

Securing proprietary hardware against peeps installing alt OSes

[–] theroff@aussie.zone 1 points 9 months ago

Technically XFS is also a CoW filesystem, but it doesn't have the vast array of features that ZFS does like volume management, snapshots, send/recv etc. It does have reflink support which I guess is a kind of snapshot for a file.

[–] theroff@aussie.zone 3 points 9 months ago

OpenZFS is under a completely FOSS license but it's incompatible with the GPL and can't really ever be merged into the Linux kernel. The workaroundids to provide it as source code which gets compiled as a module every time there's a new kernel via dkms.

More controversially, Canonical ship OpenZFS pre-compiled in Ubuntu which some lawyers believe to be infringing on ZFS' codebase.

Honestly the OpenZFS situation on Linux is probably the biggest single reason for the growing interest in btrfs and bcachefs, the former slowly becoming default on more Linux distros over time and lots of investment from SUSE and Facebook AFAIK.

[–] theroff@aussie.zone 2 points 9 months ago

ext3 had journaling, but not ext2. Also ext3 doesn't really exist anymore as it was merged into the ext4 driver which can read the old format.

[–] theroff@aussie.zone 1 points 9 months ago

It is fast. It's the recommended filesystem for MinIO and default for RHEL 7 and above. XFS and ext4 are often recommended for databases if no other filesystem-level features (like snapshots) are needed. XFS has slightly more features than ext4 like CoW and reflink support.

view more: ‹ prev next ›