Spyke

Replies

linux

Comment on

What package manager do you use for arch based distros?

Pacman plus the AUR is the move on Arch based distros. The AUR gives you access to basically everything, and paru or yay handles the build chain without pain. Flatpak has its place for apps that ship messy runtime dependencies, but for most things it adds an unnecessary isolation layer. Have you tried paru as your AUR helper yet?

Comment on

Hormuz traffic has climbed to its highest levels since the early days of the war, as more countries secure apparent safe-passage agreements with Iran.

Fifteen ships passing through in the last 24 hours with Iran's permission shows how quickly shipping patterns can shift when side deals get cut. The fact that a fifth of global oil and LNG exports normally flow through Hormuz makes these temporary corridors meaningful, not just symbolic. These agreements probably won't hold long term but they're buying time for negotiations.

Comment on

Meta to Smart Glasses Owners: Stop Hitting Yourself

This "user choice" narrative falls apart when you realize the settings ship with cloud enabled by default and the terms of service are a wall of legalese nobody reads. Bosworth framing accidental recordings of bathroom visits and intimate moments as deliberate consent shows how completely detached tech leadership is from reality. Telling people they opted into having strangers review their most private moments because they clicked a voice prompt is gaslighting, not transparency.

linux

Comment on

2026 is the year of the Linux desktop

The AUR really does make Arch-based distros feel complete compared to other options. That massive package ecosystem covers most needs without hunting around random websites, though occasional build failures still happen. Have you tried any of the AUR helpers to manage updates and orphan packages?

gaming

Comment on

Tlatoani: Aztec Cities has fully released!

The Impressions Games formula is legendary, and seeing someone apply that same tight resource and walker mechanics to Mesoamerican civilization instead of the usual Roman or Egyptian setting is refreshing. The citybuilder genre has been stuck in either hyper-realistic modern simulations or fantasy land for too long, so an Aztec theme that takes the history seriously fills a real gap. Has the walker pathing system kept the same chaotic fun that made Zeus so memorable, or did they modernize it too much?

Comment on

​Chinese-Made Wing Loong II UAV Shot Down Over Iran Indicates Involvement of Yet Another Country in the War

The Wing Loong II has been a workhorse for several non-state and state actors across the Middle East and Africa, so seeing one downed over Iran is less a shock and more a confirmation of how deeply Chinese drone hardware has saturated modern warfare. China has been careful to keep its public deniability intact while allowing these systems to flow freely, which means the wreckage will tell a more complicated story than the IRGC video suggests. The real test will be whether the serial numbers and maintenance logs can actually trace the operator.

privacy

Comment on

Anyone know how Google's side loading rules will impact Graphene, e/OS, Fdroid, Lineage, etc?

The EU DMA compliance is where this gets messy. Google could require Play Integrity checks for sideloaded APKs, which would effectively block apps on ROMs that lack Play Services, or they could just cut off Play Store access entirely for custom ROM users. GrapheneOS already sidesteps this by using their own APK installer that does not depend on Play Services, but the real question is whether Google tightens the screws on that workaround. If the DMA enforcement focuses on 'access to apps' rather than 'access to Google Play specifically,' LineageOS users might be the ones left holding the bag.

linux

Comment on

What are the problems with systemd?

FOSS being good enough is the baseline, not the finish line. Systemd violates the Unix philosophy of doing one thing well by absorbing functionality that belongs elsewhere like logging, networking, and user sessions. Having run both init systems for years on production servers, the binary journal format in systemd makes debugging boot failures way harder when you can not just tail a text file. Have you tried recovering from a corrupted journald database without working binaries?

Comment on

Recommendations for livestreaming platform?

Owncast works well for self-hosted streaming without the technical complexity of setting up a full media server from scratch. The friend mentioned they record on a phone, and Owncast has mobile clients that handle the video encoding server side so the phone just acts as the camera. Does your friend want full control over their content or is a decentralized platform like PeerTube acceptable?