Skip Navigation

User banner
Posts
2
Comments
477
Joined
2 yr. ago

  • Ok, sure. I recognize that not everyone has a computer. And sure, an F-droid release would be really helpful for those people, if "build it yourself" was the only way to get the app.

    But ... It's not like the app is inaccessible. It's on the play store. You can install it.

    My main frustration is the outright demand for the project creator to "Just release it on F-Droid" - Something that requires the creator to get familiar with F-droid and do the extra leg-work to release it there. But ... It's an open source app, created for free by someone who wanted to create it. They owe you nothing. Not even "good distribution".

  • Well, currently I have on a pair of knit mid-thigh socks and they're fun. But I also got a pack of socks recently that have designs celebrating Ichiraku Ramen from Naruto Shippuden, and my Christmas gift from a good friend was some toe-socks with rubber grips on the bottom - Quite unique and fun to wear.

  • I beg you forgive my pedantic interjection, but ... I posit that the original commenter is incorrect. it is absolutely native execution.

    The CPU is fetching and executing the instructions directly from memory, without any (additional) interpretation of code or emulation of missing instructions - Which is, by definition, native execution.

    What the compatibility layer "does" is provide a mapping of Windows system calls into the appropriate Linux system calls. Or, in other words, makes it so that calls to functions like CreateWindowEx() in the Win32 API have a (still native) execution path.

    The native execution requires you to install WINE, yes, but if we're disqualifying it because "it requires you to install a package", then we also consequently:

    • Add things like "print stuff", "display graphical applications", and "play audio" to the list of "things Linux can't do"
    • Disqualifies Windows from "natively executing" any .NET applications (a Microsoft-built first-party framework), since .NET applications require you to install .NET.
  • Missed the opportunity to go with 'Horton Hears a Poo'

  • Their recognition doesn't change the fact that it's in the public domain

  • I highly recommend the Dark Reader extension for your browser

  • before the what, op?

    BEFORE THE WHAT??

    sweats, knowing a time-traveler in our midst refused to tell us about the coming copilocalypse

  • yeah it's almost certainly gonna be bound to Super+C, the existing keybind for copilot

  • Wow, the entitlement of "I don't want to do things myself, do extra work for me instead".

  • screen doesn’t scroll

    Screen (and any other muxer) can scroll just fine. You just have to learn how to do it in each one. Tmux, for example, is ctrl+b [ to enter scroll mode.

    mistyped file operations

    Get a good TUI file manager. I use and recommend ranger.

  • The solution for me is that I run Nextcloud on a Kubernetes cluster and pin a container version. Then every few months I update that version in my deployment yaml to the latest one I want to run, and run kubectl apply -f nextcloud.yml and it just does its thing. Never given me any real trouble.

  • I like socks. All kinds. Footie socks, ankle, calf length, knee high, thigh high, stockings... I've only just realized this in the last year or so but now I'm constantly wearing fun socks.

  • Ok legit I've been writing terminal applications for years and seen this everywhere without being able to find it. Thanks!

  • I'm assuming they do the squattle waddle to the sink

  • because I'm objectively a terrible programmer.

    Sounds like you know enough to know you don't know that much, which means you're a better programmer than you think!

  • Not at all. How are you supposed to monitor without being aware of what's on the device?

  • disapprobation

    TIL a new word. Thanks, stranger! 🙂

  • Foundry the virtual tabletop? If so you can run it via docker fairly easily