I’m sick and tired of the Capitalist religion and all their fanatic believers. The Western right-wing population are the most propagandized and harmful people on Earth.

  • 0 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle
  • I don’t know, but allow me a soft rant about the ‘distributed’ part;

    Couldn’t selfhosters try to ‘organize’ and share these burdens ? Why pay for external cloud backup, or anything, when selfhosters can just help each other storing parts of others backup. Then everyone have an automatic back-up.

    The tools seem to be there, but Its like there are all these super-skilled infra-structure selfhosters that know everything about self-hosting solutions, but they lack the self-organizing ability to sollve these typical - and a bit trivial, lets be honest - problems in a full p2p style. The result looks to be that all self-hostings solution above the threshold of an average individual selhoster, have to be done in the cloud, and everyone is ‘siloed’ in their own mini data center.

    But, with existing tools, AI and a little imagination, it shouldn’t be too hard to ‘organize’ a little (though here) design a self-hosting p2p backup solution from existing tools. …or a solution for most of the other cloud services we still rely on…

    But maybe its something else ? …to me, it just seems unnecessary for a high expertise self-hoster community that - when combined - are an absolute gargantuan cloud-service infrastructure …to still have such basic capacity issues (no offense meant to op, or anyone!), and still have so high reliance on cloud services. Seems odd to me…


  • Same processor as in the Orangepi 5b.

    1. Weird that they don’t promote the 3core NPU it contains. The phone will be able to run a 8b model, or image/audio models quite okay. Larger models will be too slow.
    2. Another luxury-priced Linux phone. They have to cover their expenses, and there’s a nice screen/cams, but the price difference from an Orangepi or similar sbc with an 3588s, to this product is way too big for my pocket. It’s around 5* the price for the compute.

    It should be possible to have a small portable touch-monitor as UX, and a small sbc/battery in a pocket. Or just stream a remote screen to the touch-monitor. Would prefer such a clunky solution to be honest.



  • Guix is a great and modern Operating system, where most things are thought through in the FLOSS (free libre open source software) spirit. but besides the installer, you will get your hands dirty in the terminal, with a little Scheme coding (configs are in Scheme (a Lisp like language (that uses an insane amount of ()'s (!!)))) - imagine that. Anyway, standard Guix doesn’t come with proprietary drivers, so you’ll have to add the non-guix repository (gitlab/github) for many wifi drivers. Not quite as easy as other Distros, but doable if you take small steps and copy&paste your first configurations.

    I use Flatpak’s to enhance the software selection, installing from git/pypi and others is also possible.

    ONE anecdotal downside is that I have experienced a few machines where the installer fails, and I have to do it manually. Doable, but it does require a little nerdyness to fix.

    All Guix experts have apparently mind-melded with Emacs, and are nerdy compared to normal users ! The main focus is not on UX, but its a cool environment if you become interested in the inner workings of the system, or any of the nerd tool (LaTeX is a Classic, so you are almost there ;-).

    If that all gets to hairy, you could try out https://www.pantherx.org/ that are a guix based distribution. I think they have enabled non-free firmware by default, and you get a nice® desktop experience out of the box, so there’s that. I haven’t tried it yet, tho.

    Guix is both very advanced under the hood (where all the lovelyness happens), very stable, and very FLOSS, but for doing light work only, you might overshoot on raw Guix. PantherX is likely easier, but you’ll perhaps have to live with a few proprietary blobs (closed source drivers) in the kernel.

    I’m tired, sorry for errors…