Ángel
@angel@triptico.com
Location: 40.4235492,-3.6617828
100 following, 195 followers
El microrrelato:
Y si me entero de que alguna obra que me pueda interesar ha rozado una IA a un kilómetro, ni la compro ni la leo y si puedo la tiraré por tierra y ridiculizaré a su autor/a.
OMFG. See now, this is the kind of manufacturer-specific threat intelligence it would have been helpful for the lazyweb to have provided me:
Me quito el sombrero ante tu actitud de rebeldía y camuflaje 😆
CC: @javierarmentia@mastodon.social @brucknerite@social.brucknerite.net
- No se había llegado a la Luna aún.
- Franco todavía viviría 7 años más.
- La URSS aún aguantaría como 23 años más.
- No habían tirado ni una sola línea de código del sistema operativo UNIX.
- Solo habían pasado 5 años desde que habían matado a Kennedy.
- Solo habían pasado 20 años desde que se inventó Israel.
- Solo habían pasado 23 años desde que se había acabado la II Guerra Mundial.
- Solo habían pasado 29 años desde que se había acabado la Guerra Civil Española.
- Solo habían pasado 70 años desde que acabó la guerra de Cuba y Filipinas.
The future is asking one AI for assistance in removing another AI's unwanted integration into your productivity tools.
A la ultraderecha/derecha que está soñando con un golpe de estado para hacerse con el gobierno les diría que, cuidado, os saldrá mal como en el 81, porque en el fondo sois igual de cobardes como los de entonces.
También he dejado de recomendarlo por mucho lloriqueo que me vengan con Windows. Búscate la vida y toma tus decisiones. Y luego, quizá, si te lanzas a cambiar y me pides ayuda, igual lo haga. Aunque eso todavía no ha ocurrido ni una sola vez.
La voz es tan desganada, tan impostada y blanducha, que te enfada saber que ni siquiera vales como para que inviertan en algo "moderno", hecho con IA y "cosas cripto", si no que emplean la primera demo que encuentran a mano.
Total, que cuelgo y busco el número en la red, por aquello de si está reportado como spam. Y no, no lo está porque parece que es un número asignado a una operadora como Vodafone o similar pero nadie se ha quejado. Extraño pero posible, alguien tiene que hacer de pionero, ¿no?
Bueno, pues ya por curiosidad he probado a llamarles y la respuesta es que ese número no existe.
Ah. Que también pueden cambiar el ID en las llamadas. Pensaba que sólo era cosa de los SMS pero veo que no.
Pues estamos jodidos.
Totalmente contigo en la falta de perspectiva.
De cuando sí que usaba Windows recuerdo que, cuando ganabas al solitario, las cartas se caían una tras otra rebotando en el suelo haciendo este mismo efecto.
¡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.
.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
CC: @editora@mastodon.social @ekaitz_zarraga@mastodon.social
Yo, como mucho, sueño que me toca hacer la mili otra vez.
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
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
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