OpenCast Live puntata numero 1!
Dopo la puntata pilota del mese scorso, OpenCast Live parte a regime, cercando di mantenere una cadenza mensile, l'ultimo martedì del mese.
Grazie alla moderna tecnologia, martedì 30 giugno a partire dalle 21:00si potrà seguire in diretta e partecipare via chat!
Si parla di Linux, open source, software libero e tecnologia in generale, sempre senza prendersi troppo sul serio.
Venite a trovarci!
live.gl-como.it/view.html#gl-o…
First bread made at home with sourdough (thanks @Elena ``of Valhalla'' )
durum wheat flour / "00" flour mix:
like this
"Sales Pitch" Linguaggi di programmazione #1
Sono online i video della prima serata a tema "Sales Pitch" linguaggi di programmazione
Si tratta di una serie di presentazioni brevi nelle quali si cerca di invogliare ad imparare un linguaggio di programmazione. Il target sono persone con nozioni di programmazione: né completi principianti né sviluppatori esperti. Non ci sono particolari vincoli sui linguaggi presentati, basta che possano chiamarsi “linguaggio di programmazione”
Le prime tre presentazioni trattano awk, python e corewars
A small update on #confy
A wip branch with updates to support future libhandy 1.0 (0.80.0 right now) has been created: git.sr.ht/~fabrixxm/confy/log/…
So far:
- It is possible to add a custom pentabarf url to the conferences list
- The map page now show the map, scrollable and zoomable. It's ugly but i works
- Map image and conference image are loaded asynchronously
- pages stack has been replaced with Handy.Deck, with support for swipe gesture to get back
I've populated the .gschema.xml file, but I can't manage to have the app found it, running on the host (I get a Gio.Settings without keys) or running it as a flatpak ("Settings schema is not installed").
Why it must be so difficult?
I think I'll go with a couple of python lines to replace this..
the schema was invalid, but meson doesn't stop on test() errors... useful...
How pandemics past and present fuel the rise of mega-corporations
theconversation.com/how-pandem…
Also of related interest to you:
"The Wealthy in Florence Today Are the Same Families as 600 Years Ago"
independent.co.uk/news/world/e…
More detailed sources are all pay-walled, so that's what I'm linking you instead.
Family project for this weekend: a light box.
The box is made of corrugated cardboard, covered in a nice packing paper from the last time I ordered stuff from the internet (and one sheet of white paper for the inside); the “glass” is a leftover from a door. The light part comes from my SO's Secret Stash Of Things That Produce Light.
It… works
(while looking at it from the top the individual LEDs aren't as visible as in the picture, so I don't think they are going to be an issue)
Next step: trace all the things!
like this
OpenCast Live #0
Puntata pilota di OpenCast Live!
peertube.uno/videos/embed/0d23…
Scarica: Ogg/Vorbis - Mp3 - Mp4
Link alle notizie e agli argomenti:
- gnome.org/news/2020/05/patent-…
- wiki.debian.org/DebianEvents/i…
- https://www.davidrevoy.com/article777/libre-graphic-meeting-online-2020-livestream
- ils.org/linuxday2020
- wikimedia.it/sequestro-del-sit…
- kiwix.org/
- standardebooks.org/
- liberliber.it/benvenuto/
- framablog.org/2020/05/26/our-p…
Abbiamo registrato ognuno a casa propria in ottemperanza alla regolamentazione vigente in materia di contenimento dell'epidemia con:
- jitsi.org/jitsi-meet/
- obsproject.com/
- vari microfoni e ammenicoli vari
Torna OpenCast, questa volta Live!
Dopo anni di silenzio torna OpenCast in versione video e live!
Grazie alla moderna tecnologia, martedì 26 maggio a partire dalle 21:00si potrà seguire in diretta e partecipare via chat!
Si parla di inux, open source, software libero e tecnologia in generale, sempre senza prendersi troppo sul serio.
Venite a trovarci!
live.gl-como.it/view.html#gl-o…
I've just realized that warm colours are those with less energetic wavelengths, and cool colours those with more energy.
My life will never be the same.
I mean, I've “always” know that red = warm, blue = cool from school art lessons, and that red = low energy, blue = high energy from school science lessons. It just took decades before I thought about the two things together.
Also, a friend with a background in astrophysics commented “yeaaaah, like stars. hot stars are blue, like the universal label for cool water taps!”
Installare Jitsi
Nell'ultimo articolo abbiamo visto come installare un server per fare dirette video per fare dirette uno a molti con feedback tramite chat testuale.
In gruppi più piccoli però è più comodo e immediato fare videochiamate in cui tutti possano intervenire con audiovideo: per fare questo usando software libero possiamo usare jitsi meet, una piattaforma che fa uso dello standard WebRTC.
In questo modo, chi vuole partecipare alla videochiamata non deve fare altro che collegarsi al server con un qualsiasi browser moderno e creare una stanza o unirsi ad una stanza esistente, senza bisogno di nessun tipo di registrazione.
Se questo modello di videochiamata interessa, ma si è pigri, si può andare su iorestoacasa.work/ e sfruttare le istanze jitsi messe a disposizione da volontari per il periodo di emergenza. Dato però che non siamo pigri, possiamo continuare a leggere questo articolo per vedere come installare una propria istanza.
Installazione
Requisiti
L'installazione di jitsi dovrà avvenire su un server con buona disponibilità di banda; per videochiamate tra piccoli gruppi (~10 persone) può bastare un qualsiasi VPS economico, mentre se si pensa di offrire un servizio pubblico conviene rispettare i requisiti indicati suiorestoacasa.work/voglio-contr… .
Server web, certificati, ecc.
Innanzitutto, è necessario installare un server web a scelta tra apache e nginx: noi abbiamo scelto nginx (per poterlo usare anche come server di streaming, seguendo l'articolo di Fabrixxm).
Usare il proprio metodo preferito per ottenere dei certificati ssl; jitsi si aspetta di trovarli nei file /etc/ssl/jitsi.example.org.key per la chiave e /etc/ssl/jitsi.example.org.crt per il certificato pubblico (completo di certificato intermedio).
Controllare poi che /etc/hosts abbia il FQDN configurato su localhost e aggiungerci una voce Dev-VideoConf-Jitsi per prevenire dei problemi di connessione SCTP:
127.0.1.1 jitsi.example.org jitsi
127.0.0.1 localhost Dev-VideoConf-Jitsi
::1 localhost ip6-localhost ip6-loopback
Jitsi
Purtroppo jitsi non è disponibile in Debian, ma gli sviluppatori forniscono un repository con dei pacchetti .deb aggiornati: aggiungere tale repository in /etc/apt/sources.list.d/jitsi.list:
deb download.jitsi.org stable/
e abilitare la relativa chiave di firma:
# wget -qO - download.jitsi.org/jitsi-key.g… | apt-key add
Aggiornare apt ed installare jitsi:
# apt update
# apt install jitsi-meet
Verranno poste le seguenti domande:
The hostname of the current installation:rispondere con l'FQDN della macchina <server>.<dominio>SSL certificate for the Jitsi Meet instancerispondere “I want to use my own certificate”Full local server path to the SSL key file:rispondere /etc/ssl/jitsi.example.org.keyFull local server path to the SSL certificate file:rispondere /etc/ssl/jitsi.example.org.crt
(attenzione, per questi ultimi due abbiamo avuto problemi nell'usare valori diversi dal default e abbiamo preferito copiare i file nella posizione attesa piuttosto che cercare di risolverli.)
Se il server che si sta usando usa nat (come fanno alcuni fornitori di VPS per fornire indirizzi pubblici riassegnabili a macchine diverse), aggiungere le seguenti righe a/etc/jitsi/videobridge/sip-communicator.properties:
org.ice4j.ice.harvest.NAT_HARVESTER_LOCAL_ADDRESS=<iplocale>
org.ice4j.ice.harvest.NAT_HARVESTER_PUBLIC_ADDRESS=<ip pubblico>
(ad esempio <ip locale> sarà qualcosa come 192.168.42.23)
E riavviare il servizio videobridge2:
# service videobridge2 restart
Conclusioni
Il nostro server è pronto, a questo punto basta aprirejitsi.example.org/v2015/feeds/… con un qualunque browser con supporto webrtc, creare una stanza, passare l'indirizzo ai propri amici e parlare a piacere.
Non è però tutto qui: in articoli successivi vedremo come usare jitsi come fonte per streaming o registrazioni, per avere uno strumento semplice per organizzare conferenze da remoto o realizzare progetti creativi.
Sigh, today we found the second commercial flyer in our post box since the start of the lockdown (and the first was a request for donations from a charity that is in the next block from us).
This is a bit of normality that I wasn't looking forwards to have back.
(OTOH, yay, free paper to protect the working surfaces while crafting, I guess...)
Jacopo Girardi likes this.
pins, following the instructions on katafalk.wordpress.com/2013/04…
made with 0.6mm copper wire, because that's the one I already had plenty of. I also have some huge 1.2mm brass wire that I want to try (but probably will only be suitable for things like coarse wool?) and silver plated copper wire that I'm not sure would survive the hammering part.
I also need a better surface to do the hammering on; the scrap of wood I used is probably too soft and didn't enjoy the process :D
Definitely something I need to get better at (and will probably try to).
Second batch (the ones on the right). The silver plated copper is too thin to be really useful, and the brass is nice, but too thick. I do plan to buy thinner brass, the next time I have a chance to.
I also found a better surface to do the hammering on: one of my multifunction heavy washers / fabric weights (placed on top of the wood scrap).
Elena ``of Valhalla''
in reply to Fabio • •