• 1 Post
  • 25 Comments
Joined 9 months ago
cake
Cake day: September 27th, 2023

help-circle






  • Ah, somehow I didn’t see 18 there and only looked at 17. Thanks!

    I tried pulling just the one package from the sid repo, but that created a cascade of dependencies, including all of llvm. I was able to get those files installed but not able to get clinfo to succeed. I also tried installing llvm-19 from the repo at https://apt.llvm.org/, with similar results. clinfo didn’t throw the fatal errors anymore, but it didn’t work, either. It still reported Number of devices 0 and OpenCL-based tools crashed anyway. Not with the same error, but with something generic about not finding a device or possibly having corrupt drivers.

    Should I bite the bullet and do a full ugprade to sid, or is there some way to this more precisely that won’t muck up Bookworm?






  • This is correct, albeit not universal.

    KDE has a predefined schedule for “release candidates”, which includes RC2 later this month. So “RC1” is clearly not going to be the final version. See: https://community.kde.org/Schedules/February_2024_MegaRelease

    This is at least somewhat common. In fact, it’s the same way the Linux kernel development cycle works. They have 7 release candidates, released on a weekly basis between the beta period and final release. See: https://www.kernel.org/category/releases.html

    In the world of proprietary corporate software, I more often see release candidates presented as potentially final; i.e. literal candidates for release. The idea of scheduling multiple RCs in advance doesn’t make sense in that context, since each one is intended to be the last (with fingers crossed).

    It’s kind of splitting hairs, honestly, and I suspect this distinction has more to do with the transparency of open-source projects than anything else. Apple, for example, may indeed have a schedule for multiple macOS RCs right from the start and simply choose not to share that information. They present every “release candidate” as being potentially the final version (and indeed, the final version will be the same build as the final RC), but in practice there’s always more than one. Also, Apple is hardly an ideal example to follow, since they’ve apparently never even heard of semantic version numbering. Major compatibility-breaking changes are often introduced in minor point releases. It’s infuriating. But I digress.



  • hersh@literature.cafetoLinux@lemmy.mlIs anyone using awk?
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    6 months ago

    All the time. Not always by choice!

    A lot of my work involves writing scripts for systems I do not control, using as light a touch as is realistically possible. I know for a fact Python is NOT installed on many of my targets, and it doesn’t make sense to push out a whole Python environment of my own for something as trivial as string manipulation.

    awk is super powerful, but IMHO not powerful enough to justify its complexity, relative to other languages. If you have the freedom to use Python, then I suggest using that for anything advanced. Python skills will serve you better in a wider variety of use cases.





  • These are not “normal” tablets, but Boox’s line of ePaper-based readers are the only Android tablets that distinguish themselves sufficiently in my already-large family of devices. I’ve used “normal” tablets with full-color LCD/OLED displays, on both the Android and iPadOS side, but I rarely find a good use for them. I’ve found them to sit in an awkward space with neither the convenience of my phone, nor the utility of my laptop.

    The ePaper-based tablets are ideal for reading, but I do not relegate them merely to the “e-reader” category because they allow you to install Google Play and run basically any Android app. This makes them more flexible and powerful than most e-readers.

    It comes with a built-in browser optimized for monochrome, and you can also install third-party alternatives like EinkBro.

    That said, it’s only for advanced users, and it’s not a perfectly smooth experience. Just getting Google Play running on it requires jumping through some hoops, and you will find that most Android apps simply don’t work well on a monochrome display (though Boox does offer color models, I have not used them myself).

    I was hoping, for example, to use my Boox tablet to play Go, but despite the fact that Go is very much a “black and white” game, most of the apps use shading and colors that look like absolute ass on a black and white display. Some of them do not properly support the 4:3 aspect ratio either. So I don’t want to set unreasonable expectations here. These are niche devices.

    Despite these drawbacks, I really appreciate having an ePaper device. It complements my device family (phone, laptop, etc.) in a way other tablets do not.


  • Interesting. Are there any other accounts on your phone that provide contacts? Maybe social media or other chat platforms? On Android you can see accounts in Settings > Passwords & Accounts (or somewhere similar; it varies a little between brands). You can also check inside your Contacts app by expanding the sidebar (again, varies by brand).

    Just a thought. I don’t have any other contact providers on my phone so I can’t test it myself.

    Please keep us posted if you get any official response or learn anything new!



  • I used to run Tumbleweed with KDE on my Nvidia system. I found the rolling release structure of Tumbleweed to cause extra work for me, because kernel updates came frequently and occasionally broke the Nvidia drivers. As a workaround, I ended up pinning my kernel to an old version.

    Nvidia drivers have been at least a little troublesome on every distro I’ve used, particularly with the additional CUDA libraries.

    One nice thing about Suse is that it uses BTRFS by default, and you can use snapper to revert your whole system if something goes wrong. So if Nvidia shits the the bed after an update, it’s easy to roll back. Most distros default to ext4 and do not have snapshot support by default, which feels like living in the stone age to me after using Suse and BTRFS.

    Of course you CAN set up BTRFS and snapshots in any distro, but that’s a lot to ask for a beginner with Linux. I strongly recommend choosing a distro that does that for you, like Suse.