Forwarded from Gizchina.com
Android 16 to Simplify Quick Settings for Easy Access
https://www.gizchina.com/2024/10/26/android-16-to-simplify-quick-settings-for-easy-access/
https://www.gizchina.com/2024/10/26/android-16-to-simplify-quick-settings-for-easy-access/
Forwarded from It's FOSS
Looking to access the Reddit-alternative 'Lemmy' on Android? You can do that with this app:
https://news.itsfoss.com/eternity/
https://news.itsfoss.com/eternity/
It's FOSS News
Eternity is an Open Source Android Client to Access Lemmy Fediverse Instances
Do you want to use open source Reddit alternative Lemmy on your Android? This app should help!
Forwarded from It's FOSS
Need a Linux task manager that's easy on the eyes? Check out these top GUI options:
https://itsfoss.com/gui-task-managers-linux/
https://itsfoss.com/gui-task-managers-linux/
It's FOSS
7 Best GUI-based Task Managers for Linux Desktop
Want a task manager for Linux but don't want to go the terminal way? Here are the GUI ones I explored recently.
Forwarded from Hacker News
Forwarded from Treble GSI's | Privacy + Secure
GeoNotes
A simple and lightweight app to create and manage georeferenced notes (text and photos) on a map. The goal is to create the notes as fast as possible without any unnecessary UI/UX overhead.
π Links:
- Download from: Github, F-Droid or IzzySoft
- Screenshots
- Features
- Source Code
π @popmodsnetwork
π Donate to our admins
π· Tags: #Android #Utilities
A simple and lightweight app to create and manage georeferenced notes (text and photos) on a map. The goal is to create the notes as fast as possible without any unnecessary UI/UX overhead.
π Links:
- Download from: Github, F-Droid or IzzySoft
- Screenshots
- Features
- Source Code
π @popmodsnetwork
π Donate to our admins
π· Tags: #Android #Utilities
Forwarded from Treble GSI's | Privacy + Secure
GPTMobile
Your all in one chat assistant - Chat with multiple LLMs at once and an Material3 style chat app that supports answers from multiple LLMs at once.
π Links:
- Downloads: GitHub | Fdroid
- Screenshots
- Source Code
π @popmodsnetwork
π Donate to our admins
π· Tags: #Android #AI
Your all in one chat assistant - Chat with multiple LLMs at once and an Material3 style chat app that supports answers from multiple LLMs at once.
π Links:
- Downloads: GitHub | Fdroid
- Screenshots
- Source Code
π @popmodsnetwork
π Donate to our admins
π· Tags: #Android #AI
Forwarded from The Hacker News
Explore the rise of AI impersonation fraud and its implications for cybersecurity.
Learn how to safeguard your organization against these emerging threats.
Read: https://thehackernews.com/2024/10/eliminating-ai-deepfake-threats-is-your.html
Learn how to safeguard your organization against these emerging threats.
Read: https://thehackernews.com/2024/10/eliminating-ai-deepfake-threats-is-your.html
Forwarded from Bones' Tech Garage
Classic Microsoft... Push the update on you then screw it up.
https://www.maketecheasier.com/windows-update-blocked-confusion/
https://www.maketecheasier.com/windows-update-blocked-confusion/
Make Tech Easier
Windows Confusion: Deadline to Update, Then Blocked for Some
The government warned Windows users to update for security reasons, then the Windows 11 24H2 update was blocked for some users.
Forwarded from γ³γΌγγΌ γ(qο½₯ο½₯q) -. --- - .... .. -. --.
Bones' Tech Garage
Classic Microsoft... Push the update on you then screw it up. https://www.maketecheasier.com/windows-update-blocked-confusion/
I'm not sure which build this is but I recently got a dumb watermark π
I guess I'll get that BSOD soon π
I guess I'll get that BSOD soon π
Forwarded from rayman95
It's certainly the last 24H2 preview update
Forwarded from γ³γΌγγΌ γ(qο½₯ο½₯q) -. --- - .... .. -. --.
rayman95
It's certainly the last 24H2 preview update
I'm most likely sure it is
Forwarded from Treble GSI's | Privacy + Secure
license is GPL 3
https://github.com/cylonid/NativeAlphaForAndroid
https://github.com/cylonid/NativeAlphaForAndroid
GitHub
GitHub - cylonid/NativeAlphaForAndroid
Contribute to cylonid/NativeAlphaForAndroid development by creating an account on GitHub.
Forwarded from Mishaal's Android News Feed
βοΈ Google may let you resize Quick Settings tiles in Android 16
In the latest Android beta, I activated a new resizable Quick Settings feature and was able to fit 16 tiles on a single page (vs 8 currently).
π Click here for a first look at this feature.
In the latest Android beta, I activated a new resizable Quick Settings feature and was able to fit 16 tiles on a single page (vs 8 currently).
π Click here for a first look at this feature.
Android Authority
Google may let you resize Quick Settings tiles in Android 16
Android 16 could let you resize Quick Settings tiles, but you'll only be able to pick between two different sizes.
Forwarded from Libreware
https://github.com/Cqinux/cinux
Cinux
Linus Torvalds has been sold out to big tech companies like Google and Microsoft. He himself is a billionaire and no longer writes any code. Many people, including myself, are very unhappy with his decisions, like the removal of several Russian developers from kernel maintainership status. See Several Russian developers lose kernel maintainership status.
This problematic decision is not an isolated incident. Recent dramas include adding Rust language developers like Alex Gaynor, who literally does nothing. See Unsafe Hell! Code review of "Rust for Linux" github project. Also the filesystem dramaRust in Linux lead retires rather than deal with more "nontechnical nonsense". His hatred towards C++ is another issue. It is no wonder nobody wants to contribute to Linux anymore. He really should not complain. There are also many other fundamental disagreements between me and him, such as no crashing for out-of-bounds errors, allocation failure, etc. I always support fail-fast for abstraction machine corruption and programming bugs.
What is my plan?
Maybe it is time to start a fork and rename it to Cinux (cqwrteur's Linux). I would like to first fix the kernel headers issues that break the UAPI for C++ compilers (because they use C++ keywords that break C++ code) and the Windows filesystem (Windows filesystem is case-insensitive, so some headers cannot be stored on Windows filesystems).
If I can, I will start to fix the kernel headers to support using freestanding C++ (at least, it needs C++26 standard; otherwise, it would be too broken) in the kernel with this portable C++ guideline. We will not use C++ exceptions or RTTI but will wait for P0709 Herbceptions Proposal. For a lot of functionalities missing in the C++ standard library (like array, vector) for freestanding, my fast_io library should be an acceptable replacement. See here.
I will also try to merge important forks like Asahi Linux for Apple Silicon support (the rust issue is another matter since Rust language developers and Rust foundations are very hostile to Russia and China). I will try to contain it before we have new solutions, such as a rewrite. Important forks also include Linux on Microsoft Surface.
Cinux
Linus Torvalds has been sold out to big tech companies like Google and Microsoft. He himself is a billionaire and no longer writes any code. Many people, including myself, are very unhappy with his decisions, like the removal of several Russian developers from kernel maintainership status. See Several Russian developers lose kernel maintainership status.
This problematic decision is not an isolated incident. Recent dramas include adding Rust language developers like Alex Gaynor, who literally does nothing. See Unsafe Hell! Code review of "Rust for Linux" github project. Also the filesystem dramaRust in Linux lead retires rather than deal with more "nontechnical nonsense". His hatred towards C++ is another issue. It is no wonder nobody wants to contribute to Linux anymore. He really should not complain. There are also many other fundamental disagreements between me and him, such as no crashing for out-of-bounds errors, allocation failure, etc. I always support fail-fast for abstraction machine corruption and programming bugs.
What is my plan?
Maybe it is time to start a fork and rename it to Cinux (cqwrteur's Linux). I would like to first fix the kernel headers issues that break the UAPI for C++ compilers (because they use C++ keywords that break C++ code) and the Windows filesystem (Windows filesystem is case-insensitive, so some headers cannot be stored on Windows filesystems).
If I can, I will start to fix the kernel headers to support using freestanding C++ (at least, it needs C++26 standard; otherwise, it would be too broken) in the kernel with this portable C++ guideline. We will not use C++ exceptions or RTTI but will wait for P0709 Herbceptions Proposal. For a lot of functionalities missing in the C++ standard library (like array, vector) for freestanding, my fast_io library should be an acceptable replacement. See here.
I will also try to merge important forks like Asahi Linux for Apple Silicon support (the rust issue is another matter since Rust language developers and Rust foundations are very hostile to Russia and China). I will try to contain it before we have new solutions, such as a rewrite. Important forks also include Linux on Microsoft Surface.
GitHub
GitHub - Cqinux/cinux: cqwrteur's fork of Linux kernel, rename it to Cinux
cqwrteur's fork of Linux kernel, rename it to Cinux - Cqinux/cinux