@izarobasurko @thoughts_elenq_tech Bestalde, pena bat da hizkuntza guztietan ezin egitea... baina bizitzak topea dauka eta zaila da dena itzultzea.
Agian batzutan euskaraz egingo dut... ikusiko dugu.
Notices by Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social), page 23
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 21:37:05 CEST Ekaitz Zárraga 👹
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 21:26:33 CEST Ekaitz Zárraga 👹
@izarobasurko hori da!
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 21:25:07 CEST Ekaitz Zárraga 👹
@izarobasurko oh agian apurtuta dago atom-a.
Nire aplikazioan ondo doa baina agian zurean ez du ondo hartzen? -
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 20:47:08 CEST Ekaitz Zárraga 👹
ANUNCIO!
#thoughts es un proyecto tipo podcast donde pienso y comparto lo que se me ocurre sobre ciertos temas, principalmente la tecnología y el software libre.
En el primer capítulo hablo sobre el software libre y cómo lo vivo yo como autónomo.
https://mastodon.social/@thoughts_elenq_tech/111217857220250103
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 20:46:31 CEST Ekaitz Zárraga 👹
ANUNCIO!
#thoughts es un proyecto tipo podcast donde pienso y comparto lo que se me ocurre sobre ciertos temas.
https://mastodon.social/@thoughts_elenq_tech/111217857220250103
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 17:55:34 CEST Ekaitz Zárraga 👹
example of post
with a website
and jumps
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 16:37:43 CEST Ekaitz Zárraga 👹
@avp sure!
The examples in the docs are ok to reproduce but here is a minimal reproducer:(define-module (uploader)
#:use-module (ssh session)
#:use-module (ssh sftp)
#:use-module (ssh auth)
#:use-module (ice-9 streams))(define session (make-session #:host "vps" #:user "root"))
(connect! session)
(userauth-agent! session)
(define sftp-session (make-sftp-session session))
(disconnect! session) -
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 15:00:25 CEST Ekaitz Zárraga 👹
@wingo @civodul how long would we need to wait until WebAssembly is so good that the JS code is compiled to web-assembly in the browser and run on its infrastructure?
Do you think this will eventually happen? or will we continue to have separate infrastructure for them? -
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Wednesday, 11-Oct-2023 11:35:35 CEST Ekaitz Zárraga 👹
@avp
The error says:
Throw to key `guile-ssh-error' with args `("%gssh-make-sftp-session" "Could not create a SFTP session" #<session root@vps:22 (connected) 7fcf49d65fe0> #f)'. -
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 23:29:17 CEST Ekaitz Zárraga 👹
This kind of events are cool for me because they let me show my teaching skills in a relaxed environment.
I'm not good at networking and selling my "services" but being able to show what I can do helps a lot. People enjoy, have fun and also learn complex concepts.
I don't need to generate interactions in the void, they just emerge from my talk... It's easier this way.
Trick for #introvert people in events: be the one that talks. You will control the environment and people will approach you.
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 23:25:45 CEST Ekaitz Zárraga 👹
I also made a 1h talk about important concepts that make you understand #git and make your life easier using it.
I have no pictures of that, but it was a lot of fun, people laughed a lot and I think they really understood a couple of concepts that will make their life easier in the future.
Many people told me they enjoyed my talks. 💔
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 21:09:40 CEST Ekaitz Zárraga 👹
Kudos to the one that solves this poltergeist:
I have program written in #guile that makes http requests.
I made a `guix pack -f deb` for a friend and he tries to use it.The program explodes saying `getaddrinfo: Servname not supported for ai_socktype`.
Wtf is going on here?
This is your chance to earn internet points!! Don't waste it.
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 21:08:47 CEST Ekaitz Zárraga 👹
Remember folks that `guix shell` builds the programs twice if you are trying to build for a foreign architecture. It does it once for yours and then for the target arch.
If you try to make a shell with a program that is not available for your architecture you just can't.
#guix
¯\_(ツ)_/¯ -
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 19:34:15 CEST Ekaitz Zárraga 👹
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Tuesday, 10-Oct-2023 15:12:49 CEST Ekaitz Zárraga 👹
Hi @avp I have an issue with guile-ssh, could you please help me?
I can create sessions but I can't create sftp sessions from them and the error doesn't say much about what happened.
I can use `sftp` command to connect to the same server with no issues.
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Saturday, 07-Oct-2023 00:15:20 CEST Ekaitz Zárraga 👹
@noxwings Persona equivocada a la que darle follow entonces lol
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Saturday, 07-Oct-2023 00:01:55 CEST Ekaitz Zárraga 👹
@noxwings ha! puto txipi!
vale, mañana charlamos pero:https://archive.fosdem.org/2023/schedule/event/guixriscv/
No es mi mejor charla... hoy me he explicado mejor y he dado más contexto. Pero es un buen comienzo.
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 06-Oct-2023 23:51:42 CEST Ekaitz Zárraga 👹
@noxwings Si estás en mastodon y todo!!
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 06-Oct-2023 10:27:52 CEST Ekaitz Zárraga 👹
@zital ez dakit... beste gauzekin entretenitzen naiz
-
Ekaitz Zárraga 👹 (ekaitz_zarraga@mastodon.social)'s status on Friday, 06-Oct-2023 03:01:20 CEST Ekaitz Zárraga 👹
@filip @rml @stikonas upstream doesn't like our project so we need to keep our fork anyway...