Live data from Hacker News

Linux Productivity Tools (2019) [pdf]

usenix.org

261–270 of 276 posts

Re: Linux Productivity Tools (2019) [pdf]

#261
post #88

Earlier quoted context omitted.

> How many desktop environments actually let you switch the window button side? KDE does. And Gnome used to.

Gnome still does: Gnome tweaks -> Window titlebars

keep in mind that the tweaks app was a very voiced project against the gnome team. it kept fixing what they broke. it was mostly a f* you message ...that everyone must use daily, which say a lot about the message.

Re: Linux Productivity Tools (2019) [pdf]

#262

Earlier quoted context omitted.

I don’t actually believe my last Linux install came with a system Python. And as a Python developer I always end up using some tool or another to manage installations of multiple Python versions anyway. Furthermore jq just works as a classic command-line tool.

What Linux distro do you use that it doesn't have Python on it?

Ubuntu but I think the same was true for Arch.

Re: Linux Productivity Tools (2019) [pdf]

#263
post #29

Earlier quoted context omitted.

I'm a heavy vim user, but I still prefer the emacs-style key bindings for bash. If I want to do vim-style editing on the command line, I sometimes use Ctrl-X Ctrl-E to edit the line in my default editor (which is vim). YMMV, of course.

`.inputrc` is your friend. I have `v` (in normal mode) configured to open the line in an editor, because muscle memory sometimes makes me try to enter visual mode when editing a command.

fc is an interesting related bash-builtin command. It will open $EDITOR and put the last command in it to edit.

Re: Linux Productivity Tools (2019) [pdf]

#264

Earlier quoted context omitted.

What Linux distro do you use that it doesn't have Python on it?

Ubuntu but I think the same was true for Arch.

What? Half of Ubuntu's internal stuff is written in Python. They've switched to Python 3 but I've never heard of Ubuntu without Python.

Re: Linux Productivity Tools (2019) [pdf]

#265

Earlier quoted context omitted.

Ubuntu but I think the same was true for Arch.

What? Half of Ubuntu's internal stuff is written in Python. They've switched to Python 3 but I've never heard of Ubuntu without Python.

I’m sure that’s true and maybe I’m misremembering but I still think I had to apt install a Python runtime I could actually invoke from the shell.

Re: Linux Productivity Tools (2019) [pdf]

#266
post #138

Earlier quoted context omitted.

In your opinion, what's the best GUI for QEMU/KVM?

Virt-manager

+1 for virt-manager.

But you know what bothers me? Virt-manager is mature and feature-complete, and RedHat has discontinued it in favour of cockpit.

Cockpit is cool and I like it, but it's not as complete as virt-manager.

Re: Linux Productivity Tools (2019) [pdf]

#268
post #28

I do my development work and run most of my agency (with multiple employees) with Linux. For some of the business things that most people don't assume Linux can do, I use: 1. Xournal to annotate PDFs (aka sign contracts without printing them and scanning them back). 2. LibreOffice of course for most document related work 3. OBS Studio for recording webcam videos along with screen sharing 4. Audacity for audio editing…

Thanks for the list. Btw LibreOffice Draw can also edit PDFs [1]

[1] https://www.ghacks.net/2018/02/13/using-libreoffice-as-a-pdf...

Re: Linux Productivity Tools (2019) [pdf]

#269
post #45
post #28

I do my development work and run most of my agency (with multiple employees) with Linux. For some of the business things that most people don't assume Linux can do, I use: 1. Xournal to annotate PDFs (aka sign contracts without printing them and scanning them back). 2. LibreOffice of course for most document related work 3. OBS Studio for recording webcam videos along with screen sharing 4. Audacity for audio editing…

1. "Xournal" is amazing, small install footprint, simple interface and can do everything you need with pdf's. 5. You should try [1] "Kdenlive", it has it's quirks (as all linux tools do) but it's probably the best open-source Linux video editor out there. [1] https://kdenlive.org/en/

I have tried many video editors including OpenShot, Cinelerra and Blender to finally arrive to Kdenlive and stay with it! It is still in an active development and getting better and better! I also definitely recommend trying anyone Kdenlive.

Re: Linux Productivity Tools (2019) [pdf]

#270
post #232

Earlier quoted context omitted.

Please lets not recommend anyone new to Makefiles. It's such a dated system that you need to use tabs for functionality. Just one of million better alternatives like https://www.pyinvoke.org/ Makefiles need to be allowed to die so we can clear ourself of this absurd legacy cruft.

Make is for tracking dependencies between targets, and rebuilding stuff. Looks like pyinvoke does some glorified scripting, or something. I will never understand why so many people have no idea how to use Make, but are convinced that it is terrible, and then try to fix it by reimplementing some tiny subset of its functionality. Make is great. Learn it an use it. Its limitations are well-known, but easy-enough to work…

It's was great but then we improved our work flow patterns. Make is really limited and ugly by today's standards. I mean you have to use tabs for Pete's sake and if you include a single space the program will break. It's dated software that should be abandoned with either evolution or revolution.
Post reply on HN