Heliograph, to til
@Heliograph@mastodon.au avatar

is Latin for 'runner'

koalalorenzo, to NixOS
@koalalorenzo@mastodon.social avatar

Today I learned: -infect, to transform a vm from another distribution into , mostly for cloud providers that don't offer this option! (Including and ). I am going to use it! :)

https://github.com/elitak/nixos-infect

attila, to til
@attila@fosstodon.org avatar

There's a recommended standard towards the usage of emojis in git commit messages. These are supposed to visually signal the nature of your commits:

https://gitmoji.dev

I have previously been using certain text prefixes but this is indeed a better way based on visual recognition and it leaves more space to the precious commit message.

🐛 fixes a bug
🚑 means a critical hotfix
📝 updates documentation
♻️ refactors code

etc..

gombang, to til
@gombang@social.nancengka.com avatar

they need permission to protest in the US.

In Indonesia (at least, on paper) you only need to inform the police.

scottjenson, to CSS
@scottjenson@social.coop avatar

challenge!

<body>
<div class="container">
<div class="item">item 1</div>
<div class="item">item 2</div>
<div class="item">item 3</div>
<div class="item hidden">item 4</div>
</div>
</body>

where .hidden { display: none }

Question: Can I use item:last-child {} to stylize item 3?

Apparently :last-child targets the last child in the DOM, not the last visible child. (this means hidden item 4 is styled.

Is there any way to do this using only CSS?

cheeaun,
@cheeaun@mastodon.social avatar

@scottjenson @cassidy @chriskirknielsen also updated my codepen (https://codepen.io/cheeaun/pen/dyLELpj) to use this, seems to work very well. Seems that full browser support is quite recent (latest 2023-07).

I kinda know the <selector> syntax but avoided and been waiting for full browser support.

strypey, to til

that legendary Australian journalist John Pilger died at the end of last year;

https://www.theguardian.com/media/2024/jan/01/john-pilger-obituary

Like Robert Fisk, who died a couple of years agio, Pilger was a huge influence on both my attitude to journalism, and my approach to a number of geopolitical issues over the decades.

paninid, to random
@paninid@mastodon.world avatar

“McDonald’s and Netflix is the new bread and circuses.”

sysop408, (edited )
@sysop408@sfba.social avatar

@VikingChieftain I vaguely remembered a store called Bread and Circus, which led me to look it up and tumble down down the rabbit hole of Whole Foods history.

On its way to becoming Whole Paycheck, they acquired a regional natural foods store in New England called Bread And Circus.

But when Whole Foods was first started as a tiny mom and pop operation, its name was SaferWay. 😂

@paninid @aral

#TIL

Anachron, to til
@Anachron@fosstodon.org avatar

#TIL that we produced "Superfest" glass in Germany in 1970 but the market did not want it because it lasted too long.

Fun fact: The Gorilla Glass on your phone is actually using the same process that we created back 50 years ago.

In fact, the more I find out why the world is like it is now the more depressed it becomes.

What a world we live in. Money, greed and planned obscolence everywhere you look.

ScottishGreens, to random
@ScottishGreens@mastodon.scot avatar

Yesterday the Scottish Parliament backed our bill to stop the harassment and intimidation of staff and patients outside abortion clinics. 🙌

OliverNoble,
@OliverNoble@mastodon.world avatar

@Lazarou @ScottishGreens I have only just found out that Scotland ended 4 years ago...

All the huffing and puffing on the media about evictions in and the media fail to mention Scotland - maybe looking at Scotland would provide evidence and useful information......
Nah, have another press release from some lobby group or "opinion piece"

strypey, to til

about ;

"Independent, Uncensored, Private Search"

... using its own index, not Goggle, Bing, or Yandex:

https://rightdao.com/

to @Seirdy for maintaining this page on web search engines;

https://seirdy.one/posts/2021/03/10/search-engines-with-own-indexes/

mate, (edited ) to random French
@mate@3615.computer avatar

On est tous en situation de handicap, certains un peu plus que d'autres.

BunnyInAHat, to python
@BunnyInAHat@mastodon.social avatar

TIL about pipx.
It sets up a separate venv for each installed binary, and links them from $HOME/.local/bin. It can also upgrade everything with a single command (although I haven't tested this part yet).

https://github.com/pypa/pipx

mahryekuh, to til
@mahryekuh@fosstodon.org avatar

Today, I learned that the output of the beloved "tree" command-line tool is unusable for screen readers.

courtcan, to til
@courtcan@mastodon.social avatar

the top 5 hits in the year I finished (Abi '96!) were:

  1. "Lemon Tree" by Fool's Garden 🍋❤️

  2. "Insomnia" by Faithless ❓🤔

  3. "Macarena" by Los Del Rio 🎶💃❤️

  4. "Children" by Robert Miles ❓🤔

  5. "Killing Me Softly" by Fugees 😑

I even looked up the Miles & Faithless songs. They still ring no bells. Fugees gets a 😑 bc it got overplayed for a decade, which soured me in it forever & ever & ever.

We do the Macarena at sometimes. Still a banger. 😁

vicgrinberg, (edited ) to random
@vicgrinberg@mastodon.social avatar

: the English word "slave" does not just sound similar to "Slav", it is actually derived from it:

▶️ https://www.oed.com/dictionary/slave_n?tl=true&tab=etymology

▶️ https://www.merriam-webster.com/dictionary/slave#word-history

rochacbruno, to til
@rochacbruno@hachyderm.io avatar

: Do not use your root domain name to test federated software, once you federate your domain is registered across multiple instances and relays, there is no way to rollback, you can't reuse that same domain with a different implemention, and even reinstalling the same service might break if you change the keys.

I locked my domain name to Mastodon 🤦‍♂️

Heliograph, to til
@Heliograph@mastodon.au avatar

😬 knew the behaviour but not the term

dcreemer, to til
@dcreemer@sfba.social avatar

about the Ugandan community of Abayudaya

https://en.m.wikipedia.org/wiki/Abayudaya

neurologo, to til Spanish
@neurologo@mastodon.cloud avatar
smoku, to til Polish
@smoku@vivaldi.net avatar

że YouTube nie wyświetla komentarzy, które mają wklejonego linka…

nicole, to grafana
@nicole@pkm.social avatar

TIL how to enable the new Explore Logs app for . Turns out the latest versions of Loki and don't work with it yet, so you have to specify the right versions and change a few other things in the Docker Compose config. It's so cool that this is open source and not Cloud-only.

My notes here: https://notes.nicolevanderhoeven.com/How+to+enable+Explore+Logs+for+Loki

And here's a repo tying in a sample app + Alloy + Loki + Grafana in Docker: https://github.com/grafana/loki-fundamentals/tree/what-is-loki . Working on a video to explain it all!

stefan, to til
@stefan@stefanbohacek.online avatar

: During World War II, Steinway built 2,436 special models of their piano called the Victory Vertical or G.I. Piano.

"It was a small piano that four men could lift, painted olive drab, gray, or blue, designed to be carried aboard ships or dropped by parachute from an airplane to bring music to the soldiers."

https://www.youtube.com/watch?v=3xm2CxJSpzQ

https://en.wikipedia.org/wiki/Steinway_%26_Sons

Neblib, to Weather
@Neblib@mastodo.neoliber.al avatar

https://wttr.in is a neat project to get an forcast, useful just as a low resource web app, shell+curl script, etc. Check out the docs for how to set it up https://wttr.in/:help .

janhutter, to til
@janhutter@colearn.social avatar

#TIL that #LLama3 (7B, Q4 variant) can be downloaded in #LM-Studio and used as AI assistant with my 5+ years old Lenovo notebook (without having a dedicated graphics card).

oliver_schafeld, to Humor German
@oliver_schafeld@mastodon.online avatar

Lifehack: Lass dir in Monaco einen Hunderter in Kleingeld wechseln und der Urlaub ist finanziert. 😉

Die prägen ihre 2-Euro-Münzen wohl in Gold… 🤩

https://www.handelsblatt.com/finanzen/anlagestrategie/trends/geldanlage-welche-2-euro-muenzen-sammlerwert-haben-/29415362.html?utm_source=flipboard&utm_medium=activitypub

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • tacticalgear
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • megavids
  • InstantRegret
  • cubers
  • GTA5RPClips
  • cisconetworking
  • ethstaker
  • osvaldo12
  • modclub
  • normalnudes
  • provamag3
  • tester
  • anitta
  • Leos
  • lostlight
  • All magazines