▲ 0 r/github

Anti-AI LICENSE: Human-Use-Only License (HUOL)

LICENSE:

  • Wrote a custom LICENSE file for my repo — free for humans, locked out for AI
  • Humans can copy, modify, and publish the code freely (MIT-style)
  • AI systems and AI operators (companies, model trainers, agents, etc.) get zero rights — no reading, training, scraping, or code-gen assistance
  • Exception: I (original copyright holder) can grant separate signed written permission to specific AI operators
  • Found out non-ai-licenses on GitHub already did something similar — worth checking out too
  • Not OSI-approved as "open source" since it restricts a field of use (AI training)
  • Doesn't technically stop scraping in real-time, but makes it a clear license violation / copyright claim if caught

What about this ? should something like this default for new projects ?

reddit.com
u/Mountain-Error6290 — 6 hours ago
▲ 386 r/AndroidHomescreen+3 crossposts

Made an Android widget that turns your apps into a spinnable 3D sphere — open source, F-Droid available

Hey everyone,

I got tired of staring at the same flat app grid every day, so I built AuraOrbit — an Android widget that opens into an interactive 3D sphere of your apps, which you can spin and fling around.

It's a widget, not a launcher replacement — tap it, and the sphere opens on top of your home screen. It doesn't touch your wallpaper or your existing app grid.

Tech details (for the curious):

  • 100% Java
  • Built on the libGDX game engine with a C++ OpenGL backend
  • Apps are placed using a Fibonacci sphere distribution (golden angle) so they're evenly spread in 3D space
  • Rotation uses quaternion-based momentum, so flicks feel natural instead of snapping
  • You can group apps into color-coded clusters and pin any group as its own widget
  • Standalone fullscreen mode if you just want to mess with the sphere directly

Publish on F-Droid Why no Play Store? #keepandroidopen

It's GPLv3, fully open source. Happy to answer questions about the implementation, the Fibonacci placement math, or anything else. Feedback are welcome too.

u/Mountain-Error6290 — 10 days ago
▲ 20 r/Ubuntu+2 crossposts

Glancebar - A beautiful glassmorphism desktop widget for Ubuntu.

Hello Humans, I created simple desktop widget which always stay on desktop and it has cool features

Features

  • Live clock with analog face + full month calendar
  • Current weather for your city (via wttr.in)
  • Music player with album art, progress bar, play/prev/next — works with Spotify, YouTube, VLC, anything that speaks MPRIS
  • App launcher for your most-used apps with real icons
  • System toggles — Wi-Fi, Bluetooth, Night Light, Mute — one-click from the desktop
  • System actions — Shutdown, Restart, Lock, Logout with confirmation
  • File shortcuts to your favorite folders
  • Web search bar that opens results in your default browser
  • Rotating quote of the day
  • 100% configurable via one config.json — add apps, change colors, rename toggles, point to your own icons

Built with Python 3 + GTK3 + Cairo
Try on your Laptop : https://github.com/JaiminPatel345/glancebar

u/Mountain-Error6290 — 1 month ago