Re: self hosting hardware

2017-07-14 Thread Catonano
2017-07-12 15:34 GMT+02:00 Ricardo Wurmus : > > Catonano writes: > > > Let's say I just want statiic web sites, a mail server and an IRC > bouncher > > > > That is: let's talk about hardware. That's where I need help > > I’m using a Samsung N148 netbook for elephly.net. I don’t run a mail > serv

Re: self hosting hardware

2017-07-14 Thread Catonano
2017-07-12 17:03 GMT+02:00 Vincent Legoll : > But it's pretty expensive, the motherboard with SoC processor costs ~450€. > > No, that's cheap, really, have a look at that one: > https://www.crowdsupply.com/raptor-computing-systems/ > talos-secure-workstation > > I'm not sure I understand wat you m

npm (mitigation)

2017-07-14 Thread Catonano
I read that Jelle and Jan used their own branch in order to have npm based software to be installed in their GuixSD environments, as binary blobs Can I ask you for instructions about how to do that exactly ? I might need to work a litle on some web siites in the future Which branch exactly did y

Re: Rails

2017-07-14 Thread Ben Woodcroft
On 12/07/17 18:47, ng0 wrote: Pjotr Prins transcribed 0.4K bytes: On Wed, Jul 12, 2017 at 08:03:48AM +, ng0 wrote: While I was working on it (or occasionally do) I wonder why we have so little rails packages? What happened there? Ruby support is great in Guix. But we don't use Rails much,

Re: npm (mitigation)

2017-07-14 Thread Jelle Licht
Hi Catonano, I would be be happy to help you with this, but tbh, I am not comfortable discussing this in-depth on guix-devel, as this seems antithetical to Guix' goals. All I will say here is that you need to adapt the npm importer to use the sources from the npm registry instead of resolving to a

core-updates failing packages

2017-07-14 Thread Leo Famulari
The armhf port is currently blocked while we try to build Guile 2.2.2, so I'm focusing on x86_64-linux for now. Here is a list of failing packages on x86_64-linux that need some help: gnome-mime-data fails due to a regex parsing issue that was exposed by the update to Perl 5.26.0: https://hydra.g

Re: npm (mitigation)

2017-07-14 Thread Jan Nieuwenhuizen
Catonano writes: > I read that Jelle and Jan used their own branch in order to have npm > based software to be installed in their GuixSD environments, as binary > blobs Jelle wrote a nice and clean npm importer, no binary anything. Npm packages have the can be source or binary. Depending on how

Re: npm (mitigation)

2017-07-14 Thread Mike Gerwitz
On Fri, Jul 14, 2017 at 13:57:30 +0200, Jelle Licht wrote: > Regardless, the biggest issue that remains is still that npm-land is mired > in cyclical dependencies and a fun-but-not-actually unique dependency > resolving scheme. I still think the largest issue is trying to determine if a given pack

Re: npm (mitigation)

2017-07-14 Thread Jelle Licht
2017-07-15 5:34 GMT+02:00 Mike Gerwitz : > On Fri, Jul 14, 2017 at 13:57:30 +0200, Jelle Licht wrote: > > Regardless, the biggest issue that remains is still that npm-land is > mired > > in cyclical dependencies and a fun-but-not-actually unique dependency > > resolving scheme. > > I still think t