• 1 Post
  • 196 Comments
Joined 4 years ago
cake
Cake day: July 28th, 2020

help-circle



  • My bad needed more coffee

    The prior verbiage threw me off.

    how do we distribute videos and watch them without data collection?

    So opinion answer to the latter. Opinion answer. Don’t ignore YouTube.

    Steam didn’t ignore Win32 and ask 10k devs to port to Linux. They partnered up with CodeWeavers, WINE and others to create Proton and it made the former task largely unnecessary.

    Expand federated video services to cache all videos they stream in case the original gets dunked on. And then at the same time grow the platform.

    A subsection of FOSS hates wealth, but people need to be able to lift themselves out of poverty, there has to be a profit motive and that profit has to largely go to the content creators.

    Without motives and incentives you can build the most beautiful codebase ever and it won’t take off.

    Mass censorship is coming, so platforms that don’t censor and host in countries where this is legally protected will have the advantage of growing new mega sites.





  • Yeah I totally agree, I love Photoshop UX colors and general function. It’s been a while though.

    On the other hand GIMP has a HUD command palette with hotkey / and you can search for all image functions which is fine with me as I use my keeb a lot.

    And I did import PS hotkeys to go with my many years of memory and it helped me feel at home much better.

    I have used many image editors over the years and I can at least say for basic functions, cropping, scaling, art it opens fast compared to wine and the pre 3.x UI is so much nicer to use.

    I would definitely not recommend a cold switch for anyone at a job, the transition would be frustrating and problematic. But learning the “life raft” as a backup seems sensible.

    It was a hard hit to my ego going from a PS God back to a peasant in terms of output, but I’d say the last few years the tooling has improved tremendously and I can say I’m a novice or mid tier photo editor in GIMP.

    The text tool is nowhere as robust as PS, I felt like PS was a all in one printer one stop shop. But then there’s Inkscape so I am okay with dividing my functions up among a few tools instead of only 1.

    I’ve designed concepts for houses in GIMP as weird as that may seem.

    God do I hate 2.8 and 2.10 UX it was soo bad in terms of getting out of my way and an embarrassment at work, 2.99.xx thankfully is light years apart.

    Edit: Also the GEGL non destructive fx stuff is really interesting and G’MIC Qt addon filters



  • I used to feel that way about it 10+ years.

    If you haven’t used it in a while (1y+) don’t even bother with the 2.10.xx – I use Krita, GIMP, Inkscape – did some image editing in GIMP yesterday and it went good.

    Since the latter 2.99.xx releases my position & criticisms have changed. New UX, Non-destructive Layer Filters and the workflow has improved the software a lot. There is a ton of activity on their gitlab.

    Its still not perfect but easily beats Photoshop Wine at all basic operations.

    https://www.gimp.org/news/2024/02/21/gimp-2-99-18-released/

    And since this post is about Photoshop. Don’t pirate it. Be the change in the world you want to see. Let Adobe Rot in Pieces for decades of being anti Linux and anti FOSS despite popular demand and big Hollywood bucks.

    Make them a relic of a long forgotten decade. The sooner we can move on the better.







  • My complaint was mostly targeting the big picture of everything living in /bin/

    I inferred the ‘user 0’ thing to their credit like you, it just still felt really strange as numerals are kind of a no no when programming – you can’t begin variable and other names with them and I guess having them as a suffix feels strange too as it’s not common practice.

    It will definitely be the only utility I recall that uses a numeral.

    To me the whole numeral systems are archaic, User ID numbers don’t line up when transferring data from hard drives from another machine eg 1000-1005.

    The numeral permission system is archaic and requires explicit knowledge to know the difference between a 7 6 and 4. In GUI Immutability is separate when it should be more integrated as a file control. The octal permissions are from another decade and modern platforms have permissions on whether a executible can access the internet, access input devices like camera or microphone, or sensitive data like contacts, pictures, etc…

    I think file tagging should be greatly expanded, IDv3 meta data for example was a workaround for the limitations and the core filesystem should have robust enough tagging to make it unnecessary.

    I’ll be controversial now – eliminate the . prefix to hide files. Yes I know it had been this way for decades and was grandfathered in as a feature after a bug, that should have been in the filesystem properties like chattr +I and you shouldn’t need .hidden indexes to hide files just like windows and osx litters zip files with MDF or inf or whatever (memory is fuzzy from non use).

    Some people say “4 character” limit, that needs to go too – FHS naming structure is confusing and not self evident what it does to people trying to learn who already have IT training. /etc/ having 2 or more bins /bin vs /usr/bin – ‘what does usr mean the new it ponders’ ‘oh it must mean ‘user’ I guess’. – weird stuff like that.

    To systemd credit they have no problem being controversial and relentlessly persuing their vision in a practical way, hell I use their stuff hapilly.

    I just feel like the run0 thing is a band aid on bigger problems, and AI critique would be very fascinating to make these human interfaces you know… more for us humans :P

    If not systemd, maybe the rust people or someone else will be baller enough to try to tackle these funny ackward quirks that have accumulated over the years and straighten it all out.