Forwarded from Hacker News
inside.java
All New Java Language Features Since Java 21 #RoadTo25
Java 25 ships with a number of new language features, many of which fit under the umbrella of data-oriented programming, on-ramping new developers, and making Java more viable as a scripting language for easy automation. Join Jose as he explores the…
Forwarded from Hacker News
Forwarded from Gizchina.com
Ulefone Debuts New Brand RugOne and Xever 7 Rugged Phone with Swappable Battery at IFA 2025 https://www.gizchina.com/ulefone/ulefone-debuts-new-brand-rugone-and-xever-7-rugged-phone-with-swappable-battery-at-ifa-2025
No deleted account found from
84 scanned users from this group 🚫👻Install GSI in termux
Then command
-
-
Then for storage permission
-
-
-
After 5 or 6 min it may stop then again type
-
gsi_img.xz replace it with your link.
Then command
-
pkg update-
pkg upgradeThen for storage permission
-
termux-setup-storage-
pkg install wget curl -y-
wget yourLink [demo: wget gsi_img.xz]After 5 or 6 min it may stop then again type
-
wget -c yourLinkgsi_img.xz replace it with your link.
Forwarded from Wild Kernels Bot
Wild_KSU_3a3df62e_13757-release.apk
17 MB
🔧 CI Manager (TEST BUILD) #ci_3557
📝 Fix back gesture on home screen to exit app
Added specific case in BackHandler for HomeScreenDestination.route to call finish() when back gesture is used on the home screen, ensuring the app exits as expected instead of doing nothing.
🔗 Commit: https://github.com/WildKernels/Wild_KSU/commit/3a3df62ef83266291a0375d375736f3bbad1fdaf
🏃 Workflow: https://github.com/WildKernels/Wild_KSU/actions/runs/17519182895
📝 Fix back gesture on home screen to exit app
Added specific case in BackHandler for HomeScreenDestination.route to call finish() when back gesture is used on the home screen, ensuring the app exits as expected instead of doing nothing.
🔗 Commit: https://github.com/WildKernels/Wild_KSU/commit/3a3df62ef83266291a0375d375736f3bbad1fdaf
🏃 Workflow: https://github.com/WildKernels/Wild_KSU/actions/runs/17519182895
Wild_KSU_3a3df62e-spoofed_13757-release.apk
17 MB
🔧 Spoofed Manager (TEST BUILD) #spoofed_3557
📝 Fix back gesture on home screen to exit app
Added specific case in BackHandler for HomeScreenDestination.route to call finish() when back gesture is used on the home screen, ensuring the app exits as expected instead of doing nothing.
🔗 Commit: https://github.com/WildKernels/Wild_KSU/commit/3a3df62ef83266291a0375d375736f3bbad1fdaf
🏃 Workflow: https://github.com/WildKernels/Wild_KSU/actions/runs/17519182895
📝 Fix back gesture on home screen to exit app
Added specific case in BackHandler for HomeScreenDestination.route to call finish() when back gesture is used on the home screen, ensuring the app exits as expected instead of doing nothing.
🔗 Commit: https://github.com/WildKernels/Wild_KSU/commit/3a3df62ef83266291a0375d375736f3bbad1fdaf
🏃 Workflow: https://github.com/WildKernels/Wild_KSU/actions/runs/17519182895
Forwarded from Wild Kernels Bot
🌽 New Kernel Release Uploaded
📦 Repository: WildKernels/GKI_KernelSU_SUSFS
✏️ Commit: 051cc4901908cc4ef0ce118de57ef86c2b5a54d8
🔗 View GitHub Release
📦 Repository: WildKernels/GKI_KernelSU_SUSFS
✏️ Commit: 051cc4901908cc4ef0ce118de57ef86c2b5a54d8
🔗 View GitHub Release
GitHub
GitHub - WildKernels/GKI_KernelSU_SUSFS: GKI Kernels with KernelSU & SUSFS
GKI Kernels with KernelSU & SUSFS. Contribute to WildKernels/GKI_KernelSU_SUSFS development by creating an account on GitHub.
Forwarded from Hacker News
Forwarded from Hacker News
Hackers' Pub
Stop writing CLI validation. Parse it right the first time.
This post introduces Optique, a new library created to address the pervasive problem of repetitive and often messy validation code in CLI tools. The author was motivated by the observation that nearly every CLI tool reinvents the wheel with similar validation…