Re: (No Subject)

2021-04-15 Thread Vladimir Sedach
Joshua Branson writes: > Also think penguin, za reason I had to look that up as I had never heard of ZaReason before. Apparently they closed in November 2020: https://zareason.com/ -- Vladimir Sedach Software engineering services in Los Angeles https://oneofus.la

Re: Edits to `etc/resolv.conf` being overwritten

2021-04-08 Thread Vladimir Sedach
rkarounds on Debian Wiki: https://wiki.debian.org/resolv.conf I use the file attribute one on my Debian system. The ideal solution is to re-implement dhclient in Guile, and make it a configurable alternative to dhcp-client-service-type. That would be a lot of work though. -- Vladimir Sedach Software

Re: Start Xorg server using xinit manually

2021-03-21 Thread Vladimir Sedach
/25865 If dbus-service does indeed get you farther along, can you please report that back to the list? In that case, it would seem that dbus-service is a necessary dependency for running X and should become part of the provided login manager services. -- Vladimir Sedach Software engineering services

Re: EXWM: file or program not found, ls

2021-01-02 Thread Vladimir Sedach
board, etc) and to start the window manager. Note that this is not Guix or EXWM specific, it is an X configuration issue. I use the same .xsession on Debian and OpenBSD (which is one of the reasons why I use a custom one). -- Vladimir Sedach Software engineering services in Los Angeles https://oneofus.la

Re: multiple IPs

2019-09-19 Thread Vladimir Sedach
Julien Lepiller writes: > It is not possible yet with the static-networking-service. Do you know if that is also the case with IPv6? -- Vladimir Sedach Software engineering services in Los Angeles https://oneofus.la

Re: Help with Learning Programming and LISP

2019-09-09 Thread Vladimir Sedach
Here are some "introductory yet comprehensive" books about programming with Scheme that will help you get proficient with Guile and other Scheme implementations: Felleisen et al's How to Design Programs: https://htdp.org/ Havrey and Wright's Simply Scheme Springer and Friedman's Scheme and the A

Re: Which package is your goto package for pretty-printing javascript?

2019-02-25 Thread Vladimir Sedach
I use json-reformat.el in Emacs, and the jq program (which does pretty-printing, among many other things) when I have to shell script. Vladimir

Re: Emacs tip: navigate (and fuzzy search!) your package definitions

2019-02-06 Thread Vladimir Sedach
> or some Ivy/Counsel equivalent) I like ivy-imenu-anywhere from the imenu-anywhere package (which also provides helm and ido versions). imenu is one of the great ideas in GNU Emacs that does not get enough exposure. If you work on a GNU Emacs major mode you should definitely think about how you

Re: Shepherd and Guille

2018-11-08 Thread Vladimir Sedach
> thank you both Vladimir and Pierre for taking the time to respond. > while i also thought that the article was not so well done, the point > about using GC/JIT/etc. languages for "critical" software like init > seemed somewhat worth investigating. thus thanks again for your > inputs. Sorry, I s

Re: Shepherd and Guille

2018-10-31 Thread Vladimir Sedach
> which raises some issues with the Shepherd init system (towards the > end in the section "Robustness and failure modes"), in particular > with its use of an interpreted and garbage collected language. i > was wondering if anyone here with knowledge about this would care to > comment on the val

Re: Missing pinentry-emacs for gpg-agent?

2018-03-27 Thread Vladimir Sedach
> I'm sorry to steal a potential contribution to Guix, but you could try: > > ‘M-x view-emacs-news’: > > * New Modes and Packages in Emacs 25.1 > > ** pinentry.el allows GnuPG passphrase to be prompted through the > minibuffer instead of a graphical dialog, depending on whether the >

Re: Why is IceCat/GuixSD slower than Firefox/Debian on headless servers?

2018-01-16 Thread Vladimir Sedach
> Running from a desktop to a headless server, and based on side-by-side > clicking, IceCat/GuixSD takes ~5x times as long as Mozilla/Debian to > respond to clicks. Further, Mozilla/Debian takes ~5x times as long as > Mozilla running on the desktop. The bottom line: IceCat/GuixSD is > unbearably sl

Re: [ANN] Emacs-Guix 0.3.4

2018-01-08 Thread Vladimir Sedach
Ricardo Wurmus writes: > Ludovic Courtès writes: > >> I have a minor issue: I use ‘ido’ and ‘ido-find-file’ insist on browsing >> the entire /gnu/store when I do C-x C-f with a store file name at point >> (except if the file name denotes a directory.) So to open a .drv file, >> I have to work