HN user

flas9sd

334 karma
Posts1
Comments247
View on HN

I tend to use quite old hardware that is powered-off when not in use for its intended purpose and I coined "capability is its own quality".

For dedicated build boxes that crunch through lots of sources (whole distributions, AOSP) but do run seldomly, getting your hands on lots of Cores and RAM very cheaply can still trump buying newer CPUs with better perf/watt but higher cost.

AnduinOS 11 months ago

addressing that concern, the dev blog roadmap[1] lays out the plan to commonize in the 1.4 version cycle with completion in v1.5 to

.. establish our own apt software repository, managing all changes directly via dpkg. [..] This also allows other Linux distributions like Debian to install AnduinOS's customizations easily

[1] https://news.anduinos.com/post/2025/5/21/anduinos-future-dev...

AnduinOS 11 months ago

it's pretty straightforward to change: a makefile, some preset variables in a .sh, then it iterates through https://github.com/Anduin2017/AnduinOS/tree/5bbd94d9c4fa455e... - the tree also points at the gnome-extensions it uses to create and mod the global menu.

can't be too hard to rebase onto Debian (the superior .deb distribution). I put it on 2 endof10 laptops as whatever I do every few years, kde just doesn't stick

Gmail to SQLite 1 year ago

having sqlite exporters for platforms is great help for archiving, but also general questions: I used https://github.com/ltdangle/mail2db to see how much mail volume I still receive monthly on a mail account that I want to move away from. A top10 of senders directed my un- and resubscribe actions.

Gmail to SQLite 1 year ago

in both iOS and Android it's all stored in sqlite already. Table schemas circulate forensics blogs and QA sites and how to obtain the unencrypted db

come for the reminder to try FreeBSD some time again, read light systemd bashing (can't be harmed at that point), stay for managing Jails backup through.. NocoDB :) Stunning travel photography btw!

you could try Zealdocs - it was a reason to go reading more of the projects own documentation pages. There are converters for whatever-doc/ssg-framework a project uses to Docset, the packaged format it relies on. Though ignoring that, how approachable the docs are to different levels of experience is another thing.

I learned heaps from treating a REPL as an (offline) escape room, in terms of how to get inline help, variable introspection and debugging tricks. Not every language offers a convenient one though.

a quick shortcut flow in a browser on the youtube channel page (a click below the video title):

ctrl+u ctrl+f "rss+x" -> shows a click+copyable video.xml link

I understand people being pleased to learn this, for me the peertube announcement was learning about p2, as it's been around a few years already.

alternateEnclosure is a real gem in the p2 rss spec, the thing that makes multiple channels and alternative formats/codecs/resolutions work.

.. improves support for Podcast 2.0, allowing users to subscribe to channels and play the video audio stream (if available) using classic podcast applications

that refers to https://podcasting2.org/podcast-namespace

A youtube channel url provides a rss link too, but it's not advertised much and you need a player that can extract the audio stream. I often yt-dl the audio from talks/interviews, but it could be easier.

The v7 interface came out nice, for examples see https://instances.joinpeertube.org/instances?sort=-version&p...

had a positive experience recently on an issue and getting it fixed, people were helpful and instructive. For drive-by newbies there's an initial penalty to dig into Mozilla tooling. Lowering the threshold there will attract more contributors.

had a look and I like it. More "raw markdown" (what the OP uses too) instead of HTML in web publishing is a good thing - basically because xml syntax is not how humans want to write.

This, combined with git forges pages concept or tilde user accounts makes for nice corners in the webs.

true, but the complexity is greatly reduced between a caf container and (since Safari 17.5) a webm encumbered opus: the provider can offer 1 webm file to all platforms.

Especially in podcasts where it's just voice the savings in storage and traffic are significant. My own listening preference is 32kbits opus at ~1/4th size of the original 128kbits mp3.

centralized services can execute on "give every user a wallet", but federated services and protocols can also add an attribute to piggyback on the addressbook that is inherent to a following/follower relation. Subscriber tiers and encrypted content is harder, but the peer discovery is already there.

thanks for the PSA, I use the network tab alot and was still unaware. If you hover in the field the '?' symbol will actually link to this help page.

when you filter the requests and export an .har, the archive will include only the requests listed. For adhoc extraction I then poke at the har with jq to get what I need.

there's Named Data Networking (went by Content-Centric Networking earlier). You request data, not a url, the pipe/path becomes the CDN. If any of your nearest routers have the bytes, your request will go no further.

I don't see it much mentioned the last few years, but the research groups have ongoing publications. There's an old 2006 Van Jacobson video that is a nice intro.

Better adb shell 2 years ago

why pad my opinions with outdated quotes if I can have first-hand experience? it's a good tip I gave on recent developments and your objections aren't convincing. Latest Lineage/Graphene both include in their forked seedvault repos a current enough version to check out d2d-transfer, give it another try.

Better adb shell 2 years ago

did you base your impression for 'half the time' on a version that can't skip the allowBackup=False app manifests via d2d ?

I had the opposite experience with RDP and Debian 12 / GNOME 45. It marks the release where I can easily tell family how to enable RDP in GNOME from the settings (or do it myself if ssh is available). Next release had even more refinement: https://release.gnome.org/46/#remote-login-with-rdp

'grdctl' managed to be able to configure everything with RDP the gui does. VPNs help to secure the port though. I wonder if your experience hinges on trying to work it out with vnc instead of rdp.