• Technology Consultant.
  • Software Developer.
  • Musician.
  • Burner.
  • Game Master.
  • Non-theistic Pagan.
  • Cishet White Male Feminist.
  • Father.
  • Fountain Maker.
  • Aquarium Builder.
  • Hamster Daddy.
  • Resident of Colorado.
  • Anti-Capitalist.
  • Hackerspace Regular.
  • Traveler of the American West.
  • 6 Posts
  • 241 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle




  • My state (Colorado)

    • Repealed our 18 year old ban on same sex marriage (yay).
    • Failed to pass ranked choice voting (boo). My impression from talking to folks is that many people (especially older people) don’t really know what it is and when they read it on the ballot they feel like it’s weird and complicated.

    My city (Boulder) is a liberal bubble and predictably our local issues are all disagreements between upper middle class+, over 40 property owning NIMBYs vs. progressives who care about affordable housing and the homeless. Literally every city council candidate’s platform is EXACTLY the same, except on housing / homelessness issues. Every election, I google all the judges and city council candidates and vote for the ones who seem least NIMBY. The judges are almost always NIMBYs. The city council members I vote for almost always loose.

    If the CU students who were eligible to vote in Boulder would do so, this wouldn’t happen.














    • Theoretically Yes, if your Linux partition is not encrypted, any OS can read it. Password protecting it doesn’t do anything to conceal your data, just keeps people from logging into your system while Linux is booted. If this is a security / privacy related question, there is nothing to stop a program in your Windows partition from reading the data on your Linux partition except

    • Practically No, depending on the file system you chose (if you went with the default, it’s likely ext4 but could be something more exotic). Out of the box Windows lacks the software / drivers to read most Linux file systems. If this is a “can I access my files” question, you probably need to install something like this to read your data from Windows. Note that the reverse is not true. Most distros other than light weight distros like Alpine are perfectly able to read the NTFS file system out of the box. Sometimes they can’t write to it unless you install additional tools (like OOTB Debian probably can’t, but I’m pretty sure OOTB Linux Mint can if you change a setting and IDK about OOTB Ubuntu / Fedora / Arch).

    The easiest way to share data between Windows and Linux is with a 3rd partition formatted to FAT32, as both Linux and Windows have no problem reading from / writing to it without additional software.