GatorPunk🕷🐊's Avatar

GatorPunk🕷🐊

@ancientgator.bsky.social

Software Engineer. Gatoring like I was meant to.

133 Followers  |  59 Following  |  184 Posts  |  Joined: 16.10.2023  |  1.5851

Latest posts by ancientgator.bsky.social on Bluesky

This new diffuser I printed and it’s wayyyyyy better. No more bleed

About 1mm of white and then black all the way down.

14.08.2025 21:15 — 👍 183    🔁 14    💬 12    📌 0
Video thumbnail

Pourquoi on ne voit jamais de vrais économistes à la tv ?
🎉 Bientôt 1 million de vues sur notre dernier épisode d'Argent Magique 👉 youtu.be/EknEsfu3eiM

avec @heu7reka.bsky.social @marinopesto.bsky.social @arnaud.stup.media @valentin.stup.media et @acemodey.bsky.social

15.08.2025 11:06 — 👍 202    🔁 65    💬 10    📌 5

Si je sors pas ce soir je vais grind Marvel Rivals ou bosser sur ma conf Nix

15.08.2025 15:27 — 👍 0    🔁 0    💬 0    📌 0

Now let's talk UBI...

17.07.2025 20:15 — 👍 58    🔁 18    💬 0    📌 0

Le travail a ENCORE tué un gosse de plus dans ce pays
Et certainement dans une souffrance qu'on ne peut ni ne veut même pas imaginer

Quand ce ne sont pas les stagiaires
Ce sont les très jeunes travailleurs qu'on envoie au casse-pipe à la va-vite

Le constat est insupportable

Soutien à ses proches

17.07.2025 22:39 — 👍 276    🔁 125    💬 4    📌 1

NixOs is so cool but at the same time so hard to get into

12.06.2025 12:20 — 👍 0    🔁 0    💬 0    📌 0
Preview
Gaza : un rapport confidentiel de l’Union européenne pointe les crimes de guerre, contre l'humanité et de génocide de l’armée israélienne Au moment où l’Union européenne (UE) se penche sur son accord d’association avec Israël, un document confidentiel recensant crimes de guerre, crimes contre l’humanité et génocide a fuité. Et met l’Eur...

Au moment où l’Union européenne (UE) se penche sur son accord d’association avec Israël, un document confidentiel recensant crimes de guerre, crimes contre l’humanité et génocide a fuité. Et met l’Europe et ses dirigeants face à leurs responsabilités historiques.

Un article de @xavmon.bsky.social.

12.06.2025 12:17 — 👍 122    🔁 72    💬 2    📌 6

L'Assemblée nationale a voté une loi qui limite volontairement le droit de vote des prisonniers et prisonnières spécifiquement pour les législatives et les municipales, en supprimant la possibilité du vote par correspondance pour ces élections...

J'vous explique le schéma de pensées éclaté. ⬇️

12.06.2025 11:36 — 👍 140    🔁 97    💬 2    📌 3
Preview
De Rothschild à Nestlé : les millions envolés d'Emmanuel Macron En 2012, le banquier d'affaires Emmanuel Macron a permis au suisse Nestlé de racheter à l'américain Pfizer sa branche nutrition pour bébés. Ce deal record de 9 milliards d’euros est le deuxième plus g...

Où sont passés les millions d'euros reçus par Macron pour avoir travaillé au deal Nestlé-Pfizer en 2012 ?

Les révélations de @blast-info.fr à partir de l'enquête réalisée par un militant d'Attac expert de l'évasion fiscale 👇
www.blast-info.fr/articles/202...

30.05.2025 05:56 — 👍 455    🔁 308    💬 16    📌 11
Preview
Game Devs of Color Expo | Sep 16–19, 2025 Amplifying the creative power held by people of color in games.

🎟️ Tickets are LIVE for GDoCExpo 2025!
Join us Sept 16–19 for our 10th annual online celebration of game devs of color!

✨ Hear powerful talks & panels from devs of color
🎥 Watch the #GDoCExpo Direct
🕹️ Play games in our Steam Sale
💬 Network, learn, & grow

🎫 Get your ticket: gdoc.events/2025tickets

14.05.2025 00:59 — 👍 31    🔁 24    💬 1    📌 0
Video thumbnail

Somehow, I've been making platform fighters for over 20 years now.

12.05.2025 20:55 — 👍 397    🔁 87    💬 10    📌 3

Road 96 is really good ! I love how it depict how Revolution is made through a lot of small acts by litteral strangers

28.04.2025 15:36 — 👍 1    🔁 0    💬 0    📌 0

Adding checkmarks with a central authority to an allegedly decentralized system that already let's people verify genuine identity via the url in their username is some genuine dipshit behavior

19.04.2025 07:51 — 👍 129    🔁 15    💬 5    📌 3

This is obvious, but if people broadly rely on a black box to give them answers that help them understand the world, whoever controls the black box controls those answers and therefore the understanding that comes from them.

Openness is safety.

22.04.2025 13:52 — 👍 714    🔁 158    💬 14    📌 3

“Anarchists are simply people who believe human beings are capable of behaving in a reasonable fashion without having to be forced to.”
~ David Graeber

20.04.2025 15:40 — 👍 98    🔁 40    💬 2    📌 0
Post image Post image Post image Post image

I turn everything into robots🤖, beep boop!

16.04.2025 01:29 — 👍 3971    🔁 633    💬 53    📌 3
Preview
STUP.MEDIA - NEWSLETTER Stupid economics Spline LND Vincent d’internet Léa Bello Pour vous remercier toute l’équipe vous prépare cette newsletter. Elle condense des sujets d’actualité sélectionnés et rédigés par chaque me…

La Newsletter de @stup.media arrive bientôt !
👉Pour recevoir la magnifique veille d'actu de @splinelnd.bsky.social @vincentdinternet.bsky.social @arnaud.stup.media et moi même :

stup.news

Vous pouvez aussi lire les précédentes !

16.04.2025 12:18 — 👍 20    🔁 12    💬 0    📌 0
## basic file stuff

touch - create file
mkdir - create directory
cp - copy
mv - move
rm - delete
ln - create symlink
ls - list directory

## how big is it
wc - word count
du - file size in bytes
df - filesystem usage

## slice & dice files
sed - replace regex
tr - replace character
grep - search file
cut - get column
awk - get column (+ more)
sort - sort lines
uniq - unique lines
head - first 10 lines
tail - last 10 lines

## filesystems
mount - mount a filesystem
umount - unmount
dd - copy data to a disk

## manage processes
ps - list processes
lsof - list open files
kill - send a signal
pkill - fancy `kill`
top - who's using CPU?
uptime - time since reboot

## permissions
chown - change owner
chmod - change permissions


## time stuff
time - measure runtime
date - current time
sleep - wait X seconds
cal - cute calendar


## useful with pipes
less - scroll text
cat - print file contents
tee - stdin -> file + stdout
xargs - run cmd for each line
find - find files by name


## compression
tar - make/extract tar files
gzip - compress with gzip
gunzip - decompress
zip - compress with zip
unzip - decompress


## & more
which - find cmd on PATH
man - read man page
crontab - edit crontab
md5sum - calculate md5sum
diff - diff files

## basic file stuff touch - create file mkdir - create directory cp - copy mv - move rm - delete ln - create symlink ls - list directory ## how big is it wc - word count du - file size in bytes df - filesystem usage ## slice & dice files sed - replace regex tr - replace character grep - search file cut - get column awk - get column (+ more) sort - sort lines uniq - unique lines head - first 10 lines tail - last 10 lines ## filesystems mount - mount a filesystem umount - unmount dd - copy data to a disk ## manage processes ps - list processes lsof - list open files kill - send a signal pkill - fancy `kill` top - who's using CPU? uptime - time since reboot ## permissions chown - change owner chmod - change permissions ## time stuff time - measure runtime date - current time sleep - wait X seconds cal - cute calendar ## useful with pipes less - scroll text cat - print file contents tee - stdin -> file + stdout xargs - run cmd for each line find - find files by name ## compression tar - make/extract tar files gzip - compress with gzip gunzip - decompress zip - compress with zip unzip - decompress ## & more which - find cmd on PATH man - read man page crontab - edit crontab md5sum - calculate md5sum diff - diff files

every core unix command I use

16.04.2025 18:34 — 👍 415    🔁 66    💬 22    📌 12

Est ce qu'un annuaire des organisations de gauche ça existe ? (Je parle pas que d'organisation purement politique, les assos aussi)

15.04.2025 22:13 — 👍 0    🔁 1    💬 0    📌 0

Je cherche des comptes a Follow sur BlueSky vous me recommandez qui ou quoi ?

08.04.2025 22:07 — 👍 0    🔁 0    💬 0    📌 0

It still is lacking a bit in color to my taste but still great

07.04.2025 15:18 — 👍 0    🔁 0    💬 0    📌 0

I just used a (lengthy) command that transformed a git status command into an array and it felt amazing to have that formating

07.04.2025 15:17 — 👍 0    🔁 0    💬 1    📌 0

Just tried nushell and it feels really cool

07.04.2025 15:16 — 👍 0    🔁 0    💬 1    📌 0

so basically the "keep politics out of gaming" crowd have now destroyed gaming with politics

04.04.2025 15:19 — 👍 14257    🔁 2516    💬 140    📌 61

Cette semaine j'essaye de lock TF in

02.04.2025 20:53 — 👍 0    🔁 0    💬 0    📌 0

Ça par contre c'est vraiment con comme move de la part de l'équipe comm de LFI, surtout aussi peu de temps après la polémique de l'affiche Hanouna.

29.03.2025 17:52 — 👍 7    🔁 2    💬 0    📌 0
In 2011, a 70-year-old woman in Georgia pierced a fiber backbone line with a shovel and left the neighboring country of Armenia without Internet access for 12 hours.

In 2011, a 70-year-old woman in Georgia pierced a fiber backbone line with a shovel and left the neighboring country of Armenia without Internet access for 12 hours.

it's the anniversary of the time a grandma accidentally cut off the whole country's internet while digging around for scrap metal

28.03.2025 11:29 — 👍 9967    🔁 1243    💬 139    📌 64

Mdrrr ça continue toujlurs ce truc. Honnêtement je me contente de regarder les images

29.03.2025 06:21 — 👍 1    🔁 0    💬 0    📌 0

@ancientgator is following 19 prominent accounts