Flixbus Innenansicht?

Warum gibt es eigentlich keine Bilder oder Videos von Flixbus Bussen von Innen?

Nicht auf flixbus.de, nicht mal auf Youtube, aber ganz viele Videos von Fahrsimulationsspielen mit dem Wort Flixbus im Titel, welche die Suchergebnisse zuspammen.

Für meine Mutter habe ich Bilder gesucht. Die Wahl ist von Göppingen nach Ulm und von Ulm nach Böfingen und von dort mit Flixbus nach Rijeka oder mit der Bahn von Göppingen nach Celje in Slowenien und von dort nach 3 Stunden nach Pivka und dort wieder umsteigen nach Rijeka. 18 Stunden, eher 19. Für eine 90jährige.
Oder halt 2 Stunden nach Ulm mit Wartezeit und von dort 10 Stunden.

Macht doch mal Bilder und Videos.

Why is Google punishing me?

Google de-monetized this blog when it was still under blog.icod.de, because the top level domain icod.de didn’t have ads, because it’s my company’s website, and also barely any, what Google calls, content. But the blog has been up for years and well linked and has seen its impressions and I helped many people with my blog posts.
But now there are barely any impressions or search result clicks.
The number of indexed pages also dropped by about 90%.
Since about a month ago it’s almost flatlined.

So why is Google punishing me?

Nothing changed except the domain, and I’ve added the Google Sitekit plugin.

Am I not right wing enough?
Am I criticizing Google Meta Microsoft too much?

What is it Google, that you’re punishing me for?

Remix JS: Does Remix use process.env or import.meta.env?

Does Remix use vite’s import.meta.env or process.env?

The answer is, both. However it’s better to rely on vite’s import.meta.env because of 2 things:
1. Only VITE_ prefixed environment variables are imported
2. It’s also available in the non-SSR context, while process.env is a NODE thing only and not propagated to the browser.

So what does that mean?

You can have a
.env.development
and a
.env.production
file in the project root and add things like

and you can access those variables with e.g.

but this also gives you access to other variables, which are present by default

Kleinanzeigen Kreis Göppingen

Die letzten Tage habe ich an einer Kleinanzeigenplatform für den Kreis Göppingen gearbeitet.

Sie wurde mit ent, gqlgen, mysql im Backend und react mit vite und relay, flowbite UI und tailwindcss im Frontend geschrieben. Als Authentifizierung nutzt sie Zitadel als OIDC IDP.

Man kann sie finden unter:
Kleinanzeigen Kreis Göppingen