@zwol @krans @equinox @shepherd @civodul A build system in Guile
Notices by Cayetano Santos (csantosb@sigmoid.social)
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Friday, 28-Aug-2026 17:08:07 JST
Cayetano Santos
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 26-Nov-2025 22:55:16 JST
Cayetano Santos
I got it, here we go:
https://systemcrafters.net/emacs-tips/presentations-with-org-present/
by @daviwil.
Other than this, you have several other options starting from org, from building beamer slides to exporting to reveal.js.
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 15-Oct-2025 19:30:37 JST
Cayetano Santos
Fully #freesoftware based support for GateMate FPGAs from Cologne Chip [0] just landed in #guix.
It includes #yosys for synthesis, #openFPGALoader for device flashing and #nextpnr for placement and routing.
guix shell -C -m manifest.scm -- make
The whole toolchain runs in a #sourcehut #ci pipeline.
https://builds.sr.ht/~csantosb/job/1588460#task-test
[0] https://indico.cern.ch/event/1587509 for details on #gatemate #fpga.
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 15-Oct-2025 19:16:06 JST
Cayetano Santos
@janneke @regtur @ekaitz_zarraga @guix @reproducible_builds @bjc
Tried with https://github.com/LaurieWired ?
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 13-Sep-2025 06:35:55 JST
Cayetano Santos
@janneke
Emacs-team merge took place yesterday, does it fixes the issue ?
@monkey1 @civodulIn conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Sunday, 13-Jul-2025 21:47:57 JST
Cayetano Santos
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 03-May-2025 01:16:16 JST
Cayetano Santos
@lynn You can still recommend #guix to people, by just replacing the official savannah repository by this official mirror at #codeberg, with a much better uptime
guix pull --url=https://codeberg.org/guix/guix-mirror
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 03-May-2025 01:16:10 JST
Cayetano Santos
@lynn @kimapr @csantosb You’re referring here to the graphical installer, I guess. I never used it, myself. Maybe someone can tell how to replace the default initial pulling url.
In conversation from gnusocial.jp permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 23-Apr-2025 07:45:40 JST
Cayetano Santos
We're living in a #distopy.
In conversation from sigmoid.social permalink Attachments
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Thursday, 17-Apr-2025 20:59:30 JST
Cayetano Santos
The #guile #lsp server just landed to #guix.
https://codeberg.org/guix/guix-mirror/commit/ed325ce878
guix install guile-lsp-server
Happy hacking !
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 05-Apr-2025 19:07:29 JST
Cayetano Santos
#guix as an immutable, transactional operating system 🤔
In conversation from sigmoid.social permalink Attachments
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 08-Feb-2025 11:38:37 JST
Cayetano Santos
Ever wanted to contribute to #guix or #emacs commons ? A bit scary about the #email based workflow ? Afraid of having to manipulate thousands of emails locally ?
No worries: https://yhetil.org, a public-inbox based service, provides a nice web front end to browse for patches, issues and bugs you may contribute to fix: thread overview, outlining, reply links, thread download in #mbox format, everything you need to start contributing is there.
In conversation from sigmoid.social permalink Attachments
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 08-Feb-2025 11:38:36 JST
Cayetano Santos
Indeed !
Ongoing discussions at #guix-devel list:
https://yhetil.org/guix-devel/87cyfw79h0.fsf@inventati.org/T/#t
In conversation from gnusocial.jp permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 29-Jan-2025 06:28:53 JST
Cayetano Santos
Mailing lists vs Github
https://begriffs.com/posts/2018-06-05-mailing-list-vs-github.html
> Pros and Cons of Two Styles of OSS
In conversation from sigmoid.social permalink Attachments
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Saturday, 18-Jan-2025 04:47:37 JST
Cayetano Santos
@civodul @mousebot I can hardly believe my eyes ... not yet in #guix repos ? Let’s fix that !
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Friday, 17-Jan-2025 01:21:37 JST
Cayetano Santos
@civodul Great work, indeed ! Substitutes are an absolute must have when it comes to dealing with non trivial #guix packages.
There is one question people ask to me when it comes to contributing to guix: do I have to send a patch to this channel, or to guix itself ? What the difference is exactly ? Sure, binary blobs are not allowed in guix but other than this, are there any other factors affecting this choice ? 🤔
In conversation from gnusocial.jp permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Wednesday, 18-Dec-2024 07:14:54 JST
Cayetano Santos
On using #sourcehut #ci as #guix testing farm.
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Sunday, 01-Dec-2024 05:06:51 JST
Cayetano Santos
A #guix crash course.
In conversation from sigmoid.social permalink Attachments
-
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Thursday, 21-Nov-2024 02:00:19 JST
Cayetano Santos
#ghdl (in its #clang variant), a #freesofware #vhdl analyzer, compiler, simulator and synthesizer, is part now of #guixscience channel. It may be used as any other #guix package with a simple
guix install ghdl-clang
This means too that pre-built substitutes are available online.
In conversation from sigmoid.social permalink -
Embed this notice
Cayetano Santos (csantosb@sigmoid.social)'s status on Monday, 11-Nov-2024 23:59:45 JST
Cayetano Santos
@fresseng@bw.heraut.eu @fresseng@fediscience.org
"La complexité incarne, dans l’histoire de l’humanité, le premier symbole de la décadence. Les nouveaux problèmes ne sont plus résolus en tentant de les analyser, mais en ajoutant une couche de complexité au-dessus d’anciennes solutions déjà trop compliquées".
Tout simplement génial @ploum.
In conversation from sigmoid.social permalink