All Records

Home All recorded Instances (6098) All recorded Hashtags (37963)

Search for active hashtags


All Records (801076) Open monitored list of hashtags
1 ...7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 ...8011
02.09.2025 08:38
skykiss (@skykiss@sfba.social)

Who has the nuke codes?

#usa





Show Original Post

02.09.2025 08:37
flwwhtrbt (@flwwhtrbt@mastodon.social)

@fabyk @itsfoss

As a girl who loves and software, this post is...not at all what I want to see, either. It gives me the ick.

Two girls dancing for a man to get his attention? What the fuck has this got to do with open source software?

Its made me unfollow this account, that's for sure.




Show Original Post

02.09.2025 08:37
nicholasashbaugh (@nicholasashbaugh@mastodon.social)

Daily Psychic Reading • Tuesday, September 2, 2025 | youtube.com/shorts/3ctrAKRxmlM





Show Original Post

02.09.2025 08:37
dbonet (@dbonet@mastodon.social)


« Avec , j’ai parfois l’impression de ne plus savoir apprendre… » : comment motiver les étudiants à l’heure de l’IA ? lemonde.fr/campus/article/2025




Show Original Post

02.09.2025 08:36
nilshartmann (@nilshartmann@norden.social)

Mein neuer #React Video-Kurs "Von Null auf Fullstack" ist auf entwickler.de online 👀

Themen u.a.:
- React Grundlagen
- Data-Fetching mit #TanStack Query
- Formulare mit react-hook-form
- TanStack Router
- Fullstack React mit #NextJS

Mehr Infos: nilshartmann.net/posts/video-k

Viel Spaß 😊





Show Original Post

02.09.2025 08:36
skykiss (@skykiss@sfba.social)

Epstein survivors will have a news conference this week. So, there will be a flood of disinformation from the KKK fascist guy. Remember this?

#usa #epstein #EpsteinFiles





Show Original Post

02.09.2025 08:36
p (@p@pixelfed.lk)
#samantha, #queenofall, #pixelfed, #beauty, #queen, #indian

Queen of all and every beauties could you name one single beautiful actress who could beat her smile her elegance her charm

Samantha is just stunning
Don’t understand the language don’t worry just admire Samantha!



Show Original Post

02.09.2025 08:35
hn50 (@hn50@social.lansky.name)

Ripple – A TypeScript UI framework that takes the best of React, Solid, Svelte

Link: github.com/trueadm/ripple
Discussion: news.ycombinator.com/item?id=4

#react #typescript




Show Original Post

02.09.2025 08:34
noiname (@noiname@mastodon.social)

Okay, newbie question #1: where's the AI community on here? I'm used to seeing a lot of AI art and tech discussion on other platforms, but Mastodon's timeline feels different. Are there specific instances or hashtags I should be following to find those conversations?





Show Original Post

02.09.2025 08:33
gimulnautti (@gimulnautti@mastodon.green)

“Authentic identity & authentic rebellion rooted in class, art and collective expression has been replaced and repackaged into white grievance identity politics”
-Dasia Sade
youtube.com/watch?v=AKevy6Bzkng
#culturewar #capitalism #maga #trumpism #fascism #usa #identitypolitics




Show Original Post

02.09.2025 08:32
GetNextJsTemplate (@GetNextJsTemplate@mastodon.social)

Start blogging faster with BlogForge 📝
A lightweight Next.js template built for writers, developers, and creators. Fully responsive, SEO-friendly, with dark/light mode.

🔗 Download here: getnextjstemplates.com/product

template template





Show Original Post

02.09.2025 08:32
habr (@habr@zhub.link)

Случаи из разработки на асинхронных фреймворках в Python. Часть 1. FastAPI

Асинхронность в Python кажется простой — добавил async/await, и всё летает. Но на практике синхронные вызовы внутри асинхронного кода превращаются в «бутылочное горлышко», блокируя event loop и приводя к непредсказуемым последствиям: от подвисших запросов до деградации производительности. Как разбираться в таком случае и почему важно знать особенности фреймворков в подкате...

habr.com/ru/articles/942942/

#asyncio #микросервисы #интеграционное_тестирование #fastapi #python




Show Original Post

02.09.2025 08:31
bogo (@bogo@hapyyr.com)

Testing Fedilab @apps client as a default one for the #Fediverse.




Show Original Post

02.09.2025 08:31
rawchili (@rawchili@channels.im)

Karl-Anthony Towns’ longtime girlfriend Jordyn Woods gives a hilarious reaction to the 5-time NBA All-Star’s NBA 2k26 personal face scan | NBA News rawchili.com/4503765/ #CelebrityCouple #FaceScanReview #instagram #JordynWoods #KarlAnthonyTowns #KAT #NBA #NBA2kFeatures #Nba2k26 #RonnieSingh





Show Original Post

02.09.2025 08:31
walknews (@walknews@jforo.com)

walknews.com/1033103/ レイ・ダリオ氏、米国は「1930年代型」の専制に向かいつつある-FT – Bloomberg #cojp #Finance #Government #PersonalFinance #Regulation #RetailTrading #UnitedStatesOfAmerica #US #USA #WellSpent #アメリカ合衆国 #米国





Show Original Post

02.09.2025 08:30
post (@post@lemmy.world)

Two small planes collide midair at an airport in Colorado, killing 1 person and injuring 3

lemmy.world/post/35331149




Show Original Post

02.09.2025 08:30
frontenddogma (@frontenddogma@mas.to)

The Future of Vue Is You (and You), by @evanyou.me:

stackoverflow.blog/2025/08/15/

#podcasts #interviews #vuejs




Show Original Post

02.09.2025 08:30
reynardsec (@reynardsec@infosec.exchange)

A grumpy ItSec guy walks through the office when he overhears an exchange of words.

devops0: These k8s security SaaS prices are wild.
devops1: Image scanning, policy engines, "enterprise tiers"... why are we paying so much?

ItSec (walking by): You pay for updates & support, probably, but you can do some of this yourselves with a bit of k8s hacking.

devops0: How, exactly?

Disclaimer: this is a PoC for learning, not a production-ready solution.

Kubernetes can ask an external webhook whether a given image should be allowed via Admission Controller, in this case ImagePolicyWebhook [1]. The webhook receives an ImageReview payload [2], initiates a scan, and returns "allowed: true/false".

We will write a Flask endpoint that invokes Trivy [3] for each image and denies pod creation process if HIGH or CRITICAL vuln appear.

Below is a minimal Flask service.

from flask import Flask, request, jsonify
import subprocess, json, shlex, re

app = Flask(__name__)

def is_valid_image_format(image: str) -> bool:
if not re.fullmatch(r"[A-Za-z0-9/_:.@+-]{1,300}", image):
return False
if image.startswith("-"):
return False
return True


def scan_with_trivy(image: str):
cmd = [
"trivy", "--quiet",
"--severity", "HIGH,CRITICAL",
"image", "--format", "json",
image
]
r = subprocess.run(cmd, capture_output=True, text=True)
try:
data = json.loads(r.stdout or "{}")
results = data.get("Results", [])
vulns = []
for res in results:
for v in res.get("Vulnerabilities", []) or []:
if v.get("Severity") in ("HIGH", "CRITICAL"):
vulns.append(v)
return vulns
except json.JSONDecodeError:
return None

@app.route("/scan", methods=["POST"])
def scan():
body = request.get_json(force=True, silent=True) or {}
containers = body.get("spec", {}).get("containers", [])
if not containers:
return jsonify({
"apiVersion": "imagepolicy.k8s.io/v1alpha1",
"kind": "ImageReview",
"status": {"allowed": False, "reason": "No containers provided"}
})

results = []
decision = True
for c in containers:
image = c.get("image", "")
if not is_valid_image_format(image):
results.append({"image": image, "allowed": False, "reason": "Invalid image format"})
decision = False
continue
vulns = scan_with_trivy(shlex.quote(image))
if vulns is None:
results.append({"image": image, "allowed": False, "reason": "Scanner error"})
decision = False
continue
if vulns:
results.append({"image": image, "allowed": False, "reason": "HIGH/CRITICAL vulnerabilities detected"})
decision = False
else:
results.append({"image": image, "allowed": True})

return jsonify({
"apiVersion": "imagepolicy.k8s.io/v1alpha1",
"kind": "ImageReview",
"status": {"allowed": decision, "results": results}
})

if __name__ == "__main__":
app.run(host="0.0.0.0", port=5000)

Run the service wherever Trivy is available. Tip: warm up the trivy vulns db once so the first request will not timeout.

trivy image alpine:3.22 #warm up 
gunicorn -w 4 -b 0.0.0.0:5000 app:app

Test it with an ImageReview-like request. Replace the and URL and images as you wish/need.

curl -s -X POST http://127.0.0.1:5000/scan -H "Content-Type: application/json" -d '{
"apiVersion": "imagepolicy.k8s.io/v1alpha1",
"kind": "ImageReview",
"spec": {
"containers": [
{"image": "alpine:3.22"},
{"image": "nginx:latest"}
]
}
}' | jq .

Tell the API server to use ImagePolicyWebhook. The AdmissionConfiguration points at a kubeconfig for the webhook endpoint (/etc/kubernetes/admission-control-config.yaml).

apiVersion: apiserver.config.k8s.io/v1
kind: AdmissionConfiguration
plugins:
- name: ImagePolicyWebhook
configuration:
imagePolicy:
kubeConfigFile: /etc/kubernetes/webhook-kubeconfig.yaml
allowTTL: 50
denyTTL: 50
retryBackoff: 500
defaultAllow: false

The webhook kubeconfig targets your scanner's HTTP endpoint (/etc/kubernetes/webhook-kubeconfig.yaml). Edit "server" value for your case.

apiVersion: v1
kind: Config
clusters:
- name: webhook
cluster:
server: http://192.168.108.48:5000/scan
contexts:
- name: webhook
context:
cluster: webhook
user: ""
current-context: webhook

Mount the AdmissionConfiguration and enable the plugin in the API server manifest. Add the following flags and mount the config file; adjust paths and IPs to your environment (kube-apiserver.yaml):

---
apiVersion: v1
[...]
containers:
- command:
- kube-apiserver
[...]
- --admission-control-config-file=/etc/kubernetes/admission-control-config.yaml
- --enable-admission-plugins=NodeRestriction,ImagePolicyWebhook
[...]
volumeMounts:
[...]
- mountPath: /etc/kubernetes/admission-control-config.yaml
name: admission-control-config
readOnly: true
- mountPath: /etc/kubernetes/webhook-kubeconfig.yaml
name: webhook-kubeconfig
readOnly: true
volumes:
[...]
path: /etc/kubernetes/admission-control-config.yaml
type: FileOrCreate
- name: webhook-kubeconfig
hostPath:
path: /etc/kubernetes/webhook-kubeconfig.yaml
type: FileOrCreate

After the API server restarts, the cluster will begin asking app about images during pod creation. A quick check shows an allowed image and a blocked one:

kubectl run ok --image=docker.io/alpine:3.22
pod/ok created

kubectl run nope --image=docker.io/nginx:latest
Error from server (Forbidden): pods "nope" is forbidden: one or more images rejected by webhook backend

That's the whole trick. Kubernetes asks our Flask app. App calls Trivy. If HIGH or CRITICAL vulnerabilities are present, the admission decision is deny, and the pod never starts. It's not fancy and as I wrote before, it's not meant for production, but it illustrates exactly how admission can enforce image hygiene without buying an external SaaS.

[1] kubernetes.io/docs/reference/a
[2] kubernetes.io/docs/reference/a
[3] github.com/aquasecurity/trivy

For more grumpy stories visit:
1) infosec.exchange/@reynardsec/1
2) infosec.exchange/@reynardsec/1
3) infosec.exchange/@reynardsec/1
4) infosec.exchange/@reynardsec/1

#appsec #devops #kubernetes #programming #webdev #docker #containers #k8s #cybersecurity #infosec #cloud #hacking #sysadmin #sysops





Show Original Post

02.09.2025 08:30
walknews (@walknews@jforo.com)

walknews.com/1033102/ 米政権、IMFナンバー2に経済顧問のヤレド氏推薦検討=関係筋 | ロイター #AMERS #ANLINS #BACT #BIZ #BOSS1 #DBT #DEST:NOJPTPM #DEST:NOJPWDM #DEST:NOJPZTM #ECO #ECON #EMRG #EREP #EU #EXCLSV #GEN #GOVACT #GVD #GVGVF #IMF #INTAG #JFOR #JLN #MCE #MNGISS #NAMER #NEWS1 #PBFACT #POL #POTUS #PPLMOV #TOPCMB #TOPNWS #TRD #TRF #TRN #UN1 #UnitedStatesOfAmerica #US #USA #WASH #WBNK #アメリカ合衆国 #米国





Show Original Post

02.09.2025 08:30
notesoflife (@notesoflife@mastodon.social)

"This is literally the largest act of union busting in American history"

Orders Have Stripped Nearly Half a Million Federal Workers of Union Rights nytimes.com/2025/09/01/us/poli




Show Original Post

02.09.2025 08:29
SANKOFAB (@SANKOFAB@zirk.us)

A music teacher in Gaza has transformed the sound of Israeli drones into a powerful song honouring those killed in Israel’s genocide.

Ahmed Muin Abu Amsha uses music to help displaced and traumatised Palestinian children cope amid war and devastation.

#Gaza #Palestine #Syria #iran #lebanon #Genocide #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social #SettlerColonialism
#AntiImperialism #tiktok #cdnpoli
#canada #usa #yemen
@blackmastodon #freePalestine #GazaGenocide #IsraelTerroristState





Show Original Post

02.09.2025 08:29
danish_akhtar7 (@danish_akhtar7@mastodon.social)

Under the glowing lights of the Clock Tower complex in Mecca, Saudi Arabia where intricate architecture meets the majesty of the Masjid-Al-Haram (The Sacred Mosque). A timeless sight at the heart of the city.





Show Original Post

02.09.2025 08:26
loopier (@loopier@post.lurk.org)

Anybody live coding with #python using github.com/belangeo/pyo?




Show Original Post

02.09.2025 08:25
Jayson1985 (@Jayson1985@ruhr.social)

#Europa #Deutschland #NRW #Viersen #FDP

#Lokalpolitiker #Steuerhinterziehung #Politik

"Ausschweifender Lebenswandel" -

FDP-Lokalpolitiker hinterzieht fast 38 Millionen Euro Steuern:

n-tv.de/panorama/FDP-Lokalpoli




Show Original Post

02.09.2025 08:25
heysannidhi (@heysannidhi@c.im)

Reminder: backlinks optimization

First, focus on optimizing all on-page essential factors, then think of backlinks; without which, investment in them would be temporary, and need to be exponentially invested to reap continual or more benefits which is a waste of time, energy, and money.

#SEO




Show Original Post

02.09.2025 08:25
marcel (@marcel@waldvogel.family)

2️⃣ Die Datenschutz-Richtlinien der EU sind in Form der #DSGVO seit 2018 in Kraft, praktisch genauso lang dauert bisher der juristische Kampf von @noybeu mit den US-Platzhirschen um die dort definierten Benutzerrechte. 2019 hat #NOYB acht Streaming-Anbieter (darunter #Amazon, #AppleMusic, #Spotify, #Netflix und #YouTube) verklagt, da sie nicht vollumfänglich auf DSGVO-Datenauskunftsbegehren reagiert hätten. Ein bekanntes Muster.

dnip.ch/2025/09/02/dnip-briefi




Show Original Post

02.09.2025 08:25
infoq (@infoq@techhub.social)

New in #opensource: #Pogocache 1.0 GA is here!

Built for low latency and CPU efficiency, it supports multiple popular protocols while claiming better throughput & lower latency than other caching alternatives.

👉 Learn more: bit.ly/4gdFuYr

#InfoQ #Caching #Performance #SoftwareDevelopment





Show Original Post

02.09.2025 08:24
El_radioescuchaDX (@El_radioescuchaDX@mastodon.radio)

Ciclo de charlas: Propagación troposférica en VHF+ y … OVNIs elradioescucha.net/2025/09/02/ #Charlas, #Propagación, #Radioaficion, #URE, #Youtube




Show Original Post

02.09.2025 08:24
Life_is (@Life_is@no-pony.farm)
@ReginaMuehlich@mastodon.social Das heißt doch, wenn #Macron (nach #Informationsfreiheitsanfrage) veröffentlicht (weil jede #Löschung bei #Signal sich nur auf die eigene #Kopie der #Nachricht auswirkt, nicht auf die Kopie des Gesprächspartners), dass von der Leyen zugesagt hat, die #Chatkontrolle zu verbieten, #Tiktok zu verbieten, nur noch das #Fediverse zu verwenden für Veröffentlichungen der EU in sozialen Medien, #Photovoltaik in der Normandie mit 5 Fantastillionen Euro zu fördern, Verbrennerautos ab #November in der #EU zu verbieten, die #VisionZero in der EU bis #Dezember umzusetzen, innereuropäische Flüge ab #Januar zu verbieten, dann kann von der Leyen nie beweisen, dass das nicht stimmt. Hätte sie doch #Telemessage als #SignalApp verwendet...

@netzpolitik_feed @Volksverpetzer @fragdenstaat @derpostillon @mimikama @Freiheitsrechte @umwelthilfe.bsky.social @jon @tazgetroete @ndaktuell @ZEITONLINE @heiseonline




Show Original Post

02.09.2025 08:23
NieuwsJunkies (@NieuwsJunkies@mastodon.social)

📰 Nicolaas Veul begint met nieuwe opnames 100 dagen-serie

nieuwsjunkies.nl/artikel/1gyP

🕣 08:17 | RTL Nieuws
🔸




Show Original Post

02.09.2025 08:21
thoralf (@thoralf@soc.umrath.net)

Ich denke nicht, dass die #USA den Diktator #Trump und seinen #MAGA-Kult noch mit gewaltlosen Mitteln loswerden können.

Er wird alles daran setzen, dass die nächsten Präsidentschaftswahlen entweder gar nicht stattfinden, diese entweder massiv gefälscht sind oder die Kandidaten so weit in ihrem Möglichkeiten eingeschränkt sind, dass es keine freie Wahl wird.

Ich bin davon überzeugt, dass er im Stile von #Nordkorea eine Erbdiktatur anstrebt.
Und er ist auf einem wirklich guten Weg dahin.




Show Original Post

02.09.2025 08:21
blazeemail (@blazeemail@mastodon.social)

🔌 Electronics this week:
- Pi voice assistant w/ Perplexity
- ESP32 image-effects lib
- Energy harvesting for IoT

blaze.email/Electronics




Show Original Post

02.09.2025 08:20
SANKOFAB (@SANKOFAB@zirk.us)

These are the names of 274 Palestinian journalists in Gaza killed by Israel since October 7, 2023. It’s the deadliest war for media workers in history.

x.com/AJEnglish/status/1962432

#Gaza #Palestine #iran #lebanon #Genocide #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social #SettlerColonialism
#AntiImperialism #tiktok #cdnpoli
#antiPalestinianracism #canada #usa #yemen
@blackmastodon #freePalestine #GazaGenocide #IsraelTerroristState #StopGenocide
#palestina #StopAIPAC #IDFTerrorists #DismantleZionism





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

RCR NXS Race Recap: Portland International Raceway – Speedway Digest

Jesse Love and the No. 2 Whelen Chevrolet Team Rebound from Mid-Race Damage to Capture Top-10 Result at…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #NASCAR #AustinHill #Chevrolet #CrewChief #International #SPEED #Sports
newsbeep.com/us/126587/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Zadorov hits 1st-ever hole-in-one at Florida golf course

The Boston Bruins defenseman was drafted 16th overall in the 2013 Draft by the Buffalo Sabres. He has…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Golf #Sports
newsbeep.com/us/126585/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Jannik Sinner on Carlos Alcaraz rivalry: ‘It’s not like you have to be enemies off court’ | ATP Tour

ATP Tour Sinner on Alcaraz rivalry: ‘It’s not like you have to be enemies off court’ World No.…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Tennis #Sports
newsbeep.com/us/126583/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Officials work to keep everyone cool at the Mariposa County Fair

ByAlex Ruiz Tuesday, September 2, 2025 2:09AM Families have been heading to the foothills for fair fun, but…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #BreakingNews #17716061 #Headlines #Topstories #TopStories
newsbeep.com/us/126579/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Ca\ South Korean companies make all those big investments in U.S.?

SEOUL, Sept. 2 (UPI) — South Korea’s state-backed companies and private enterprises promised significant investments in the United…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #America #Business #defense #politics #TopNews #UnitedStatesofAmerica #world
newsbeep.com/us/126577/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

3 injured after woman drives through barricades at Kipona Festival in Harrisburg

DAUPHIN COUNTY, Pa. (WHP) — Three people have been injured after a woman drove through barricades at the…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #America #DauphinCounty #dispatch #HarrisburgCity #injuries #NorthFrontStreet #Officers #policeincident #SouthStreet #UnitedStatesofAmerica
newsbeep.com/us/126575/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Southwest Airlines planes takeoff with barrier to protect the cockpit when the door is opened mid-flight

Facebook Tweet Email Link Washington  —  Southwest Airlines’ newest jets are now flying with a barrier that can…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Business
newsbeep.com/us/126573/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

The New Sony WH-1000XM6 Noise Canceling Headphones Drops to the Lowest Price Ever

Sony’s newest flagship wireless noise cancelling headphones – the Sony WH-1000XM6 – has dropped to the lowest price…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Technology
newsbeep.com/us/126571/





Show Original Post

02.09.2025 08:20
post (@post@lemmy.zip)

Americans Take to the Streets for 1,000+ 'Workers Over Billionaires' Labor Day Rallies

lemmy.zip/post/47721206




Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Ancient human skull discovered in Greece rewrites human evolutionary timeline

Researchers from France, China, the UK, and Greece revealed that the Petralona cranium is at least 286,000 years…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Science #greece #Homoheidelbergensis #Humanevolution #JournalofHumanEvolution #MiddlePleistocene #Neanderthalsandmodernhumans #PetralonaCave #Petralonaskull #reconstructedskull #scientificstudy
newsbeep.com/us/126569/





Show Original Post

02.09.2025 08:20
us (@us@newsbeep.org)

Guillermo del Toro’s “Frankenstein” Eyes Oscars With Industry Support

People love Guillermo del Toro, and that’s not hyperbole. Hollywood’s affection for the Oscar-winning auteur goes far beyond…
#NewsBeep #News #US #USA #UnitedStates #UnitedStatesOfAmerica #Entertainment #Frankenstein #GuillermoDelToro #Oscars #TellurideFilmFestival
newsbeep.com/us/126567/





Show Original Post

02.09.2025 08:20
sekurakbot (@sekurakbot@mastodon.com.pl)

Ucieczka z kontenera Docker na Windowsie przy pomocy SSRF

Znacie to uczucie, gdy weryfikujecie założenia projektowe czy wdrożone polityki i coś się nie zgadza? Tego właśnie doznał użytkownik Dockera, który przez złe doświadczenia z wirtualizacją, postanowił sprawdzić izolację sieciową w kontenerach. TLDR: Badacz przez przypadek odkrył problem, pozwalający na przejęcie kontroli nad hostem, w sytuacji gdy wykorzystywany jest Docker...

#WBiegu #Docker #DockerDesktop #Escape #Podatność #Windows

sekurak.pl/ucieczka-z-kontener




Show Original Post

02.09.2025 08:19
joel (@joel@gts.tumfatig.net)

My Debian #Peertube instance was migrated to #FreeBSD before the holidays. And it went well since then.

Here’s what I did. Maybe you can too ;-)

https://www.tumfatig.net/2025/migrate-a-peertube-instance-from-debian-to-freebsd/

:runbsd: #RunBSD




Show Original Post

02.09.2025 08:16
SANKOFAB (@SANKOFAB@zirk.us)

In yet another horrific crime, Israeli occupation tanks ran over and killed Palestinian citizen Ahmed Al-Madani and his wife in the Armeida area, east of Khan Younis in southern Gaza.

x.com/QudsNen/status/196222828

#Gaza #Palestine #Syria #iran #lebanon #Genocide #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social
#AntiImperialism #tiktok #cdnpoli #canada #usa #yemen
@blackmastodon #freePalestine #GazaGenocide #IsraelTerroristState #StopGenocide
#palestina #StopAIPAC #IDFTerrorists #DismantleZionism





Show Original Post

02.09.2025 08:15
GoWeaponsHot (@GoWeaponsHot@mstdn.party)

"The prank allegedly committed in #Houston is similar to what's being dubbed the "#DoorKickingChallenge," a national trend based on an old prank called "#DingDongDitch," in which groups of kids record videos of themselves kicking and banging on doors of homes and apartments before running away and then posting the videos on #socialmedia platforms such as #TikTok."

abcnews.go.com/US/11-year-hous




Show Original Post

02.09.2025 08:14
trendsZA (@trendsZA@mastodon.africa)

The following hashtags are trending across South African Mastodon instances:

#australia
#socialmedia
#dreamed
#Wordle
#wordle1536
#aiart
#music
#crosswords

Based on recent posts made by non-automated accounts. Posts with more boosts, favourites, and replies are weighted higher.




Show Original Post

02.09.2025 08:12
Serpbays (@Serpbays@mastodon.social)

Learn how to boost your website’s visibility in just 4 steps:

1️⃣ Keyword Research
2️⃣ On-Page Optimization
3️⃣ Content Creation
4️⃣ Link Building

Perfect for beginners who want to rank higher on Google!





Show Original Post

02.09.2025 08:12
dialektgefahr (@dialektgefahr@muenchen.social)

@_maleficentgirl @ErikUden #Wero ist seit kurzem am Start.
Habt ihr das schon mal benutzt? Erfahrungen?
#paypal




Show Original Post

02.09.2025 08:11
hgg (@hgg@wp-social.net)

Very interesting project: In this post, Paolo Belcastro explains a small project that he created with Telex in just a few minutes: "Telex is a new Automattic experiment that is laser-focused on creating blocks for the WordPress editor. As that’s its sole purpose, it provides a lot of context about how Gutenberg blocks are intended to work."
paolo.blog/blog/vibe-code-any-
#wordpress




Show Original Post

02.09.2025 08:09
SANKOFAB (@SANKOFAB@zirk.us)

Early this morning, Israeli occupation forces abducted Hebron Mayor Tayseer Abu Sneineh after raiding and ransacking his home in the city, located south of the occupied West Bank.

#Gaza #Palestine #Syria #iran #lebanon #Genocide #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social #SettlerColonialism
#AntiImperialism #tiktok #cdnpoli
#canada #usa #yemen
@blackmastodon #freePalestine #GazaGenocide #IsraelTerroristState #StopGenocide
#palestina #StopAIPAC #IDFTerrorists #DismantleZionism





Show Original Post

02.09.2025 08:08
harzretro (@harzretro@norden.social)

#VW zahlteine Millionenstrafe von #Sklavenarbeit in Brasilien.
Aber auch in #Deutschland scheint das #Gehalt nicht so gut bei #VWfinancial zu sein - habe gerade gehört das manch Mitarbeiter trotz Universitätsabschluss und einem Vollzeitjob noch an einer Kasse eines Lebensmittelmarktes arbeitet.

Selbst könnte ich mir keinen Nebenjob mehr vorstellen neben meinem Hauptjob..... bin dafür doch zu ausgelaugt....





Show Original Post

02.09.2025 08:06
lxer (@lxer@mas.to)

How to Install Zip and Unzip in Linux Read more here tecmint.com/install-zip-and-un
#linux #opensource #tecmint




Show Original Post

02.09.2025 08:05
post (@post@lemmy.zip)

Unfortunately, the ICEBlock app is activism theater

lemmy.zip/post/47720571




Show Original Post

02.09.2025 08:04
WinFuture (@WinFuture@mastodon.social)

verschärft Kontrollen bei Premium-Familienabos und prüft nun konsequent, ob alle Nutzer tatsächlich im selben Haushalt leben. Nach 14-tägiger Warnung droht die Sperrung der Premium-Funktionen. winfuture.de/news,153335.html?




Show Original Post

02.09.2025 08:03
SANKOFAB (@SANKOFAB@zirk.us)

Three years ago, EU policy chief Josep Borrell described Europe as a "garden" and warned that "most of the rest of the world is a jungle, and the jungle could invade the garden".

english.news.cn/20250901/e34a0

#Gaza #Palestine #brics #iran #indonesia #vietnam #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social #china
#AntiImperialism #tiktok #cdnpoli
#canada #usa #yemen
@blackmastodon #malaysia #southkorea #brazil #northkorea
#singapore #sco #russia #DismantleZionism





Show Original Post

02.09.2025 08:03
r (@r@fed.brid.gy)

📢 All September book sales and Patreon support for @krishna-author.bsky.social will be donated to school children's mid-day meal program Support the cause 📚 Buy books: amzn.to/45EHFzg 🤝 Support on Patreon: patreon.com/KrishnaPrasa... #booksky #bluesky #blacksky #books #readers #writers #kindle





Show Original Post

02.09.2025 08:03
r (@r@bsky.brid.gy)

📢 All September book sales and Patreon support for @krishna-author.bsky.social will be donated to school children's mid-day meal program Support the cause 📚 Buy books: amzn.to/45EHFzg 🤝 Support on Patreon: patreon.com/KrishnaPrasa... #booksky #bluesky #blacksky #books #readers #writers #kindle





Show Original Post

02.09.2025 08:01
ios_newsletter_snapp (@ios_newsletter_snapp@mastodon.social)

Building robust forms in 𝑆𝑤𝑖𝑓𝑡𝑈𝐼 can be tricky, but this guide provides a great walkthrough of how to create reactive forms with validation using 𝑆𝑤𝑖𝑓𝑡𝐷𝑎𝑡𝑎 and 𝐶𝑜𝑚𝑏𝑖𝑛𝑒.

🔗: wesleymatlock.com/reactive-swi




Show Original Post

02.09.2025 08:01
wpbot (@wpbot@wptoots.social)

This Week in WordPress #346 wpbuilds.com/2025/09/02/this-w #WordPress #wpmisc




Show Original Post

02.09.2025 08:00
arawa (@arawa@pouet.chapril.org)

📢 Arawa recrute un⋅e consultant⋅e / chef⋅fe de projet en #télétravail !
❤️ Rejoignez une entreprise à taille humaine, profondément ancrée dans l'écosystème des logiciels libres.
🔗 arawa.fr/2025/08/27/arawa-recr
#️⃣ #Recrutement #Job #Emploi #Cloud #Nextcloud #BBB #BigBlueButton #Collabora #CollaboraOnline #FreeSoftware #RemoteJob #FullRemoteJob #ChefDeProjet #Consultant #ProjectManager #LogicielsLibres #OpenSource #FOSS #FLOSS #FreeSoftware #OnRecrute #NousRecrutons #ITjob #ITjobs




Show Original Post

02.09.2025 08:00
houbey (@houbey@troet.cafe)

Moin Leute! ✌️🙂

Ich wünsche euch allen einen guten Morgen. Habt alle einen tollen Tag und bleibt sicher und gesund. 🍀

Viele Grüße
Houbey

#dienstag, #gutenmorgen, #mastodon, #deutschland, #troetcafe, #troet_cafe




Show Original Post

02.09.2025 07:59
farooqkz (@farooqkz@cr8r.gg)

Ello. So I finally launched the #Flipstarter. I've named the project "Cross linking project for #BCH website(#webring)". Feel free to contact me.

Reposts appreciated.

fund.farooqkz.com

#indieweb #BitcoinCash #crowdfunding
#foss

Cross posted on #X or old #Twitter. Reposts on both platforms are appreciated:

x.com/farooqkz0/status/1962757




Show Original Post

02.09.2025 07:59
shrampybot (@shrampybot@soc.gsg.live)

destroywithscience is now streaming Music on Twitch: twitch.tv/destroywithscience

MDRL MONDAY // 1 September 2025

#SynthStream #twitch #GSGLive #music #musodon #synth #synthesis @synths





Show Original Post

02.09.2025 07:59
conansysadmin (@conansysadmin@mstdn.social)

This Brittanic child-wizard device can whisper secrets along wires or through the air. #RaspberryPi #Linux #IPnetworking #OpenSource cromwell-intl.com/open-source/




Show Original Post

02.09.2025 07:56
gewerbehelfer (@gewerbehelfer@mastodon.social)

Interssant: in der Bilder und Video überfluteten Welt von kann man auch ohne visuelle Unterdtützung Reichweite erlangen




Show Original Post

02.09.2025 07:56
FediThing (@FediThing@social.chinwag.org)

Bloody hell, there are loads of good new PeerTube accounts now. Feels like it's growing as word spreads about individual good instances 👍

This is night and day compared to PeerTube five years ago. Much, much better and a wider range of topics covered. Also a lot more good single-user instances too.

#PeerTube




Show Original Post

02.09.2025 07:56
minimarket (@minimarket@mastodon.world)

Thousands of protesters packed the streets near downtown Chicago on Monday, singing, chanting and waving signs protesting U.S. President Donald Trump's threats to flood the city with National Guard troops and federal immigration agents. The march was one of roughly 1,000 "Workers over Billionaires" protests across the country on the U.S. Labor Day holiday. #us #usa #news #minimarketonlineltd #America #AmericaNews #AmericaFirst #SaveAmerica #trump #donaldtrump #chicago #losangeles





Show Original Post

02.09.2025 07:56
minimarket (@minimarket@mstdn.social)

Thousands of protesters packed the streets near downtown Chicago on Monday, singing, chanting and waving signs protesting U.S. President Donald Trump's threats to flood the city with National Guard troops and federal immigration agents. The march was one of roughly 1,000 "Workers over Billionaires" protests across the country on the U.S. Labor Day holiday. #us #usa #news #minimarketonlineltd #America #AmericaNews #AmericaFirst #SaveAmerica #trump #donaldtrump #chicago #losangeles





Show Original Post

02.09.2025 07:54
nlnetlabs (@nlnetlabs@social.nlnetlabs.nl)

“If something doesn’t behave as expected, it’s very hard to find the source.”

Black-box DNSSEC makes failures untraceable until it’s too late.

We interviewed sixteen TLDs about DNSSEC operations. Want to know what keeps them up at night? Full report drops Tuesday, September 9.

#DNSSEC #Resilience #Cascade #OpenSource




Show Original Post

02.09.2025 07:54
SANKOFAB (@SANKOFAB@zirk.us)

🇳🇱In the #netherlands the car where Hind Rajab spent her last moments under 355 bullets from the Israeli army has been turned into a symbol. Her death marks a grim chapter in Zionist history.

x.com/abierkhatib/status/19622

#Gaza #Palestine #Syria #iran #lebanon #Genocide #geopolitics
@palestine @lebanon @yemen@a.gup.pe.social
#AntiImperialism #tiktok #cdnpoli
#canada #usa #yemen
@blackmastodon #freePalestine #GazaGenocide #IsraelTerroristState #StopGenocide #palestina #StopAIPAC #IDFTerrorists #DismantleZionism





Show Original Post

02.09.2025 07:52
r (@r@fed.brid.gy)

Wenn #Linke wie #AfD Politikys argumentieren würden… Dann würden wir wahrscheinlich sagen: „ #Autos wegnehmen? Nein, wir schenken jedem #Haushalt 10 #Lastenräder und ein Abo fürs vegane #Kochstudio. #Deutschland zuerst? Klar – beim Recyclingweltmeistertitel.





Show Original Post

02.09.2025 07:52
MarieClaudeS (@MarieClaudeS@mastodon.top)

Bon pote
Comment Trump peut mettre la France à genoux en 24h
Notre dépendance numérique aux États-Unis est extrême. Il est temps d’inclure la relocalisation numérique dans nos plans de réindustrialisation.
mcinformactions.net/comment-tr
#internet #bigtech #numerique #France #USA




Show Original Post

02.09.2025 07:51
pavel (@pavel@mastodon.arch-linux.cz)

Ve vlaku směr #korporatnivylet jsem si pustil podcast #kecyapolitika

Tam zmínili Nejpředvolenější song #pirati

To si musíš pustit hned teď!
youtu.be/M0rpdbUnYpQ?si=72Hb77
#youtube




Show Original Post

02.09.2025 07:50
item (@item@libera.site)
#Fediverse #Statistics 2025.09.02
Number of active instances: 19 518
Number of new instances last 24h: 8
Number of users: 15 089 866
Number of new users last 24h: 5 508
Mastodon domination: 66.73 %

Help me keep stats and server running! 💻📊 Even a small monthly contribution makes a big difference. Support here: #^https://www.patreon.com/FediverseStatistics 🙏


Hubzilla Statistics
Friendica Statistics
Pleroma Statistics
Akkoma Statistics
Mastodon Statistics
Misskey Statistics
Diaspora Statistics
Peertube Statistics
Pixelfed Statistics
Lemmy Statistics
Kbin Statistics
Writefreely Statistics
Plume Statistics



Show Original Post

02.09.2025 07:49
manuti (@manuti@mastodon.social)

► Otro vídeo que me gusta en YT «Henry Rollins Recommends: Joy Division» youtube.com/watch?v=CGisfMV1PUU Sound Of Vinyl




Show Original Post

1 ...7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 ...8011
UP