Salta al contenuto principale


There isn't much context, but, on the topic of debian packaging plugin-style things that could be downloaded from some software:

“There was also some confusion about why we bother when there's now a
builtin contentdb (which didn't exist when the first mods were
packaged). I found this quote about minetest use in prisons:

> The context of this is, I ship Debian to people in gaol, and they
> can't just download random shit off the internet, or watch tutorial
> videos on youtube. If I can't provide them a "basically fine" default
> setup, there's no point shipping anything”

lists.debian.org/debian-devel-…

Oblomov reshared this.


Elena ``of Valhalla'' ha ricondiviso questo.


Il fatto che @mercatino sia seguito solo da 47 persone è a dir poco disdicevole.

Facciamo che diventi un hub per vendere online nel #fediverso!

Questa voce è stata modificata (1 giorno fa)
in reply to malerbabomba Il Mercatino del Fediverso 💵♻️ ha ricondiviso questo.

Scusa l'ignoranza, ma io fino ad oggi non sapevo nemmeno che esistesse.
Questa voce è stata modificata (1 giorno fa)


This afternoon I've received 5 sensors of a certain type¹ I've bought in the weekend.

They were in individual plastic bags (purple), I've put them all in a single plastic bag, and put the bag back in the box they came in.

In the last hour or so I've taken one of them out, connected it to the microcontroller on a breadboard I use for these things, programmed it to use it, it worked. Then I decided to take another microcontroller whose sensor² was broken, and change it with one of these.

So I picked up the soldering iron, all of the accessories, and changed³ the board that connects the microcontroller and the sensor, soldered headers to *another* one of the new sensors, and update the firmware, and everything worked.

And now I wanted to put away the remaining ones in their right place, and I can't find them anymore.

They aren't near in the box, they aren't near the upgraded microcontroller, they aren't in the plastic box where they are supposed to end up

Aaaand thanks everybody, while writing this I looked under the soldering mat (which I had put back into its place) and the sensors were there!

¹ BME280 on a breakout board, but that's not the issue
² SHT20, it had started to give absurd humidity values
³ it's an I2C device. There are 4 pins. *why* is everybody putting them in different combinations??? why can't they settle on something like always putting them in the same order??? (maybe the one used by easyC / StemmaQT, since it's already out there?)

Oblomov reshared this.

in reply to Elena ``of Valhalla''

Oggi pomeriggio ho ricevuto dei sensori¹ che ho comprato nel weekend.

Erano in bustine di plastica (viola) individuali, li ho messi tutti nella stessa bustina, e rimesso la bustina nella scatola in cui erano arrivati.

Nell'ultima oretta li ho ripresi in mano, collegati al micro su breadboard con cui faccio le prove, programmato il micro per usarlo, funzionava. E poi ho deciso di prendere un altro micro il cui sensore² si era rotto e sostituirlo con uno di questi.

Quindi ho preso il saldatore e tutto quanto, cambiato³ la schedina che collega microcontrollore e sensore, saldato headers su un altro dei sensori nuovi, aggiornato il firmware e tutto funziona.

E poi volevo mettere i sensori rimasti al loro posto, e non li trovo più.

Non sono nella scatola, non sono vicino al micro aggiornato, non sono nella scatola di plastica dove dovranno andare.

Eeeee, grazie mille, mentre scrivevo questo post ho guardato sotto al tappetino per saldare (che avevo rimesso a posto) e i sensori erano lì!

¹ BME280 su una breakout board, ma non è quello il punto
² SHT20, aveva iniziato a dare valori di umidità assurdi
³ è un dispositivo I2C. Ci sono 4 pin. *perché* li mettono in tutte le combinazioni possibili? perché non si mettono d'accordo per usare sempre lo stesso ordine???? (magari quello usato da easyC / StemmaQT, visto che esiste già)


rag. Gustavino Bevilacqua ha ricondiviso questo.


“Per quale motivo vengono soppresse le corse di #Trenord” (secondo i dati 2024 pubblicati dall'azienda)

(consiglio l'apertura del link con opportune precauzioni)

varesenews.it/2025/01/per-qual…

reshared this


rag. Gustavino Bevilacqua ha ricondiviso questo.


Consider this: it's morning, it's raining, you are under the porch where you've slept, but the people who feed you at that location don't give you regular hours. You feel as if you haven't eaten in the last six months¹. And now you have to decide whether to wait here for some more time, and hope to get some food, or to brave the rain and go to beg for food somewhere else.

And the light inside the house turns on, and nobody appears at the door with your food for *hours*²!

complaints were vocalized.

#cats #notMyCat

¹ since yesterday, I have no idea at what hour, since I believe that almost everybody in the neighborhood feeds him
² a full 15 minutes, as I was dealing with my clean laundry before getting the smell of kibble on my hands. I know, unacceptable :D


Elena ``of Valhalla'' ha ricondiviso questo.


Today I went to a freecycling party hosted by a friend! We all brought clothes/books/art supplies/etc we didn't want, perused everyone else's stuff and took what we wanted, and then divided any remaining items into categories to donate (e.g. one person takes all the art supplies to our local used craft supply store, another person takes all the clothes to a local thrift store, etc).

It was very fun! And I never would have thought of throwing a party like that, so I'm posting about it here to pass along the idea to others :)

#freecycling #buyNothing


rag. Gustavino Bevilacqua ha ricondiviso questo.


TIL: for some unexplained reason, if you ask circuitpython to write in a location that is not on the SD card, it won't be able to write on the SD card.

also, after weeks of ignoring the issue because I didn't know how to debug it, I now have a device that can log GPS data on an SD card.

additionally, if in the function write_sentence(sentence) you use fp.write(sentence) instead of fp.write(gps.nmea_sentence) you can even write *other* things on the same log! such as, I don't know, sensor data!

now I guess I have to write something for the PC that can extract sensor data from a NMEA log and show it in a nice way? meh, maybe, at some point :D

in reply to Elena ``of Valhalla'' rag. Gustavino Bevilacqua ha ricondiviso questo.

TIL: per qualche ragione incomprensibile, se chiedi a circuitpython di scrivere in una posizione fuori dalla scheda SD, non riesce a scrivere sulla scheda SD.

e così, dopo settimane in cui ho ignorato il problema perché non sapevo come debuggarlo, adesso ho un dispositivo che salva dati GPS su una scheda SD

e per di più, se nella funzione write_sentence(sentence) usi fp.write(sentence) anziché fp.write(gps.nmea_sentence) riesci anche a scrivere *altre* cose nello stesso log! tipo, chessò, dati da dei sensori!

adesso immagino che dovrei scrivere qualcosa per il PC che estragga i dati dei sensori da un log NMEA e li mostri in modo carino? mah, magari, prima o poi :D

reshared this


Elena ``of Valhalla'' ha ricondiviso questo.


A lot of newbies don't know, but in the early times of Mastodon an emphasis was put on being as inclusive as possible.

One way was a simple courtesy to some of our autistic friends. You see some autistic individuals have issues with pictures that have direct eye contact in them.

You know, selfies.

To help them, the community decided to make sure to use a content warning or to use the hashtag #selfie so that they can be filtered out.

So please, be kind and consider doing the same. Thanks.

reshared this

in reply to Mr. Funk E. Dude

It's (the selfie tag) also often great even if you're not autistic! There's many reasons anyone could have to not want to see random people gratuitously grinning at them that day, and thus can slap that filter in place and carry on looking at other stuff. There are other people who love looking at other people's selfies, trans joy springs to mind for example. All three groups benefit from the tag being used!

Elena ``of Valhalla'' ha ricondiviso questo.


Since a lot of new people have come on I've noticed a rise in people trying to start arguments. It's as if they carried the toxicity from wherever they came from along with them.

So this is your reminder that you DO NOT HAVE TO ENGAGE with people who are here just to start fights.

Mute them. Block them. Do whatever you have to do to take care of your mental health.

They aren't worthy of your time.

Let's keep Mastodon and the rest of the Fedi a "social" network and not a "toxic" network.

reshared this

in reply to Mr. Funk E. Dude

Thanks for the reminder. I totally agree with "block early, block often, block for any reason at all".

But I also find that my feeds (and my own posts) are suddenly much more political and much more angry/sad/all the feels for a very obvious reason. I'm trying to keep that in perspective.


Elena ``of Valhalla'' ha ricondiviso questo.


Vorrei dire una cosa sull'alt-text.

Ci vedo poco da vicino (#GenteDiUnaCertaEtà ) quindi praticamente il 100% delle immagini da articoli/social che postate sono per me illeggibili senza occhiali o senza zoommare e scorrere (cosa che non tutte le app permettono agilmente).

Mentre l'alt-text è sempre leggibile perché segue i caratteri di sistema e sono impaginati in modo da poter essere letti agilmente.

Se fate lo screenshot potete fare anche copia/incolla del testo da cui l'avete preso.

reshared this

in reply to Dún Piteog

Per esempio Tusky mostra l'alt-text se non si carica l'immagine, quindi non credo sia oltremodo complcato.

Elena ``of Valhalla'' ha ricondiviso questo.


As someone who is totally blind, the Fediverse is the only place where I have ever been able to follow people such as photographers, artists, or even those who post pictures of their cats or the food they ate. The reason is that most of them use alt text. They take the time to describe the images that my screen reader can't recognise. Some write the descriptions themselves, and others use tools such as altbot. Some worry that their descriptions aren't good enough, especially when they are new at this. Let me assure you, not only are they good enough, they are extremely appreciated! If the rest of the world thought as you did, it would be a much better place. Don't hesitate to ask if you're unsure of something, but never think that we don't notice your effort.

#appreciation #accessibility #altbot #alttext #blind #blindness #fediverse #gratitude #images #inclusivity #peoplewhocare #pictures #technology

in reply to Georgiana Brummell

I just came here to say that your sharing your appreciation made me genuinely happy. Thank you!

Elena ``of Valhalla'' ha ricondiviso questo.


us-pol; CW-meta; rant; swearing

Sensitive content



itpol, treni

intanto, grazie a il post scopro dell'esistenza di trainstats.altervista.org/

statistiche sulla puntualità dei #treni italiani (almeno quelli tracciati da viaggiatreno)

edit: ho visto che prendono dati anche sui treni su rete FerrovieNord

Questa voce è stata modificata (1 settimana fa)

rag. Gustavino Bevilacqua ha ricondiviso questo.


on unrelated news: I've unpacked the sewing machine and sewed something!

it's just a draft stopper, but I've sewed something!

(next #sewing “project”: changing the elastic to some pajama pants. If I can find where the box with the elastics is. fancy, right?)

in reply to Elena ``of Valhalla''

today's let's try to resume #sewing resulted in:

* one hair towel wrap inspired by ikea.com/nl/en/p/stjarnbuske-h… but a bit bigger, made from two towels I'm not using.
* one broken needle at about 2 cm from the end of the very last seam
* while looking for the tip of the needle, discovering that I had not cleaned the sewing machine before packing it (uooops)
* realizing that I still don't have unpacked the sewing machine oil (and won't be able to get to it until the weekend), so gave a quick clean to the machine instead of proper quality time
* couldn't find the needle tip
* it was stuck in the towel layers, of course, ready to hurt myself if I had used the wrap
* finished the last 2 cm of seam, success!

And I also took pictures, but I have no idea when I'll have time to prepare a blog post and instructions.

in reply to Elena ``of Valhalla'' rag. Gustavino Bevilacqua ha ricondiviso questo.

risultati del “cerchiamo di ricominciare a #cucire” di oggi:

* un asciugamano per capelli ispirato a ikea.com/it/it/p/stjaernbuske-… ma un po' più grande, fatto con due salviette che non stavo usando.
* un ago rotto a circa 2 cm dalla fine dell'ultima cucitura
* mentre cercavo la punta dell'ago, accorgermi di non aver pulito la macchina da cucire prima di impacchettarla (uoooops)
* rendermi conto di non aver ancora spacchettato l'olio per la macchina (e non riuscire a raggiungerlo prima del weekend), quindi ho dato solo una pulita veloce anziché dedicarle del quality time per bene
* non riuscire a trovare la punta dell'ago
* era incastrato tra gli strati di salvietta, ovviamente, pronto a farmi male se avessi usato l'asciugamano
* finire gli ultimi due cm di cucitura, successo!

Ho anche fatto foto, ma non ho idea di quando avrò tempo per preparare un post per il blog e le istruzioni.


Elena ``of Valhalla'' ha ricondiviso questo.


Post a damn cat pic or something in between all of your "doom and gloom" posts would you?

We know shits getting worse. It doesn't mean that's all we are. There are still good things worthy of our attention out there.

Try not to forget that.

reshared this


Elena ``of Valhalla'' ha ricondiviso questo.


Musk: mo faccio il saluto per il mio amico Trump e tutti gli amici fasci presenti alla festa

liberali, democratici e intellettuali, storici: ma era un saluto nazista? No, era romano... No, ma forse voleva proiettare con la mano il suo cuore verso la bandiera... A proposito ma che differenza c'è tra saluto romano e saluto nazista? [Passano le successive 24 ore a studiarsi l'argomento]

Buongiornissimo.

reshared this

in reply to Rolery

nerd che nerdeggiano

@Rolery c'è da dire che a perdersi via sulla storia del saluto fascista si trovano cose interessanti, nel periodo che va dalla francia rivoluzionaria fino al en.wikipedia.org/wiki/Bellamy_…

dopodiché sono arrivati i fascisti¹ a rovinare tutto

(oddio, di tutte le cose culturali che han rovinato, tipo la svastica, questa è meno grave, ecco)

¹ usando il termine in senso internazionale, non solo quelli italiani

ْ reshared this.

in reply to Elena ``of Valhalla''

nerd che nerdeggiano

Sensitive content

Questa voce è stata modificata (1 settimana fa)
in reply to Rolery

nerd che nerdeggiano

Sensitive content

Questa voce è stata modificata (1 settimana fa)
in reply to oɔiƚɘᴎ

nerd che nerdeggiano

Sensitive content

in reply to Rolery

nerd che nerdeggiano

@Rolery sì, hai ragione e concordo pienamente

meglio se cancello il post? quando l'ho scritto non mi era ancora entrato in circolo il té della colazione

in reply to Elena ``of Valhalla''

nerd che nerdeggiano

Sensitive content


Elena ``of Valhalla'' ha ricondiviso questo.


Do not open!!!

Sensitive content

reshared this


Elena ``of Valhalla'' ha ricondiviso questo.


Should you be wondering why @LWN #LWN is occasionally sluggish... since the new year, the DDOS onslaughts from AI-scraper bots has picked up considerably. Only a small fraction of our traffic is serving actual human readers at this point. At times, some bot decides to hit us from hundreds of IP addresses at once, clogging the works. They don't identify themselves as bots, and robots.txt is the only thing they *don't* read off the site.

This is beyond unsustainable. We are going to have to put time into deploying some sort of active defenses just to keep the site online. I think I'd even rather be writing about accounting systems than dealing with this crap. And it's not just us, of course; this behavior is going to wreck the net even more than it's already wrecked.

Happy new year :)

in reply to Jonathan Corbet

I'm wondering if a link that a human wouldn't click on but an AI wouldn't know any better than to follow could be used in nginx configuration to serve AI robots differently from humans, in a configuration that excluded search crawlers from that configuration. What such a link would look like would be different on different sites. That would require thought from every site, but also that would create diversity which would make it harder to guard against on the scraper side, so possibly could be more effective.

I might be an outlier here for my feelings on whether training genai such as LLMs from publicly-posted information is OK. It felt weird decades ago when I was asked for permission to put content I posted to usenet onto a CD (why would I care whether the bits were carried to the final reader on a phone line someone paid for or a CD someone paid for?) so it's not inconsistent in my view that I would personally feel that it's OK to use what I post publicly to train genai. (I respect that others feel differently here.)

That said, I'm beyond livid at being the target of a DDoS, and other AI engines might end up being collateral damage as I try to protect my site for use by real people.

in reply to Michael K Johnson

@mcdanlj What a lot of people are suggesting (nepethenes and such) will work great against a single abusive robot. None of it will help much when tens of thousands of sites are grabbing a few URLs each. Most of them will never step into the honeypot, and the ones that do will not be seen again regardless.

Elena ``of Valhalla'' ha ricondiviso questo.


Ciao raga, giusto come piccolo promemoria: teniamo almeno questo spazio di internet un po' più "sicuro" (nel senso più largo possibile) rispetto al resto e usiamo il CW per determinate notizie e rant.

Sono incazzato quanto voi, ma il rispetto per l3 altr3 conterrane3 del Fediverso viene prima di tutto.

in reply to Ed

a mio parere il problema non è il buon senso ma l'impossibilità di trovare un argomento che non infastidisca nessuno...
Sei entusiasta della tua grigliata? Trovi qualche vegano che si incazza
Sei entusiasta della tua dieta vegana? Trovi qualche carnivoro che si incazza
Sei entusiasta del tuo gatto? Trovi l'amante dei cani che si incazza
Sei entusiasta del tuo cane?
Sei entusiasta dei tuoi figli?
Sei entusiasta di non avere figli?
in reply to Edo ⁂

@edo78 esempio pratico, da noi su Livello Segreto chiediamo di usare i CW per: NSFW, SPOILER, GUERRA, POLITICA
in reply to Ed

Parola filtrata: nsfw

in reply to Edo ⁂

@edo78 guarda, non sono minimamente d'accordo sul fatto che il CW sia "nascondere sotto il tappeto", ma ho pubblicato giusto poco fa un toot dove spiego meglio la mia sensazione a riguardo: livellosegreto.it/@ed/11386605…


Secondo me l'unico risultato di affrontare sui social argomenti politici è il finire per cullarsi in un sentimento di "tanto moriremo tutti" misto a "uso le mie energie qui".

In entrambi i casi irl non sarà cambiato nulla (anzi, le persone coinvolte nella discussione saranno ancora più nervose).

Fate cose concrete: cercate iniziative locali, supportate movimenti dal basso, coinvolgete altr3.

Lamentarsi è parte dall'apatia che ci ha portato qui.


in reply to Ed

@edo78

In questi giorni riuscirei a beccare tutte e 4 le categorie in un solo post !
Comunque immagino che nessuno si offenda per un messaggio che arriva dalla timeline federata


Elena ``of Valhalla'' ha ricondiviso questo.


If you can't be bothered to use a CW (Content Warning) for #USpol, or for #Trump, #MAGA, #fascists, then please take the briefest second and use a hashtag. I mean, it is literally just one extra character.

At a minimum, please use #uspol as a hashtag for US stuff.

Please use real names for the people you have issues with- Dolt45, 45/47, Orange Julius, Tangerine Toddler, etc... nobody is going to be able to filter those out. Some people are either going to be materially harmed by this person, their administration, and/or their followers- or they have been. Or they don't live in the US and really don't want to see this right now.

So, use names people can filter against, and please consider that some people have had enough USian trauma for today.

reshared this



minor body complaints

our weekend started Saturday morning with a nice, relaxing 2+ hours walk (uphill, of course) in the woods, to take a break.

then it was followed by an afternoon of packing things up, carrying them down the stairs, loading them in the car (not the *boot* of the car, the car. anywhere there was a free cubic centimeter that was safe to load), driving, unloading the car, carrying the boxes up the stairs.

the same thing happened Sunday morning

And then today I waited for a person who didn't come, and while doing so I did another round of carrying boxes (that had already been packed) and loading them in the car, etc., this time alone.

And for some reason this evening as I changed the sheets on the bed my back started to complain about the workload or something :D

Oblomov reshared this.

in reply to Elena ``of Valhalla''

riferimento a kink

Sensitive content

in reply to Oblomov

riferimento a kink, delirante?
@Oblomov secondo le ricerche che ho fatto, il feticismo per la carta è estremamente più diffuso del feticismo per i tagli da carta, per quanto il secondo assomigli di più ad una pratica BDSM.

Oblomov reshared this.



And yesterday I've ordered by very first PCB!

a trivial one that I could have easily done with wires on perfboard (actually, a variation of one I've done a few times on perfboard), if I had not been out of the right size of perfboard and not wanting to bother with cutting a bigger one down to size :D

but I have wanted to try my hand at that for some time, but was somewhat intimidated by the whole thing, and as usual doing it in anger is good at overcoming intimidation :D

anyway, the point of this post is to say thank you to #librePCB for making the whole process quite smooth and to @federico :debian: for maintaining it in debian :D


Elena ``of Valhalla'' ha ricondiviso questo.


Hi!

I'm Pauline, I'm a costume maker for stopmotion animation films. I work for films, series, shorts and adverts. I live in France.
I also like to collect and customise dolls and to draw.

#introduction #stopmotion #puppet #dolls #pullip #illustration

Questa voce è stata modificata (1 settimana fa)


in reply to Lars Wirzenius

Have you tried the guestfs tools for manipulating VM images?

I’ve had fairly good luck with creating a base image then using guestfs to modify it for new VMs. This has sped up my VM deployments quite a bit.

in reply to jollyrogue

@jollyrogue I know of guestfs, but for reasons I've forgotten, I didn't like it, and don't use it. I don't argue against using guestfs, and if you're happy with it, good.

I've written my own tools that I'm happy with.



They have arrived!

Thanks to the person on the fediverse who recommended pretty good stickers: I don't remember who you are, but it was a good recommendation :D

reshared this

in reply to Elena ``of Valhalla''

Sono arrivati

Grazie alla persona sul fediverso che ha consigliato pretty good stickers: non ricordo chi tu sia, ma è stato un buon consiglio. :D



rag. Gustavino Bevilacqua ha ricondiviso questo.


Dear #train-verse,

do you know if there is a website with real time position data on swiss trains? I'm interested in local trains, not long distance ones

For trains in Lombardy (Italy) I would use either viaggiatreno.it/ or trenord.it/linee-e-orari/circo… , but trying to track e.g. the 25410 or 25458 (Varese - Como line) there is a swiss shaped hole¹ in the data.

I've found tilo.ch/servizi/informazioni-t… and sbb.ch/it/informazioni-viaggio… but unless I'm mistaken none of these have real time data.

¹ I'm sure there is a swiss cheese related pun in there :D

Unknown parent

@muffa

vediamo, sto seguendo un S50 (25568) che per ora è in italia, con 10 minuti di ritardo, e su quel sito risulta coi dati da orario anziché quelli in tempo reale (che afaik rsi non molla. o se lo fa usa formati non compatibili. inserire imprecazioni qui.)

in reply to Elena ``of Valhalla''

@muffa e quando è arrivato in svizzera ha avuto informazioni sul ritardo! yay!

grazie


rag. Gustavino Bevilacqua ha ricondiviso questo.


Today's dinner is avocado toast on slices of artisanal bread with¹ wholewheat stone ground flour².

We're never getting rich, right?

¹ not 100%, just a bit because I had leftovers and wanted to get rid of them
² i.e. whatever stale bread I had from last week

reshared this

Unknown parent

@Kermode it's not exactly no money, buying ingredients more or less directly from the producers seems to cost a bit more than buying from the supermarket (but it's also not the same quality), but we're still talking maybe 5 EUR for the avocado toast *for 3 people*, and that's because I don't know how much electricity I use to cook the bread and I overestimated it :D

still a far cry from the 22 AUD quoted in *that* article :D

Unknown parent

@Kermode sounds like a win win: you pay less and you don't even have to wait for them to be ready :D

Just the avocado here costs 2.98 EUR for 300 g for those that have traveled from another continent and 5.99 for 500 g (yes, that *more* per g) for those that only have to cross the country lenghtwise


Elena ``of Valhalla'' ha ricondiviso questo.


It’s been about four months since I started hosting my own email again.

I have absolutely zero regrets. As large providers prove, now more than ever, that they are not on our side, it feels great to have that aspect of my online life under control.

I used the wonderful Run Your Own Mail Server book by the fedi’s own @mwl to guide my install.

It has been absolutely stable, I have perfect deliverability to the email empire, I’m on zero blocklists, and spam control is great.

If you’re a sysadmin, self-hoster, homelabber, ignore the nay-sayers. You can do it too.

#RYOMS #HomeLab #SelfHosted

in reply to Auli

YMMV but:

I cycled through creating IPs at a vps vendor until I found a mostly clean IP and held onto it for a couple months while I waited for RYOMS to come out.

Then I requested removal from the couple lists it was on and there were no issues with removal as there was no recent spam.

Then I built up my mail server and started to build a reputation with it by corresponding with friends and relatives on various big email servers.

Now it has enough reputation that I don’t see any issues and I keep it clean so I don’t land on any blacklists in the future.

in reply to amd

have the book and have been reading through it here and there. This is the part that intimidates me the most. Finding an IP that's clean on a vps that isn't hostile to mail hosting. How do you check if an IP is clean/dirty? Is there a central tool/repository of blacklists somewhere to help you check?
in reply to CyberB

it’s also important to know that not all blocklists are created equal and not all blocklists are universally utilized.

There are some that are nearly extortion rackets and will probably not be worth your time trying to correct, they may not even affect your deliver ability.

in reply to CyberB

appreciate the recs! I'm getting my lab test servers spun up right now so I can start really playing with all these protocols, and maybe eventually have my self hosted email.

Been a few years since I bought a domain. What do you folks like for registering your domains these days? A quick search and I'm seeing cloudflare and porkbun come up as recs and that I shouldn't touch GoDaddy with a 10ft pole.



Winter


Posted on January 10, 2025
Tags: madeof:atoms, craft:painting, medium:acrylic
An acrylic painting in blue and greenish grey vaguely resembling rocky slopes at the bottom right and a cloudy sky at the top left.

A few days ago1 I wanted to paint, but I didn’t know what to paint, so I did a few more colour tests to find out which green combinations I can get out of the available yellows and blues (and greens) acrylic I have (from a cheap student grade line).

A sheet of colour tests with mixes of various yellows and blues.

I liked the cool grey tones in the second to last line, from 200 “Naples yellow” (PY3 PY83 PW6) and 410 Ultramarine blue (PB29), so I went up a step on the scale of “things to do when having a desire to paint, but the utter inability to actually paint something ” and did a bit of a study with those two colours plus titanium white.

The study above over a sheet of scrap paper: at one of the edge the excess paint has connected the two together.

And btw, painting with acrylics on watercolour paper taped to a sheet of scrap paper works just fine for stuff like this that is not supposed to last, but the work will get glued to the paper below when (not if) the paint overflows :D


  1. i.e. almost three months, and then I wrote 95% of this post and forgot to finish and publish it.↩︎

blog.trueelena.org/blog/2025/0…

Oblomov reshared this.


rag. Gustavino Bevilacqua ha ricondiviso questo.


Poor Man Media Server


Posted on January 9, 2025
Tags: madeof:atoms
Some time ago I installed minidlna on our media server: it was pretty easy to do, but quite limited in its support for the formats I use most, so I ended up using other solutions such as mounting the directory with sshfs.

Now, doing that from a phone, even a pinephone running debian, may not be as convenient as doing it from the laptop where I already have my ssh key :D and I needed to listed to music from the pinephone.

So, in anger, I decided to configure a web server to serve the files.

I installed lighttpd because I already had a role for this kind of configuration in my ansible directory, and configured it to serve the relevant directory in /etc/lighttpd/conf-available/20-music.conf:

$HTTP["host"] =~ "music.example.org" {
    server.name          = "music.example.org"
    server.document-root = "/path/to/music"
}

the domain was already configured in my local dns (since everything is only available to the local network), and I enabled both20-music.conf and 10-dir-listing.conf.

And. That’s it. It works. I can play my CD rips on a single flac exactly in the same way as I was used to (by ssh-ing to the media server and using alsaplayer).

Then this evening I was talking to normal people1, and they mentioned that they wouldn’t mind being able to skip tracks and fancy things like those :D and I’ve found one possible improvement.

For the directories with the generated single-track ogg files I’ve added some playlists with the command ls *.ogg > playlist.m3u, then in the directory above I’ve run ls */*.m3u > playlist.m3u and that also works.

With vlc I can now open music.example.org/band/album/p…to listen to an album that I have in ogg, being able to move between tracks, or I can open music.example.org/band/playlis… and in the playlist view I can browse between the different albums.

Left as an exercise to the reader2 are writing a bash script to generate all of the playlist.m3u files (and running it via some git hook when the files change) or writing a php script to generate them on the fly.


  1. as much as the members of our LUG can be considered normal.↩︎
  2. i.e. the person in the LUG who wanted me to share what I had done.↩︎

blog.trueelena.org/blog/2025/0…

in reply to Elena ``of Valhalla'' rag. Gustavino Bevilacqua ha ricondiviso questo.

I'm not sure whether this post will be updated, but I've updated the blog post with the php script provided by a reader.

Don't you all love it when reader do their exercises? :D

reshared this


Elena ``of Valhalla'' ha ricondiviso questo.


I get asked very often "how do you keep up with all the posts because you follow thousands of people?"

Well, I don't. And you shouldn't either. It's a general misconception that you should always be up to speed with the world.

Nobody can keep up with anything online. And we are not supposed to. If my mom calls me or I receive a traditional letter by mail, that's something I can keep up with. Not feeds or stories online. That is not the place of FOMO, every nanosecond we miss something.

I try to live in the present, I check my social media whenever I feel like it. I add the core folks to a list, but I don't try to keep up with them either. It's life.

This doesn't mean you shouldn't follow people or the followed folks don't matter. On the contrary. I follow anything or anyone that I show even tiniest bit of interest, that's the best way to make my feed most alive.

#Fediverse #SocialMedia #SocialWeb

reshared this

in reply to Roni Laukkarinen

Personally, my ADHD loves that there is an end. I can put it down knowing I am done. I want control in a way that a long list won't give me.

To each their own.


Elena ``of Valhalla'' ha ricondiviso questo.


hey by the way

i moved from a 30,000 active user server to a 700 active user server about a month and a half ago

if anything, i have more "reach"

Questa voce è stata modificata (3 settimane fa)

reshared this


Elena ``of Valhalla'' ha ricondiviso questo.


Confy 0.8.0


Hey! Confy 0.8.0 has been released!

In this release :

  • Updated UI to latest Adwaita widgets and style
  • An handy list of latest opened conferences at start (and in application menu)
  • Talks list grouping can be set by user. Is there a multi-room track and you want to group the list of talks by room? Now you can!
  • Fixed and enhanced XML parsing for past events (I know... better later than never!), eg: try to not panic on not expected date formats, try to handle completely different xml structures, extract and show speakers avatar if available. Man, I love the ever changing world of unstandardized XML schedule format!

Updated screenshots on official home page:
confy.kirgroup.net/

and in your nearest appstream-enabled appstore!

I would like to thank everyone who helped with code, tickets, distro packaging and general moral support :)

If you want to contribute, jump in the dev mailing list at lists.sr.ht/~fabrixxm/confy-de… or open a ticket at todo.sr.ht/~fabrixxm/confy
(and you don't even need to create an account on sourcehut, just send an email to ~fabrixxm/confy-dev (a) lists.sr.ht or ~fabrixxm/confy (a) todo.sr.ht )


Elena ``of Valhalla'' ha ricondiviso questo.


Ritrovato!!

❗❗GATTO DISPERSO❗❗
❗Milano città zona Largo Cairoli❗

Condivido questo appello di Bao Publishing:

"Normalmente non postiamo cose personali, ma ci serve una mano dai nostri lettori di Milano città.
Ieri sera, verso le 23, in zona Largo Cairoli, si è perso il nostro Tomino. Ha il microchip, e sicuramente molta paura, perché è un gatto di casa.
Se lo vedete, per favore, ce lo fate sapere?"

Boost ben accetti

#mastoaiuto #AiutoSegreto #gattidelfediverso

Questa voce è stata modificata (3 settimane fa)

Elena ``of Valhalla'' ha ricondiviso questo.


the makerspace printer has been jamming a lot lately, so we decided to print a reusable sign for when it's not working. it jammed at the perfect point while printing the sign so we laminated it and now have the best out of order sign ever made

#makerspace


Elena ``of Valhalla'' ha ricondiviso questo.


holy living fuck, it is amazing to be running #debian instead of #windows again after all these years. i feel like i'm alone with my computer instead of, like, being in the room with a bunch of adtech execs.

#foss #OpenSource

reshared this

in reply to Alison Wilder

I've been so enjoying my new #Debian music studio install that I decided to switch my little lappy over today. That computer is a 6-yr-old Lenovo Yoga 9 w/ 16GB of RAM.

#Windows 11 at idle was using *92% of my RAM*!!!!!

Debian 12 uses *5% of my RAM*.

That's...a much lower number. The lesson? Install the holy fuck out of Debian, kiddos.

Bonus: touchscreen, wifi, bluetooth, and audio all worked immediately, right out of the box.

#foss #OpenSource #LinuxAudio

in reply to Alison Wilder Space Catitude 🚀 ha ricondiviso questo.

That's the fun thing about Linux - once you are over the hurdle of installation and start looking around, it really is a very nice place.

Debian possibly feels a bit daunting to some, but once there is an appreciation of the slightly spartan nature of it (and that it is contributor built and supported), it really is a very calm distro to use.


Elena ``of Valhalla'' ha ricondiviso questo.


I finally got round to publishing a version 1.0 of my long-running hobby project: a bootable DOS live USB image with tools for writers, providing a distraction-free writing environment.

github.com/lproven/usb-dos

This is very rushed and the instructions are incomplete. Only FAT16 for now; FAT32 coming real soon now.

reshared this

in reply to lproven

@foone What a lovely project! I'll definitely have to stick this on an old flash drive or better yet something weird like a FAT32-formatted DVD-RAM disc to ensure it breaks 🤣 which then makes me curious if adding external devices to save to is supported?

Cool as heck project!

in reply to Pendell

@pendell @foone Thanks!

I have experimented quite a bit since I started fiddling with this. I had the FOSS DR-DOS Enhancement Project disk images booting in VMs back then:

liam-on-linux.livejournal.com/…

So, yes. This disk image boots fine in a VM and it should run fine if copied to a primary partition on HDD or SSD. (You'll need to `FDISK /MBR` the whole drive, though.)

If it's presented with additional readable volumes, it will mount them as drives D:, E:, F: etc.

I haven't tried booting it from an optical disk, but it should do. Then it could access any FAT volumes.

The thing to beware of is this: the BIOS is doing the heavy lifting of translating USB devices for DOS. It *won't* be able to access additional USB drives on its own. If they're present for the BIOS to enumerate when DOS boots, _maybe..._ but I wouldn't count on it.

in reply to lproven

Curious if a UEFI bootable Linux with dosbox would get into newer hardware, although you might have to make a kernel without network support for it... Hmm
in reply to Thomas Dorr

@thomasdorr There's occasionally discussion about this on the FreeDOS mailing list.

I reckon it would be doable with a 386 memory manager on steroids, plus a copy of SeaBIOS. Mostly, though, the developers say no way. And they know much more than I do!

in reply to Thomas Dorr

@thomasdorr If on the other hand you were thinking of creating a lightweight Linux distribution just to run DOS apps, then go for it. I suggest taking a look at the way HP did it.

blog.tmm.cx/2022/05/15/the-ver…

Fabio reshared this.


Elena ``of Valhalla'' ha ricondiviso questo.


This week on the blog: Coins! Contrasting historical coinage with the vision of ancient coinage presented through 'gold' in fantasy fiction.

What were coins used for, why did much economic activity remain non-coinage and what do you use when you aren't using coins?

acoup.blog/2025/01/03/collecti…

Elena ``of Valhalla'' reshared this.

Questo sito utilizza cookie per riconosce gli utenti loggati e quelli che tornano a visitare. Proseguendo la navigazione su questo sito, accetti l'utilizzo di questi cookie.