run with --password-store=basic
flag from the command line. if that helps, simply make a .desktop
file with the proper Exec=
field. let me know if you need more details.
UPD: just saw there was an earlier response on this! hope that helped.
run with --password-store=basic
flag from the command line. if that helps, simply make a .desktop
file with the proper Exec=
field. let me know if you need more details.
UPD: just saw there was an earlier response on this! hope that helped.
Sorry for vagueness. My suggestion was to replace the "add post" button with the "change layout." I feel that most of the people use "change layout" more frequently (since different lemmy communities are better fitted with different layouts) than "create a new post."
Maybe. In any case I try to never infer someone's tone from text interactions since it's always faulty and lacks human dimension. By default I just assume people actually mean what they write. I think we get (on average) more aggressive, and tend to show less empathy when not talking face to face.
Also... The term "American left-wing" is offensive for a Marxist like myself. :D
In the old days laptops were rare and accessible only to selected few. The others in the background were just admiring the flawless handwork the arch user is displaying with the command line.
I used WPS, it was worse than Libre from the usability, plus quite bloated with all sorts of stuff (luckily, I don’t have to pay for the Office, and will never actually do that willingly). Haven’t used the other two, however, will have a look, thanks!
Both GIMP and Krita are very nice and decent, just not powerful enough for many things I need photoshop for. Inkscape is actually much closer to Illustrator (not as powerful, but still), so that might be the only one with the “getting used to it” issue.
Actually, one other thing I should have mentioned, is that I also transited from using Premiere Pro to Kdenlive (and sometimes even Blender for very light video editing). Kdenlive is an amazing success story for KDE, hope that happens to Krita as well.
PS. The name GIMP sounds amazing! Love it, they should never change it )
I very much hope so too!!! i made myself to drift away from the Fusion 360 (they just took it a step further by moving a lot of stuff to the cloud) towards the FreeCad, and am enjoying its capabilities ever since. hope the same happens to GIMP. and it's not about getting used to it after Photoshop, it just really lacks some of the basic functionality i absolutely need.
like i mention in one of the comments: UI is a dealbreaker for me. oftentimes i have to make complicated annotations, arrows going from one plot to another, combine shapes to make schematic illustrations. i can do all that in a vector editor, sure, but having it all in one place speeds things up considerably.
Yes, i tried remark. I often use markdown-based solutions when i give a more code-centric presentation. But for other purposes, when I want to make annotations on the slide, put arrows in the right places, combine shapes to make a fast schematic etc, this just doesn’t cut. Sure, technically, it’s possible to do it with mermaid, etc, but it takes exponentially more time.
Sorry yes, i meant onlyoffice. Like i said, it’s indeed quite similar to power point, except for the weirdly looking video embedding. (And of course the fact that it’s free, although i’ve never paid for the powerpoint either :) )
well... it kind of works offline. all the media (at least he videos) are still kept on the cloud. with latex -- there are literally free online latex services like overleaf which can also sync with a github for offline use. so i'd say latex, despite its heavy install process, is kinda industry standard at this point. besides, you actually don't need the whole 8GB of latex to get started on beamer. you can probably get away with as-required installation, which essentially installs only the packages that you explicitly specify in your document. yes, configuring it might indeed be a bit of a headache at first, but with tools like latexmk etc, it's actually not too bad. and i'd be willing to spend the time to actually tailor the workflow if it had a decent-enough UI and support for videos.
never tried Xaringan, but from the look of it it's yet another markdown framework. which is splendid, but no UI is a huge dealbreaker for me. otherwise i'm happy to write my own parsing engine or just make presentations in pure html/css/js.
i used typst for papers. their "interpretation" of latex is pretty annoying. they basically tried to reinvent it, and it looks counter intuitive (maybe one could get used to it). otherwise, i don't see how its different from a regular old beamer with no UI, poor support for videos etc.
whoever says
pacman
is enough either have all the time in the Universe to configure the miniscule knobs or have never done serious development with multi-platform/compiler deployments. controlling which compilers are used for which packages inpacman
(or any other default package manager for that matter) is a headache. having multiple versions of non-conflictinggcc
,llvm
,cuda
etc is priceless and very easy with brew.elitism aside,
brew
is genuinely a good package manager when it comes to imperative ones. I still use it on my desktoparch
extensively. ofc, if you have nix, there is really no good reason for it (and I'm not even sure it's possible).PS. "but you can use docker" -- not if you want to have the same performance especially on GPUs. also have you ever tried containerizing HIP? it's a frigging nightmare.
PPS. if you disagree with the first paragraph -- please reach out or send links. i'd love to learn how to do these on finite timescales of our lifetime.