Neat, will try it out.
Has anyone written an android desktop search widget for it? A quick search only foumd one veeery old experimental project.
-credit to nedroid for strange art
Neat, will try it out.
Has anyone written an android desktop search widget for it? A quick search only foumd one veeery old experimental project.
Writing a kernel in two languages when it has for its entire history been written in one is just asking for needless complexity.
If Rust wants to have a kernel, then perhaps port or re-write Linux in Rust from scratch as a separate project. Once it’s reached a point of being self-hosting, let ‘the market’ decide in an open competition.
If the Rust version is demonstrably superior and more secure, then it’ll naturally supplant ‘legacy Linux’.
I admit I may misunderstand the situation; I hear there’s a compatibility layer or something named xwayland – will that allow older apps linked against x11 to run on a wayland desktop?
I’ll have to give wayland a try again soon – if it’s stable on my laptops and I can figure out the custom keyboard layout stuff (I posted on another thread recently asking about that – sounds like there are good solutions for that) then I’ll feel comfortable moving to it finally.
Things must move on eventually, I suppose. I just really hope they reach feature parity before then. It sounds like most of the annoyances that have kept people from migrating are being tackled, so I’m hopeful.
The blog post says they’re just deprecating X11 APIs at this point; GTK5 will remove them.
I’m still very worried about this. Wayland still has many rough edges and I think forcing a move to X11 is premature. One of the main benefits of the Linux ecosystem has always been that it strived to run on hardware far longer than commercial vendors, who have gotten even worse at forcing obsolescence of hardware for purely revenue-focused reasons (looking at you, Microsoft – Win11 refusing to work on chipsets it is perfectly capable of running on…)
Yeah… and unless you really, really enjoy configuring your own stuff and tinkering, a hosting service is much easier.
I happen to be insane, and enjoy that stuff. And it’s not a business server (well, not anything big anyway).
If you’re in Canada, Rogers (nee Shaw) and Telus small business plans both offer ‘static’ IPs (Shaw’s residential plans aren’t officially static, but they rarely change on a residential modem unless you are always switching out hardware). Telus business fibre 1GB plan offers up to 5 static IP addresses.
Then you must purchase one or more domain names and assign them to your IP address… depending on your business’s needs even small consumer hardware can run a web server just fine.
Have a backup strategy though! And be sure you actually test the restore procedure on a periodic basis!
Linux backups can range from home-grown ‘rsync’ scripts and hot-plug external drives as backup, to more fancy ‘Time Machine’ like backup things (I honestly forget what’s out there for Linux right now, I have my own rsync scripts to back up to external drives).
My home server is my own, but if money is on the line you want proper backup and failover even. Most Linux distributions are easy-peasy to set up with Apache or nginx web servers but if you’ve never set those up you’ll need to study lots of tutorials and manual pages.
If you don’t want to tend to security and backups yourself though, it might be best to find a hosting service.
exile to the orbital asteroid mining colonies.
Can we start with Sam Altman please? Hah.
I was amazed at first with ChatGPT, outpainting, and the early stuff; it was fun making ‘paintings’ and playing with other imagery, but the main uses are taking such a dark turn I really think we’re going to regret this technology’s existence.
With modern face recognition, … If you want anonymity then don’t include your face (or signature) in the video.
Duh, good point :)
Web of trust – it’s always been so hard to make easy enough to use for the non-technical public, sadly… but yeah that might be the only/best way to really give attestation.
This is scary indeed. We may someday soon need something like an active tattoo on our face, or a badge on clothing, with a pattern that changes each second based on a private/public key pair, so videos can’t be easily faked of our own likeness with a valid visual signature.
That could actually work – a QR code that updates at regular intervals, encoding an ever-changing signature. It could be validated to certify the video of a person was genuine.
Of course that would also mean any authenticated video can never be truly anonymous :(
Streisand Effect engage!
Guess the cheque cleared
Fair enough… I admit I’m a bit of an old curmudgeon, set in my ways. :s
Aren’t you at all curious why it failed though? (If not, no harm no foul – I certainly know time diagnosing a bug is always in short supply, from personal experience). What if it’s a symptom of something important that might happen later even in Fedora 41?
Sometimes it just feels like containers are used as justification for devs to blow off bug reports. As a dev I want to understand why a failure occurs.
Agreed there – it’s good for onboarding devs and ensuring consistent build environment.
Once an app is ‘stable’ within a docker env, great – but running it outside of a container will inevitably reveal lots of subtle issues that might be worth fixing (assumptions become evident when one’s app encounters a different toolchain version, stdlib, or other libraries/APIs…). In this age of rapid development and deployment, perhaps most shops don’t care about that since containers enable one to ignore such things for a long time, if not forever…
But like I said, I know my viewpoint is a losing battle. I just wish it wasn’t used so much as a shortcut to deployment where good documentation of dependencies, configuration and testing in varied environments would be my preference.
And yes, I run a bare-metal ‘pet’ server so I deal with configuration that might otherwise be glossed over by containerized apps. Guess I’m just crazy but I like dealing with app config at one layer (host OS) rather than spread around within multiple containers.
Call me crusty, old-fart, unwilling to embrace change… but docker has always felt like a cop-out to me as a dev. Figure out what breaks and fix it so your app is more robust, stop being lazy.
I pretty much refuse to install any app which only ships as a docker install.
No need to reply to this, you don’t have to agree and I know the battle has been already lost. I don’t care. Hmmph.
Can’t SIGTERM be observed to react to a poweroff?
Dunno about docker setup, but I mirror github repos I worry may disappear automatically using my self-hosted gogs instance. (Gitea/Forgejo likely also can do it). It’s point-and-click, you just specify the github URL and check a box “this is a mirror”.