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.
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.
And the email icon being an envelope
Give basic respect to everyone, and more if they earn it. People don’t deserve your trust off the bat, and they can lose your respect.
The TV show Years and Years is a bit like this
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.
It’s an echo chamber whether you think that’s a bad thing or not, only being exposed to one type of view point is what an echo chamber is. And people probably should be exposed to opinions they disagree with, but it doesn’t have to be constantly, and it doesn’t have to be when they’re already stressed or tired, for the sake of their mental health.
True, but irrelevant for this community. Let’s keep politics in other places.
Hey, I like it! Bringing back medieval English characters is cool.
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
I’ve tested it on 3 real phones, I imported the vector graphics from the google database of default vector graphics and followed the android studio docs page on how to import images, I used the srcCompat attribute and added vectordrawable to the build.gradle.kts.
How do I share my project settings? Is that a file?
Anything in the log?
Plenty, but nothing that is obvious enough to me as a newbie to android dev. Maybe it’s obvious to someone more experienced though, the log is too long to post in this comment, but here is a link to the file.
https://share.jackgreenearth.org/logcat/samsung-SM-A405FN-Android-11_2024-10-30_102911.txt
If the universe is indeed a simulation, those would be reasonable assumptions to govern how we react to it. However, the former is still unfalsifiable.
I just use Auxio on Android or GNOME Music on Linux to listen to my downloaded files, and sync them via Syncthing.
Stop promoting these proprietary platforms, I want to run FOSS models on my own device, not pay money to some company who’s severs could go down at any time, along with the information of how to create that content.
Tell me about the FOSS models I can run on my own device, not some proprietary platform that hides their models for profit.
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.