

Costs a bit too much for me but looks interesting, is there a limited demo or discount planned soon? Maybe I can get it somewhere other than steam for less money?
Costs a bit too much for me but looks interesting, is there a limited demo or discount planned soon? Maybe I can get it somewhere other than steam for less money?
No kidding I wish I was paid for this instead of what I actually do at work.
This is an excellent answer and I wish I knew all of this when starting to use archlinux. “Arch does not support partial upgrades” is something you can read everywhere, but it’s rare to find such a good explanation of what exactly a partial upgrade is, and which commands lead to it.
I only learned about all of this when I got into some broken state by randomly running pacman commands.
Everyone, be like this guy. This guy explains stuff well. Newbies need stuff explained.
I remember liking weechat but if you prefer GUI, quassel is also good.
Now I wonder if I dual boot linux / windows, why is there no software that can basically use my existing windows installation from another partition to run windows software (like, maybe load it into VM or something)?
Thank god we have people like you. Please never stop telling people it’s ok to use this word.
I comment the commands that I want and then use vim to remove ones without comments.
For example, I run:
longandannoyingcommand -f1 -f2 -f3 # keep, does something useful
Usually comment explains what the command does so I can find it by description using fzf history search.
And then you can easily find all lines that contain (or do not contain “# keep
”) in your history to remove or keep.
Arch users switching back to Arch after 10 minutes of using Ubuntu:
Yes. You choose the compose key in your DE settings (usually right alt key), then you can press it and type compose sequences to insert unusual symbols or strings.
Thank you very much!
Looks like the site is down or blocked in my country.
Could anyone please be so nice and copy paste those commands here?
It’s worse when you have a bugged function, try to fix it, and no matter what you change it’s still bugged because an hour later you realize there is a function with the same name that redefines the function you were changing anyway somewhere else in the code.
Can you press “custom” and enter 0?
I wish it was only about software…
No, and I miss it. Space sniffer was so good.
I may also want to type out someone’s email NOT in an email client, while in terminal, for example in bash shell or in vim.
Is there Google and/or Outlook integration into a terminal (Konsole) I’m not aware of?
Because email clients are not the only place where I enter emails. And not every program supports address book integration.
I might be filling out online forms and enter someone’s email or phone number or any other long string such as full name I can’t remember how to properly spell.
Well you can have 1 letter sequences which is almost what you want. For example have a sequence that consists of single “u” key that composes into “ü” or something similar.
I don’t know if it’s the same in every DE/Distro, but in KDE I’m pretty sure I can both hold the Compose key and type sequences, or press Compose key once and then type a sequence.
But can’t check right now.
Can I just save this as an html file (with all js inside, in a script element) and use this single html file to work with pdfs (after opening it in a browser)?