Desktop graphics cards with working acceleration?

2020-07-29 Thread Matthew Brooks
Does anyone happen to know of any desktop graphics cards that have working acceleration for basic gaming (compatible with a PCI express x16 slot)? My laptop has an integrated intel card, so it can play basic stuff (Doom, etc.) just fine, but my desktop pretty much turns anything gaming related i

Is anyone using `guix system container` in production?

2020-07-29 Thread conjaroy
I'm interested in deploying several system containers to a single cloud VPS, and I had originally planned to build those via `guix system docker-image`. Although Docker has some nice CLI tools for starting/stopping/listing active containers, it occurs to me that an alternative (`guix system contain

re: Yubikey setup for GPG

2020-07-29 Thread Jesse Gibbons
I had a similar problem with my Librem key. I fixed it by including (service pcscd-service-type) in my system configuration, reconfiguring my guix system, and making sure I have one of the pinentry packages installed and configured. See https://guix.gnu.org/manual/en/html_node/Miscellaneous-S

Re: Gitlab CI

2020-07-29 Thread Stephen Scheck
Ludovic Courtès writes: > Hello! I’m late to the party but I’m interested in this discussion… :-) > GitLab CI can run jobs directly in a Docker image: > https://docs.gitlab.com/ce/ci/docker/using_docker_images.html > So it would be interesting to have any easy way for people to create a Docker

Re: string-replace-substring is missing

2020-07-29 Thread Tobias Geerinckx-Rice
Hi Mortimer, mbcladw...@stihie.net 写道: Reading https://www.gnu.org/software/guile/manual/html_node/Miscellaneous-String-Operations.html I learn that string-replace-substring is found in (ice-9 string-fun), You probably want guile-users@ or bug-guile@. This is help-guiX@, for the package man

string-replace-substring is missing

2020-07-29 Thread mbcladwell
Hi, Reading https://www.gnu.org/software/guile/manual/html_node/Miscellaneous-String-Operations.html I learn that string-replace-substring is found in (ice-9 string-fun), but it is not: (define-module (ice-9 string-fun) :export (split-after-char split-before-char split-discarding-char