Ángel
@angel@triptico.com
Location: 40.4235492,-3.6617828
105 following, 124 followers
Comprar LA ATALAYA RECORTADA CONTRA EL CIELO (editorial Libros del Futuro)
Sinopsis:
Bran tuvo una adolescencia complicada, y su vida adulta no es mejor. Una sucesión de pérdidas familiares, una gran cicatriz en la cara y sus circunstancias personales han forjado en ella una personalidad esquiva.Y como si fuera una maldición añadida, la protagonista hereda y debe hacerse cargo de una casa familiar, epicentro de buena parte de las desgracias que se abatieron sobre sus seres queridos.
Una visita a la enmohecida y arruinada vivienda, ubicada en un pequeño pueblo madrileño, sumergirá a Bran en una travesía angustiante por túneles oscuros, estancias claustrofóbicas y seres terroríficos.
¡Estoy aprendiendo un montón en este hilo!
No pillo lo de la «imperial de Sagres». Sé que es una marca de cerveza y una ciudad del sur. ¿Te refieres a pedirla en Oporto?
Respecto al galão, ni idea. Lo he visto, pero nunca he tomado ninguno ni sé cuál es la proporción adecuada (tampoco estoy seguro de que me gustase).
Si es en Portugal, se pide una «bica», y te ponen el café más minúsculo y más riquísimo que hay en el mundo.
Me, an idiot: “So, kids, by setting the thermostat a little lower and eating less meat, we’re doing our part to make the world more sustainable”
VCs, very smart: “We just raised $100 billion dollars from the sovereign wealth funds of three petrostates to build the world’s largest AI supercomputer. It uses as much power and water as Guatemala and the primary use case is for management consultants to autogenerate powerpoints for justifying mass layoffs.”
"Where do you see yourself in three years?"
"3 years? By that time I'll be dropping poisonous scorpions into rich people's climate change bunker air vents."
.xsession
files for some machines that do not set the screen DPI properly, or that may have different monitor setups. Also, I have .ssh/config
files that are different in some servers (they are behind different network topologies).install.sh
script. I store in it all dotfiles for all my computers. If a file is special for a given machine, the dotfile has a -{hostname}
suffix, and that one is installed instead of the generic one. The install script does everything.«El burdégano, también conocido como macho romo o burreño, es el animal híbrido resultante del cruce entre un caballo (Equus ferus caballus) y una burra (Equus africanus asinus). La mula es el resultado del cruce entre un burro y una yegua. Se producen en menor cantidad que las mulas, pues es más fácil combinar burros con yeguas que viceversa, ya que conseguir el embarazo en una burra es más difícil (una de cada siete burras puede concebir al ser cubierta por un caballo).»https://es.wikipedia.org/wiki/Burd%C3%A9gano
- León + Tigresa = Ligre
- Tigre + Leona = Tigón
- Burro + Yegua = Mulo
- Caballo + Burra = Burdégano
🚀 Exciting News from BSD Cafe! 🚀
We're thrilled to announce a new service: myip.bsd.cafe!
Now live, this tool is your go-to resource for checking your public IP address via Telnet, SSH, and HTTP—also perfect for times when you're on a command-line interface without browser access.
Explore more and contribute on our Brew page: https://brew.bsd.cafe/BSDCafe/checkmyip
Whether you're an IT professional or a tech enthusiast, this service is built to make your digital life a bit easier. Set up your own instance or use our public service.
Full instructions available on our Brew repository!
Spread the word and let's make network troubleshooting easier for everyone!
#BSDCafe #BSDCafeAnnouncements #BSDCafeServices #OpenSource #Networking #SysAdmin #PublicIP #TechTools #ITSecurity #DevOps
CC: @editora@mastodon.social @ekaitz_zarraga@mastodon.social
Yo, como mucho, sueño que me toca hacer la mili otra vez.
Hello BSD Cafe Community!
I’m thrilled to announce the launch of Brew, our very own Git service tailored specifically for our BSD Cafe family. As you sip your morning coffee, why not brew some code as well? Brew is now available at brew.bsd.cafe, a platform where our community’s projects will live and thrive.
What is Brew? Brew is a dedicated space for you to host, manage, and collaborate on software projects. Powered by Forgejo, it is designed to be simple, fast, and effective, meshing perfectly with our community’s ethos of freedom and innovation.
Why Brew?
Get Involved
Come for the code, stay for the community. Let’s build something incredible together at Brew. Visit us now and start your first repository!
Happy Coding!
Es verdad que la dialéctica del poder funciona y manipula, pero la enésima vez que un sargento gabacho se presenta en tu tienda y se lleva dos hogazas de pan pour le patille te entran ganas de colgarle por los huevos a él y a todo su puto país.
In the Mastodon case, thousands of servers will hammer your site almost at the same exact time. Not people interested in what you may say at slightly different paces. Just automatic, powerful machines from all over the world. This is very similar to a DDoS.
You will not only suffer when you post a very remarkable or clickbaity link. You'll suffer everytime, even if no real human reach your site.
CC: @wimpy@fosstodon.org @ThirstyGayGeek@gaygeek.social @maikel@vmst.io
**BSD Mail Project Update!**
Hello everyone! I wanted to share some exciting updates about the development of BSD Mail, our privacy-focused email service designed with robustness, security, and transparency in mind. Here’s a deep dive into the technical choices I've made, focusing on my use of open source solutions and open protocols:
🌍 **Servers & Location**
- We're running on two physical servers:
- One hosted by OVH in France
- Another by Hetzner in Germany
- Both servers operate on FreeBSD with NVMe drives in a ZFS mirror configuration for speed and data integrity.
🔒 **Virtualization & Security**
- We utilize jails on both servers to ensure isolated environments for different services, managed via BastilleBSD. On one server, jails are set up directly on the hardware, whereas the other server employs nested jails.
- Each server hosts a bhyve VM running OpenBSD with OpenSMTPD for handling SMTP duties securely.
🔗 **Networking**
- A Wireguard setup connects the two servers, facilitating routing capabilities so that jails and VMs can communicate seamlessly, supporting both IPv4 and IPv6.
📧 **Email Services**
- **Dovecot** is configured for maildir replication across the servers using Dovecot sync, ensuring email availability and redundancy.
- **Rspamd** instances are tied to local KeyDB jails, set up in master-master replication for consistent and reliable spam detection and greylisting.
- **ClamAV** runs in corresponding jails for virus scanning, maintaining a high level of security.
- **SOGo** provides a web interface for email management, connected to MySQL databases in master-master replication to handle sessions and authentication smoothly.
💾 **Data Management**
- Email data is stored on separate, encrypted ZFS datasets to secure emails at rest.
- MySQL databases are used for storing credentials and managing sessions for SOGo, also in a master-master replication setup. Importantly, all passwords are securely hashed using bcrypt, ensuring they are salted and safe.
🔎 **Monitoring & Reliability**
- Our DNS is managed through BunnyNet, which continuously monitors our server status. Should one server—or a specific service—become unavailable, DNS configurations are dynamically adjusted to avoid directing users to the affected IP until full service is restored.
🌐 **Commitment to Open Source and Open Protocols**
- Every component of BSD Mail is built exclusively using open source software and open protocols. This commitment is crucial for ensuring data freedom and the reliability of the solutions we use.
This setup not only emphasizes our commitment to privacy and security but also our dedication to maintaining an open and transparent platform.
We're excited to bring you a service where your privacy, data integrity, and freedom are prioritized. Stay tuned for more updates!
#BSDMail #OpenSource #Privacy #FreeBSD #OpenBSD #EmailHosting #Email
For this #ThankYouTuesday, I want to express my gratitude to the wonderful Nature, which consistently offers us breathtaking spectacles, whether in the form of lights, colors, scents, or sounds.
#Photography #Photo #NaturePhotography #Italy #Spring #Flowers #NatureBeauty #GratefulHeart #NatureLovers
Si lees algo que tenga un poco de fundamento sobre los luditas, descubrirás que neoludita no es un insulto sino un halago
TIL: When you use #codeberg and/or #forgejo, you can pimp your profile page by creating a repository called .profile (the dot is important) with a single file called README.md in it. Once done, the Markdown in said file will be shown as default content on your profile page. This is going to be fun! https://codeberg.org/jwildeboer
It's official: the new email hosting service I'll be launching will run on OpenBSD as well. The two OpenSMTPD SMTP servers will operate on two OpenBSD installations.
logging into things has become such a nightmare, why oh why did we popularize the notion that you need 2 computers to login to something? this is the extent that the capitalist mind worm has burrowed deep enough into programmers subconscious
🤬Vengo a cabrearos con un dato: 26 multinacionales españolas pagaron un 2,9% de media sobre sus beneficios globales en 2021.
Os cuento algún dato más en @ElSaltoDiario https://www.elsaltodiario.com/fraude-fiscal/26-multinacionales-espanolas-pagaron-un-29percent-media-beneficios-globales-2021
El 25 de abril de 1974, en Portugal sucede la Revolución de los Claveles. El movimiento militar pone fin al régimen político dictatorial, autoritario, autocrático y corporativista implantado por António de Oliveira Salazar en los años veinte y continuado por Marcelo Caetano.
«Debatir con la ultraderecha es como jugar al ajedrez contra una paloma: la paloma derribará todas las piezas, se cagará en el tablero, y luego saldrá volando, atribuyéndose orgullosa la victoria y dejándote a ti la tarea de tener que limpiar la mierda.»
— Ece Temelkuran
Of the 58,000+ books published per year:
- 90% will sell less than 2,000 copies
- 50% will sell LESS THAN A DOZEN COPIES
Great, very readable piece on book publishing and how it's very much like being a VC...
https://www.elysian.press/p/no-one-buys-books
#Books #Writing #Publishing
https://distrito93.com/catalogo/yo-no-soy-pavel/
CC: @estela@frikiverse.zone @qpocooriginal@masto.es @IzaskunGraciaQuintana@mastodon.world
Otro prodigio, este de ahora, es el Proba-3: dos satélites volando en formación hacia el sol, uno haciéndole sombra al otro, para estudiar la corona solar.
CC: @hispa@social.hispabot.freemyip.com @Edgecontrol@mastodon.social
Woo Hoo! Check out Baby's first FEP...
If you're a #Fedidev developer, please check out FEP-3b86 at https://codeberg.org/fediverse/fep/src/branch/main/fep/3b86/fep-3b86.md
I'm working on "Remote Likes" and "Remote Shares" that help you jump back to your own home server to post when you find something cool on another website.
Imagine those "Share on Facebook" buttons, without all the ick.
I know it needs some work (that's what FEPs are for, yea?) so please read, comment, and help me get this over the finish line.
- El agua con gas. Con limón es refrescante y está buena. Igual cuesta acostumbrarse.
- La tónica. Es verdad que tiene mucho azúcar, pero si cambias el ritmo y la bebes muy despacio, te toman solo una mientras los colegas se zampan tres birras.
- El bitter sin alcohol. También tiene mucho azúcar, en lo demás, como lo que te he dicho de la tónica.
- Un zumo de tomate. Está muy bueno y se deja tomar despacio. Además, es mucho más saciante que ninguna otra cosa, así que te anima a tomártelo con calma y a comer menos papas alioli.
- Un café solo con hielo. Nunca llegué a acostumbrarme, pero hay quien se apaña bien tomando eso. Lo puedes pedir descafeinado si te acelera demasiado.
Yo odio las cocacolas y las fantas y toda esa mierda que sabe a medicina, aún sin azúcar, así que para mí nunca han sido una opción.
LA POSIBILIDAD DE UNA ISLA
Mi vida, vida mía, mi antiquísima vida,
mi primer deseo mal curado,
mi primer amor disminuido,
has tenido que volver.
He tenido que conocer
lo mejor que hay en la vida,
dos cuerpos que disfrutan de su felicidad
uniéndose y renaciendo sin fin.
En completa dependencia
comparto el temblor del ser,
la vacilación de desaparecer,
el sol que azota el lindero.
Y el amor, en el que todo es fácil,
donde todo se da al instante:
existe en mitad del tiempo
la posibilidad de una isla.
La RAE acaba de desclasificar 5,000 libros digitales en su nueva biblioteca digital ¡Son GRATIS! – Enséñame de Ciencia https://ensedeciencia.com/2024/04/15/la-rae-acaba-de-desclasificar-5000-libros-digitales-en-su-nueva-biblioteca-digital-son-gratis/
To reaffirm my #ThankYouTuesday today - following my post earlier about FreeBSD freezing if a laptop doesn't have the battery installed (https://mastodon.bsd.cafe/@stefano/112280720122710027), @jeffpc has prepared a patch and suggested I try it (https://reviews.freebsd.org/P636).
I did, and it worked.
This is the spirit that characterizes the open-source community and the fantastic members who comprise it.
You can change the colors in the :root
block.
A ver, yo siempre he tenido muy claro que la «solución» del coche eléctrico no es un solución para el pueblo. Es una solución para los ricos.
Después, con el móvil conectado vía kde-connect, controlo la reproducción, el volumen y demás.
Mola.
No quiero decir que estos no sean unos cabrones, pero no solo Tesla financia esas cosas.
My friend Evan Henshaw-Plath wrote recently about some concerns with ActivityPub. I want to go over his concerns one by one and give some assessment of how accurate and important I think they are. Rabble’s words in italics; my responses in just normal text.
I think there are a plenty of good points in Rabble’s critique, but there’s one way that I think he’s extremely wrong. There is still a lot to do in the ActivityPub ecosystem, but we have the architecture and extension mechanisms to make them possible. It’s totally not required to go start a whole new social protocol to build those things in from scratch. In fact, it’s a real mistake; it’s far better to work from the existing standard and build on it. Open standards like ActivityPub have a legitimacy that ad hoc systems like Nostr can never have, and it’s the reason that there is so much interesting development going on in the ActivityPub world.
https://evanp.me/2024/04/14/responses-to-rabble-on-activitypub/