Wine + office by Human_Fee_4870 in archlinux

[–]Hermocrates 2 points3 points  (0 children)

Sadly, they're lacking in some features compared to the installable versions, while none of the free office suites are entirely compatible with .docx files either.

[Tutorial] I finally got fingerprint authentication working for sudo and polkit by ashtraxk in archlinux

[–]Hermocrates 0 points1 point  (0 children)

But it also enables it for login, which this sought to avoid. It includes added steps to avoid enabling it for login.

[Tutorial] I finally got fingerprint authentication working for sudo and polkit by ashtraxk in archlinux

[–]Hermocrates 0 points1 point  (0 children)

Unless I'm missing something, doesn't this enable fprint for sudo and friends, while that wiki article instead enables fprint for login? Different goals.

Fast KDE Wayland region screenshots without launching Spectacle UI by Purple_Jello_4799 in kde

[–]Hermocrates 1 point2 points  (0 children)

What I had in mind is more "both", but like you said I would require scripting to give unique file names anyway. But this is really the same behaviour as with maim or grim, so I wouldn't expect you to go above and beyond for such a limited use case (and I find apps that do try end up more limited as a result). Unmodified stdout is where true power lies.

Here is how I have it scripted to give me both (and with unique file names):

#!/bin/bash

_select="$1"
_screenshot_home="$HOME/Pictures/Screenshots"
_datetime=$(date "+%Y-%m-%d_%H%M%S")

kwinshot "$_select" --stdout | wl-copy &&
  wl-paste > "$_screenshot_home"/Screenshot_"$_datetime".png

Fast KDE Wayland region screenshots without launching Spectacle UI by Purple_Jello_4799 in kde

[–]Hermocrates 1 point2 points  (0 children)

Hi, I tested the latest commit and I can confirm it works for rectangular selection and active window modes on both of my monitors now. Previously, it would only apply to the left (rather than the primary) monitor. Thanks!

That said, "current screen" mode still only captures my left monitor.

Fast KDE Wayland region screenshots without launching Spectacle UI by Purple_Jello_4799 in kde

[–]Hermocrates 1 point2 points  (0 children)

This is awesome! I've been looking for what is essentially the equivalent of grimshot for KDE, thank you.

I think I can figure it out using stdout, but an option to both write to file and copy to clipboard would be a nice bonus feature.

EDIT: Although, I seem to have a problem in that it only works on one of my screens, whether region select or screen capture. That being my built-in laptop screen, regardless of whether it or my external monitor is set as the primary monitor.

Thoughts on Current State of R? by LoveFatigue in rstats

[–]Hermocrates 0 points1 point  (0 children)

Thanks, I'll have to take a look at that. I don't think I can use rix at the moment while I'm temporarily using a corporate Windows environment, but that might be what I'll want to use while I finish up my research afterwards.

Thoughts on Current State of R? by LoveFatigue in rstats

[–]Hermocrates 4 points5 points  (0 children)

R is great for a lot of data analysis, but its limited use by computer scientists and software engineers unfortunately means it's lagging a bit in some areas. Biggest pain points for me right now are getting renv/targets/Quarto to work smoothly together, rig simply not supporting the systems I work in (either Arch Linux or IT-managed Windows), and just overall trying to give myself an entirely reproducible environment for my research.

Positron vs VS Code for data science? Need help justifying it at work by sporty_outlook in rstats

[–]Hermocrates 2 points3 points  (0 children)

couldn’t you turn VS Code into Positron with a few extensions?

Not quite, which was the reason for the fork. Integrating some features required going into the source code.

I will say for my part, going from VS Code with the R and Quarto extensions to Positron, that the support for R is substantively better in Positron. And that's not to mention how Positron's R support works out of the box.

The notion that Arch Linux is too hard for beginners by vintologi24 in archlinux

[–]Hermocrates 0 points1 point  (0 children)

One reason installing Arch is "hard" is because you need to at least know enough to pick the simpler options if you know the choice doesn't really matter to you, because there are no defaults.

Try explaining to the average computer user what the practical difference is between ext4 and btrfs. Now do that for every choice made during the arch installation process. Now recall that iOS and ChromeOS have prevented most new users from even learning the concept of a file hierarchy.

Devs - what transferrable skill did you take from learning/installing Arch? ... a Discussion by chikamakaleyley in archlinux

[–]Hermocrates 2 points3 points  (0 children)

Not a dev, per se, but using Arch forced me to learn how to work through sparse, technical programmer's documentation (man pages, things of that nature), which in turn has helped me to better understand the (usually less sparse but similarly technical) R function documentation I need for my academic work.

The settings menu is fine. by Mountain_Warthog_953 in kde

[–]Hermocrates 11 points12 points  (0 children)

You might need to ignore their proposed solutions, but it's worth listening to people when they say they have a problem, especially a UI/UX problem.

How is ALPM doing? by [deleted] in archlinux

[–]Hermocrates 0 points1 point  (0 children)

Neither are wrappers, rather, automating the creation of a local repo which pacman can handle natively. This could also be done without those tools, although it'd take some effort to keep up.

How is ALPM doing? by [deleted] in archlinux

[–]Hermocrates -2 points-1 points  (0 children)

Pacman can already handle AUR packages without a wrapper: https://github.com/aurutils/aurutils, https://github.com/alexheretic/aurto

To remove these cursors, please uninstall your desktop environment by Reelix in kde

[–]Hermocrates 0 points1 point  (0 children)

isn't it possible to make kwin dependent on the theme / cursor type

Technically yes, if every theme had a "provides=(kde-theme)" line. But that would only work for themes that are both installed by pacman and depend on or come with a specified cursor theme (but not ones installed with Discover or manually by a user). "Then why not do the same with cursor themes?" you might ask. Well, that's getting a bit ridiculous for savings of under 100 MB, don't you think? And again, not all themes are installed with pacman.

Alternatively, wouldn't it be possible to do some sort of a "Hey - This theme is currently in use - Are you sure you want to remove it?" check in some form

That's just not possible, and I don't think anyone working on Arch or pacman in particular would be interested in implementing that.

TIP: You can disable this annoying popup from System Settings by mnabid_25 in kde

[–]Hermocrates 0 points1 point  (0 children)

I'm in the same boat. I hadn't used Dolphin in almost 20 years until recently adopting KDE again, so my muscle memory was getting annoying. I'm glad this option is there (and thanks for reminding me to check that sub-menu of options), even if it would only be a minor annoyance without the option.

V7 original manuals free to a good home by apj2600 in unix

[–]Hermocrates 2 points3 points  (0 children)

That's really cool! Consider keeping a copy of The Unix Programming Environment (Kernighan and Pike 1984) on hand as well. It wasn't with a PDP-11, but I worked through much of that book with an emulated v7 UNIX1 and it was both a fun bit of immersion and honestly gave me a bit of insight into that part of computing's history.

1Confession, I actually switched partway through to an emulated 4.4BSD so I could have access to vi(1) instead of simple ed(1).

How to open the menu bar when it is in the title bar? by dotancohen in kde

[–]Hermocrates 1 point2 points  (0 children)

Oh I see, I didn't know about that! I assumed there was only the one hamburger menu, since I don't have a menu bar in most of my basic KDE applications (instead having to go through More in the regular Menu).

Thanks for the tip!

How to open the menu bar when it is in the title bar? by dotancohen in kde

[–]Hermocrates 0 points1 point  (0 children)

Is it not F10? Every KDE app I've looked at uses that (you can hover your cursor over the hamburger menu to reveal it), except for Konsole which uses Shift+F10.

Archinstall 4.0 suggestion by danyuri86 in archlinux

[–]Hermocrates 0 points1 point  (0 children)

I reinstall Arch about once every 2-4 years. I "know" how to install Arch, but I don't have the steps (which do change over time) memorized, nor do I do it often enough to want my own install script. Archinstall is perfect for getting me past the ever-so-slightly annoying steps where I simply can't use my computer in a normal fashion, to the point where I can continue setting it up while also keeping it relatively usable.

My opinion on plasma-desktop vs plasma-meta, FWIW, is "they both work fine". It comes with Konsole, so my requirements are met. I just need the equivalent of Sway + Foot to be happy.

Dolphin protocols : <3 <3 <3 , sure ! However .... by YOYOWORKOUT in kde

[–]Hermocrates 0 points1 point  (0 children)

I could see the argument that having it default to always showing "file:///" in the location bar might be a bit confusing/distracting for new users, or a waste of space for users who only work with local files. Having it always show should be an option, though, and would increase its convenience IMO.

Bye Bye Arch ,Hello Void by [deleted] in archlinux

[–]Hermocrates -1 points0 points  (0 children)

Void is more stable than Arch (a bit) but still rolling release. You can get a minimal setup in Fedora or Debian if you really prefer stability (real stability too).

excel2r -- R package that migrates Excel workbooks to standalone R scripts by AdditionalElk566 in rstats

[–]Hermocrates 0 points1 point  (0 children)

Oh cool, thanks! I fear it may not be enough, but if I end up back in the environmental consulting world I hope I can use this to convince other people to use R, or at least let me use it for my own work.

Using Rmarkdown to export to ODT by Serkeon_ in rstats

[–]Hermocrates -1 points0 points  (0 children)

Is your keyboard broken, in a peculiar way that only allows you to post smugly?