Oh wow I wish that font was even remotely readable
GNU Artanis 1.0.0 Released
11–20 of 59 posts
Re: GNU Artanis 1.0.0 Released
#12Oh wow I wish that font was even remotely readable
let newStyle = document.createElement('style'); newStyle.innerHTML = 'body { font-family: "Verdana"; background-color: #eee}'; document.head.appendChild(newStyle);
Re: GNU Artanis 1.0.0 Released
#13Re: GNU Artanis 1.0.0 Released
#14Oh wow I wish that font was even remotely readable
Re: GNU Artanis 1.0.0 Released
#15Nice! is it R7RS compatible? or just specific to Guile?
;; NOTE: I won't encourage using Racket but if you really want,
;; I still give you some hints in this tutorial. But the
;; tutorial will base on Guile and RnRs.
I guess soRe: GNU Artanis 1.0.0 Released
#16In what capacity is Artanis an official project of the HardenedLinux community? I'm curious what this means.
Re: GNU Artanis 1.0.0 Released
#17Oh wow I wish that font was even remotely readable
Re: GNU Artanis 1.0.0 Released
#18Re: GNU Artanis 1.0.0 Released
#19Earlier quoted context omitted.
If you just want to try it out you can compile it from source, see https://www.gnu.org/software/artanis/manual/manual.html#org3... >.
I know, not an amazing alternative imo as they're also saying it takes a long time. I just wish I didn't need to be all in into Guix to easily play around with such projects, which aside from that, look really cool.
Otherwise, you don't have to change OS to run guix the package manager, it can be installed on a "foreign distro", i.e., on top of Debian, or something else. Details here https://guix.gnu.org/manual/en/html_node/Installation.html
You would then use your "guix" command at the terminal to download any of the 29,253 packages here https://packages.guix.gnu.org/ (or just artanis).
Re: GNU Artanis 1.0.0 Released
#20Oh wow I wish that font was even remotely readable