@Spectacle8011@lemmy.comfysnug.space
@Spectacle8011@lemmy.comfysnug.space avatar

Spectacle8011

@[email protected]

I read エロゲ and haunt AO3. I’ve been learning Japanese for far too long. I like GNOME, KDE, and Sway.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Spectacle8011, (edited )
@Spectacle8011@lemmy.comfysnug.space avatar

pushed useless crap like the activity view to people

This is easily the best part of GNOME. I wish macOS implemented mission control as well as GNOME has implemented Activity Overview, because using macOS feels like typing with one hand tied behind my back.

slow animations that can’t be completely turned off.

Go to GNOME Control Centre > Accessibility > Seeing > Reduce Animation. It also sets it globally so websites can choose to respect this setting. What animations remain?

They try to reinvent the desktop experience every 2 or 3 years and end up making things worse (like when they decided to remove the desktop icons).

They removed it because nobody wanted to maintain the code, which was generally agreed to be subpar, and it was blocking development elsewhere in Nautilus. They acknowledge it was a dumb idea to implement this functionality inside of Nautilus in the first place when they should have done it in the shell. They realized they were leaving users in the lurch here, so offered a few solutions like installing Nemo Desktop. They even developed a GNOME shell extension prototype before removing it that users could move straight to.

Wait, this is not GNOME, this is Nautilus as a file manager app. There are more providers of desktop icons, namely nemo-desktop is one of the best and you can use that together with Nautilus and the rest of GNOME. Why would you use a worse provider of that functionality?

It wasn’t part of some grand design decision that precluded desktop icons. They just made a bad technical decision 20 years ago that ended up accumulating a lot of technical debt.

Now, if you wanted to complain about something, shell extensions are certainly a horse worth beating. Or only letting you set shortcuts for the first four workspaces and forcing you to use Dconf for more. This is really dumb design.

How many of you run a Linux phone (Pine64, Librem etc) as your daily driver?

I was going through Pine64’s page again after I found the latest KDE announcement. With that said, I seem to see a lot of issues with firmware on the Pine, whilst the Librem is just plain out of budget for me. Was interested in how many people here run a Linux mobile as a daily driver, and how has your experience been?...

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

You’ll try it and it’s going to end up in the drawer of unfinished projects.

Guilty as charged.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I have a lot to say about the Pinephone, but in the interest of not re-iterating what has been said before, I’ll just say this:

Correctly inserting the SIM card was the most harrowing experience I’ve ever had with a phone.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

There’s Lightworks, too, although it’s geared toward the editing process. I like it, though, and have been able to make it work for general video editing. The color correction tools are better than Kdenlive and not as good as DaVinci Resolve, but unlike Resolve, it will decode/encode H.264 and AAC. It’s powerful without being quite as overwhelming as Resolve can be for newbies. There’s no advanced setup involved unlike Resolve. The playback is responsive even with 4K footage. Kdenlive is great too, if you don’t need more advanced features or are working with a lot of 4K footage.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

After he got a handle on it, Torvalds returned to the kernel. He’s been much more mild-tempered since then. As he mentioned in Tokyo, he won’t be “giving some company the finger. I learned my lesson.”

This is probably a good thing.

Looking ahead, Hohndel said, we must talk about “artificial intelligence large language models (LLM). I typically say artificial intelligence is autocorrect on steroids. Because all a large language model does is it predicts what’s the most likely next word that you’re going to use, and then it extrapolates from there, so not really very intelligent, but obviously, the impact that it has on our lives and the reality we live in is significant. Do you think we will see LLM written code that is submitted to you?”

Torvalds replied, “I’m convinced it’s gonna happen. And it may well be happening already, maybe on a smaller scale where people use it more to help write code.” But, unlike many people, Torvalds isn’t too worried about AI. “It’s clearly something where automation has always helped people write code. This is not anything new at all.”

Indeed, Torvalds hopes that AI might really help by being able “to find the obvious stupid bugs because a lot of the bugs I see are not subtle bugs. Many of them are just stupid bugs, and you don’t need any kind of higher intelligence to find them. But having tools that warn more subtle cases where, for example, it may just say ‘this pattern does not look like the regular pattern. Are you sure this is what you need?’ And the answer may be ‘No, that was not at all what I meant. You found an obvious bag. Thank you very much.’ We actually need autocorrects on steroids. I see AI as a tool that can help us be better at what we do.”

But, “What about hallucinations?,” asked Hohndel. Torvalds, who will never stop being a little snarky, said, “I see the bugs that happen without AI every day. So that’s why I’m not so worried. I think we’re doing just fine at making mistakes on our own.”

There were no questions about whether maintainers would start utilizing LLMs. The questions were focused on how maintainers would respond to LLM-generated (or -assisted) patches being submitted to them. This attitude seems perfectly reasonable to me, but it would have been more interesting to ask questions about whether maintainers would start using LLMs in their work. Torvalds might have responded with a more interesting answer.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

The Linux Foundation and Kernel devs don’t really deal with the OS layer much. This is something that would need to be implemented at the desktop environment level; like GNOME or KDE. Neither LF nor Linus Torvalds has any say over that.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It was interesting to hear your perspective!

I’m a newbie programmer (and have been for quite a few years), but I’ve recently started trying to build useful programs. They’re small ones (under 1000 lines of code), but they accomplish the general task well enough. I’m also really busy, so as much as I like learning this stuff, I don’t have a lot of time to dedicate to it. The first program, which was 300 lines of code, took me about a week to build. I did it all myself in Python. It was a really good learning experience. I learned everything from how to read technical specifications to how to package the program for others to easily install.

The second program I built was about 500 lines of code, a little smaller in scope, and prototyped entirely in ChatGPT. I needed to get this done in a weekend, and so I got it done in 6 hours. It used SQLite and a lot of database queries that I didn’t know much about before starting the project, which surely would have taken hours to research. I spent about 4 hours fixing the things ChatGPT screwed up myself. I think I still learned a lot from the project, though I obviously would have learned more if I had to do it myself. One thing I asked it to do was to generate a man page, because I don’t know Groff. I was able to improve it afterward by glancing at the Groff docs, and I’m pretty happy with it. I still have yet to write a man page for the first program, despite wanting to do it over a year ago.

I was not particularly concerned about my programs being used as training data because they used a free license anyway. LLMs seem great for doing the work you don’t want to do, or don’t want to do right now. In a completely unrelated example, I sometimes ask ChatGPT to generate names for countries/continents because I really don’t care that much about that stuff in my story. The ones it comes up with are a lot better than any half-assed stuff I could have thought of, which probably says more about me than anything else.

On the other hand, I really don’t like how LLMs seem to be mainly controlled by large corporations. Most don’t even meet the open source definition, but even if they did, they’re not something a much smaller business can run. I almost want to reject LLMs for that reason on principle. I think we’re also likely to see a dramatic increase in pricing and enshittification in the next few years, once the excitement dies down. I want to avoid becoming dependent on this stuff, so I don’t use it much.

I think LLMs would be great for automating a lot of the junk work away, as you say. The problem I see is they aren’t reliable, and reliability is a crucial aspect of automation. You never really know what you’re going to get out of an LLM. Despite that, they’ll probably save you time anyway.

I’m no expert, but neither is most of the workforce (although kernel work is, again, much more in the expert realm).

I think experts are the ones who would benefit from LLMs the most, despite LLMs consistently producing average work in my experience. They know enough to tell when it’s wrong, and they’re not so close to the code that they miss the obvious. For years, translators have been using machine translation tools to speed up their work, basically relegating them to being translation checkers. Of course, you’d probably see a lot of this with companies that contract translators at pitiful rates per word who need to work really hard to get decent pay. Which means the company now expects everyone to perform at that level, which means everyone needs to use machine translation tools to keep up, which means efficiency is prioritized over quality.

This is a very different scenario to kernel work. Translation has kind of been like that for a while from what I know, so LLMs are just the latest thing to exacerbate the issues.

I’m still pretty undecided on where I fall on the issue of LLMs. Ugh, nothing in life can ever be simple. Sorry for jumping all over the place, lol. That’s why I would have been interested in Linus Torvalds’ opinion :)

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It took an hour or two to compile and takes up about 5GB of space. The only program I’m really interested in is Xcode, which doesn’t work at the moment.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I don’t see a problem with this business model. They’re doing work maintaining software they don’t want to maintain, so charging for it makes sense. It’s surprising to me that Windows doesn’t already charge a yearly subscription fee for OS upgrades.

Many people aren’t going to pay the annual fee and will keep using Windows 10 without the security patches anyhow, so obviously this will weaken a lot of people’s security, but, well… Microsoft needs to make money. And it’s not like they need to worry about their customers defecting to another operating system. You can’t just download and install macOS on an old Dell machine. If they’re going to buy a new computer, it makes sense to get a less expensive one than what Apple’s offering, ergo they’ll get a new Windows 11 computer.

And if they wanted to and could use Linux…well, they’d already be using it. Overall, I’m completely nonplussed about this announcement. If you weren’t going to pay Microsoft money, nothing has changed. If you need a longer support period, you now have an easy option. And hey, there’s always the chance Microsoft will backtrack and provide free updates anyway. Especially given the lack of details on pricing, it seems like they’re sounding out the idea rather than fully committed to deploying it.

Spectacle8011, (edited )
@Spectacle8011@lemmy.comfysnug.space avatar

Normally I would retort “But we paid money for it - so they need to support it”

For how long? 15 years? 20? 30? Should they still be supporting Windows 95?

Windows has the longest support period of any commercial operating system. iOS’s longest support period for a phone was 8 years, Android is now 8 years for the new PIxel, macOS supports computers for anywhere between 5-10 years, averaging about 7, and Windows 10 will support computers for 10 years. Previous Windows operating systems have supported computers for even longer, but 10 years is still longer than anybody else. I’ve paid for a few Windows 10 licenses in my time, and I don’t think I’ll ever pay for another one. I don’t use it enough to care about the limitations of unlicensed Windows.

Mind you, we wouldn’t even need to be having this conversation if Windows was free software and some other organization took on the duty of maintaining it. That would be a lot less work for Microsoft and keep Windows 10 users happy. While I’m at it, I’d also like a pony.

When they rugpull Win10 I will just complete move to Linux. The only thing holding me back is some industrial software that I use for work and they’re in the process of multi-platform support.

I’d love to do that. I already use Linux for most of my work, but Adobe not being there means I need to fall back to macOS or Windows for some projects. While Photoshop is coming to the web (someday), After Effects and inDesign are unlikely to ever end up there. I can hope, but I’ll likely be stuck on one of these other operating systems for a long time to come, I suspect.

Maybe Wine will some day support Adobe’s terrible DRM…and maybe hell will freeze over, too.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

One main reason I went back to Arch BTW is that there aren’t, contrary to the old self a declaration by Suse, that many software available for my use case, so I ended up with tons of ppa’s, sorry, Suse Vendors who relied on each others for libraries, and it eventually broke down my system when some stuff wasn’t available but was required, while some may be available from 4 different, private, repos.

This is the reason I abandoned both Fedora and openSUSE when I tried them. I like plenty about both of them but things are just simpler on Arch. Despite Arch having less software than most distributions, it tends to be the software I actually want or need to use. The few programs not present can be installed from the AUR. Writing new PKGBUILDs is simple and there is no bureaucracy.

Arch is a pain upfront but I’ve found it tends to save you time later on. It’s not without its downsides, though; the primary one being that I’m the one responsible for managing everything and there are plenty of things I don’t know.

Made the switch to KDE

I’ve been using Fedora for a couple of months now, and have been loving it. Very soon after I jumped into this community (among other Linux communities) and started laughing at all the people saying “KDE rules, GNOME drools,” and “GNOME is better, KDE is for babies.” But then I thought, “Why not give KDE a try? The...

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I like them both. GNOME’s desktop metaphor is nicer but it can be replicated on Plasma with a few shortcuts. Plasma has a few niceties not present in GNOME. GNOME is prettier. Dolphin is a better file manager than Nautilus. GNOME programs don’t have a way of rebinding keyboard shortcuts.

It just depends on what I consider more important at the time.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

GNOME changed the way I used desktops. Dolphin changed the way I used file managers.

I always set Nautilus to use one-click behavior, but it doesn’t have handles like Dolphin does. And Dolphin has a built-in terminal. And other niceties. I like Nautilus too. I think both desktops have some good ideas and I like to bring some KDE ideas over to GNOME and vice versa.

But if there’s one thing I’m sure of, it’s that GNOME is much better designed than macOS.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

You’re not going to convince anyone to suffer inconvenience for something that has no tangible benefit in their eyes. The best you can do is give people the option to contact you on Signal and explain (briefly) why you prefer it. After enough experience, you realize there is no argument you can make that will convince people to care about privacy. The people who join you on Signal either already care about privacy (but maybe didn’t realize it) or value your comfort over theirs.

Personally, I would rather send unencrypted SMS instead of using a Meta-owned service. I don’t want to be part of the network effect keeping people on Facebook. Everyone with a SIM card in their phone already has access to SMS, but few use it if they can help it, so I don’t think I’m contributing to a network effect by doing this. The only MMS client I use is Signal, so anyone can contact me over there if they want more functionality. That’s the only tactic I use, and so far, it has been unsuccessful.

The Unity Desktop Environment an Underrated Masterpiece (unityd.org)

Why is the unity is underrated when its what i use right now with Ubuntu Unity and its actually really great experience for my 2021 HP Stream 11 Laptop and i hope you all to share your experiences using the unity de in Debain Ubuntu Arch Fedora Gentoo Opensuse Etc thanks for your Amazing community my Wonderful Friends

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Does Unity support Wayland?

Nope. However, UnityX, a prototype desktop environment (which will be available as a variant of Unity once ready), will include Wayland support.

I realize the name was likely chosen for completely unrelated reasons, but I can’t stop laughing about UnityX being the only variant of Unity with Wayland support.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Installed KDE and GNOME at the same time. Ubuntu did not like that.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

No idea. It was the first time I ever used Linux. Ubuntu just booted into GRUB rescue mode after a month, and the only thing I can remember doing is installing another desktop environment. On Arch, I’ve had KDE and GNOME installed side-by-side for years now.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

What’s next? Hopefully, Microsoft won’t start injecting a poll at shutdown demanding to know why I’m turning my PC off for the day.

Well, if you decide to run Windows Server, I have news for you…

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Exchange.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

In fairness, it’s so there’s a log of why the machine was shut down. It’s for the sysadmins in charge rather than Microsoft. In practice, most people just choose “Other” as the reason so it’s fairly useless. I have no idea if there’s a way to turn it off, though.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Microsoft Exchange. For running an email server. It’s easily the most popular use for Windows servers.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Here’s why.

Because I like the 2-clause BSD license. I am not a fan of “copyleft” or forcing obligations on people in general. I want my software to be available for anyone who wants to use it.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

The GPL is a better choice if you want to make money from the software. With a pushover license, your competitors can extend the program and profit from it in a way you can’t because they aren’t required to give the changes back. The GPL evens the playing field. Of course, you often see the original company requiring a CLA so they retain copyright over all of the code.

On the other hand, it does enable possibilities that you would be very unlikely to get otherwise. For example, Cedega (formerly WineX) forked Wine when it used a pushover license and brokered deals with game companies to make the DRM compatible with WineX/Cedega. That meant you could play these games on Linux-based OSes with Cedega, but not Wine. I really wonder if it would have been possible to make Wine compatible with some of these DRM schemes otherwise. Consequently, however, Cedega could not incorporate any changes from LGPL’d Wine, as that would have required them to license Cedega under the LGPL, too.

That’s another issue. You can incorporate MIT-licensed software in GPL software, but you can’t incorporate GPL software in MIT-licensed software. So going with the GPL gives you more options. As SerenityOS is building everything from scratch, this isn’t an issue, but you can well see how it could be. The LGPL is far less disruptive to people who want to release their software under a pushover license. It only requires you give back any changes to the LGPL-licensed part, and does not cover other parts of your program. Personally, I really like the LGPL. It levels the playing field while being quite compatible. It’s not perfect either, of course.

It’s a tricky question, and there are no right answers. Ultimately, the decision is up to the developer and I can’t fault any choice, including the decision to use a proprietary license.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

That’s also my preference, but very few games are free software. And most of the games I want to play are encumbered with DRM or cost ten times as much to get DRM-free. Of course, I buy them DRM-free because the DRM doesn’t work with Wine, but if it worked with Cedega…well, I might re-evaluate.

The purpose of the GPL isn’t to force companies to pay up to get out of copy left.

That’s why it was created, but in practice, many companies make money by selling exceptions. See Cal.com and CKEditor5, for instance. I didn’t mention this at all in my comment, though, so I’m not quite sure which part you’re responding to. By “level playing field”, I meant that everyone can improve Sourcehut and sell a service with more features, but they need to release those new features under the same license, meaning they will make it back to Sourcehut proper. Selling exceptions isn’t the only way to make money from free software.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

The reasons are made clear on their roadmap.

The GTK3 port is done, and now they need to finalize the new extension API and improve their color space support (particularly CMYK). It would be nice if Wayland had a color management protocol extension standardized by then, but I don’t think it’s a blocker.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I’ve heard some artists prefer FireAlpaca to Krita. Is there anything it does better than Krita?

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Cheers. I use Krita myself, but I’ve heard people say “Krita is terrible; try FireAlpaca.” I think that might be because it has performance issues on other operating systems; I’m not in a position to test. It’s good to hear Krita is basically ahead on all fronts except learning curve. Nonetheless, it’s nice to see a Linux version. FireAlpaca advertises a Dark Mode, but I’m guessing it’s a paid-only feature.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I use both GNOME and KDE. I do have a system tray, but it’s for a single program: fcitx-mozc. If I didn’t need to build ibus-mozc from source, I would just use that. iBus IMEs get their own spot in the top right without needing appindicators. That being said, I don’t need the system tray either as I can just switch between Japanese and English with CTRL+SPACE. But it’s nice to have some kind of constant indication what IME I’m using.

On the subject of a dock, though, I love the way GNOME completely separates it from the workspace. It just takes up space and I don’t have any utility for it. Windows and macOS only allow you to hide the dock; not remove it completely. I’ve accidentally opened the dock by moving my cursor to the corner of the screen way too many times and it is sooo annoying. This never happens on GNOME because it’s just not possible.

Also I tend to think it’s been designed for people who are more comfortable using a keyboard. I’m mostly a mouse person.

That’s absolutely true, but you can navigate GNOME completely with a mouse. If you’re on a laptop, you can use the trackpad to flick between workspaces with three fingers. Every aspect of the GNOME desktop is navigable with the mouse, including the Activity Overview. GNOME’s workflow changed the way I use computers.

One thing I miss from KDE is GNOME’s tiling. KDE’s is far more inconsistent. But there are a lot of things I like more about KDE too. I use it in basically the same way as GNOME.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I wonder if the same is going to be true of Thunderbird. Thunderbird actually requires you use Mercurial to contribute at all, rather than managing both git and Mercurial.

That being said…it’s kind of odd to me how swiftly Mozilla of all companies/orgs is to embrace a code forge hosted by Microsoft for their main software. Surreal, even.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Aussies tend to be quite direct. It’s basically our natural state. I get how it can be perceived as hostile, but I don’t actually think Brodie is very abrasive. He seems like a pretty relaxed guy.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

What really needs to happen:

Flatpak packages should ask for every permission they need, and the user needs to approve every one of them.

Right now, we have this weird in-between state where some flatpak packages ship with limited permissions (like Bottles). That’s because every permission the package asks for is immediately granted. The user doesn’t get a chance to refuse these requests. This current model serves to make life more difficult for non-malicious flatpak packagers while failing to protect users from malicious packages.

Also, GNOME needs a Flatpak permissions center like KDE. You shouldn’t need to install a third party program to manage permissions.

Spectacle8011, (edited )
@Spectacle8011@lemmy.comfysnug.space avatar

I don’t doubt it, but this is a good place to start.

This claim has interesting phrasing:

Adding X11 sandboxing via a nested X11 server, such as Xpra, would not be difficult, but Flatpak developers refuse to acknowledge this and continue to claim, “X11 is impossible to secure”.

If you look at the GNOME post, you’ll see they haven’t argued against including a nested X server at all:

Now that the basics are working it’s time to start looking at how to create a real sandbox. This is going to require a lot of changes to the Linux stack. For instance, we have to use Wayland instead of X11, because X11 is impossible to secure.

I’m not saying they haven’t refused to acknowledge this elsewhere, but it’s strange to point to this blog post which acknowledges that the sandbox is very much a work-in-progress and agrees with Madaidan that X11 is hard to secure.

Does Xpra provide better sandboxing than XWayland? If not, I think the Flatpak developer’s solution to this is: just use Wayland. And obviously, there’s plenty of room to improve with the permissions Flatpak does offer.

I did some searching on the Flatpak Github for issues and found that you can actually use Xpra with Flatpak, and the answer is “just use Wayland”:


This is also concerning:

As odd as this may sound, you should not enable (blind) unattended updates of Flatpak packages. If you or a Flatpak frontend (app store) simply executes flatpak update -y, Flatpaks will be automatically granted any new permissions declared upstream without notifying you. Using automatic update with GNOME Software is fine, as it does not automatically update Flatpaks with permission changes and notifies the user instead.

Source: privsec.dev/posts/linux/desktop-linux-hardening/#…

It’s great that GNOME Software notifies you when permissions change! I don’t use Flatpak enough to know, but I hope flatpak update notifies you too if you don’t use the -y option.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Red Hat, the world’s largest provider of open source software, would begin to reserve the source code of its flagship product, Red Hat Enterprise Linux, to paying customers only.

I think they should have done that in the first place. You can sell open source software just fine; you shouldn’t be expected to make the sources public—only to those with a binary copy of your software who ask for it. Organizations that write and maintain open source software should be paid for their work.

In 1984, a researcher named Richard Stallman released a software project called GNU. Stallman licensed GNU for free, with his only stipulation that users sign an agreement called the GNU General Public License. […] To Stallman, freedom meant no restrictions — not necessarily no costs. “Think free as in free speech, not free beer,” he is quoted as saying.

Yes. Stallman sold copies of GNU Emacs on physical media back in the day.


This article doesn’t touch on the contentious issue, which is that RHEL’s terms say, if you share the Red hat sources as a customer to a non-customer, Red Hat may stop serving you as a customer. The controversy isn’t about cost. It’s about being punished for exercising the freedoms Red Hat gives you.

Of course, SUSE and Ubuntu Enterprise have had the same terms for years. Red Hat was the outlier until now.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It’s worth mentioning that Android Auto doesn’t work on GrapheneOS due to the privileged access it requires, and will not support it unless it is re-architected. Which phones were you thinking of when you said “compatible”?

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I don’t try explaining this stuff anymore. I’m extremely bad at it and I know most people will either not care or not care enough. And that’s fine. It’s easier to let people think I’m a luddite. I prefer to wait for them to ask me why I use technology differently than to preach to them, and most of the time, they don’t ask. It’s always easier to let people convince themselves than to try to convince them.

I tell them to install Signal and message me there, and if they don’t want to do that, they can SMS me. Signal is a better idea if they want faster responses as I rarely check my phone but do check Signal Desktop fairly regularly. I have tried to get KDE Connect working so I can respond to SMS more timely but it was annoying and I gave up.

Software that supports your body should always respect your freedom (www.fsf.org)

Software that controls your body should always respect your freedom. This article is a recap of scandals of medical devices, like hearing aids, insulin pumps, bionic eyes, and pacemakers, and what we can learn from them. It’s astonishing: you wouldn’t expect these devices to be run by software in such a way that they can...

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I ran an iPhone for many years and never updated anything at all. The apps were updated automatically.

Edit: Ah, you’re talking about an iOS update. Forgive my lack of reading comprehension. Apps that have been automatically updated have been known to stop working, however.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I’m always worried about over explaining or sounding pendantic.

That makes two of us :)

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Interesting choice to romanize Japanese. Now you have to figure out which romanization system to use (I was surprised を was romanized as o and not wo). But I do get it, I guess, because you have to wonder it would only use Hiragana or mix Kanji in:

  • 大文字と小文字を無視する
  • だいもんじとこもじをむしする

Well, for the sake of being international, we should just use Katakana everywhere. That’s the sanest suggestion (who’s with me?):

  • ダイモンジトコモジヲムシスル

Of course, you’re kind of screwed on a TTY, since they don’t generally render unicode…so let’s go back to figuring out which romanization system to use.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It doesn’t really mean anything on its own. It’s romanized as “Shi”. If you know your Japanese, you’ll know “Shi” is how you pronounce 死; or “Death”. The word is not usually written in Katakana, though. There’s also ツ, which is romanized as “Tsu”.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

KDE has an overview now too! It’s mapped to Super+W by default. And they’re continuing to make it fancier in Plasma 6.

Why Mozilla is betting on a decentralized social networking future (techcrunch.com)

The mission-driven tech company behind the Firefox browser, Pocket reader and other apps is now investing its energy into the so-called “fediverse” — a collection of decentralized social networking applications, like Mastodon, that communicate with one another over the ActivityPub protocol.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

What non-AGPL software were you hoping to be compatible with fediverse software? Or am I misunderstanding why you want non-AGPL software?

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

Every Dell laptop I’ve ever owned has had a key repeat issue. Mind you, this was an issue on Windows too. Otherwise, I bought a Dell Latitude last year and it has worked great.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I don’t work with music at all, so most of this update doesn’t mean much to me. However, it’s nice to see the export window was improved—I want my single-click behavior, damn it.

The telemetry is limited to update-checking and error reports. Distributions will disable update-checking because they already handle updating Audacity. Error reports need to be manually submitted. It’s possible that most distributions just disable networking altogether when building Audacity, if it even exists in their repositories at all. Fedora’s package is waaay out of date. Arch disables networking altogether.

Audacity has still instituted a CLA. This is quite worrying. But nothing has happened yet.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

I should have specified that the Audacity CLA allowed Muse Group to relicense Audacity from GPLv2 to GPLv3. Yes, I agree with you that not all CLAs are bad. While you keep the copyright to all your contributions, because the copyright is assigned to them (? I’m not actually sure about this), they can relicense it. The CLA agreement.

You grant MUSECY SM LTD, an affiliate of MuseScore and Ultimate Guitar, (“Company”) the ability to use the Contributions in any way. You hereby grant to Company , a perpetual, non-exclusive, worldwide, fully paid-up, royalty free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute your Contribution and such derivative works.

There was quite a lot of confusion and outrage about this at the time, so I can’t recall whether Muse Group specifically said they wanted to include Audacity in Apple’s app store or this was given as an example of why the CLA could be beneficial. My rebuttal was this is not a particularly noble cause. There was also the argument that the FSF requires you to sign a CLA for its own projects so it can reserve the right to relicense it if it benefits the project. My rebuttal to this was…well, it’s the FSF. The day the FSF relicenses their software under a non-free license is the day they die.

All in all, I’m not worried yet.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

This is the kind of high-quality technical discussion I don’t understand a word of that rarely surfaced on reddit.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

That’s a great explanation! Thank you, I get it now. I always did wonder what exactly IPC was about. Yay for Rust in the kernel.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

This confused the hell out of me last month. You can install two different versions off fmpeg/gstreamer on Fedora. One version of ffmpeg—the completely free, patent-unencumbered version—is available in Fedora’s official repositories. This one does not include decoders for H.264 or H.265. You can still install OpenH264 from Cisco and use that to decode H.264 video, but there is no “free” way of decoding H.265 video. For that, you need to go to RPMFusion, which is not associated with Fedora. They ship the H.265 and AAC decoders, among other codecs that cannot be shipped without paying a licensing fee. RPMFusion is a third-party and they believe they can’t/won’t be pursued for patent infringement.

And all of that is great, but I installed ffmpeg from RPMFusion and it still didn’t work. I had to mindlessly copy commands until it did work. So you’re not alone. I’m just giving you the context in case you were curious.

Spectacle8011,
@Spectacle8011@lemmy.comfysnug.space avatar

It seems like this issue is finally, actually fixed with the new driver release.

I haven’t had a chance to try it out but the responses on the thread look promising.

Edit: Ah, I see you’ve already gotten the news. Well, good to hear.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines