I played Minecraft blind for about a year as a child and didn’t get much done, to be fair, but I had lots of fun. Optimising stuff and beating the game sometimes takes the fun out of it.
I played Minecraft blind for about a year as a child and didn’t get much done, to be fair, but I had lots of fun. Optimising stuff and beating the game sometimes takes the fun out of it.
Minecraft
Stardew Valley
The Witcher 3
Normal users care about cosmetics though. If it doesn’t look modern, they’ll assume its functionality reflects that too, even if it doesn’t. And let’s be honest, even power users prefer nicer looking software if it doesn’t come at the expense of functionality, that’s why userChrome.css themes are so popular for Firefox. Zen browser looks like it’s making that a more seamless and intuitive process for users.
People are forced to work 16 hour days in factories in the ‘communist’ stage of China, apparently. Tankies?
I voted! 😇
People simultaneously seem scared of AI automating jobs, and of there being too many old people for the young people to look after as they’d be too busy with their jobs. Wouldn’t those cancel each other out?
You also asked
I’m considering switching to RHEL, to get a “professional” Linux, since it’s free if you register an account, but is it worth it?
Is the experience very different from Fedora?
You can try using the freecam mod if you don’t consider it too cheaty
Weird, I can only load the website over tor
You cannot sleep now; there are monsters nearby
Fair enough. GNOME Web is the only cross platform non Blink or Gecko browser, and like you say it has flaws compared to those two, such as lack of extension support.
Firefox and its derivatives are the only browsers that challenge Google’s monopoly on browser engines and prevent them from making unilateral changes to all web browsers based on them, including Vivaldi. DuckDuckGo is a good search engine though.
The Linux app SpeechNote has a bunch of links to models of both varieties, in various languages, and supports training on a specific voice.
LLMs are a form of artificial intelligence. And yes, they are useful and good. So are many other forms of AI. It’s only really bad, same as other technologies, when it’s propriety censored and centrally controlled by one company.
I only know about it from Hermitcraft.
I said that I understand that some people want to act unethically in games as a form of escapism for that you can’t do in real life, and that’s fine. But there should be ethical options for people who do want to build an ethical civilisation, as that also makes it more realistic in many ways, not all real civilisations have to start off with a feudal system and slowly progress in exactly the way the tech and civic trees work in civ6.
I do see them when I go to the resource manager
plugins { alias(libs.plugins.android.application) alias(libs.plugins.kotlin.android) }
android { namespace = “org.jackgreenearth.materialmusic” compileSdk = 35
defaultConfig {
applicationId = "org.jackgreenearth.materialmusic"
minSdk = 30
targetSdk = 35
versionCode = 1
versionName = "1.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "1.8"
}
buildFeatures {
viewBinding = true
}
}
dependencies {
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.appcompat)
implementation(libs.material)
implementation(libs.androidx.constraintlayout)
implementation(libs.androidx.navigation.fragment.ktx)
implementation(libs.androidx.navigation.ui.ktx)
testImplementation(libs.junit)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
implementation(libs.androidx.vectordrawable)
implementation(libs.androidx.vectordrawable.animated)
}
I edited the link to txt so it should work now, although for me it was white on white so I had to ctrl-a the text to read it. I replied to your other points in a separate comment
Do you have to use Excel? Have you tried LibreOffice Calc, or OpenOffice, etc?