
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Scrolling wallpaper for X.
Requires an existing X window, most commonly supplied by xwinwrap
.
xwinwrap -- zss WID <path-to-images-directory>
See zss --help
for other options, such as duration, fading and image backlog.
May be installed using a nightly cargo
with
cargo +nightly install zss
Or manually by cloning the repo
git clone https://github.com/Zenithsiz/zss
cd zss
cargo +nightly install --path .
Or
git clone https://github.com/Zenithsiz/zss
cd zss
cargo +nightly build --release
cp target/release/zss <install-path>
Requires X
and opengl 3.3
at least (Not tested). Will attempt to use latest opengl available.
As per the description may be used as a wallpaper.
My settings are the following, use xwinwrap --help
and zss --help
to see what each option does and to
adjust to your window geometry (I have 2 monitors, thus the large offsets).
xwinwrap -d -b -sp -nf -ov -g "1920x1080+1360+0" -- $(which zss) "WID" --duration "30" --images-dir "<my-images-dir>" --fade 0.95
Note that which
is required here, as xwinwrap
seems to require an absolute path.
This can be run once at start-up and the wallpapers will keep running.
Performance wasn't a huge concern with this project, and there are some corners cut, including:
Although on my particular system, the wallpaper CPU usage is ~0.25% most of the time, with about ~5..15% during loading, which only takes a split second every time you switch wallpapers.
FAQs
Unknown package
We found that zss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.