#EEE

𝘋𝘪𝘳𝘬dirk@gts.0x7be.net
2025-12-13

It’s crazy how there are still new projects hosted on MS GitHub. Legacy projects, okay, fine, they will likely migrate away at one point.

But NEW projects? Why do people deliberately and intentionally chose to support a closed-source AI training platform owned by a multi billion Dollars corporation known for being hostile towards open source?

#GiveUpGitHub #EEE

2025-11-24

ECC works. TPTB do not want you to use it.

Phase out RSA. Do not chase the PQC ghost.

m.slashdot.org/story/449437

#Cryptography #EEE

Info Shop Portugalmyfoodstreet
2025-11-16

GLOSSARIO

.table-responsive { width: 100%; overflow-x: auto; } .table-responsive table { width: 100%; border-collapse: collapse; } .table-title { font-weight: bold; font-style: italic; font-size: 1.2rem; padding: 5px 10px; background: ; border: 1px solid ; } .table-heading { font-weight: bold; font-size: 1.1rem; padding: 5px 10px; background: ; border: 1px solid ; } .table-link { display: block; padding: 5px 10px; background:…

myfoodstreet.blog/2025/11/16/g

Kevin Karhan :verified:kkarhan@infosec.space
2025-11-15

@golemwire ah yes, the good old "Embrace, Extend, Extinguish" strategy … Classic Microsoft.

#EEE

Océane 🏳‍⚧️ oceane@gotosocial.social
2025-10-30

La philosophie Unix représente une UX catastrophique. C’est pour ça que « GNU’s Not Unix » — celle de GNU Guix est plus complète et cohérente que celle d’Alpine Linux.

Et Google va développer un clone de GNU/Linux basé sur un modèle de sécurité plus exigeant et plus moderne.

On devrait craindre une #EEE venant de ce côté-là : baisse des contributions au noyau Linux, baisse progressive de sa réputation, et plantation contrôlée par Google, comme Android.

2025-10-22

@jbz

NTFS-3g is fine. Only need for read-only anyway before you install Linux.

Not researching, but I will bet Canonical is pushing this.

#EEE

Edwin G. Jolly (Maybe!) 🎄🎅EdwinG@mstdn.moimeme.ca
2025-09-25

Microsoft will provide Windows 10 Extended Security Updates for free… for users in the European Economic Area (EEA)

bleepingcomputer.com/news/micr
- - -
Microsoft fournira l’extension des mises à jour de sécurité pour Windows 10 gratuitement… aux usagers dans l’Espace économique européen (EÉE)

// En anglais //

#Microsoft #Windows #Windows10 #Europe #EEA #EÉE

2025-09-25

@countdracula @bls

I kicked Ubuntu to the curb years ago. I do not have the time and energy to put up with the Canonical/Microsoft machinations.

#EEE

Stefan SchollStefan_S_from_H
2025-09-20

The user style I use here on :

/* ==UserStyle==
@name mastodon.social - nav hover
@namespace github.com/openstyles/stylus
@Version 1.0.0
@Description A new userstyle
@author Me
==/UserStyle== */

@-moz-document domain("mastodon.social") {
.navigation-panel a:hover {
background-color: ;
}
}

2025-08-31

@orbitalmartian yes you can and its the recommended way. You define your colors as variables in :root, then just change the variable values inside the media
```/* 1. Default colors */
:root {
--text-color: #222;
--bg-color: #fff;
}

/* 2. Override for dark mode */
@media (prefers-color-scheme: dark) {
:root {
--text-color: #eee;
--bg-color: #121212;
}
}

/* 3. Use them everywhere! */
body {
color: var(--text-color);
background-color: var(--bg-color);
}```

Naija247newsNaija247news
2025-08-09

Untitled

-ticker { background: #111; color: ; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; font-size: 14px; overflow: hidden; white-space: nowrap; padding: 6px 10px; display: flex; align-items: center; flex-wrap: nowrap; } -ngx { display: inline-block; vertical-align: middle;...

naija247news.com/2025/08/09/66

2025-08-07

@Meyerweb That won't work in Sass because it's precompiled, but you could switch them out for CSS custom properties.

```
--main-color: #333;
--bg-color: #EEE;

@media (prefers-color-scheme: dark) {
--main-color: #CCC;
--bg-color: #111;
}
```

Then just do a search and replace on the CSS for `$main-color` and replace it with `--var(--main-color)` etc.

Ana Tudor 🐯anatudor
2025-08-07

@Meyerweb This would also allow you to have a list of excludes (for example, you want to exclude the shadow from the list).

And in that case, you'd end up having something like:

```
$back-c: gainsboro;
$text-main-c: #222;
$shadow-c: rgba(0, 0, 0, .2);

$back-c-dark: #222;
$text-main-c-dark: ;
```

Then in the code, I would use a Sass function that generates a `color-mix()` (for better support) or `light-dark()` from the desired base variable name and a custom property indicating the theme.

Eric A. MeyerMeyerweb
2025-08-06

@wholewheattoast So basically define dark-mode versions of all the colors, like so:
```
$main-color: #333;
$dark-main-color: ;
$bg-color: ;
$dark-bg-color: #111;
```
…and then flop everything in CSS `@media()` statements? That feels really clumsy, given that the `$color` references will be scattered throughout the rest of the Sass. I’d much rather something like:
```
$main-color: #333;
$bg-color: ;

@media (prefers-color-scheme: dark) {
$main-color: ;
$bg-color: #111;
}
```

Robert Linkphaedral
2025-08-06
2025-08-03
bash.org #17916

��� SignOff Bluemoon: #eee (Client Exiting)
��� Bluemoon [xxx@yyy] has joined #eee
��� mode/#eee [+o Bluemoon] by ChanServ
��� SignOff Bluemoon: #eee (Client Exiting)
��� Bluemoon [xxx@yyy] has joined #EEE
<fester> Gunn: wtf are you doing?
<fester> exercising process creation?
<GunnX> something like that
<fester> you'll bend your fork() :)

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst