• 1 Post
  • 73 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle
  • _edge@discuss.tchncs.detoLinux@lemmy.mlMacOS Preview equivalent
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    21 days ago

    Preview is one of the things mac os got right. it’s hard to copy. If you think about it, it does not make sense that a tool called preview that most people use to quickly read pdf (and other) files, is also a lightweight pdf editor, which is often more useful than acrobat or pdfedit or whatever you use.

    It’s not logical. no one will make a clone of it.

    you’ll have to get used to other tools.






  • I use Ubuntu every day. I’m part of the Linux community. And i believe that Ubuntu helped to make the Linux desktop easy and available and sort-of cool.

    There’s no hate, but i could live without snap, unity and oversimplification. Actually that’s my biggest issue. Give me settings, give me choice. Hibernate works fine on my machine, don’t hide it.

    Apt/deb is a fine package manager, flatpak and docker can supplement it when you want something not packaged as deb. The way Ubuntu updates browser over snap is a small improvement, but it’s not worth deviating from the rest of the Linux world.

    I don’t hate Ubuntu. I think they are wasting their time on stuff no one needs. Missing the chance to improve Linux for everyone.



  • _edge@discuss.tchncs.detoAndroid@lemmy.worldChristmas Android for Girlfriend
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    7 months ago

    No modern phone meets those requirements. Sad, but true.

    Phones tend to get bigger screens every generation. 3.5mm audio and sd cards are no longer a thing.

    And if security is important you want a recent model that gets updates from the vendor (unles you know what you are doing with customs roms)

    Look at Samungs or Google Pixel and see what size she could like. They all have good cameras.


  • Your problem is most likely escaping. $1 has a meaning in regex and in shell. You want the former and the single quotes achieve this.

    In your second example, with alias, probably the shell interpreting this replaces $1 with whatever the first arg in the shell environment is, probably the empty string.

    Not sure what the problem with the shell script is. Anyway try escaping the $ as $ and \ as \.

    You can see where you are wrong if you replace prename with echo for debugging. Or in a shell script do

    set -ex




  • Valid question. You can ask this about many things:

    Would the Internet as we know it exist if Facebook, AOL, and Yahoo had united to create a walled garden?

    Would Macbooks as we know them today exist without an open source ecosystem? Would the company Appke exist? Would there be an iPhone?

    Would the web exist without Linux? Both developed at the same time, 1991 till now, and most stuff runs on Linux servers.

    Would the people who build all the hardware and software even be interested in computers had they not played with (build) computers in the 90ies? What if we had given them an iPad aith CandyCrush that just works; and not BIOS codes, cables, extension cards and drivers?







  • Not legal advice, just an idea.

    Publish early and frequently (e.g. on github with a license statement) and encourage others to clone it. Now the code is out there. You can’t take it back. Even better if the funding agency explicitly approves this.

    You can still dual-license, later, i.e. use a more permissive (or different) license if the agency or a research partner requires this. Just make sure the repo with your preferred licence stays available and uptodate.

    The license is less important than you think. OSS projects live as long as there is at least one maintainer.


  • Not an expert, not an insider. Just commenting to inform about what i know.

    When wayland was designed, security was a concern and it was handled differently than in X decades ago. That is good.

    Under X any application can be a screenreader and see your data. This was okay when you trusted everything on your machine, but is a problem today.

    Under wayland’s original design, no application could be a screenreader. That’s bad. It took way too long to agree on how to make exceptions to the rule, e.g. for screen readers, screen sharing in video calls, etc.