Re: Google Summer of Code Inquiry

2024-04-10 Thread Efraim Flashner
On Tue, Apr 09, 2024 at 05:25:35PM +0200, Ludovic Courtès wrote: > Hi Sebastian, > > Sebastian Dümcke skribis: > > > just wanted to chime in. Since last week I have some working code to > > generate AppImages with guix pack. I was planning on tidying this up > > for submission over the next

Re: Google Summer of Code Inquiry

2024-04-09 Thread Ludovic Courtès
Hi Sebastian, Sebastian Dümcke skribis: > just wanted to chime in. Since last week I have some working code to > generate AppImages with guix pack. I was planning on tidying this up > for submission over the next weeks. > There is still work to do regarding documentation, adding options >

Re: Google Summer of Code Inquiry

2024-03-29 Thread Ekaitz Zarraga
Hi all, Yes, I proposed the project because that was something I wanted to do myself, but I didn't have the time for. As Ludo suggests, start getting familiar with Guix's codebase and usage. I can help you with contribution later. When digging on the code, this talk by Josselin Poiret is

Re: Google Summer of Code Inquiry

2024-03-29 Thread Ludovic Courtès
Hi Zachary, Zachary Liebl skribis: > I am interested in taking on one of your Google Summer of Code projects. I > have been a long time NixOS user, and I need an excuse to finally get > involved with Guix, and I think this is it. > > I am particularly interested in the project "Add support

Re: Google Summer of Code 2023 Inquiry

2023-04-04 Thread Simon Tournier
Hi Kyle, On Tue, 04 Apr 2023 at 14:32, Kyle wrote: > The CRAN importer, for example, cannot yet detect non-R > dependencies. So, the profile author has to figure those out for > themselves. It's still very useful despite not being perfect. Yeah, improving the importers is very

Re: Google Summer of Code 2023 Inquiry

2023-04-04 Thread Kyle
>I do not know what you have in mind with “working satisfiable >configurations” or with “a variant of the solver”. To my knowledge, >this implies some SAT solver. Well, before going this direction, I >would suggest to read some output of the Mancoosi project [8]. >Especially this part [9].

Re: Google Summer of Code 2023 Inquiry

2023-04-04 Thread Simon Tournier
Hi, On Mon, 03 Apr 2023 at 20:41, Spencer Skylar Chan wrote: >> I would expect most software versions to not be in Guix. Simon had >> mentioned that this is mostly what the guix-past repository is >> for. However, some packages might be buried on some branch or some >> commit in some Guix

Re: Google Summer of Code 2023 Inquiry

2023-04-04 Thread Kyle
Hi Spencer, Here is the documentation for the git commit-graph cache file. The authors also made their own blog posts about it as well with a bit more explanation. => https://git-scm.com/docs/commit-graph => https://devblogs.microsoft.com/devops/updates-to-the-git-commit-graph-feature/ Maybe

Re: Google Summer of Code 2023 Inquiry

2023-04-03 Thread Spencer Skylar Chan
Hi Kyle, On 3/31/23 11:15, Kyle wrote: I would expect most software versions to not be in Guix. Simon had mentioned that this is mostly what the guix-past repository is for. However, some packages might be buried on some branch or some commit in some Guix related git repository. It may be

Re: Google Summer of Code 2023 Inquiry

2023-03-31 Thread Kyle
I would expect most software versions to not be in Guix. Simon had mentioned that this is mostly what the guix-past repository is for. However, some packages might be buried on some branch or some commit in some Guix related git repository. It may be helpful to facilitate their discovery and

Re: Google Summer of Code 2023 Inquiry

2023-03-30 Thread Kyle
As a statistician who always wants to get the most information for the least effort, I am particularly interested in being able to reprioritize workflow jobs interactively within the equivalent portions of the topological sort. I thought perhaps this would be possible with GWL if it could talk

Re: Google Summer of Code 2023 Inquiry

2023-03-30 Thread Spencer Skylar Chan
Hi Ricardo, On 3/23/23 03:58, Ricardo Wurmus wrote: Hi, Spencer Skylar Chan writes: One approach could be to add CWL import/export capabilities to GWL. Then Snakemake/GWL conversion would be a 2 step process, using CWL as an intermediate step: 1. Snakemake -> CWL 2. CWL -> GWL This seems

Re: Google Summer of Code 2023 Inquiry

2023-03-30 Thread Spencer Skylar Chan
Hi Kyle, On 3/24/23 14:59, Kyle wrote: I am a bit worried about your proposed project is too focused on replacing python with guile. I think the project would benefit more from making python users more comfortable productively using Guix tools in concert with the tools they are already

Re: Google Summer of Code 2023 Inquiry

2023-03-24 Thread Ricardo Wurmus
Hi, Spencer Skylar Chan writes: > One approach could be to add CWL import/export capabilities to > GWL. Then Snakemake/GWL conversion would be a 2 step process, using > CWL as an intermediate step: > > 1. Snakemake -> CWL > 2. CWL -> GWL This seems doable. > However, CWL is not as expressive

Re: Google Summer of Code 2023 Inquiry

2023-03-24 Thread Kyle
Dear Spencer, I am a bit worried about your proposed project is too focused on replacing python with guile. I think the project would benefit more from making python users more comfortable productively using Guix tools in concert with the tools they are already comfortable with. I'm

Re: Google Summer of Code 2023 Inquiry

2023-03-22 Thread Spencer Skylar Chan
Hi Ricardo, On 3/22/23 14:19, Ricardo Wurmus wrote: - Translating Snakemake to Guix Workflow Language (GWL) Ricardo, maybe you would have some suggestions. :-) Oh, this looks interesting. Could you please elaborate on the idea? My idea is to take as input a Snakemake workflow file and

Re: Google Summer of Code 2023 Inquiry

2023-03-22 Thread Ricardo Wurmus
>> - Translating Snakemake to Guix Workflow Language (GWL) > > Ricardo, maybe you would have some suggestions. :-) Oh, this looks interesting. Could you please elaborate on the idea? -- Ricardo

Re: Google Summer of Code 2023 Inquiry

2023-03-22 Thread Spencer Skylar Chan
Hi Simon, On 3/11/23 08:32, Simon Tournier wrote: - Creating Guix manifests from `conda env export` It is not clear for me what would be the path to tackle this. Here are the prior mails about this: https://lists.gnu.org/archive/html/guix-devel/2023-03/msg00020.html

Re: Google Summer of Code 2023 Inquiry

2023-03-14 Thread Simon Tournier
Hi, On Sat, 11 Mar 2023 at 14:32, Simon Tournier wrote: > and probably more in the bug > tracker. For instance, you might be interested by: https://issues.guix.gnu.org/issue/43442#9 https://issues.guix.gnu.org/issue/43442#11 as discussed in the

Re: Google Summer of Code 2023 Inquiry

2023-03-11 Thread Simon Tournier
Hi Skylar, CC: Ricardo and Kyle On Mon, 06 Mar 2023 at 20:31, Spencer Skylar Chan wrote: > I've been running the Guix package manager with Arch Linux on my work > computer for 1 year and Guix system on my non-work computer for 1/2 > year. I've contributed some package upgrades to Guix with

Re: Google Summer of Code?

2023-02-13 Thread Pjotr Prins
We can still add ideas after acceptance. We put one in for Mes. On Mon, Feb 13, 2023 at 10:51:28AM +0100, Simon Tournier wrote: > Hi, > > On Fri, 10 Feb 2023 at 09:05, Gábor Boskovits wrote: > > > I will contact Jose, pass a link to the ideas side and check how to proceed > > and if we can

Re: Google Summer of Code?

2023-02-13 Thread Simon Tournier
Hi, On Fri, 10 Feb 2023 at 09:05, Gábor Boskovits wrote: > I will contact Jose, pass a link to the ideas side and check how to proceed > and if we can help somehow. Cool! Cross-finger for: February 22 - 18:00 UTC List of accepted mentoring organizations published

Re: Google Summer of Code?

2023-02-11 Thread Ludovic Courtès
Hi Gábor! Gábor Boskovits skribis: > I will contact Jose, pass a link to the ideas side and check how to proceed > and if we can help somehow. Awesome, thank you. (And thanks everyone for working on the wiki page!) Ludo’.

Re: Google Summer of Code?

2023-02-10 Thread pukkamustard
pukkamustard writes: > I'll try and add some notes to the wiki page in the next few days. Added a project idea: https://libreplanet.org/wiki/Group:Guix/GSoC-2023 Comments, suggestions and co-mentors very welcome! -pukkamustard

Re: Google Summer of Code?

2023-02-10 Thread Gábor Boskovits
Hello, Ludovic Courtès ezt írta (időpont: 2023. febr. 8., Sze 10:03): > Hello Guix! > > Jose Marchesi applied to have GNU participate as an umbrella > organization in GSoC: > > https://lists.gnu.org/archive/html/summer-of-code/2023-02/msg0.html > > Participation in internship programs was

Re: Google Summer of Code?

2023-02-08 Thread Simon Tournier
Hi, On mer., 08 févr. 2023 at 10:03, Ludovic Courtès wrote: > Jose Marchesi applied to have GNU participate as an umbrella > organization in GSoC: > > https://lists.gnu.org/archive/html/summer-of-code/2023-02/msg0.html The deadline for applying as our own* organization is over (February

Re: Google Summer of Code?

2023-02-08 Thread pukkamustard
Jonathan Brielmaier writes: > I created a wiki page at libreplanet: > https://libreplanet.org/wiki/Group:Guix/GSoC-2023 Thanks! I'd be happy to co-mentor a project on distributed substitutes with ERIS and all that fun stuff. I'll try and add some notes to the wiki page in the next few days.

Re: Google Summer of Code?

2023-02-08 Thread Jonathan Brielmaier
On 08.02.23 10:45, Pjotr Prins wrote: I think we can add a few projects. Happy to co-mentor. I created a wiki page at libreplanet: https://libreplanet.org/wiki/Group:Guix/GSoC-2023 I added a list of unique project ideas from 2018 to 2021, removing those already done. Yeah, there are some done

Re: Google Summer of Code?

2023-02-08 Thread Pjotr Prins
I think we can add a few projects. Happy to co-mentor. On Wed, Feb 08, 2023 at 10:03:06AM +0100, Ludovic Courtès wrote: > Hello Guix! > > Jose Marchesi applied to have GNU participate as an umbrella > organization in GSoC: > >