GMKtec EVO-X1 Review: Mini PC shows big performance can come from small packages


The GMKtec EVO-X1 is a mini PC that combines a versatile set of ports with a powerful 12-core, 24-thread AMD Ryzen AI 9 HX 370 Strix Point processor with 16-core RDNA 3.5 integrated graphics and an NPU that delivers up to 50 TOPS of AI performance. And all of that fits inside a compact body that’s smaller than a typical 4×4 NUC computer.

First introduced in late 2024, the EVO-X1 is now […]

#gmk #gmkEvoX1 #gmktec #gmktecEvoX1 #miniPc #reviews #strixPoint

Read more: liliputing.com/gmktec-evo-x1-r…

Full Disk Encryption on SSD (Debian)


Hi everyone,

as my thread from yesterday about shredding SSD's the right way already was very helpful, another follow-up topic came to my mind, which may also be interesting for me and maybe others too.

Since many PC's often use SSD's and less harddrives nowadays it may be interesting to discuss the full-disk encryption of it.

First of all some questions, which came to my mind:
- Does the encryption of a SSD decrease its performance (read/write-speed) significantly?
- How does the encryption affect the wear-leveling of the SSD and what should be considered to ensure a safe encryption?
- Will functionalities like hibernation still work? Are maybe other functionalities affected in a negative way?

I already successfully full-disk encrypted my old laptop (harddrive) with the instructions from StackExchange.
My computer has a 1TB SSD + 1TB harddrive and I wish to encrypt completely everything, that's not technically necessary. I want to use Debian as my distro.
Could this instruction work the same way as with harddrives?

I'm interested in your knowledge about this.

~sp3ctre

This entry was edited (2 weeks ago)
in reply to ReversalHatchery

As far as I understand it with LUKS1 the whole partition is filled with random looking data and when something changes it does so at random points which doesn't let you see how much data really changed or how much is actually useful data.

But my knowledge is really really spotty, so I might have understood something incorrectly.

This entry was edited (2 weeks ago)

Something to experiment with and see for yourself if you ever have the time


There's a certain controversial user on here (am I allowed to mention her name) who mentions she uses a Wii U as her main console, and that the internet on Wii U's is weird, and that it turns out that not only is lemm.ee the only Lemmy instance that works on the Wii U, but the way it works on there is so unfitting in just the right way that it causes posts and bans to half-federate like they're in a zombified state of existence. I tried a Wii U and could confirm every part of this I experimented with.

don't like this

European Open Web Index goes public in June 2025


After 2,5 years of intensive research and programming efforts, the entire Openwebsearch.eu project team is excited to grant access to its pilot of the first-ever federated pan-European Open Web Index (OWI).

From June onward, commercial and scientific development teams of any size as well as interested individuals are welcome to access and make use of almost a petabyte (and growing) of open web data under a general research license or – upon request – under a designated commercial license as well.

Given that the European Commission has launched the InvestAI initiative to mobilize €200 billion of investment in artificial intelligence, the Open Web Index comes with perfect timing.

The OpenWebSearch.eu consortium actively calls early adopters to pioneer innovative projects surrounding vertical web search, argumentative search, LLM applications including RAG and more.

“The OWI symbolizes a first step towards true European digital sovereignty and is a fundamental step in paving the way for a comprehensive open European AI landscape.“ says Community Manager Ursula Gmelch and further:

“Our goal behind this initial pilot phase is to onboard a range of projects from diverse domains to get early feedback in. We look forward to users confirming the quality and value in current functionalities and/or helping us pivot in such ways that real market demands can be met and further expanded upon.“

An official kick-off event will be hosted on 6 June from 10 am to 12 am CEST via Zoom.

Registration to the event is open under the following link:

cscfi.zoom.us/meeting/register…

[,,,]

[Solved]No network access after latest update Fedora


cross-posted from: lemmy.world/post/29911877

Everything seems fine, but I have no network access 😅 happened after I restarted for a System update. Can't figure out what is wrong - help please 😊 Wired connection.

Enabled Wifi, but same problem; connect but cannot reach gateway. (other computers and pads are connected, and they work fine).

This entry was edited (2 weeks ago)
in reply to CapriciousDay

I am not defending Microsoft but I have a different take.

Microsoft has already lost a the enterprise to Linux. They know it but no longer care that much. This is because the real money is in Azure (the Cloud and “the agentic web”). Microsoft makes a tonne of money off Linux and Kubernetes in the cloud. They hope to make even more money off AI. They are ok that this stuff is all Linux based. They get plenty of lock-in from volume contracts and Azure only APIs and services (especially AI sandboxes ).

However, Microsoft knows the importance of developer mindshare and influence. It is still “developers, developers, developers”. They know they cannot really stop devs from using containers and Linux but they want devs using MS software. So, they are building Linux into the Windows desktop.

They hope, I believe, that the devs will prefer the “best of both worlds” Windows experience over the “all in on Linux only” Linux one.

In some ways, they are competing more with macOS. Devs using Linux on the server had been flocking to macOS on the desktop because it is “also UNIX” but with commercial software support and a nice UX. If Linux had won on the server, Microsoft is defending the Pro desktop.

This entry was edited (2 weeks ago)

ZFS or LUKS/btrfs for my use case


I'd been using ZFS with Void linux on both my laptop and desktop for a couple of months. And ZFS is cool! But I'm thinking not great for my use case, especially for my laptop with it's more constrained resources. Memory usage was a real problem, even after imposing low ARC limits. And the kernel module compile time was long enough to be a bit annoying, especially for a few kernels (I like to keep the last few around, to be safe) as it happens fairly often on a rolling release.

I switched the laptop to LUKS/btrfs a couple of days ago. And I'm thinking that was the correct choice for that. And now I'm considering doing the same for my desktop. As they seem comparable but btrfs is in-kernel and seemingly more system resource friendly. But before doing so I figured I'd ask the community about it. Maybe some important factors or features for either setup that I might not be considering.

Here's the stuff I care about. All of which both offer, but I'm not an expert at either and I don't know how equal they are.

  • Disk encryption. For ZFS everything (except the EFI partition) is encrypted. I use ZFSBootMenu in this scenario. For the btrfs setup I have the kernel/initramfs on an ext2 partition. I do not store any decryption keys in the initramfs. I know grub can decrypt LUKS with limitations, but I prefer this setup. And it feels secure enough to me. Any pitfalls I'm missing?
  • Pools/subvolumes
  • Snapshots. ZFSBootmenu has an option to load a snapshot. For btrfs it looks like I'd need to create a subvolume from a snapshot, which in a recovery situation might mean doing this from recovery media. That's ok, given this is an unlikely thing to encounter. But if anyone knows of an easier way, I'd love to hear it.
  • CoW
  • RAID 1
  • Compression is nice, especially for the laptop

Edit: typo in title.

This entry was edited (2 weeks ago)
in reply to JovialSodium

IME, btrfs is easier to work with than ZFS. It has all of the features you asked for; its RAID ≠ 0/1/10 are buggy, but 0/1/10 are considered reliable. In the past year, I heard a rumor that they were going to announced RAID > 1 to be also stable, but that's hearsay; I haven't read anything authoritative on the subject - the Arch btrfs page and the btrfs man page both still say 5/6 are not reliable.

I've been using btrfs on a variety of computers and VMs, from tiny little ODROIDS, to laptops, to VPSes, to desktops for... over a decade? I've had much better reliability than ext4. I was attracted to the POLS of the commands, vs ZFS.

I don't know how much my opinion weighs; I have a feeling a data center person would suggest ZFS as being more "enterprise". I've been really happy with it. I've been watching bcachefs for the caching and target options - really neat features useful for home gamers - but otherwise I wouldn't bother - btrfs has been solid and done everything I could want. It was a huge upgrade from mdadm and lvm in UX, and was only possible when disks got so cheap they outpaced my need for RAID5, and I could afford multiple backup drives that held years worth of nightly incremental backups.

in reply to 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

Hearing roughly a decade of successful use, especially on systems with constrained resources, certainly makes me lean further towards btrfs.

its RAID ≠ 0/1/10 are buggy, but 0/1/10 are considered reliable.

btrfs has been solid and done everything I could want. It was a huge upgrade from mdadm and lvm


@ikidd@lemmy.world said that btrfs is poor at software RAID. I'll do a little research in to how it fares for RAID 1 vs mdadm. I don't see any reason I couldn't do mdadm>luks>btrfs if that's the better choice. But if btrfs is reliable and with comparable performance, I'd certainly rather do that.

This entry was edited (2 weeks ago)
in reply to JovialSodium

I have no doubt ZFS is solid, too, FWIW. I leaned toward btrfs because it was simple, the commands straightforward and clear, nothing required more than one step - this is all super valuable to me because there are other things I want to spend my time on than fiddling with the filesystem.

@ikidd@lemmy.world said that btrfs is poor at software RAID.


You should check for yourself. I haven't used software RAID in years - RAID 0+1 gives me no value - but the btrfs team and Arch wiki say 0, 1, and 10 are solid. You should not use 5 or 6, as they're known to be buggy and even the btrfs man page tells you to not use it. So, yeah? btrfs is poor at RAID 5/6; to my understanding, it's good at 0/1/10.

btrfs can do encryption, compression, snapshots, and some RAID. I found combining mdadm and lvm and FS built a jenga tower, of which if part failed, the entire end result was borked. I once did an OS upgrade and lost the mdadm config, and spent two days recreating it. I never used it on a new machine after that. Separation of concerns is great, but having an all-in-one that can self repair and boot into snapshots is better.

I can't speak to performance. No doubt Toms of someone like that's looked into that in detail.

in reply to 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

btrfs because it was simple


Personally I found ZFS far more simple. The userspace tools make more sense to me. Also I like, that volumes can have a default (relative) mount point attached. So in a recovery scenario, I simply have to open the zpool with a relative bath path, and then have all my volumes ready to go. If I want to recover a btrfs system with multiple subvolumes, I typically need to know exactly which ones and where to I have to mount (each individually).

Also I go really used to zfsbootmenu.

This entry was edited (2 weeks ago)
in reply to JovialSodium

if you have a look at the btrfs mailing lists post that introduced RAID1c34, they were created because RAID56 were not considered viable or fixable. It's in couched language but reasonably clear. I don't think you're thinking of using those (RAID56) but don't.

Never had any btrfs problems that weren't self generated or date from a really sticky period in btrfs's history (years ago). I've used RAID56 until RAID1c34 became available and RAID10 where I could.

Haven't tried LUKS - btrfs though, although effectively no worse than putting btrfs in a VM, albeit a bit more computationally intensive.

This entry was edited (2 weeks ago)

Cost of running a mastodon instance


how much does running a mastodon instance of 1000 users costs?
Disabling Images and allowing only text is one of my condition. So if I do that, will that change cost?
I am thinking of a VPS so that i can have greater control over instance functionality

How much Storage and RAM will be required roughly?

This entry was edited (2 weeks ago)

SSD Drive Problem


I have a new WD Blue 1TB ssd hard drive that doesn't want to get formatted or mounted. When I attach the drive via USB I get an error message of:
Unable to Mount 1.0 Tb volume
An operation is already pending

Eventually I get:
Unable to Mount 1.0 Tb volume
timeout was reached

I have a Lenovo Thinkpad T570 running Linux Mint 22.1 Xia base. "GParted" and "Disks" don't see the drive. Is there something I can do to access the disc or is it toast?

Shredding my SSDs (NVMe) under linux?


Hey guys,

I want to shred/sanitize my SSDs. If it was a normal harddrive I would stick to ShredOS / nwipe, but since SSD's seem to be a little more complicated, I need your advice.

When reading through some posts in the internet, many people recommend using the software from the manufacturer for sanitizing. Currently I am using the SSD SN850X from Western digital, but I also have a SSD 990 PRO from Samsung. Both manufacturers don't seem to have a specialized linux-compatible software to perform this kind of action.

How would be your approach to shred your SSD (without physically destroying it)?

~sp3ctre

in reply to 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

I don't see how attempting to over-write would help. The additional blocks are not addressable on the OS side. dd will exit because it reached the end of the visible device space but blocks will remain untouched internally.

The Arch wiki says blkdiscard -z is equivalent to running dd if=/dev/zero.


Where does it say that? Here it seems to support the opposite. The linked paper says that two passes worked "in most cases", but the results are unreliable. On one drive they found 1GB of data to have survived 20 passes.

in reply to patatahooligan

Sorry, it wasn't the Arch wiki. It was this page.

I hate using Stack Exchange as a source of truth, but the Arch wiki references this discussion which points out that not all SSDs support "Deterministic read ZEROs after TRIM", meaning a pure blkdiscard is not guaranteed to clear data (unless the device is advertised with that feature), leaving it available for forensics. Which means having to use --secure, which is (also) not supported by all devices, which means having to use -z, which the previous source claims is equivalent to dd if=/dev/zero.

So the SSD is hiding extra, inaccessible, cells. How does blkdiscard help? Either the blocks are accessible, or they aren't. How are you getting a the hidden cells with blkdiscard? The paper you referenced does not mention blkdiscard directly as that's a Linux-specific command, but other references imply or state it's just calling TRIM. That same paper, in a footnote below section 3.3, claims TRIM adds no reliable data security.

It looks like - especially from that security paper - that the cells are inaccessible and not reliably clearable by any mechanism. blkdiscard then adds no security over dd, and I'd be interested to see whether, with -z, it's any faster than dd since it perforce would have to write zeros to all blocks just the same, rather than just marking them "discarded".

I feel that, unless you know the SDD supports secure trim, or you always use -z, dd is safer, since blkdiscard can give you a false sense of security, and TRIM adds no assurances about wiping those hidden cells.

This entry was edited (2 weeks ago)

Any window manager suggestion


So Ive been using linux for a long time and mostly with gnome. I know about window managers and how using them will reduce the memory usage by system a lot because they are less bloated etc.
I want to try a window manager on my nixos machine - this will be my first time trying one, I have good knowledge in programming so technical stuff wont bother me that much.
Which window manager do you suggest? Customization is my priority.
in reply to kixik

Hm? Both bspwm and herbstluftwm have tabbed layouts. It's been so long since I've used i3, but it has them too, right? Sway's a mostly config-compatible, mostly client compatible i3 clone for Wayland, so I'd expect it to have tabs, too. As well as floating windows, which every tabbing WM I've used also supports.

I think I missed your point. What are you saying? Did I say something that made you think I thought tiling WMs could only do tiling?

What I'm opinionated about is configuration files. Technically, even a desktop could be configuration-less, although I've never seen one. I have become insistent that my WM have no configuration that isn't set through a client call. Sway still uses a config file like i3; mostly the same config file, unless it's drifted significantly. That was Sway's whole killer feature: i3 users could switch from X11 to Wayland with only minor configuration file changes.

in reply to 𝕽𝖚𝖆𝖎𝖉𝖍𝖗𝖎𝖌𝖍

Tiling widow managers are popular, but they’re definitely a taste.


Oh, I refered to that in your post. To me all WMs/compositors are a matter of taste, including stacking ones (on wayland from the stacking ones I only like labwc though it's xml config is not what I would prefer). And you already clarified, but it gave me the impression that it was implicit that tiling was a matter of taste, when those WMs/compositors also offer tabbed/stacked mode, which to me it's not tiling at all, and offers something really appealing not so easily to achieve on any stacking WM/compositor.

Regarding config, well yes, if one is looking for no config at all, and still get the WM/compositor to be useful and also to one's liking, then that's hard to find. But the config files once achieving what one likes and is productive with, then one barely looks at it again, and they are usually portable (usually not only across PCs, also across distros).

But I got your point, sort of "plug and play" as they said before, just install it and without any config be productive with it... I can't imagine that. I heard river is pretty close to dwm, but I can't tell much about it. The river idea of dynamic tiling, which seems to be the default doesn't really appeal to me, so I would need to do tabbed mode any ways, which doesn't seem to be the default, so at least for me it wouldn't be that configless... But maybe it would be to dynamic tiling people.

This entry was edited (2 weeks ago)

Do I still get updates if I install from .deb file?


If I install software from .deb file, do I still get the updates & upgrades when I run sudo apt update / upgrade ? Or is flatpak the way to go? I'm not very familiar with flatpak, so I'm trying to avoid, but it seems that cons are limited.
I'm currently running mint cinnamon (how original, I know), and asking because i can't seem to add mullvad-vpn stable repo.
Thank you for your help,
in reply to bizdelnick

Really sorry, it's too long ago to remember the exact error,

but IIRC

when you followed the ubuntu instructions for adding the repository it would kick an error because the command included a reference to noble and mint os name is xia so the contents of the osrelease when checked didnt match and it threw an error.

Could be wrong, I didnt document it.

The work around was to edit the commands.

All a moot point now as

a) the instructions now on the mullvad site don't reference noble and

~~b) mullvad now appears to be in the mint store (which is how you should always install if possible~~

Not correct, only true if you've manually added the repo

This entry was edited (2 weeks ago)

Installing Linux on Surface Pro 8


Hi everyone! I know im not good with technology. I brought a surface pro 8, 3 years ago. I obviously understand that was a mistake and i should have listened to programmer cousin. Its gonna be slighty difficult to install linux on it.

I've researched several youtube videos, but i was wondering if anyone had any tips?Obviously the attachable keyboard has to work and i want the touch screen to work. The surface appealed to me when i brought for those features.

With all the privacy concerns of windows, i want to commit to switching my operating system! Thank you everyone for their help with all my privacy questions. Ive been getting into foss and learning kotlin.

Lemmy needs AI. [SATIRE]


Lemmy needs AI features integrated, this would help increase the efficiency of poster and commenter workflows, allowing for maximal upvotes per minute, and as a consequence it increases engagement across all communities. The direct increase in output of posters when they enhance their workflow with LLMs is staggering, and comments per minute for each post go through the roof. This allows for discussions to be longer, and LLMs can be deployed on the site in such a way as to write comments that leave the reader desperate to see what the next reply is, even further boosting how many hours people spend on each post.

Lemmy not integrating AI workflows is denying a choice that everyone should be making, AI will replace posters that don’t keep up, so learning AI workflows is now essential for posters and commenters. AI will be completely different tomorrow, the workflows are going to be completely different in a months time, and it will produce even MORE text, and even MORE images. You hear me, you should learn AI right now, otherwise the posters and commenters who use AI will overtake you in terms of upvotes, and then, well you all know how important upvotes are.

I propose that accounts have a mode that can be turned on to auto generate posts overnight, and on top of that AI should try to autocomplete every sentence people type into the editor. This will maximise the benefits to Lemmys written communities. I also propose having an AI art generator built into each post, so every post can have an image, further maximising engagement. Moderators can benefit from the shift in paradigm that AI have brought about, with AI being able to create and moderate communities that no one has even asked for! Lemmy should not only allow but encourage the adoption of these tools, and everyone should be jumping on this revolution like there is no tomorrow.

I also think that the developers should integrate AI into their workflow, it could automatically add features that people don’t even know they want. I am SHOCKED that the developers are still creating Lemmy at this point, as AI can already do 110% of their job, the other day ChatGPT wrote me a sorting algorithm that it told me was totally new, and that it was able to sort any list instantly regardless of size.

My stock portfolio has nearly doubled since I went all in on AI stocks, and I expect it to double in coming months, this tells you just how amazing AI is. Since all the companies are valued this highly despite having quite a small consumer base.

This entry was edited (3 weeks ago)
in reply to n2burns

They tend to lag behind on purpose for stability reasons, but a year out of date is pushing it.

Part of the issue they have is that one of the most popular apps for lemmy, Sync, has been abandoned by its dev. They said they have roughly 5k/month sync users, and if they update, their experience will break further. The egregious part is that app has subscription options, and it's still been 10+ months since the last update.

I left Sync for summit a couple of months ago due to the above, and boy howdy is it better. ~~Actual FOSS,~~ huge amount of options, very similar ux and flow as sync. It's a champion.

Here's hoping more people trickle off of sync to a better app and lemmy world can drop that from their issues list.

This entry was edited (4 months ago)

Linux mint PS4-PS5 controllers


Random sleepy ramble.

Hey I'm new to Linux and mint seems like the easiest to switch over to coming from windows. I have had trouble with pairing Bluetooth PS4 controllers and emulating them as xinput. I used ds4drv but that's a little outdated now. Also I noticed that catchyos just works after pairing it on my other PC. So I spent a while trying to get mint to work without the need of ds4drv, it kept pairing as a wireless controller that wasn't detected as an actual controller through steam or anything else.... I tracked that down to an issue with the Bluetooth manager and maybe missing udev rules so now I can connect using a different manager and it comes up as a PS4 controller....but now I think I need ds4drv to emulate it as xinput so I've came full circle.

My question is do I need ds4drv to be using a Sony controller as xinput and also how does catchyos do it without ds4drv? And should I just screw Linux mint and switch to Catchyos?

in reply to Magnus

I thought the drivers were already merged into the kernel as hid-sony or hid-playstation?

Have you tried removing ds4drv and just trying to connect the pad via USB? If that works, you can try pairing via Bluetooth.

It could be your Mint kernel is old and doesn’t have the drivers. I’m on Arch so I’ve had no issues and the pads just work and Steam handles them with no issues.

This entry was edited (3 weeks ago)

Why Vim Is More than Just an Editor – Vim Language, Motions, and Modes Explained


Is Linux compatible with touchscreen/2 in 1 laptops?


Hello all!

Given that Windows 10 is going to be unsupported by the end of this year, I was planning on switching to Linux since my laptop doesn't meet the requirements to run Windows 11.

My current laptop is an HP Pavilion x360 and by far, my favourite part about it is how it's not only a touchscreen, but the hinges allow the laptop screen to lay completely flat just like a tablet, (the interface even changes to a more tablet ish version) it's great for watching movies and drawing. When I switch over to Linux, I want to be able to keep as much of this feature as much as possible. I was planning on installing Elementary OS as it's designed to be more 'plug and play' as I'm not super tech savvy. When I was looking into if converting a touchscreen laptop to Linux, I read that Ubuntu has some touchscreen support which Elementary OS is based on, but I'm not sure how good it is, as all the Reddit threads on the topic were pretty old.

Whats the touchscreen support on Ubuntu like now? If you have a touchscreen laptop running Linux at the moment, how responsive is the screen? Is there other distrios that support touchscreen that are don't have a steep learning curve?

Thanks!

in reply to NeedyPlatter

I have a similar convertible device, and it's almost good with KDE. KDE components switch to a layout with more whitespace and bigger icons so they are easier to touch, and some KDE programs like the file manager also opens a special menu on long press on files that is an easier to use version of the right click menu.

firefox also handles it well, I can easily scroll a page with momentum, but I can also select text.

my device also has a plastic pen (no buttons or battery in it), and linux knows to ignore touch input when the pen is near the screen so that I can rest my palm on it while writing.

but a major pain point is that so far I haven't found a real touch keyboard. there is Maliit, which is much harder to build locally than other programs, and if you get it to work it is hard to use. then there is squeakboard, but last time I was looking into it that depended on wayland protocols that were not implemented yet in KDE's compositor

This entry was edited (3 weeks ago)

LILYGO T-LoRa Pager is an ESP32-powered communications device with LoRa, NFC, and GPS


Pagers may have largely gone out of fashion in the age of the smartphone, but the T-LoRa Pager from LILYGO puts a modern spin on the class communications device. It’s a portable device with a 2.33 inch widescreen display, a thumb keyboard for tapping out messages, and support for LoRa, NFC, and GPS (GNSS), theoretically allowing you to communicate without relying on cellular networks.

It’s […]

#lilygo #lora #pager #tLoraPager

Read more: liliputing.com/lilygo-t-lora-p…

How to see if your GPU is being used by games or a process in linux?


Title, I am unsure if games are using my GPU or if using my CPU, or maybe my GPU through my CPU, I do not know, something is using my GPU, but I think its just KDE plasma, and I would like to know definitively how to find out
This entry was edited (3 weeks ago)
in reply to IrritableOcelot

The master branch works well with Intel ARC, I contributed a lot of the ARC changes. I don't think they've made it into a release yet though.

Edit: 3.2.0 has them: github.com/Syllo/nvtop/release…

This entry was edited (2 weeks ago)

Don't nobody take anything this dude says with anything less than sn ld 50 grain of salt


I think it speaks for itself.
in reply to YiddishMcSquidish

Check the sticky post about rules concerning this:

!fediverse@lemmy.world is not a place to file your grievances with “free speech”, disrupting users, moderation, etc.

If you have problems with users: File complaints to the mods or just block them.

If you have problems with mods: File complaints with admins of the instance or just migrate to an alternative community.

If you have problems with an entire instance: Just leave it.


And to add: If you do want/need to highlight misbehaviour, stalking or even just rant about injustices happening publicly, there are places like !fediverselore@lemmy.ca (rules prohibit stuff you are personally involved in, though) and !yepowertrippinbastards@lemmy.dbzer0.com where it concerns mod/admin abuse.

Lemmy needs more donations


An open source project the size of Lemmy needs constant work to manage the project, implement new features and fix bugs. Dessalines and I work full-time on these tasks and more. As there is no advertising or tracking, all of our work is funded through donations. Unfortunately the amount of donations has decreased to only 2000€ per month. This leaves only 1000€ per developer, which is not enough to pay my bills. With the current level of donations I will be forced to find another job, and drastically reduce my contributions to Lemmy. To avoid this outcome and keep Lemmy growing, I ask you to please make a recurring donation:

Liberapay | Ko-fi | Patreon | OpenCollective | Crypto

If you want more information before donating, consider the comparison with Reddit. It began as startup funded by rich investors. The site is managed by corporate executives who over time have become more and more disconnected from normal users. Their main goal is to make investors happy and to make a profit. This leads to user-hostile decisions like firing the employee responsible for AMAs, blocking third-party apps and more. As Reddit is a single website under a single authority, it means all users need to follow the same rules, including ridiculous ones like censoring the name "Luigi".

Lemmy represents a new type of social media which is the complete opposite of Reddit. It is split across many different websites, each with its own rules, and managed by normal people who actually care about the users. There is no company and no profit motive. Much of the work is carried out by volunteer admins, mods and posters, who contribute out of enthusiasm and not for money. For users this is great as there is no advertising nor tracking, and no chance of takeover by a billionaire. Additionally there are no builtin political or ideological restrictions. You can use the software for any purpose you like, add your own restrictions or scrutinize its inner workings. Lemmy truly belongs to everyone.

Dessalines and I work fulltime on Lemmy to keep up with all the feature requests, bug reports and development work. Even so there is barely enough time in the day, and no time for a second job. Previously I sometimes had to rely on my personal savings to keep developing Lemmy for you, but that can't go on forever. We partly rely on NLnet for funding, but they only pay for development of new features, and not for mandatory maintenance work. The only available option are user donations. To keep it viable donations need to reach a minimum of 5000€ per month, resulting in a modest salary of 2500€ per developer. If that goal is reached Dessalines and I can stop worrying about money, and fully focus on improving the software for the benefit of all users and instances. Please use the link below to see current donation stats and make your contribution! We especially rely on recurring donations to secure the long-term development and make Lemmy the best it can be.

Donate

Just saw this by chance: Donations and Patrons for Lemmy development surged massively on Liberapay in the last weeks!


Don't know what the exact cause was/is for this big surge - but I am glad to see it. No matter what personal problems people may have with the main devs, they are doing great work on the platform.

join-lemmy.org/donate

liberapay.com/Lemmy

Also of interest, since this is a good place to plug things, other threadiverse things:

liberapay.com/PieFed/

And I couldn't find a way to donate to mbin, in lieu of that:

docs.joinmbin.org/contributing…

EDIT: The creator of mbin gave a link in the comments: melroy.org/donate.html

This entry was edited (3 weeks ago)

[Help] Can't restore a fullscreen game after alt-tabbing, and Windows have white border in borderless fullscreen


I recently installed Linux Mint Cinnamon on a laptop, and I'm having a two-sided issue. Web searches have yielded no solution. I'm also very new to Linux.

Problem 1: When alt-tabbing out of a fullscreen application (at this moment, Helldivers 2), the application will minimize, but I cannot restore it. It will appear for roughly half a second, and then re-minimize. I can hear the game still running in the background.

I have tried alt-tab, super+number, and right-click>restore. None seem to work.
I have tried disabling thumbnails for windows, no fix.
Disabling effects, no fix.

Problem 2: As a workaround for problem 1, I tried borderless fullscreen. It works, but there is a white, 1 px border around the screen. I have tried changing themes, no fix. Same thing with disabling effects. I do like the Mint-Y theme, but there's no longer an option to change window borders, from what I've researched. Again, trying a different theme didn't seem to get rid of the white border.

Please help.

This entry was edited (3 weeks ago)
in reply to tetris11

It does not seem to work for me. After inputting

wmctrl -a helldivers -b toggle,fullscreen


I just get a quick black flicker and it goes back to minimized. I also tried changing the win argument to :SELECT: from the documentation you linked, but it still doesn't pull up the window and keep it there.

The command does work for other windows, for clarification.

This entry was edited (3 weeks ago)
in reply to pastermil

@pastermil If you want a newer kernel than is provided in the apt package manager, you can download the latest from kernel.org, unxz it with unxz kernel-version.tar.xz, then untar it. It will give you a directory like linux-6.14.6, cd to that directory and do a make mrproper to remove any residual crap that might have been left there by the maintainer or a previous build, then if you want the stock debian configuration copy the current config file from /boot to .config, then make any adjustments to the .config, including some automatic adjustments that get made for your environment with make config, make menuconfig, makexconfig, make gconfig, whatever you prefer. For xconfig and gconfig which are graphical configuration GUIs you may need to install some libs that aren't installed by default on Debian but ARE provided in your apt package manager. Then make -j$(NPROC) bindeb-pkg, for example on my machine 18 cores, 36 threads, I would do make -j36 bindeb-pkg to fully utilize the CPU cores, on the 18 core machine this takes about 7 minutes, on my 8 core workstation about 18, when it's done you'll be left with three or four .deb packages (depending upon whether or not save DEBUG is turned on or off in the kernel config). When you are done install the packages with dpkg -i *.deb, check /boot and your new kernel should be installed.

Copying data from 6 hard drives to 1 big one, in linux


Maybe a dumb question. But is this just a matter of copying over? I have 6 hdds I've accumulated and want all the data from them on one big drive now. They are all ntfs as they are from windows, but I am going to boot from my mint drive to move the files, just so windows isnt running or accessing anything on the drives while I move the data. I'm transitioning to full linux, but I want to consolidate these drives first. I dont want to clone drives, so no dd here, just copying files from 6 different drives onto 1.
in reply to Possibly linux

friendica (DFRN) - Link to source

Nanook

 — (Shoreline, WA, USA)
@Possibly linux To be sure, but I assume since he was formerly running Windows performance wasn't an issue. No, it's obvious he is more concerned with getting the clutter factor down so he stated a preference for a single large drive, and if data isn't important or backed up some other media fine. If not, then you risk losing your data because sooner later drives fail. If performance was really the goal he'd raid a bunch of nvme drives together. This, by the way, is what I do for the system that runs this friendica node, along with an 18 core processor and 256 gb of RAM.
This entry was edited (3 weeks ago)

dude using the terminal for installing/removing programs is AWESOME


If I want to install something, I can either do "dnf install [program name]" or "flatpak install [program name]". Same goes for when I want to remove a program. And for flatpak at least, I typed ONE WORD from a game I was uninstalling because I didn't remember to exact tag and flatpak asked me "do you want to install [full tag of game]? y/n" like HOW IS THAT POSSIBLE THAT IS SO CONVENIENT
in reply to VitoRobles

Some stuff is better, but I overall prefer chocolatey because it is closer to classic package manager experience. Winget will still open the installer windows of some applications. But you can use both, no need to decide for one, they install into the same directories and will manage the other's applications just fine (as they're all standard Windows installers).
This entry was edited (3 weeks ago)

Customizing the Raspberry Pi Ubuntu image


Hello,
I would like to customize the Raspberry Pi Ubuntu image before I flash it to multiple SD cards. I tried to use Cubic: I downloaded the official image which is an img.xz file. I extracted it, and converted the img to iso since Cubic only accepts iso files. However, when I try to add this source iso in Cubic, it complains about having a wrong file format. Can you suggest a better way to try and customize it? I just need to uninstall some software that are there by default, and install others that are not there, nothing crazy really.
in reply to darko

Hmm I don't know if there's a "correct" way, but you could flash the stock version on the first SD card and fire Ubuntu up. Then configure your system and shut down.

Next I would dd the whole SD card into an .img file which then you could flash to all other SD cards.

Be aware of changing hostname and static IP for each new sd card to avoid network trouble

This entry was edited (3 weeks ago)

Italics have taken over my fonts!


I am running Bazzite and downloaded the google fonts from github and extracted all the .ttf files into a folder. I then drag and dropped them into the font manager. All installed correctly.

When I rebooted, I notice that some of my apps now show the fonts as italics. Firefox and Thunderbird show italics, certain websites (like reddit and homarr) all show in italics no matter what type of browser I use.

I rebuilt my font cache multiple times to troubleshoot but no dice. I tried changing the sytem font to something else, no dice. Wondering where to go from here? I am running KDE.

in reply to nmtake

So from this thread it looks like I need to disable this font. I'm not able to as it gives me errors :/

I'm going to restart and see if I still get these errors.

Edit: still have the errors. Nuking this install because I’ve exhausted all troubleshooting. Moved all files to new user and redownloaded and configured my apps. Gives me an excuse to start fresh because the home folder was getting cluttered.

This entry was edited (3 weeks ago)

How to deploy Docker images to Raspberry Pi w/o using a image registry


Hello, fellow Linux users!

My question is in the titel: What is a good approach to deploy docker images on a Raspberry Pi and run them?

To give you more context: The Raspberry Pi runs already an Apache server for letsencrypt and as a reverse proxy, and my home grown server should be deployed in a docker image.

To my understanding, one way to achieve this would be to push all sources over to the Raspberry Pi, build the docker image on the Raspberry Pi, give the docker image a 'latest' tag and use Systemd with Docker or Podman to execute the image.

My questions:

  • Has anyone here had a similar problem but used a different approach to achieve this?
  • Has anyone here automated this whole pipeline that in a perfect world, I just push updated sources to the Raspberry Pi, the new docker image gets build and Docker/Podman automatically pick up the new image?
  • I would also be happy to be pointed at any available resources (websites/books) which explain how to do this.

At the moment I am using Raspbian 12 with a Raspberry Pi Zero 2 W and the whole setup works with home grown servers which are simply deployed as binaries and executed via systemd. My Docker knowledge is mostly from a developer perspective, so I know nearly nothing about deploying Docker on a production machine. (Which means, if there is a super obvious way to do this I might not even be aware this way exists.)

How can I delete the Windows 11 operating system from my laptop, which has a dual boot system?


Hey guys, I've been using Linux Mint and Windows 11 via a dual boot setup on two laptops for a while.

I hardly ever use Windows 11, except on my work laptop, so I want to delete it from my personal laptop.

How can I do this? What is the safest and easiest way, and what should I bear in mind?

Thank you in advance for your answers, and have a sunny day!

in reply to theneverfox

I second this. If you have to ask an internet rando, then that means you're not ready.

I'm gatekeeping not for the sake of being an elitist, but because if you mess this up, you may not see the end of this.

There are already resources online. Some are even official by the distro you want to install. Maybe you should refer to that instead of this post.

This entry was edited (3 weeks ago)

Google's AI now listens to your English language phone conversations


More than half of Americans reported receiving at least one scam call per day in 2024. To combat the rise of sophisticated conversational scams that deceive victims over the course of a phone call, we introduced Scam Detection late last year to U.S.-based English-speaking Phone by Google public beta users on Pixel phones.

We use AI models processed on-device to analyze conversations in real-time and warn users of potential scams. If a caller, for example, tries to get you to provide payment via gift cards to complete a delivery, Scam Detection will alert you through audio and haptic notifications and display a warning on your phone that the call may be a scam.

Feddit.org officially announces they will ban criticism of Israel and pro-Palestinian posts and comments.


Feddit.org announced today that they are changing their rules to match German law despite their server not being hosted in Germany.

Feddit.org now bans:

  • The sentence "From the river to the sea, Palestine will be free"
  • Comparing Israel to the Nazis
  • Calls to end Zionism
  • Calling for the dissolution of Israel

And much more. The full original post can be found here, or

::: spoiler Click here for full text of original post:

Hi.

In the past few days, discontent regarding mod decisions in this community has been brewing, particularly when it comes to comments on Palestine, Israel, and Israeli politics and actions. There are also misunderstandings regarding mod intention and German law. We hope to clear that up with this post.

While the servers of feddit.org are in Austria, most of the mods of this community as well as admins of this server live in Germany. Speaking of, our server admins have also posted a write-up on the same topic.

And with that, let's go:

In Germany, antisemitism is specifically sanctioned in German criminal law, both for speech and as a motivation for other criminal behavior. In addition, Germany seeks to protect the Jewish state of Israel (the so-called "Reason of State" introduced in 2008) and thus verges toward protecting Zionism as well. Certain criticism of Israel/Israelis is also categorized as "Israel-related antisemitism".

Since criminal law is involved, enforcement can mean things like police raids and device confiscations. After such police action, it does not really matter if it was appropriate or if cases are dropped or never charged: The damage is done. All told, it's not that fun.

There is also no point in engaging in discussions about the veracity of statements that could get us into legal trouble. In addition, we believe that you can express most opinions without breaking rules.

If your comment contains the following, it will be removed from this community:

  • Calling for the dissolution of Israel, or calling for a one-state solution without specifying equal rights for all people; Jewish in particular.
  • Calling for a destruction, annihilation, an end of all Zionism or the like.
  • Equating Israeli actions and (historical) Nazism.
  • The slogan "from the river..."
  • Endorsement of or justifications for Hamas or Hezbollah, or slogans or graphics positively referring to these organizations. These are considered terrorist organizations in Germany.
  • ... and obviously: Any of the common antisemitic tropes or calls to violence against Jews or Israelis

Comments will not be removed for the following:

  • Denouncing genocide.
  • Denouncing Israeli war crimes.
  • Criticizing Zionism as an ideology or political movement.
  • Referring to the current Israeli government as "criminal," "expansionist," or "far-right".

If your comment is removed nonetheless, these are not the reason. I'd also like to stress that this community was never a free-speech-absolutist zone: It is a (usually lightly) moderated community. There may also be times when bans go too far. In such cases, please DM the @EuroMod@feddit.org account (which all mods have access to).

:::spoiler To help you understand why, I'll leave an assortment of sources here (translations via DeepL).

  • A news report:
    Berlin in mid-May [2024] around 6 o'clock in the morning. A loud, continuous "banging" against the apartment door wakes student Alina T. from her sleep. [...] When her husband opens the door, several LKA officers, two employees of the district office and the SEK "storm" past him into the apartment. Puzzled, he looks at the search warrant. [...] The background to this was a Facebook entry in the student's profile: "From the river [...]


  • A legal treatise:
    In November 2023, the Federal Ministry of the Interior and for Home Affairs also issued a prohibition order against Hamas.[60] According to the order, "the slogan 'From the River to the Sea' (in German or other languages)" is a distinguishing mark of Hamas[61].
    [...] the current legal situation [regarding "Denial of Israel's right to exist"] is - contrary to what the statements of the Federal Ministry of Justice suggest[63] - anything but clear. Whether incitements to eliminate the State of Israel are prosecuted depends on the respective legal opinion and the prosecution will of the respective public prosecutor's office.


  • Press release from the previous government:
    In this context, Section 111 StGB, which covers public incitement to commit crimes, may also be relevant. Incitement to extinguish Israel's existence by force may be punishable under this provision. The same applies to calls to publicly display the Hamas flag. If Hamas attacks are publicly cheered and celebrated, this may also be punishable.
    This means that people who cheer on Hamas's actions or publicly express their sympathy with the attacks may constitute the criminal offence of "approval of criminal acts" under Section 140 of the German Criminal Code (StGB).


  • Another news report
    > In connection with the controversial Palestine Congress in Berlin, the German authorities have also imposed an entry ban on former Greek finance minister Yanis Varoufakis. "In order to prevent antisemitic and anti-Israel propaganda at the event", several entry bans have been issued, the news agency AFP learned from security sources on Sunday. One of these concerned Varoufakis.
    (Notably, Varoufakis would have spoken about one-state solutions ...)


  • Overview Germany in 2024 by Human Rights Watch

federal reverse (on behalf of the mods of !europe)


:::

in reply to IndustryStandard

From the river to the sea is literally calling for genocide, the death of everyone who lives in Israel. It's good that they're banning it

Edit: this fucking site. Not sure if trolls, or they legitimately don't know

This entry was edited (3 weeks ago)

don't like this

in reply to unicornBro

Cannot speak for other schools in other countries (and I guess this question was targeted at colleges in USA), but I am currently studying Open informatics at Faculty of Electrical Engineering at Czech technical university in Prague and all the courses I have that are not mathematical, but require to use a computer do take into accoun t that you may not be using only Windows, but also MacOS or Linux. I haven't yet encounterered a software that we would be required to use and wouldn't work on Linux, nor did I have to go through any more hassle because I use Linux, but rather contrary to that. In some cases using Linux made things easier for me.
This entry was edited (2 weeks ago)

Gnome Display Manager (gdm) and XTEST


Hi, I've recently discovered that steam client on linux requires the XTEST extension to handle input from controller. However, I can not enable XTEST on gdm no matter what I've done. Switch to lightdm solves it instanly but I prefer gdm.

Could you provide some hint how to debug it and have you experienced that before? Thank you very much!

I am using Arch Linux with Gnome and Wayland.

This entry was edited (3 weeks ago)
in reply to gnuhaut

Unfortunately I can not login with GDM using X. I am having the same bug as in here :/ For wayland, I have both read/write permissions for my username.

Also I can use the PS5 controller as a mouse just fine. Another symptom I see is when I run xdotool mousemove 150 150, it will print Warning: XTEST extension unavailable on '(null)'. Some functionality may be disabled; See 'man xdotool' for more info.. The null here is concerning to me. Not sure how it says on other system.

in reply to lyoko

Ok so it's not the uinput permissions.

When you use lightdm, do you use it to log into a Gnome wayland session, same as with GDM? Or is there any other difference between using GDM and LightDM? What exactly is/isn't working, and how can you tell it is related to the XTEST extension?

Also I can use the PS5 controller as a mouse just fine.


Ok, this could maybe be the kernel driver creating a "real" touchpad device. Steam is able to create fake/virtual mouse and keyboard devices, I suspect that's what steam uses XTEST and/or uinput for. So even though your PS5 touchpad works, that does not invalidate my theory that steam wants XTEST for mouse/keyboard input fakery, because that's what exactly what XTEST is for.

So technically, Steam wouldn't require XTEST for controller input, it would require XTEST to map controller inputs to fake mouse or keyboard inputs. I don't know what exactly steam does if XTEST isn't present, like what exactly doesn't work?

And XTEST is an X11 protocol extension, it probably doesn't work properly under Wayland anyway.

The null here is concerning to me.


Dunno, '(null)' might just refer to the default connection (or server or screen or whatever X11 object this refers to), so not sure if this something to be concerned about. I presume X11 clients in general do work? Like xterm or xeyes work, right?

I am having the same bug as in here :/


The fact that you cannot log in may seem/look like that exact issue you linked to, but that's from 2019 and may have a different cause. In general, GDM will start some executable, (i.e. gnome-session or something like that, or at least it used to be gnome-session, haven't used gnome in a while) which if it exits/crashes this will kick you back to GDM. It could crash for many reasons.


You should check the logs for sure for both issues. X11 session logs (relating to Gnome X11 not starting), should be in ~/.xsession-errors (or ~/.xsession-errors.old for the previous session, I think). There may be a /var/log/Xorg.0.log for xorg, which I guess could also be the thing crashing (maybe). There may be other things logged with journald that could be relevant. journalctl --user should show all the logs for the user session. Logs from Gnome, since it runs as your user, would presumably show up there. My guess is all the relevant logs for a Gnome wayland session would also be there, as well as (hopefully) Xwayland errors/warnings, since Xwayland is actually the thing that would report it doesn't support XTEST.

Note that journalctl likes to show the oldest logs first, so look at the timestamps. You can press G to scroll to the end. There are various ways to filter messages, look at journalctl --help. You might want to use --grep to look for anything related to XTEST or xwayland.

Lightdm and GDM are systemd units (systemctl list-units), the logs would show with something like sudo journalctl -u lightdm.

This entry was edited (3 weeks ago)

New user, new computer, issues with GPU


Have all new stuff all AMD. Running bazzite and the gpu ( 9070 xt ) does not work, when I plug in the monitor to either port type it just compresses everything up at the top of the screen all warped. Everything works fine on the MB ports not sure what I might have done to screw it up. Saw some posts talking about proper versions for the kernel and mesa and both those seemed to be new enough for the GPU ( 6.14.4-104.bazzite.fc42.x86_64 (64-bit) ) and Mesa 25.0.1

Those errors seemed to be in games from their posts though my monitor will not even display the desktop or anything else properly what am I missing?

edit

I was waiting for the card to come down in price and I put my old 3060 TI into this new system at first. How do I check if the drivers updated to new ones or if I have to do it manually? Maybe that is what is wrong

This entry was edited (3 weeks ago)

PSA: Not all applications use environment variables (Like they are supposed to)


This is mainly a rant post.

I have to use Zscaler on my work PC. I use Sway (Moved from Gnome -> i3 -> sway).

Whenever Zscaler is launched, I used to get a weird error "proxy server not found" but it continued to work otherwise. Now at my company, we used a proxy at one time but we shifted to a no-proxy connection recently.

So I checked all my environment variables, output of set command. Everything was fine. People said it could be because of some weird compliance issue, or kernel etc etc. After a week or so, I gave up on debugging it because most of my work was fine with the 50% functional Zscaler.

One day, I opened Gnome instead of Sway to check something else, and saw that my proxy was on. This is the proxy set in Gnome Settings, not environment file.

I initially dismissed this finding because I thought Gnome is not active during sway so it should not affect it. But then i remembered it's possible to access the gnome settings using gsettings from any distro.

I switched to Sway, and sure enough, when I ran gsettings get org.gnome.system.proxy.http host, I could see the proxy IP.
I set it to null and behold! Zscaler was working perfectly.

I'm like "Who the hell designs software like this? The application should read the environment variables, not Gnome variables!"

Anyway, this was just a reminder to software makers to kindly follow the norms. Don't design your software for one Distro. Follow the guidelines as mentioned in freedesktop.

in reply to xavier666

It's an issue but its a pretty niche one. Even software that works great on most distros might misbehave when you have multiple desktop environments installed. And http_proxy use doesn't appear to be standardized by freedesktop, LSB, etc. Though it is pretty well adhered to: about.gitlab.com/blog/2021/01/…

So yeah, I agree with the spirit of this but its tough to follow the standard when there is no standard

This entry was edited (3 weeks ago)

!Friendica Admins

Because various people have asked for it, I’ve mirrored all the GitLab Bookface and Postbox repositories to GitHub:
github.com/randompenguin1?tab=…

The canonical location is still on GitLab, that's where I'll still be making the actual commits. The Bookface wiki is also still on GitLab (it apparently doesn't get included when mirroring to GitHub). And the actual Releases are still on GitLab because GitHub apparently only mirrors the version tags.

My projects website page, however, is hosted at GitHub because I ran into problems setting one up on GitLab: randompenguin1.github.io/

What is this "device" in Dolphin? The fact that's it's full is preventing me from doing some things (Fedora Aurora)


For some reason Calibre won't let me do anything because "drive is full" which I assume has to do with this.

Update: I believe I "fixed" the error with Calibre by using FlatSeal to add environment variable CALIBRE_TEMP_DIR that changes the Temp directory to something else.

This entry was edited (3 weeks ago)

Is it possible to manage Apple devices on Linux?


I have Linux Mint installed on my work PC. As I work with IT I am sometimes tasked with doing stuff like restoring Iphones and such, which is normally done through Itunes. But there's no Linux support for Itunes, and I haven't been able to install it through Wine. I also can't use a VM as my PC isn't powerful enough for it. I'm hoping there's a solution for this, as I will have to re-install Windows if I can't get it to work on Linux, and I really want to avoid that.
in reply to ssillyssadass

A few options

1,Getting a Mac with apple silicon and install asahi , dual boot.
2. Add a new SSD and some ram to your current one and enable virtualization in bios. Might need a bios update as well.
3 Dual boot windows , might want to check out ameliorated.io/
4 Get a old crappy Mac just for the itunes.
5. Use the Linux tools mentioned earlier

This entry was edited (3 weeks ago)
in reply to PlutoniumAcid

Absolutely, but OP will have to explain a bit to their boss why. Maybe we can help OP there?

Fuck that walled garden is not a business value added task so can we, as a community who cares how openness, translate that to C-suite MBA speech?

  • Apple devices are more expensive to manage (source? time from OP to do so? additional hardware?)
  • Apple devices are less compatible with software solution we use in the company (examples?)
  • Apple devices ...
This entry was edited (3 weeks ago)

the whole system disappeared


cross-posted: feddit.org/post/12443313

Hello, I'm still a noob when it comes to computers.
I had a dual boot Windows 11 and OpenSuse Leap 15.6.
My problem is that I was using my laptop as always and I was simply searching through internet when the system glitched. So I tried to restart my laptop, but then it showed screens with sth like Bios corrupted, blue screen etc. And then it restarted but only with Windows 11.
When I check the settings partition has fully free memory, so it means that my OpenSuse is gone.

What could have gone wrong?

Sorry for the noob question and thanks for any help. I'm just really davastated.

Divine D. project is developing a Linux phone with a RK3588s processor


The Rockchip RK3588 processor family has been around for a few years now, and it has proven to be a popular option for single-board computers, laptops, and other devices that generally run Android or Linux-based software.

More recently we’ve started to see folks tap this chip for use in Linux smartphones. The first was the Liberux NEXX that was announced earlier this year ahead of an […]

#dawndrums #divineD #linuxSmartphones #mobileLinux #tunisia

Read more: liliputing.com/divine-d-projec…

This entry was edited (3 weeks ago)

GDM not honoring custom monitor config


So, for context, I have an HDMI dummy plug that is disabled most of the time, but enabled through command-line to use as a virtual display for game streaming with Sunshine.

In GNOME settings, the display is disabled, and that works just fine. I can enable/disable it at will whenever I want to stream games using the new gdctl utility added in GNOME 48.

I want this “monitor” to be disabled in GDM as well since it keeps trying to use the dummy plug as the default display and I can’t see and of the UI elements and have to type my password in blindly. I’ve copied over my monitor config from /home/user/.config/monitors.xml to /var/lib/gdm/.config/monitors.xml as per the Arch Wiki’s recommendations, but when I log out/reboot, nothing changes on GDM. It still tries to show the password entry UI on the dummy plug and my actual display just shows a gray screen.

I know the configs are different for X11 and wayland, but both GDM and GNOME are running under wayland, so that shouldn’t be the issue.

Any help would be appreciated.

I use Arch btw.

This entry was edited (3 weeks ago)
in reply to echo

Yeah, seems like it should just be working...

You've probably already got this covered, but when you created your user monitors.xml config, did you have the dummy plug connected and disabled?

Maybe the config:

  • has it included as a monitor and enabled as part of the screen layout
  • or possibly doesn't include it at all, and then GDM just assumes it can/should use it as a new option?
in reply to EccTM

Yes. Here’s the contents I currently have in /var/lib/gdm/.config/monitors.xml:

<monitors version="2">
  <configuration>
    <layoutmode>physical</layoutmode>
    <logicalmonitor>
      <x>0</x>
      <y>0</y>
      <scale>1</scale>
      <primary>yes</primary>
      <monitor>
        <monitorspec>
          <connector>DP-1</connector>
          <vendor>SAM</vendor>
          <product>Odyssey G93SC</product>
          <serial>HNTW700164</serial>
        </monitorspec>
        <mode>
          <width>5120</width>
          <height>1440</height>
          <rate>239.997</rate>
        </mode>
        <colormode>bt2100</colormode>
      </monitor>
    </logicalmonitor>
    <disabled>
      <monitorspec>
        <connector>HDMI-1</connector>
        <vendor>FUN</vendor>
        <product>Evanlak8K V2</product>
        <serial>0x00006410</serial>
      </monitorspec>
    </disabled>
  </configuration>
</monitors>

The disabled dummy plug is the “Evanlak8K V2” device while my functional monitor is my Samsung Odyssey OLED G9. This config is the same as the one currently running on my GNOME desktop config, but in GDM still defaults to the enabled dummy plug, even with the fixed ownership.

At this point, do you think I should issue a report on GDM’s repository? Maybe the devs there would have more insight

This entry was edited (3 weeks ago)
in reply to echo

My monitors.xml has two <configuration> blocks, with the only real difference being that one has <layoutmode>physical</layoutmode> and the second has <layoutmode>logical</layoutmode>. I don't really think that'd be the issue here though, because if the dummy plug is listed as disabled it shouldn't be trying to use it anyway...?

I think you're right in reporting it to the GDM repo, at a minimum someone there will know where to point you towards figuring this out. Maybe the GNOME Mutter repo might be a related stop for this too, seeing that's the part generating the monitors.xml...

The things that are supposed to be simple are always the bits that suck the most!

in reply to EccTM

Very well said. Thank you very much for your help. I wouldn’t have known to check the ownership issues or if GDM were properly running Wayland were it not for your help. I’ll reach out to the GNOME devs on the relevant repositories and see if they might be able to point me in the right direction. Thank you for your time and expertise.
This entry was edited (3 weeks ago)

Help with Preseed commands for Autostart and Vino


I’m working on a custom Linux Mint ISO (using Cubic) for a dedicated system with auto-login. I’m trying to automate Vino (VNC server) setup during installation using preseed, but I’m running into two issues:

  1. Changing Vino settings in preseed commands

I need to set org.gnome.Vino authentication-methods to ['vnc'] for the autologin user. I’ve tried variations of:

in-target su -c "gsettings set org.gnome.Vino authentication-methods \"['vnc']\"" username

But the setting doesn’t persist. I’ve also tested in-target sh -c and direct gsettings calls without luck.

What’s the correct way to apply gsettings changes for a specific user during preseed?

  1. Autostarting Vino Server

I need /usr/lib/vino/vino-server to start automatically after login. Since this is an auto-login system, I’d prefer a method that:

  • Works via preseed (e.g., adding to startup apps).
  • Can be toggled later via Cinnamon’s startup settings (if possible).

What’s the best way to set this up? .desktop file in ~/.config/autostart/? Or another approach? Preferably, it would be more easily configurable in userspace, but if this is the only option then I understand.

This entry was edited (3 weeks ago)

Daily driving a GNUIX or some of those super libre OSs.


I have a thinkpad lying around. I have used Linux over the last 5 years and I an NOT a power user. I use Mint and it gets the job done for me.

Lately though, the whole libre software bug bit me and I want at least one machine that is libre compatible through and through. I have heard some stuff like Parabola and GNUIX or something like that, but thought it best to ask around first before even thinking about something like this.

My work essentially involves writing documents (LaTeX and LibreOffice), doing statistical analysis, and making lectures. I access emails via Thunderbird. That's it.

Does anyone here daily drive a fully libre laptop?

This entry was edited (3 weeks ago)
in reply to Bogus007

You can absolutely use Linux without any GNU software. I use Chimera Linux for example (no Glibc, no GCC, no GNU utils). I even get away from some software that Red Hat created according to your definition like SystemD. However, even still, I know that Red Hat is responsible for much of the software I run since I use software like X, Wayland, Mesa, Podman, KVM, PulseAudio, and PipeWire.

It is VERY hard to run a Linux system without using code contributed by Red Hat.

No, Red Hat did not “create” glibc, GCC, or GNOME. They just contributed tens of thousands of lines of code to them. Perhaps more than anybody else over the last 20 years. Ever heard of Ulrich Drepper?

Actually, it is impossible to use Linux without using code contributed by Red Hat as they have been one of the biggest contributors to the Linux kernel itself for multiple decades now.

And to clarify, the Linux kernel is absolutely NOT a GNU project. Very few packages in a typical Linux distro are actually. The full list of GNU packages is here:

gnu.org/software/software.en.h…

Compare it with this list:

redhat.com/en/about/open-sourc…

GNU has been influential but is not essential as you can create a complete Linux distribution without any of it (again see Chimera Linux). Code contributed by Red Hat however is totally unavoidable and completely essential. It is not possible to run a Linux system without it. All the distributions you listed heavily rely on code contributed by Red Hat.

To say otherwise is not just misleading. It is wrong.

I do not use any Red Hat distributions. I do benefit from their contributions and am thankful for them.

This entry was edited (1 week ago)
in reply to Leaflet

Very impressive. The M1 Macs at least seem to be quite functional at this point and everything either has been or is in the process of hitting the mainline.

Lots of work to do of course but many would have bet against getting this far. But there is a big difference between “could be better” and “stuff doesn’t work”. Getting the Rust based GPU driver into the kernel is a major achievement on its own and may do a lot to silence the “Rust isn’t used for anything real in the kernel” crowd as well.

With all the recent drama, I think some assumed the project was on the ropes. But the updates on the M2 and the reduced support burden of their past work leave me pretty hopeful that good progress will continue.

This entry was edited (3 weeks ago)

In 2025 Fedora Silverblue has better plug and play than OSX....


I'm upgrading my builds and I decided to get a new monitor so I splurged on the Samsung G9 49" Curved OLED.

My personal and work ARM MBP's require significant tweaking to get the G9 working with a good DPI and font rendering.

I finally booted up my desktop tonight and it just works. I literally didn't have to touch anything.

Linux: How to use energy better in general by fine-tuning laptop battery?


Hello,

I just found out about TLP - a module to download with apt, which is a good utility for maintaining the laptop battery.
You can set a minimum charge value, and a maximum charge value.
But it is not sufficient for my use case.
My question is - is there any utility I can use to discharge the battery WHILE connected to AC?

The reason behind this is:
I want to use the solar power during the day to charge up the battery to 80 or 90% and then discharge the battery in the evening to 15-20%. Afterwards use AC power again.
The solar energy during mid-day is cheaper and available in abundance.

On a big level with many computers this could make a good impact on the energy network, or am I wrong?

This entry was edited (3 weeks ago)

Simple Bash Script To Always Disable Laptop Internal Monitor When Using AR Glasses


I created a simple Bash script that will always disable the default/internal monitor on your laptop when using AR glasses (or any other external monitor). I find this useful for when using AR glasses such as the XReal One which allows you to change the mode from regular mode to ultra-wide mode and when doing this, it will act as your unplugging the XReal ones and plugging in XReal one again in a new mode, causing the interal laptop display to become enabled.

To keep the laptop display always off, weather the laptop lid is either closed or open, this simple bash script will always disable the laptop screen every X seconds (You can change it by changing the wait variable)

Simply copy this script and create a new bash script such as disable-display.sh, make the script file executable and add it to your startup applications and it will run in the background. You will need to run xrandr command with all of your displays enabled to get the names of the displays and change the variable names in the script accordingly.

NOTE: This script may not work with a full Wayland setup and may only work on X11.

Enjoy

\#!/bin/bash

\#RUN xrandr TO GET THE NAMES OF THE DISPLAYS AND SET THE VARIABLES TO THESE NAMES

readonly default_display="eDP"
readonly external_display="USB-C-0"

readonly wait=5

while true; do
    #Check if there is an external display connected
    if xrandr | grep -q "$external_display connected"; then
        #Disable the internal display
        xrandr --output $default_display --off
    fi

    sleep $wait
done
in reply to utopiah

What company do you work for in XR?

I got the XReal One as a portable ergonomic monitor and I may use them as my main monitor going forward. I have a sit/stand desk with monitor arms which I can adjust the height and position for an ergonomic design to always look straight at the monitor and not looking down.

From my research currently the XReal Ones are the best AR/XR glasses on the market due to the chip built into them, not needing any other devices or software to run, just plug in play. The XReal One Pros which I think are coming out soon have some better specs but to me, not worth the extra money.

I been using them for regular desktop/laptop task and coding and I prefer to use the anchor mode when doing this. I sometimes also use the ultra-wide mode to simulate 2 monitors. I also been using them for gaming and I will either have it in follow or anchor mode but never use ultra-wide mode for gaming.

in reply to trymeout

Mine, we're one in it, me ;)

Interesting, thanks for sharing the use cases and clarifying your choices.

I do also have a standing desk with a relatively large screen on a monitor arm. I also have a walking pad under the standing desk. The goal being to ergonomically have as much freedom as possible while still being efficient.

I did try the XReal months ago but I don't think I tried the Pro.

Otherwise I worked with pretty much everything (Google Glass, Vision Pro, Quest (all models), Monocle/Frames, my own DIY ones, etc) but my main focus is WebXR and 6DoF, so not really replacing a screen. I do understand it is useful, and sometimes as I travel I use the Quest 3 or Vision Pro to work in there but that's typically a temporary measure. My professional perspective is that 6DoF with hand tracking and accessories (6DoF pens, BT keyboard, etc) is the most novel way to interact with information hence why I build open-source WebXR prototypes on that topic.

in reply to Pro

Does the rolling release model mean Nobara is based on Fedora Rawhide now?

Edit: I found the answer from the developer on Reddit.

the VERSION updates are rolling. (N41->N42->N43+)

nothing is changing in the update process. we still do a monthly snapshot of fedora and provide that to users. we are -not- using rawhide.

the "rolling" simply means when its time to go 42->43 you'll receive those updates as standard package updates without needing to do any specific commands/changes.

This entry was edited (3 weeks ago)

Distro for a new user


Jesus. Another one of these? Every freaking day. (Promise it's different)

I personally like mint and pop!os for new users, but for this user I want to try something windows like with more sex appeal. I don't want to have to touch this computer again. Proprietary software is not an issue/consideration. User is techier than most. What has your experience been with kbuntu? Pros/cons? Other suggestions?

in reply to Maragato

I know I'll get down voted for this, but from that site:

"Microsoft wants you to buy a new computer.

But what if you could make your current one fast and secure again?"

Kind of a sensationalized statement. I've upgraded tons of machines from 2015 and newer to windows 11 without issues. Sure, not all of them, but I'd say a majority of them, and the "upgrade" is free.

I guess I wanted to point out this piece isn't as doom and gloom as it seems.

in reply to yeehaw

I think you underestimate how many computers that are in use today that can’t be updated to Windows 11.

I, and many others, have run Windows 10 on unsupported hardware. Difference is that Windows 10 didn’t care and Windows 11 actively try to stop you from doing so. So, what is this if not Microsoft now forcing people to buy new hardware, if they have unsupported hardware?

Edit: What where the CPUs on the 2015 computers you upgraded?

This entry was edited (3 weeks ago)

edition v.01a

Image/photo

@ studio0@tumpambae.org
Projekt [Vorschlag passend zum] #Karnavalswahlkrampf2025
#communityMediaProjektIdee iniziert von @aiquez und @jesuiSatire …ᘛ⁐̤ᕐᐷ basierend auf einer Idee von @aiquez aufgrund eines toots von @ chrisstoecker@mastodon.social

#FallVonMerz
Delenda die Ideen des foFritz Merz by @aiquez
Bild aus Wikipedia ueber die Szene des Iden des Ceasar, als dieser aus den eigenen Reihen heraus im Senat zur Strecke gebracht wurde. In das Originalbild der Wikipedia wurden jede Menge fediLogos eingebaut.
ein Lied odar gar mehrere Lieder bis ihn zu einem ganzen Album:
-> Soundtrack zur Wahl/Nichtwahl von Merz / CXU

Themen:
Asozialität
Elitismus von Merz.

- hoffnung auf #FallVonMerz
- Ideen des Merz (sind Shyze ..)

-> Fall von #Brandmauer
-> #FallDesMerz #Merz epic fail

soundtrack [01(?)]:
Vorschlag -> Zeilen einer Strophe

Hochgeflogen
auf #BlackRock gelandet
alle Demokraten verprellt
sich Freundschaft mit Alice eingehandelt
#NiemandWillMerz und seine unfähige Rasselbande .. (Linnemann, Klöckner Spahn, CXU)
deren w'politische Ufähigkeit passt auf keinen Bierdeckelin edition

Publicacion scheduled for monday 2025-02-03 18:00
Dear studi0 community

We decided to add an #element #matrix #privateSpace #chatRoom to our setup and called it: tupambaeORGstudi0
Please be patient in any case as this is complete #Neuland for the admin in charge.

At least he managed to onboard a filmmaker, photographer and writer as the first step to understand how invites work!

So, hi there!
.. self-hosting based in Paris, France newbie @ elena@aseachange.com, director of The Illusionists documentary and #FOSDEM2025 traveler for your new proyect:
💌 #TheFutureIsFederated
The one who host's here 📷 photos apparently at @ ele@photos.elenarossini.com.

To begin with we created 3 rooms:

In the @EDIT | don't follow! profile we creatd already a postString for that Projekt with a very limited time horizon.

Next step will probably be creating a activityPub #podcast handle on cast.tupambae.com by @utopiArte, the admin over there, as content colection and conversation about the idea itself in the EDITing post is already up and running.
Part of the details concerning the cast domain is to figure out how to organize the tools #castopod gives us at hand as it looks like it has quite interesting options to organize cooperation, as stated briefly in a tutorial page created on that site, result of the #learningBYdoing process while installing it: brief Castopod tutorial

Last but not least, we are still trying to drag @lizzischmidt the creator and promotor of the #sundayGimp community experience that is alive and running for over a decade on #diaspora* on to our shores, but federation with diaspora, from a technical point of view, definitely has seen better times in the past. Maybe this very cross community chat option, added right here and now, can help to improve the communication for all of us.

This inicial publication will federate quite well out into the vast space of the #fediVerse, but to see comments from the diaspora bubble and the #activityPub sphear, youll have to visit this original page on this friendica server.
Unless of course you are friendican yourself.

So, with no more further introduction, let's jam the #fediFolks!

tube.tchncs.de/w/u7q2ddpNfv6cU…

(friendica post, please visit the originating page in desktop to get a full glimpse)
// v.03
Link to previous versions of this proposal

Red the Bean wrote:

Interesting... I shall contribute 😈
..
I am confused

Mina is your friend wrote:

As long, as it is easy like that, I shall be the bouncer (patobica).
..
I am confused myself.

Daniel Prieto wrote:

I must confess that this thread is quite confusing for me too.
..
Some mushroom experience got me here. I kinda guessed...

bitPickup wrote:

That's good!


A first audio take that somehow sums up "life, the universe and everything" of @bitpickup:

Mindmap created with freeplane to increase confusion summing up in a graphical way, goals, realities and tools at hand.

Trying to drag others into this we mentioned:
@aiquez who had joined forces in the first @studi0 project #fallVonMerz and re-shared the first version of this post already.
@crossgolf_rebel - kostenlose Kwalitätsposts, a decade long contact out here in the fedi, kinda reference, who does audio recordings and has experiences with podcasts publishing on funkWhale. He fav'ed the first version of this post and added a thinking face to it.
@Mina became the self-proclaimed patovica bouncer, a contact that owns all three involved languages (spanisch/german/englisch), has apparently real life knowledge of the region down here (or there, or anywhere), and claims to see everything.
@Red the Bean, a confused squirrel.
@Daniel Prieto, a quiet confused local interested in mushrooms.

Right now mysteriously we might have gotten our hands on a local contact that can or could help, as pointed out in the initial audio take, when it comes to check the truths behind our virtual reality out here.

As a means of tools, besides ourselves and our very own skills, we do have:

fediVerse profileseach and every ones profile(s)
peerTube profileshere and there and everywhere
media pages the subdomain concept as exemplified in the fallVonMerz project
podcast instances tupambae dot.org and dot.com
phpBB permacultureforumThe Permacultureforum added actually forum and image sections related to aspects that came up in this thread and that actually were overdue.
element/matrix matrix channels
the tupambae principlesas defined in Impressum and TOS
common ground | CC-BY-SA-NC
Terms of Service
unknown
contain lot's of small written rules
change every day
depend on the country you are posting from and the country you are posting to
can't be breached until declared in the very moment
Rules
be kind to each other
do not intent to be rude
do not intent to be hurtful
try not to suppose


To begin with, this sounds like a lot, what do you people think?

layout consideration to work onAs a howTo proposal, let's try to make this post a comprehensive communication about a project. Instead of adding a eternal list of comments, let's try o edit and reedit our comments here so we keep this kinda compact and tidy. We can even come up with posting links to new conversation strings on specific topics or off-topic conversations.

Let's play and reinvent another wheel!

(we mentioned the @permaCulture community profile to reach more people that are involved in the underlying goal which is to preserve and evolve the earth of our grand children, creating a permanent human culture based on principals that enable in the first place a permanent agricultural development)
((please feel free to reshare, spread and comment))

This entry was edited (1 month ago)
in reply to la tierra de nuestros nietos

En hora buena, llego el mensaje que mando la patronal guardado por #fediLab la primera noche que el @bitpickup estaba en el hospital para que el supiera cuando hay omnibus de regreso. Se lo mandaron la misma noche que llego cuando estuvo pensando de salir rajando despues de que le dieron el antidoto porque tenia la perra en el coche en la policlinica del pueblo y no solo que es rearisca, estaba por estar al sol encerrada por un par de dias. Sin agua, ni comida ni nada, por no decir .. lindo panorama.

@mina @resl @dprieto @crossgolf_rebel @aiquez @sinmisterios

in reply to jeSuisatire …ᘛ⁐̤ᕐᐷ

Just stumbled in the very same channel that harbors the #Kleene inviting to play a first sum up of pictures and data that came together on that "event" for editing and content creation. Not sure if this was posted yet somewhere here.
tube.undernet.uy/w/iZPwbDx7cxn…

@jesuisatire @mina @resl @dprieto @crossgolf_rebel @aiquez @sinmisterios

This entry was edited (4 weeks ago)
in reply to mʕ•ﻌ•ʔm bitPickup

@mʕ•ﻌ•ʔm bitPickup
#bitPickedBookmark'ing this here and now out of several reasons:

  • primary #doDo right now @bitpickup is working on the #bothrops snake bit information at the phpBB forum reptiles section (see embedded link).
  • the peertube initial material sum up is to slow and should be seen at least at speed 1.5. Also It actually could need a remake cutting it down to a 5 minute short attention span tictoc version by anyone who'd like to help out and btw add to the @studi0 proposal of cooperating in content creation and working out on how to do that.
  • The final language of the sum up has to be spanisch and in any case a dubbing into Brazilian language too, as those represent the main public to address and an important audience for the entire project to catch.
  • Why didn't anybody responded to the #Houston distress call?
  • What happened to: "Quien la vuelve a molestar ( @SinMisterios ), se liga una. Je je." ?
  • There is still floating around a claim that some transcript of the initial audio take exists some where in time and space, is there any truth to or prove for that claim at all?
  • Who did the mention of the mastodon.uy admin and what for?

@Mina @aiquez @jesuiSatire …ᘛ⁐̤ᕐᐷ @crossgolf_rebel - kostenlose Kwalitätsposts @Resl @Daniel Prieto

in reply to bit Pickup

@bitpickup@tupambae.org
> Who did the mention of the mastodon.uy admin and what for?

troet.cafe/@bitpickup/11449719…

> What happened to: "Quien la vuelve a molestar ( @sinmisterios ), se liga una. Je je." ?

No idea ask the bouncer @mina. It was @jesuisatire who started bitching around again ..

@crossgolf_rebel @aiquez @dprieto @bitpickup@tupambae.com @resl

in reply to Mina

> admin didn't complain

Yeah that profile play's quiet quiet.
Probably the best an admin profile can do. In any case I guess they would need to contact @admin first. At least that's how it should be.
Those security checks became quiet common since the mobbing incident on diaspora. That one left the venom deep down in the psyches of more than one out here.
Oh, and the call of attention by the social.tchncs team in the early stages on @jesuisatire.

@crossgolf_rebel @aiquez @dprieto @resl

in reply to mʕ•ﻌ•ʔm bitPickup

> admin didn't complain

Mas les vale @bitpickup!
Forma parte de nuestro contacto local, y tiene datos importantes como de sessiones IP y datos de pago para apoyar la instancia y los esfuerzos de @ santiago, asi que mas les vale que se comportan como la gente.
Por no decir:
"¡ Que hizo @jesuisatire ahora ?"

@sinmisterios @dprieto @aiquez @resl

in reply to la tierra de nuestros nietos

Suillus luteus: sobre hongos comestibles de Uruguay

Sensitive content

This entry was edited (3 weeks ago)
in reply to Mina

> Sobre #hongos comestibles de #Uruguay

Ante que nada, genial @dprieto, gracias por el aporte. A ver si lo podemos integrar aun mejor a nuestros hilos y documentación. Por cierto, se agrego al reubicado sitio de huerta, ahora con nombre #permacultura y apellido #tupambae.com una sección "Fungi | Hongos | Setas":
permacultura.tupambae.org/view…

Por el momento sin tema ninguno, sin embargo con la idea de ir agregándole contenido, así que, si te parece bien usaremos estos textos tuyos con enlaces hacia aquí, o mejor, te damos acceso y lo aprovechas como mas te place. De hecho siempre esta la opción de hacer una copia completa del y pasártelo así como viene. Probablemente borrando a lo que no corresponde pasar, pero en si la idea y la oferta esta es es bien simple. Los sitios phpBB se pueden cambiar bastante fácil de dominio y son de código abierto. De hecho undernet monto uno recientemente. El de tupambae.com es un sitio cerrado, no solo que los foros han muerto, abierto se llenan de SPAM y si realmente ay gente que quieren participar con invitación por mail alcanza y sobra. Y actualizaciones a versiones mas nuevas tampoco tiene mucho sentido. Así como esta funciona, el diseño aun copa y ta. Tiene todo lo que hace falta, incluyendo robots.txt que manada a los crawler a donde corresponde, el internet de hoy ya no es lo que era. Por decirlo de alguna manera.

@mina
> Un poco embolante el tema de tener que sacarles la cutícula

Si, aunque sale bien fácil.
Habrá que volver a hacerlo, el primer intento este año si bien aporto una forma nueva y excelente de secado, usando el coche al sol, por razones de urgencia medica se nos complico y se perdió la muestra.

@bitpickup @jesuisatire @sinmisterios @aiquez @resl

in reply to Daniel Prieto

@la tierra de nuestros nietos

"¡ Que hizo @jesuiSatire mʕ•ﻌ•ʔm :verified: ahora ?"


Dificil decir, nunca se sabe.

Lo que si parece que @Daniel Prieto se recontra confundio de boliche aqui, en realidad sus cometarios deberian ir en el siguiente hilo, eso al menos parece desde el punto de vista de aca:
mastodon.uy/@tierranietos/1143…

(y no, no importa mucho, mas bien una nota aparte ..)

@mʕ•ﻌ•ʔm bitPickup @jesuiSatire mʕ•ﻌ•ʔm :verified:@social.tchncs.de @Mina @aiquez @SinMisterios @Resl

in reply to Daniel Prieto

En el fondo "la culpa" es del formato que plantea mastodon. Es friendica que lo evidencia de verdad. Al menos que mires estas cosas desde pantalla de compu y desde un punto de vista de "hilos secundarios" tampoco que importa mucho.
Ejemplo, el hilo de #buenosDias de este perfil:
mastodon.uy/@tierranietos/1144…

Todos los dias simplemente actualizo el tema inicial con la(s) imagen(es) del dia. Una respuesta diaria incial despues aranca "el hilo del dia". Si abris el ultimo comentario de este hilo veras solo el contenido de este dia onda "en una sola pagina web":
mastodon.uy/@bitpickup@troet.c…

mastodon.uy/@remindme@mstdn.so…

Sin embargo, si lo miras desde el tema inicial se transfoma en un eterno hilo poco comprensible y de poco encanto.

Por ello en parte la propuesta tanto de friendica como ademas de un sitio tipo foro, o las paginas html del projecto subdominio "media" o paginas wordpress.
Microbloging es tipo rollo de papel de cocina. Arancas una hoja, la usas y la tiras. Para el chiveo diaria es genial, sin embargo, para textos y contenidos elaborado bien "y con cariño" es un insulto.
(en mi humilde opnion)

@utopiarte @bitpickup @mina @aiquez @sinmisterios @resl

in reply to la tierra de nuestros nietos

@tierranietos @bitpickup la verdad que como no estoy interesada en tener friendica y estoy bien con mastodon desde el celu, todo estas complicaciones que veo innecesarias desde mastodon, me aburren, ni siquiera me dan ganas de entender cómo funciona el sistema que solo vos con tus 47 cuentas activas usás, me agobia. Me gusta mastodon por la simplicidad, esto lo veo como uan complicación innecesaria. Preferiría que el contacto cin friendica fuera como otros mensajes con mastodon. Por ejemolo al ver cuentas de pixelfed no se ve todas las fotis oero eso no me interesa, el resto se ve como mastodon
in reply to SinMisterios

Vos dijiste lo que estuve pensando todo el tiempo:

"todas estas complicaciones que veo innecesarias […] me aburren, ni siquiera me dan ganas de entender cómo funciona el sistema que solo vos con tus 47 cuentas activas usás, me agobia."

Y ahí está el secreto del "éxito" de Mastodon entre todos los sabores del Fediverso:

Es la sencillez.

Llámenme tontita, pero a mí me gusta lo simple.

@tierranietos @dprieto @utopiarte @bitpickup @aiquez @resl

in reply to Mina

Que me gusta contexto y coherencia no implica que no sepa apreciar chiveo y las pavadas.

Es mas, voto @pranger para @utopiarte no solo porque usan, comprenden y explican las redes libres, incluso montan instancias y construyen puentes interconectando gente e informacion.

Deben de ser unos atrevidos sabelotodos que solo quieren hacerse ver de aquellos!

@dprieto @aiquez @resl

This entry was edited (3 weeks ago)
in reply to jeSuisatire …ᘛ⁐̤ᕐᐷ

Yo 🥰 a #friendica @jeSuisatire …ᘛ⁐̤ᕐᐷ,

.. porque con su quickcomment puedo definir mis #gifComments preferidos para seleccionarlos sencillamente con un par de clics y dejar un comentario de puta madre, envés de escribir un montón de palabras como tu para explicar lo evidente en un mundo de mentes enshittificados.

Escene de la película idiocracy. El personaje principal observa consternado los intentos de los demás participantes en un test de inteligencia de hacer lo evidente.

Por cierto:

porque no solo usan, comprenden y explican las redes libres,


Me parece que debería decir:

no solo porque usan, comprenden y explican las redes libres,

@aiquez @Resl @Mina

This entry was edited (3 weeks ago)
in reply to jesuiSatire

> no solo porque usan, comprenden y explican las redes libres

Si fue eso lo que escribi, que decis, acaso no sabes leer?

Y ya que estamos @jesuisatire@tupambae.com:
Ahora que te haces el friendicano, que por cierto marca textos escritos en castellano como si fueran escritos en aleman para que el sistema de traduccion no funciona y por lo tanto @resl no entiende nada, te crees algo mejor?

@mina @aiquez

in reply to Daniel Prieto

Gymnopilus spectabilis: hilo sobre hongos comestibes Uruguayos

Sensitive content

This entry was edited (3 weeks ago)
in reply to Daniel Prieto

Gymnopilus spectabilis: hilo sobre hongos comestibes Uruguayos 2

Sensitive content

This entry was edited (3 weeks ago)

@Friendica Support
As for my knowledge this intended newbee speaks fluently german, englisch and spanisch, tho maybe du/you/tu is a little bit to shy to ask for help .. not sure.

What is your setup and what have you tried till now @Mina to install your #friendica server, maybe we can figure out what's your problem with the installation.
🤔


@jesuisatire@social.tchncs.de

A mí me interesa el tema de Friendica por las mejores posibilidades de expresarse, pero hasta ahora siempre me falla la instalación.

@jesuisatire@tupambae.com @resl @aiquez


in reply to Mina

@Mina

Not sure what is the actual state of the art of the installer is. Last I "heard" and experienced is that it was broken and that the best way to install is thru the console commands detailed in the helpers page:
/help/Install#Option+B%3A+Run+the+automatic+install+script

tupambae.org/help/Install#Opti…

And yes, it's recommendable to use the git install form, that way you will be able to easily update the installation.

[Solved] move files older than 30 days from one computer to another using rsync


I have a laptop and a phone in which termux is installed.
I want to move files from my phone to my computer using rsync if all files are older than 30 days. I think I should use find command with -exec rsync.

find . -mtime +30 -exec rsync something 

but the problem is my phone's IP address is always changing so how do I transfer file?
I have to run this script in my laptop

solution

i wrote a script which move files and runs in my laptop
1. i can't use hostname because I am on android 9 and don't want to install anything else.
2. most of the time I am offline so using any internet service is not a good idea ( my devices are connected in themselves )

here is my script

\#!/usr/bin/bash

\#checking if script not already running and exit if already running
[ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en "$0" "$0" "$@" || :

set -e

TARGET_MAC="d2:1c:3c:3d:6a:a7"
RSYNC_LOG="$HOME/log/rsync_log.txt"  # Rclone log file


function get_ip() {
  # need to edit sudoers file to run    sudo nmap -sn 192.168.43.0/24 without password
  # Allow members of group sudo to execute any command
  # %sudo   ALL=(ALL:ALL) ALL
  # 'username' ALL=(ALL) NOPASSWD: /usr/bin/nmap -sn 192.168.43.0/24


    sudo nmap -sn 192.168.43.0/24 | grep --before-context=3 -i "$TARGET_MAC" | tail -n 3 | head -n 1 | awk '{ print $6 }' | sed 's/[()]//g'; }


# run command only if wifi is connected
if echo $(nmcli general status) | grep -q -w "connected" ; then

  # for ssh to work in a changing IP address, a configuration line has to be enabled so that it does not ask for yes/no while connecting to a changed ip address
    TARGET_IP=$(get_ip)
  ssh -p 8022  "$TARGET_IP" 'find /data/data/com.termux/files/home/storage/shared/Pictures/ -mtime +30  -type d,f -printf %P\\0' | rsync --append --update --times --atimes --mkpath --verbose --human-readable --remove-source-files --log-file="$HOME/log/synced.log" --exclude='.dtrash' --files-from=- --from0  -e "ssh -p 8022" "$TARGET_IP":/data/data/com.termux/files/home/storage/shared/Pictures/ $HOME/Pictures
This entry was edited (3 weeks ago)

Pine64 ALPHA-One is a fanless RISC-V mini PC with up to 20 TOPS of AI performance


Pine64’s upcoming ALPHA-One is a small, fanless computer that stands out for a few reasons. One is that it’s made for AIL: the computer has an NPU with support for up to 20 TOPS of AI performance ad ships with a 7b Deepseek/Owen LLM pre-loaded and Pine64 says it supports about 3.5 tokens per second using that model.

Another reason is that the ALPHA-One doesn’t have an Intel, AMD, or Qualcomm […]

#ai #alphaOne #fanless #llm #miniPc #pine64 #riscV #starpro64

Read more: liliputing.com/pine64-alpha-on…

Trakt to increase prices to $60 for all users, including those on legacy, promotional, and grandfathered pricing


I modified the title to make it more descriptive

I also think it's time for the open source and/or fediverse Trakt alternatives to get some love.

The price change is listed as going from $30 a year to $60 a year, and they're also changing everyone to that price:

Starting May 20, 2025, all VIP renewals will move to a standardized price. This means that any legacy, promotional, or grandfathered pricing will no longer apply to renewals processed on or after that date. Instead, all VIP memberships will renew at the new standard rate going forward.


People are not happy on their forum:

forums.trakt.tv/t/upcoming-vip…

This user poll suggests that around 97% of respondents (at the time of making this post) will not renew

forums.trakt.tv/t/poll-will-yo…

This entry was edited (3 weeks ago)

I've built an app... With AI..... Hear me out!


Edit: I think I need to clarify further that this is a one off thing. I've never had AI build anything for me. This is just one time that I wanted to test it out, and the test came out with a good app that I thought I could share to maybe benefit some. Just to be clear, it's not thinking for me, I still learn on my own, and have AI ONLY explain concepts for me, not code, and it does very well. Asked for opinions, got downvotes. lol

Hi all,
I do code on my own without AI, but in all honesty, I'm not that great (I'm a junior dev at my job, and don't have a lot of experience). I always use AI to explain things to me, not code for me. I made that my mission, so I don't let it think for me because I want to learn. It explains things very well and I've been learning a great deal.

Today, I decided to test it out. I asked it to build an app for me that works on KDE Plasma, my favorite DE.

I use some appimages for some apps. I tried appimagelauncher and gear lever and had some issues with them.

I want to integrate appimages into my system. So, I did a small workaround where I created a small script in ~/.local/bin that has one line after the shebang exec /<path to app image>/<appimage>. Then created a .desktop file that points to that script. I made one for Suyu and VIA and they both worked. I wanted to do it for more apps, but it got repetitive, so I gave AI some requirements and told it to add what's necessary if needed.

I've never programmed in Python, and it chose Python. lol. Ok, let's go with it. It made a pretty nice app. The app does 5 things:
1. Creates that little script I mentioned earlier
2. Creates the .desktop file for that app and makes it point to the correct things (script, icon, startupWMClass(this is so the app will still launch after pinning it to the panel)....etc)
3. Copies the appimage into a "appimages" folder in the home directory
4. Adds an icon of your choosing to the app
5. It makes everything executable

I had it package the app into an appimage (that's something I've never done before and it was pretty freaking cool to learn) and I'm planning on making an .rpm and a .deb packages of it, too.

The honest part. I feel a tiny bit of shame deep inside. But then I look at it and I see an app that could help some people. Who cares how I created it? I have always wanted to contribute something to the Linux world, and this feels like it.

What I'm asking for: your honest opinion. Should I feel that little shame? Should I put it up on GitHub? It would of course be GPL licensed. Maybe some folks want to make it better or contribute or fork it. I love open source and I feel like this could be useful to some.

So, hit me.
Thank you

This entry was edited (3 weeks ago)
in reply to untakenusername

It was a one time test. One off. Never happened before and won't happen again. I just wanted to test it, and the test came out with a nice app and I thought maybe I should share it. I could've just not said anything and put it on GitHub and no one would've have known. I am not sure how to say it better and make it make more sense. Is my English really that bad that people aren't getting what I'm saying? lol
This entry was edited (3 weeks ago)

Lemmy.one will be shutting down


This post serves as notice that Lemmy.one will be shutting down in 90 days.

Unfortunately, the moderation features in Lemmy never progressed to the point required to continue maintaining this service, and Lemmy simply does not have the userbase to justify the cost of this service. Myself and the moderation team apologize for the inconvenience this will cause.

Lemmy.one will be shutting down


cross-posted from: lemmy.one/post/27858506
This post serves as notice that Lemmy.one will be shutting down in 90 days.

Unfortunately, the moderation features in Lemmy never progressed to the point required to continue maintaining this service, and Lemmy simply does not have the userbase to justify the cost of this service. Myself and the moderation team apologize for the inconvenience this will cause.



This is sad news. Hopefully the comms can migrate to other smaller instances.

Edit: just saw this


Lemmy.one will be shutting down


This post serves as notice that Lemmy.one will be shutting down in 90 days.

Unfortunately, the moderation features in Lemmy never progressed to the point required to continue maintaining this service, and Lemmy simply does not have the userbase to justify the cost of this service. Myself and the moderation team apologize for the inconvenience this will cause.


This entry was edited (3 weeks ago)
in reply to can

Everyone thinks the moderation/admin features need to be improved. I'm curious which improvements people are really needing. Whenever I see big complaints about it (beehaw, lemmy.one) I never see any specifics. Link the filed Github issues for them otherwise the feature requests don't really exist, and I'd like to give them thumbs up reactions so they get prioritized more.
This entry was edited (3 weeks ago)
in reply to can

we have a game mode called "Zero Rando" (no randomization) that's basically vanilla with QoL improvements and bug fixes

the Randomizer had so many compatibility fixes, QoL improvements, and bug fixes over the original game, this ended up being really useful for new first time players

since you've played before we also have "Zero Rando Plus" which is the same thing, but also includes the balance changes we've made for Randomizer

and we also have "Rando Lite" and "Rando Medium" to get started with the randomization stuff before going up to Normal Randomizer or Full Randomizer

youtube.com/watch?list=PLZIQTa…

mods4ever.com/ | !deus_ex_randomizer@lemmy.mods4ever.com

This entry was edited (3 weeks ago)
in reply to drosophila

Transcended seems good. I haven't played it, but it sounds like it still has changes from Revision left over in it (it was forked from Revision). Like cameras seeing bodies, pawns reacting to unconscious bodies, and dogs having the jump attack. But idk if those can be turned off. If they can be turned off then it's pretty similar to our "Zero Rando".

But we have more QoL features available that you can enable which aren't included by default in "Zero Rando". A big one being Password Autofill which isn't enabled by default in "Zero Rando" but it's huge for Steam Deck players.

We also allow selectively enabling balance changes. Like auto augs, or general aug balance changes, there's an option for skill changes, map changes. Here's some of the settings menus:

Also we're open source

This entry was edited (3 weeks ago)
in reply to Die4Ever

A built in auto mod is the largest thing. A way to say that this common pattern is spam and to block it system wide, right now we just don't have that. A nice to have stretch goal would be to use some model to fight actual gore or csam material, which just doesn't exist. A moderation dashboard would be great to see users with their comment history, vote trends, high level to see if a person just had an off comment that might be taken the wrong way, or if there is a trend of trolling behavior

These have been opened on the GitHub and either sit open forever or are just closed.

in reply to Die4Ever

Why compare us to reddit? We feel like Reddit but from a hosting and admin perspective it's a whole different ballgame. Mods of reddit at worst run the risk of their communities being taken down for a bit if they let content slip through. Here on Lemmy us admins are legally liable for content that is posted. We don't have a large limited liability corporation that will take the hit for us. We need these tools, or we are the ones that will have boots through doors.

sneakyninjapants doesn't like this.

in reply to Scrubbles

github.com/RikudouSage/LemmyAu…

I think it's better as separate software. It means it can be developed more efficiently. And this seems to have a lot of features, so it seems it is efficient to develop this way.

This entry was edited (3 weeks ago)

don't like this

in reply to can

"Joining the fediverse isn't hard bro, your instance doesn't matter, just pick one."

"Stop using Lemmy.world, we need to redistribute to smaller instances."

The number of times I've heard these fucking lines when people discuss why Lemmy/the Fediverse isn't growing like corp-owned alternatives...

don't like this

in reply to Saleh

you cannot transfer is your imaginary internet points


Ironically enough, even though "imaginary" this aspect might be key to moderation. Assuming (and that's a flawed assumption) that people would upvote/downvote based not on their opinion but rather on how healthy/unhealthy to the discussion a comment is, then those "points" would be useful to see above/below a threshold one would want to interact, e.g. show content or not (or even now show even as to unfold).

in reply to utopiah

Nah the points are laughably easy to game even in centralized reddit since this moderation aspect never made any sense. As if bad actors can't upvote themselves, buy upvotes or just repost any random garbage to /r/funny.

Its a terrible system that turned Reddit into a content desert. Once you decline some new person because "they dint have enough karma" they're never trying to contribute again and you end up with power users who have a moat around content production.

Shared moderation lists already do all of this in an actually functional way. You can subscribe to Bob's list of douchebags and have the client block them. This is something bluesky added quite recently but it already exists on fediverse to instance admins tho afaik not individual users yet.

This entry was edited (3 weeks ago)
in reply to duchess

As someone who uses GIMP very effectively for commercial work, I am increasingly feeling like people who say that GIMP isn't a capable alternative are simply ignorant of it's capabilities. Yeah, it doesn't work like Photoshop. Yeah, it doesn't work like Affinity Photo. Yeah, it doesn't work like Photopea.

But yeah, it does work, and works well. If you apply a bit of patience to learn how it works, then it's also very easy to use, eventually. Maybe it doesn't cover all the use-cases, but it's ignorant to say that it categorically isn't capable for commercial use.

This entry was edited (3 weeks ago)
in reply to Luke

I have never used any of those other softwares in more than a decade.

I still only use GIMP for image editing out of principle.

Still have to check every time for GIMP shortcuts because they are so counter intuitive. And there are so many counter intuitive things about it.

IMHO it have the same issue that Libreoffice. It was really made decades ago and never really updated. It's like that meme about workflows. In their efforts not to break workflows they have gotten behind in UX compared to other software.

Also development seems to be stopping to a halt with each release compared to other more modern foss projects. I suppose it's due an ancient codebase that's probably really hard to work with.

I use it. It can do a lot. But UX and development speed in GIMP is not up to par with projects like Krita, Inkscape or Blender (to name a few).

This entry was edited (3 weeks ago)

When did you start working around with Linux?


Yes, im doing le funy Meme. And yes, I am an autist, with some signs towards something adhd adjacent

I first tried Linux Mint when I was 12, eventually changed to Ubuntu when I was 13 or 14 because I saw the Windows 11 copilot button, installed arch at late 14, and got to gentoo when I was 15.

Can anyone beat me to it?

This entry was edited (3 weeks ago)
in reply to Luffy

in 2002 when my windows me computer start looping on the blue screen of death, with all of my college papers/essays/tests/assignments trapped in it.

the recovery media refused to work because i had upgraded the computer several times and i couldn't afford the $180 windows xp cd. so i bought a linux magazine for $5 that included a copy of mandrake linux installation media and used paper printouts from my college's computer labs to help me rescue my work from the computer.

in reply to Luffy

I first heard about it in about 1994 when a Unix guy I knew told me about a type of Unix that could run on regular computers. He loaned me a POSIX book, but I didn't really hear anything until 98. I started getting fed up with all the problems with Windows 98, and I started installing it and breaking it on any machine I could get access too. I don't know how many floppies I formatted with each disk image of RedHat and Debian. I broke the school network a few times with things like accidentally setting up a DHCP server. I sent a patch to the kernel. I Learned a whole lot those first years.
This entry was edited (2 weeks ago)
in reply to FenrirIII

At least here in the US, lots of mobile phone plans have free or cheap international calls, depending on the countries involved. Example. Some home landline plans also have that. So far that has been enough for me on the few occasions when I've wanted to make an international call. If more frequent, I'd use a VOIP provider, maybe Twilio (I'm sure there are others too, but I know Twilio supports this and has a decent API).

VOIP providers will often also sell you inbound phone numbers in the destination country, if you want the other person to be able to call you from their landline without it getting rung up as an international call for them. Those aren't always so cheap, but there are obvious use cases.

Using DVD slot for second 3.5" drive?


I’ve found an Inspiron with an FX8800P and 1 3.5” slot and a DVD slot. I intend to use it in my 3-2-1 backup with two drives (one hot, one warm) and the third backup in AWS Glacier (inb4 fuck Amazon - it’s cheap). It will also function as a NAS.

Have you placed a 3.5” drive in the 5.25” DVD bay? I understand you may need an adapter. Not sure if I can skip that.

The reason I can’t use a consumer NAS is because I want to power one of the drives off for power, longevity, and I don’t want to use RAID (also they’re quite $$$).

This entry was edited (3 weeks ago)

New quantum theory of gravity brings long-sought 'theory of everything' a crucial step closer


Although the theory is promising, the duo point out that they have not yet completed its proof. The theory uses a technical procedure known as renormalization, a mathematical way of dealing with infinities that show up in the calculations.

So far Partanen and Tulkki have shown that this works up to a certain point—for so-called 'first order' terms—but they need to make sure the infinities can be eliminated throughout the entire calculation.

"If renormalization doesn't work for higher order terms, you'll get infinite results. So it's vital to show that this renormalization continues to work," explains Tulkki. "We still have to make a complete proof, but we believe it's very likely we'll succeed."

in reply to TFed 🍉🌻

ToE is generally taken to mean a theory that accounts for all four fundamental forces in physics, 1) strong nuclear force, 2) electromagnetism, 3) weak nuclear force (unified in some way with electromagnetism now), 4) gravity. The "standard model" only handles the first three, with gravity being separate and very mysterious. I'm skeptical of this new paper on various grounds but who knows.

Unofficial mainboard for the Lenovo ThinkPad X200 turns a laptop from 2008 into a modern machine


The Lenovo ThinkPad X200 is a laptop that was released in 2008. But its classic design still appeals to some long-time enthusiasts who appreciate the laptop’s iconic keyboard with a TrackPoint nub in the center and 12.1 inch display with a 16:10 aspect ratio.

The notebook’s aging specs don’t really cut it in 2025 though. So developer FranckDeng has designed a modern mainboard that can be […]

#lenovo #mods #thinkpad #thinkpadX200 #thinkpadX201 #upgrades #x210ai

Read more: liliputing.com/unofficial-main…

in reply to unicornBro

If you want to support a *nix distro, that's awesome and I fully support you. What you shouldn't support is distributions locking features behind a paywall.

This is how you get Microsoft Windows and Copilot.

Absolutely proprietary


To answer your question--Windows is destructive to *nix boot sectors. When you update Windows, it will bork your *nix install. Dual booting with Windows is a real PITA.

This entry was edited (3 weeks ago)

InlineStyle, open fediverse based cloud


Hey folks,
We have been working on a project called InlineStyle

A European, open-source, fediverse based alternative to the Google ecosystem.

It’s a single platform with these services:
* 📧 Email address @inlinestyle.it
* 📹 Video sharing via PeerTube
* 🎵 Music streaming with Funkwhale
* 📝 Docs and Drive via Collabora/NextCloud
* 📒 Markdown based notes
* 🎮 Browser-based FOSS games (Celeste Classic, Tyrian, SuperTux, etc.)
* 🌍 Static personal site hosting

All hosted in Europe. No telemetry, no ads, no corporate BS.

It’s not a startup pitch, just something we built because we got tired of being locked in.

The idea is to keep it sustainable with a simple support plan (€1.90/month) that unlocks upload features and personal email/webspace.
Free tier available too, no login needed to browse.

🔗 inlinestyle.it/

Would love your thoughts.
What should I improve? What’s missing for you to consider switching?

Our goal is to try to build a real #DeGoogle fediverse based path that doesn’t feel like a downgrade.
It will take time, but we are willing to try and stay committed to the mission.

This entry was edited (3 weeks ago)
in reply to poVoq

We’ve been exploring the idea of adding a chat service.
But we haven’t yet decided which protocol would provide the most value for most people.

Right now, we’re considering XMPP and Matrix — both are solid, privacy-respecting options.
Our goal is to offer something that lets people communicate with their existing contacts, not start from scratch.

We’d love your input: what would you actually use? What works best in your daily setup?

in reply to mpblack

Sadly when the EU regulates, it's the same for everyone across the board.

It's a mess. They require that small, one-man operations or simple corner stores treat personal data with the same diligence that banks do, under the GDPR.The concept of scale is something that is foreign to the EU.

I have a few friends that work for the government in their countries and they say GDPR requirements is destroying their local municipalities.

The only regulation from the EU that I've seen makes a distinction at scale, is the Digital Markets Act.

This entry was edited (3 weeks ago)
in reply to Linktank

Yeaaahh, but does it though?

I've put loads of regular users on Linux and on average they have less issues than they had with windows

That is ignoring the installation. Linux install is download iso, burn it on USB, boot computer with said USB, run the install program, go through the 5-6 pages which takes about 15 minutes, reboot and the machine is done.

Windows 11 install is downloading ISO, burn it on USB, boot computer with said USB and then the boot up immet fails with this vague error. Spend a good hour on Internet searches to find that it's some bios setting which is fine for Linux, but whatever. Make setting, reboot USB! Setup now crashes again on other gauge error. Spend another 4 hours on sraxhes only to find out that windows iso burning requires a special windows only burning program that will "fix" it and is totally not done on purpose to sabotage Linux users, but fine, were only 5 hours in and still have to start so boot up a VM in Linux, find that usb burner somewhere, download and install that, then download the iso again, burn it, dump it again in the machine and presto, er have an installer, yay!

Go through the pages, and more pages and more crap and install this sponsored content and watch ads and now you need an account at Microsoft and more pages and do you love me? Please let me know that you love me, more feedback because I'm Microsoft and I need feedback and now do you want these games that you hate, and you must install office you will love it even though you'd rather commit sepuku, and a fucking hour of clicking a thousand times later, windows is finally installed ..?

Seriously, if I say that installing Linux was ten times easier than windows, it would be the understatement of the year.

In it's general use, nobody will run into weird shit like they do on windows and to top it off, you got no issues with viruses, no ads nor spyware in the operating system itself, and shit just works.

Yeah, Linux has bugs, just like windows, but the experience is ten times better, I'll die happily and proud on that hill

This entry was edited (3 weeks ago)

At least 10 people sickened in US listeria outbreak linked to prepared foods


The U.S. Food and Drug Administration said Saturday that federal, state and local officials are investigating the outbreak linked to foods produced by Fresh & Ready Foods LLC of San Fernando, California. The FDA says the 10 people who fell ill were in California and Nevada, and required hospitalization.

The agency said the products were sold in Arizona, California, Nevada and Washington at locations including retailers and food service points of sale, including hospitals, hotels, convenience stores, airports and by airlines.

Federal officials said they started investigating the recent outbreak last year but didn’t have enough evidence to identify a source of the infections. They said the investigation was reopened in April when FDA investigators found listeria in samples collected from Fresh & Ready Foods that matched the strain from the outbreak.

https://apnews.com/article/listeria-outbreak-food-sick-c11ddb49f357f227797fe42c468115f5

10 YEARS OF HATE - Documentary about Orbán's politics of hate - English subtitles


Length: 1:39:20

Immigrants, populism, border fences, electoral autocracy.

If you are interested about how and why Hungary is as it is, this is a documentary just released by Partizán, the most viewed Hungarian news outlet independent from the Hungarian government.

The subtitles are not autogenerated but hand-made by the news outlet.

The outlet has a decidedly leftist slant even by European standards, but are considered mainstream in Hungary.

This entry was edited (4 weeks ago)

Hamas and U.S. reach deal. “I think we'll have to detox from US security assistance,” says Netanyahu


Ryan Grim
May 11, 2025

[this is a 2-part article, the first is very short and is about the Hamas-US deal.]

"#Hamas and the United States announced an agreement today that will lead to the freeing of #Israeli soldier Edan Alexander, a dual #American citizen, ahead of President #DonaldTrump’s trip to the region. #Israel was reportedly not involved in the discussions, but informed about the deal afterward. "

[The second, much longer part, :]
"[Michigan AG] Dana Nessel continues to do damage control in the wake of her failed prosecution of student protesters at the University of Michigan...This week, in public remarks on the prosecution, she claimed without evidence that Democratic Rep. Debbie Dingell of Michigan had been the one who urged her to charge students involved in protests over Gaza."

This entry was edited (4 weeks ago)

Hamas and U.S. reach deal. “I think we'll have to detox from US security assistance,” says Netanyahu


cross-posted from: lemmy.ml/post/29969507

Ryan Grim
May 11, 2025

[this is a 2-part article, the first is very short and is about the Hamas-US deal.]


"#Hamas and the United States announced an agreement today that will lead to the freeing of #Israeli soldier Edan Alexander, a dual #American citizen, ahead of President #DonaldTrump’s trip to the region. #Israel was reportedly not involved in the discussions, but informed about the deal afterward. "

[The second, much longer part, :]
"[Michigan AG] Dana Nessel continues to do damage control in the wake of her failed prosecution of student protesters at the University of Michigan...This week, in public remarks on the prosecution, she claimed without evidence that Democratic Rep. Debbie Dingell of Michigan had been the one who urged her to charge students involved in protests over Gaza."

This entry was edited (4 weeks ago)
in reply to 0101100101

0) Yes, and in that time you would visit a website with your own IP address likely, likely over HTTP without SSL/TLS, likely with your vulnerable browser fingerprint. Point?

1) Privacy, not anonymity. Two completely different things.

2) Because the way Signal is built hosting it requires a lot of resources (storage especially), so they want spam prevention and fewer accounts per person.

in reply to rottingleaf

1) I haven't seen a non-TLS website in years.

2) Your asserting "two completely different things" doesn't make it true. Privacy and anonymity are not synonyms but they are overlapping areas. Also ISTM you are redefining terms to suit your purposes. Anonymity to me means the message recipient can't tell who you are. If a THIRD PARTY (the server operator) can ALSO tell who you are, that's a privacy failure, not just an anonymity one.

3) Why does it take so much storage per user? Does it have video uploads or anything like that? A user account should basically just be a row in a database.

From en.wikipedia.org/wiki/Signal_(… :

In August 2022, Signal notified 1900 users that their data had been affected by the Twilio breach including user phone numbers and SMS verification codes.[105] At least one journalist had his account re-registered to a device he did not control as a result of the attack.[106] ...

This mandatory connection to a telephone number (a feature Signal shares with WhatsApp, KakaoTalk, and others) has been criticized as a "major issue" for privacy-conscious users who are not comfortable with giving out their private number.[142] A workaround is to use a secondary phone number.[142] The ability to choose a public, changeable username instead of sharing one's phone number was a widely-requested feature.[142][144][145] This feature was added to the beta version of Signal in February 2024.

[146]Using phone numbers as identifiers may also create security risks that arise from the possibility of an attacker taking over a phone number.[142] A similar vulnerability was used to attack at least one user in August 2022, though the attack was performed via the provider of Signal's SMS services, not any user's provider.[105] The threat of this attack can be mitigated by enabling Signal's Registration Lock feature, a form of two-factor authentication that requires the user to enter a PIN to register the phone number on a new device.[147]

This entry was edited (4 weeks ago)
in reply to solrize

They are overlapping areas, but they are "two completely different things". They overlap by sharing common goals, not by being interchangeable.

Anonymity to me means the message recipient can't tell who you are.


Right. And Signal doesn't provide that at all, it ties your private messages to your identity (phone number), it explicitly does not provide anonymity. In fact, it proudly advertises you as a signal user to other signal users that have your number saved. It allows you to post public status updates, it encourages you to save your first and last name on your account.

If a THIRD PARTY (the server operator) can ALSO tell who you are, that's a privacy failure, not just an anonymity one.


Okay? And? In this hypothetical world where Signal offered anonymity but still tied you to your number for other practical reasons, then you're be correct that it would be a privacy concern.

But they don't offer anonymity, they offer private conversations.

This entry was edited (3 weeks ago)
in reply to 3abas

They are overlapping areas, but they are “two completely different things”. They overlap by sharing common goals, not by being interchangeable.


They aren't interchangeable but they intersect. Completely different means they are disjoint.

it proudly advertises you as a signal user to other signal users


That sounds terrible, a private message service shouldn't advertise anything to anyone. If I subscribe to a subversive magazine, it shouldn't advertise me to other subscribers. It's a terrible invasion if they do. Signal and PGP are both comparable to subversive magazines in that regard, even if the PGP manual tried to say the opposite.

I think most of us these days recognize that the whole concept of public key directories and signature chains on PGP keys was a conceptual error in how people thought about privacy back then (they only cared about encrypting message content). We like to think we know better now, but maybe we don't.

Okay? And? In this hypothetical world where Signal offered anonymity but still tied you to your number for other practical reasons, then you’re be correct that it would be a privacy concern.


According to Wikipedia, they do record some of that info and report it to the government when required. In fact there is further disclosure to them (they might not retain or use the info, but they do receive it) every time you connect to the Signal server.

Anyway the Wikipedia article indicates they have introduced usernames as an alternative to phone numbers, so they have finally acknowledged the problem and done something about it.

This entry was edited (3 weeks ago)
in reply to rottingleaf

Because your status updates and messages are encrypted and stored (until retrieved, of course) once for every recipient, and that includes your other devices and their other devices.


I'd like to see a numerical estimate of how much data this is. But, it sounds to me like more reason to want to self-host.

I don't see any point to rehashing the other stuff. Non-TLS websites mostly went away once DNS spoofing at wifi hotspots became widespread.

in reply to solrize

But, it sounds to me like more reason to want to self-host.


So do that. You can do that with Signal.

I don’t see any point to rehashing the other stuff. Non-TLS websites mostly went away once DNS spoofing at wifi hotspots became widespread.


Maybe I wasn't clear, someone said that back in the day registration on a website was a new and bad thing, connecting it with privacy and comparing to Signal asking for phone number. I answered with the idea that not much commonly thought from that time about privacy has aged well. You wouldn't register on websites, but you would communicate with them over plaintext. I hope that makes it clearer.

in reply to rottingleaf

So do that. You can do that with Signal.


Do you know of anyone doing it? Other people have said there are difficulties.

You wouldn’t register on websites, but you would communicate with them over plaintext. I hope that makes it clearer.


It is ok, in that era (dialup or wired internet) unencrypted http was basically as secure as unencrypted landlne phone calls. People still have unencrypted phone calls all the time. Typicalally sites would show public content (like product pages on an e-commerce site) by http, then switch to https for checkout to protect stuff like credit card numbers. Encrypting everything became important when wifi became widespread. Wifi hotspots would hijack DNS and spoof entire web sites to steal credentials. Also, LetsEncrypt made it possible to bypass the CA scam industry, making https-everywhere more popular. Public awareness also increased due to Snowden's disclosures.

The RSA encryption patent also expired in 2000. Before that, US website operators were potentially exposed to hassle if they didn't use a commercial server with an RSA license ($$$). But, it didn't apply outside the US and FOSS SSL servers existed for those wanting them.

This entry was edited (3 weeks ago)

Lemmy seems to have an LLM issue


or something of the sort. It's the only explanation I've got...

One or two days old accounts with a single post related to something that will generate replies for sure (AMA has a lot of them, like "I'm a Romanian girl that has lived most of my life secluded, ama" or something or the sort...) and both the post and account are deleted 24h later.

Latest suspicious one is about the guy who is short with long feet, second time it's posted by the same account who deleted the original but has no other comment history in-between.

One week ago on the shit post community, Dad ranking Instagram screenshot from "op's kid school", called it in the discussion, OP replied it was nothing of the sort, account and post are now deleted...

This entry was edited (4 weeks ago)
in reply to Kecessa

It's not an LLM, at least one of the accounts you're referring to. The person you're talking about has a fetish, and they like telling fake stories about unusually-sized non-sexual body parts. They have a few accounts on Reddit on 9gag where they do the same thing. There's a few different versions of their disfigurement that they tell, but they're all fake and by the same guy.
in reply to Chozo

Is that the same guy with the big belly? I remember a couple posts about him claiming to have sympathetic weight gain with a pregnant wife. Pretty sure it was just a male pregnancy fetish.

There was also someone who paid women with long feet to step on pizza, but he was very clear about it being a fetish and he wasn't weird about it.

This entry was edited (3 weeks ago)

Clamonacc doesn't start due to "could not add element to hash table" errors


Trying to set up clamonacc to watch /home, /tmp and /storage (where I mount other drives). It keeps failing due to ERROR: ClamInotif: could not add element to hash table for ... that causes ERROR: ClamInotif: issue when adding watch for /home/lojcs and ultimately ERROR: ClamInotif: could not watch path '/home/', Invalid argument passed to function.

The initial error was triggered by the steam folder, empty cache directory of starship, firefox cache directory, my 'Games' folder and after that I stopped excluding the directories. I don't see the point in having on-access scan if I need to carve out large chunks of the filesystem to make it work for reasons I don't understand. I don't see anything common with those directories or what makes them different than the ones it has no problem watching.

Has anyone successfully set up clamonacc? This is like the 3rd time I'm trying in the last couple years and it never works.

This entry was edited (4 weeks ago)

How to backup around 200 DVD


Hi everyone!

I have around 200 DVD (with movies) that I’d want to backup in order to save them from rotting or physical media disappearance.

My most powerful computer with a DVD drive is a 2012 MacBook Pro upgraded to 16gb of Ram with an SSD running Fedora 42.

If possible, I’d want to keep all the bonuses of the movies, but I could also just backup the movies if keeping the whole disc is too difficult.

My goal would be to keep the original quality.

Also 6-7 discs are already skipping scenes even if the disc shows no damage.

I’ve bought some of these discs 20 years ago with my teenager pocket money so I wouldn’t want to lose them.

Thanks for the help.

As I own these discs and nothing would be illegal in my country, I thought it would be better to post here instead of the piracy community.

Edit: I guess I’ll use Make MKV Beta as it seems to work well and VLC can open the MKV files. Thanks for your help!

This entry was edited (4 weeks ago)
in reply to Dariusmiles2123

Automatic Ripping Machine can pull the main movie off a disc automatically, but I'm not sure about imaging the full disc. Once it's set up, you just put a disc in and wait.

github.com/automatic-ripping-m…

What SATA (or PCIe+adapter) SSD for a Debian laptop?


Basically want something with decent performance and durability. Cost matters, but I'm not trying to hit rock bottom. I'm particularly wondering, is an HMB-type PCIe SSD ok combined with a SATA adapter? I think HMB is supported if your machine can use a PCIe or NVMe disk directly, but I'd be using an older Thinkpad with a 2.5" SATA slot at least for now. So I'm wondering if I'd lose a lot of performance if the SSD combo doesn't have its own RAM buffer.

I see good deals by today's standards for PCIe SSD's at of all places, Office Depot.

Thanks.

App recommendations for CalDAV VJOURNAL?


I'm experimenting with raidcale. I'm trying to find some client apps for Linux and Android.

So far, I have:

Desktop
- Calendars: GNOME Calendar
- Contacts: GNOME Contacts
- Tasks: Errands
- Journals: Unknown

Android:
- Calendars: Probably just default Calendar app
- Contacts: Not sure yet
- Tasks: Tasks.org or jtx board
- Journals: jtx board

Apps working with VTODO seem to be common enough, but does anyone know desktop apps that work with VJOURNAL?

This entry was edited (4 weeks ago)
in reply to dan

One thing I've had troubles with when trying to implement accessibility is in web dev. There's so many attribute tags and I think a few different software based standards as well? I'm not entirely sure. The documentation on it felt a bit hard to follow and implement. Then I'm not sure how to go about testing it fully either without having those proprietary softwares either. I'm on an all Linux machine and the only accessibility software I know of is Orca and it's so and so last time I tried it.

While I slowly figure that out however I make sure to follow tag recommendations and keep things in sections, only one h1 tag per page, descriptive and short alt tags, and so forth. At least that helps a tiny bit.

in reply to Zelaf

Web is a bit easier than native since the browsers handle all the platform-specific details across all common platforms, and you mostly just have to follow some guidelines that aren't overly technical or arcane. Some examples:
- Use ARIA roles where appropriate
- Ensure sufficient contrast between text and background colours. Should at least meet the WCAG level AA which is a 4.5:1 contrast ratio, but ideally meet AAA which is a 7:1 ratio for body text and a 4.5:1 ratio for headings.
- Ensure you use <label> tags for all your <input>s, alt attributes on all images, title attributes where appropriate (e.g. on <table>s to describe the data contained inside the table), etc.

If you use Firefox, its developer tools have an "Accessibility" tab that can audit for common issues - things like missing labels on checkboxes and radio buttons, colours that don't meet WCAG contrast ratio requirements, etc.

It's a good time to learn more about building accessible sites and apps given it's becoming a legal requirement in some jurisdictions. For example, the European Accessibility Act (EAA) goes into effect later this year, and it mandates that sites and mobile apps for various industries (like ecommerce, airlines and other transport, media streaming, social media, banks, and some others) meet accessibility guidelines.

I’m on an all Linux machine and the only accessibility software I know of is Orca and it’s so and so last time I tried it.


It's probably worth spinning up a Windows VM to test in NVDA. It's one of the most popular screen readers and probably the most popular open-source one, but only works on Windows since it deeply hooks into the Microsoft Speech API, accessibility APIs, and and other Windows APIs.

This entry was edited (4 weeks ago)

Nuked my system [recovered]


Edit: I was able to recover my partitions by creating new partition starting and ending from same exact sectors.

I was copying files from my previous installation to my new Gentoo installation. After I was done. I ran wipefs on /dev/nvme0n1 thinking it is my old nvme drive which is connected through usb. I am in disbelief. Lost all of my configuration files. My perfect installation of gentoo. Just gone. How do I never make such mistake again? Thankfully I had backup of passwords file. Rest is gone. I am sad.

This entry was edited (4 weeks ago)
in reply to lemmylemonade

Guys, I managed to recover my partitions. I used test disk to write the detected efi partition which was of 500MiB. The gpt partition table backup uses 33 sectors to I created second partition starting from where the previous ended to totalsectors-33. I was able to luksDump the header after this and successfully decrypt and mount my device. I had to grub-install and now my system is up and running. Thank you so much everyone for their help and their kind words.
This entry was edited (4 weeks ago)
in reply to Villainess

On-screen keyboard was already mentioned, but there are some other small things that might be useful for some:

Reboot/shutdown without having to login (Your husband/wife/partner can shutdown your computer without first having to login and be greeted by the porn folder on your desktop...nah seriously, this can be useful at times when your turn on the computer, get called away and someone else can easily shut down the computer after you didn't return for some hours)

Keyboard language selection before password entry. Very useful in multi-language households/companies.

The WM selection also allows kiosk-like behaviour in special cases...like you don't start a WM but start in kodi media player for a movie evening or you create your own WM session file for a single game that runs as soon as you login.

This entry was edited (4 weeks ago)
in reply to Villainess

I don't know whether it's me or my hardware, but display managers seem to absolutely hate me. I've tried quite a few, and I've always encountered some sort of issue within a few days. Even on distros that install and set them up automatically for me.

Since I'm the only user of my computers, I've set mine up to log me in and startx (well, now the Wayland equivalent) automatically, bypassing DMs altogether. If I decide to experiment with other window managers/desktop environments, I just change the line in my bashrc.

This entry was edited (3 weeks ago)

Looking for a distro that creates users on first boot after installation


I've started to collect good computers that are stuck on Windows 10 that are being discarded. I want to put Linux on them and give them away to less fortunate people in need of a computer. It would be easier if user names and passwords were not part of the install process but part of the first boot after installation. What distros should I look at?

Cheapest new device that can run linux?


More of a thought exercise/game than anything else. I saw the news that 486 support was getting cut from linux, and I was curious just how cheaply someone could replace a desktop 486 system with something new (provided the device had all the connectivity they needed).

Rules:

  1. Device must be able to run linux.
  2. Device should be cheap as possible. A good starting point is probably sub 40usd.
  3. The device must in someway support a mouse, keyboard, display, and the internet. If adapters are necessary for this connectivity, that cost should be included.
  4. Power supply should be included in the cost of the device. (in the case of most SBCs this is just the cost of a USB cable and wall wart)
  5. The device must be new & still in production. I know used devices like laptops would probably have been king here, but I don't think that would be nearly as interesting.

I suspect that SBCs and other arm devices will be the most common suggestions.

I personally know about the Raspberry Pi Zero which can be had for ~$10, and with all the added accessories necessary to make it a full computer (usb splitters, usb power, usb to rj45, storage) it costs around ~$35. Not bad at all but I'm pretty sure we can do even better!

in reply to procapra

What I did was I went to the thrift store and I found a laptop. It was the Asus Transformer Book T100han.

I had one when it was new. It was a POS but hey it worked really well in my use case I was thinking of.

Got it home booted it, has Windows 10 1501 installed on it. Refused the update. (The perfect windows machine does exists)

Updated it to 22h2 bricked it by running out of the limited 32GB of storage.

Said screw it got Linux Mint on a USB installer. Installer crashes. Tries Ubuntu… also crashes. Tries OpenSuse, also crashes. Tries Fedora also crashes.

Turns out the installer requires more than 2GB of ram. Laptop only has 2 and it’s soldered. (The e waste special)

Gets Debian installs it. Gets to desktop, no Bluetooth, no audio, but everything else runs better than I ever saw it. Needs older distro.

Gets Q4OS installs fine, runs as well and audio works. No Bluetooth. My very specific use case requires Bluetooth.

Forces myself to go back to windows. No recovery image. Downloads from MS, can’t create media because my PC is on Linux. Boots into VM, makes installer. Installs Windows. No audio no Bluetooth.

Gets drivers from asus website. Everything works but audio. Calls asus support gets drivers. PC is back to when I got it.

Pair Bluetooth controller, installs auto hotkeys, installs libre office. Best teleprompter I’ve ever used.

Shoves into box until it’s needed again.

This entry was edited (4 weeks ago)
in reply to procapra

Stop looking for cheap new stuff. Buy cheap used stuff. I got a high quality Thinkpad T530 for $99. I got a T15 Gen 1 as well but honestly is worse than the T530 even though it's newer.

My friend got a used computer with a 4th Gen i5 and a 970 for $45. Old but gold. We upgraded the CPU and it runs everything great.

Stop contributing to e-waste and buy used

This entry was edited (3 weeks ago)

Linux kernel is leaving 486 CPUs behind, only 18 years after the last one made


I didn’t know whether to mark this NSFW or not but it’s time to buy a new computer if you haven’t upgraded in multiple decades.
in reply to peetabix

Actually, most devices today run an amd64 kernel (amd or intel cpus in typical desktops or servers) or arm (phones, some modern notebooks). Those architectures never supported 486 cpus.

I assume, the code removed is in the x86 branch, excluded when compiling for other architectures. As others said, I guess this is mostly about maintainance effort and testing.

(But then i don't know much about the kernels. Maybe there's some interplay between amd64 and ~~x64~~ x86 architectures.)

This entry was edited (4 weeks ago)
in reply to Peasley

In this case it's more of a switch away from the last cool new thing. Totem (like Music) was built around a media library navigated from within the app. By default Totem doesn't even support opening videos from the file manager, which is something you would probably expect of a video player. It also crashed for me when I tried using it as intended so I'm not surprised to see it replaced by an app that really is just a video player.

That said many apps get replaced not for feature reasons but just by being GTK3, and they tend to get replaced by their own forks to GTK4 (such as the upcoming replacement of Evince). Why their devs choose to upgrade toolkits this way I cannot say.

This entry was edited (4 weeks ago)

SSH managers on Linux?


Curious what folks are using to organise their remote connections? I liked WinSSHTerm and have tried replacing it with Remote Desktop Manager, but it seems a bit broken (fonts look terrible in a terminal, sftp doesn't work, RDP sort of works, but it's not great).

RDP is not a must. Folders, ssh, key auth, sftp and scp are the main things I'm looking for. Currently considering Remmina but though I would check if ppl have strong views on this topic before trying the next app.

I'm using cinnamon with mint 22.

This entry was edited (1 month ago)