Jechałem pociągiem z Wiednia do Krakowa. W wagonie sypialnym był ze mną ukraiński biznesmen, farmer, wracający do domu. Gdy usłyszał, że jestem z Polski, wylał cały swój żal.
MiKlo:~/citizen4.eu$💙💛udostępnił to.
On the 6th of September 2023, we the members of the committee had a review on the volume of applications submitted by the applicants for SotM Africa which is slated to be held in Cameroun this year 2923. Letters were sent to the applicants whose application was not successful.
On the 8th, we concluded were 15 of the applicants made it to the top. Letters will be sent to them by the 9th of September, 2023.
On the 8th, we concluded were 15 of the applicants made it to the top. Letters will be sent to them by the 9th of September, 2023.
prispe's Diary | Scholarship Coordination | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Zamach na przyrodę. PiS ogłasza plan budowy drugiej ekspresówki przez Biebrzański Park Narodowy
Rząd PiS ogłosił właśnie (5 września) nową inwestycję w ramach programu budowy dróg. To odcinek drogi ekspresowej S8 od Knyszyna koło Białegostoku do Raczek w okolicach Suwałk.Wojciech Kość (OKO.press)
Raskolnikow lubi to.
Raskolnikowudostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
"Wiem, do czego jest zdolna cała ta brunatna hołota, która nami rządzi"
Dziś premiera filmu Agnieszki Holland "Zielona granica" na festiwalu w Wenecji.
Który ma duże szanse na główną nagrodę.
A biorąc pod uwagę, że premiera w kinach będzie jeszcze przed wyborami to "brunatna hołota" może naprawdę dostać sraczki.
https://wiadomosci.onet.pl/kraj/agnieszka-holland-nie-gryzie-sie-w-jezyk-to-hodowla-terrorystow/3zqfden
#ZielonaGranica #film #Filmfestival
Który ma duże szanse na główną nagrodę.
A biorąc pod uwagę, że premiera w kinach będzie jeszcze przed wyborami to "brunatna hołota" może naprawdę dostać sraczki.
https://wiadomosci.onet.pl/kraj/agnieszka-holland-nie-gryzie-sie-w-jezyk-to-hodowla-terrorystow/3zqfden
#ZielonaGranica #film #Filmfestival
Agnieszka Holland nie gryzie się w język. "To hodowla terrorystów"
Pytałam pogranicznika, czy uchodźcy stawiają opór, czy się bronią. I usłyszałam: Nie, jak barany idą. Najwyżej ktoś błaga... — mówi Agnieszka Holland, reżyserka filmu "Zielona granica", który ma premierę na festiwalu w Wenecji.Magdalena Rigamonti (Wiadomości Onet)
Olga Matná-Schrödingerová lubi to.
Olga Matná-Schrödingerováudostępnił to.
Krótka historia emisji CO2
Więcej o projekcie: https://uclab.fh-potsdam.de/projects/co2
@UCLAB Potsdam
#klimat #emisje #co2
A Brief History of CO2 Emissions
An animated short film on greenhouse gas emissions. Together with the Potsdam Institute for Climate Impact Research (PIK), the Urban Complexity Lab of the University…Vimeo
Kama lubi to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Being now 67 years of age I have started to think that I should get out and explore my local area. Partly to get fitter but also I have now got my free bus pass and I intend to exploit it. I have lived in Doncaster since 2016 (7 yrs). I have some knowledge of the local area obtained by driving around, but I feel its time I got out on my bicycle and explore.
Terry Senior's Diary | Walking, Cycling and Exploring around Carcroft, Doncaster and surrounding area's | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
Revised Script for usage in macOS 12+ with zsh:
![Yabba's Diary | Howto make your own Garmin device gmapsupp.img & Garmin BaseCamp Map [update for zsh] | OpenStreetMap](https://soc.citizen4.eu/photo/preview/600/1157094)
#!/bin/zsh
echo "Download"
wget -t0 -c "http://download.geofabrik.de/europe/andorra-latest.osm.pbf"
wget -t0 -c "http://download.geofabrik.de/europe/austria-latest.osm.pbf"
wget -t0 -c "http://download.geofabrik.de/europe/belgium-latest.osm.pbf"
wget -t0 -c "http://download.geofabrik.de/africa/canary-islands-latest.osm.pbf"
wget -t0 -c "http://download.geofabrik.de/europe/czech-republic-latest.osm.pbf"
wget -t0 -c "http://download.geofabrik.de/europe/denmark-latest.osm.pbf"
echo "Convert"
./osmconvert --drop-version andorra-latest.osm.pbf -o=andorra-latest.o5m
rm -rvf andorra-latest.osm.pbf
./osmconvert andorra-latest.o5m -o=merged.o5m
rm -rvf andorra-latest.o5m
for FILE in ./*.osm.pbf; do ./osmconvert --drop-version $FILE -o=$(basename $FILE .osm.pbf).o5m; ./osmconvert $(basename $FILE .osm.pbf).o5m merged.o5m -o=merged_cache.o5m; rm -rvf $(basename $FILE .osm.pbf).o5m; mv -v merged_cache.o5m merged.o5m; done
echo "splitter"
## latest splitter Version r653 used
java -Xmx5G -jar splitter-r653/splitter.jar --output-dir=tiles --max-nodes=1200000 merged.o5m
echo "mkgmap"
## latest mkgmap Version r4910 used
## template 2022pn.typ used, use what you like :)
java -Xmx5G -jar mkgmap-r4910/mkgmap.jar --country-name=OSMMap --family-name="OSM map" --product-version=1 --bounds=bounds-latest --dem-interpolation=auto --make-poi-index --poi-address --unicode --index --split-name-index --gmapsupp --report-routing-islands -c mkgmap-r4910/examples/sample.cfg -c tiles/template.args 2022pn.typ --style-file=../ --check-styles --route --net --gmapi --add-boundary-nodes-at-admin-boundaries
echo "final clean up"
rm -rvf *latest.o5m
rm merged.o5m
cd tiles
rm -rvf *.osm.pbf
cd ..
rm -rvf 6*.img
rm -rvf ovm_6*.img
echo "The End"Yabba's Diary | Howto make your own Garmin device gmapsupp.img & Garmin BaseCamp Map [update for zsh] | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
… unless you want a greatbighuge label inexplicably hovering over the map at z=16.
Looking over this fine city of Toronto, I saw a couple of brown labels for places that are sort-of not real. Exporting and grepping local exports showed me they were
I’m sure there are plenty of good examples where a
Looking over this fine city of Toronto, I saw a couple of brown labels for places that are sort-of not real. Exporting and grepping local exports showed me they were
landuse ways with a name value set.I’m sure there are plenty of good examples where a
landuse area would have a name. In these cases, though:
one was the name of a city/developer study from roughly five years ago that has disappeared from the record since then. Will it become a neighbourhood name? Who knows, but that’s for the future and not for us to force. (fun fact: it’s apparently the densest concentration of office workers in the city. Less fun but very Toronto fact: there is no dedicated transit there. I had a job there ~2006–2008 and new transit was planned, but then the trainwreck formerly known as Mayor Rob Ford happened so it didn’t.)
one was a drive-by tagging error by an out-of-band specialist. I really think they meant it for a bus stop.
scruss's Diary | Don't name your "landuse="s … | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
Autoholizm – to się leczy. Jak ograniczyć kulturę samochodową? [ROZMOWA]
Autoholizm to uzależnienie od samochodów i kultury samochodowej. Jest tak głęboko wpisany w nasze życie prywatne i społeczne, że chociaż wiemy, jak bardzo nam szkodzi, dalej nami rządzi. Jak się z niego wyleczyć?Krzysztof Katkowski (OKO.press)
Olga Matná-Schrödingerová lubi to.
Olga Matná-Schrödingerováudostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Edukacja wymaga zmiany. Niskie pensje nauczycieli i trwająca od lat selekcja negatywna do tego zawodu tylko dopełniają tę kadź goryczy.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Wtedy też był piątek. O dniu, w którym rozpoczęła się inwazja na Polskę, opowiadała mi babcia. Nie była to więc historia z książek, ale wciąż jeszcze ze wspomnień. W moim dzieciństwie wojna była w opowieściach obecna, a przez to namacalna.
KOD Małopolskieudostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
A od siebie dodam, że jeszcze bardziej zachęcają naśladowców "edukacyjne" teksty (szerowane również tutaj na fediverse) w których jest zebrana w jednym miejscu cała wiedza potrzebna do wykonania takiej akcji, którą normalnie trzeba by wydobyć z wielu miejsc w necie, co jednak podnosi poprzeczkę.
Ekspert: Nagłaśnianie przez PKP przypadków użycia sygnału radio-stop zachęca naśladowców
Od kilku dni mamy do czynienia z serią nieuprawnionych użyć sygnałów radio-stop. „W ostatnich kilkunastu dniach doszło do serii wypadków, które były wynikiem błędów kolejarzy i kolejowego bałaganu.Dominika Sitnicka (OKO.press)
2 użytkowników udostępniło to dalej
„Najważniejsze to odsunąć PiS od władzy” — dywagacje
Tej nocy stajemy na lewej nodze i plujemy przez prawe ramię, a artykułem wtorku zostaje:
„Najważniejsze to odsunąć PiS od władzy”
Xaviera Wolińskiego
Proponuję zadać sobie pytania:
- Dlaczego zła jest polaryzacja, spinanie się, operowanie "jebami", "kretynami", etc?
- Dlaczego złe jest mówienie, że najpierw trzeba obalić PiS, a później wszystko inne?
- Dlaczego zła jest prymitywizacja polityki i robienie z niej rozgrywki sportowej?
Xavier przesadza i przerysowuje, bo chce być stuprocentowym socjalistą, ale zasadniczo ma rację.
Kto nie chce, żeby Polska została na zawsze republiką bananową we władaniu równie bananowych chłopców, musi przyznać choć część racji.
Wybory hasłowe to ZŁO. Pamiętacie państwo ile miernot weszło do parlamentu za Krzaklewskiego pod hasłem "Precz z aborcją"?
W Polsce obywatele są bierni, nie ma transmisji oczekiwań społecznych na konkretne wymagania wobec parlamentarzystów i z drugiej strony nie ma zdawania sprawy z powierzonego mandatu elektoratowi. Zamiast tego występuje okresowo bunt sprowadzający się do chęci likwidacji elit. PiS jest jednym z wykwitów nienawiści do elit. Chcemy obalić PiS na tej zasadzie, jak by ktoś chciał obalić jakąś chorobę. Choroby nie da się obalić – trzeba zlikwidować przyczynę.
Jedną z przyczyn jest brak konkretnych wymagań wobec własnych polityków. Ale ciężko nawet mieć wymagania, jeśli nie ma obywatelskich kanałów do ich wyrażania. Oczywiście zawsze są kanały korporacyjne – w ten sposób stajemy się coraz bardziej republiką bananową (czyli krajem we władaniu koncernów). Czy KOD nie powinien tworzyć kanałów społecznego nacisku i kontroli?
Bez wytworzenia podstawowych narzędzi demokracji PiS-u nie obalimy, bo objawi się w gorszej postaci pod inną nazwą. Już to widzimy pod postacią Konfederacji.
Jeśli wymagania wobec własnych polityków chcecie Państwo nazwać symetryzmem, to proszę bardzo – droga do idolizacji polityków otwarta.
(Jakub Urbanowicz)
KOD Małopolskieudostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Founded in October 2015 by native Baltimorean sisters Zanetta Rogers and Brenda Jackson, Love 2 Travels is a premier travel consultant business in Maryland, US. With a strong network of industry suppliers and a dedication to building lasting relationships, Zanetta and Brenda strive to enhance their customers’ overall travel experience. Specializing in cruises, Disney and Universal Studio vacations, all-inclusive resorts, and destination weddings, Love 2 Travels offers a wide range of destination choices and vacation options. They are affiliated with Special Group Needs at Sea/ Special Need Group and Certified Autism Travel, ensuring personalized care for every traveller.
Love 2 Travels's Diary | Love 2 Travels | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
I am contributing to OpenStreetMap because I want to make the world a better place by adding verified information.
Apocolocyntōsis's Diary | Why am I contributing to OpenStreetMap? | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
MiKlo:~/citizen4.eu$💙💛udostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
Embark on a journey into SAP Variant Configuration with GoLogica Technologies’ SAP Configuration training. This comprehensive program spans across fundamental and advanced aspects of SAP Variant Configuration, equipping you with a robust understanding. Gain hands-on experience in creating characteristics, classes, configurable materials, variant tables, dependencies, and variant functions. The training also encompasses the practical implementation of SAP VC in various domains like sales, planning, production, and pricing. Secure your enrollment now to achieve certification in SAP Variant Configuration training and enhance your proficiency in this domain.
vinayakd's Diary | Learn and Become a master in SAP variant Configuration online training with GoLogica | OpenStreetMap
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.OpenStreetMap
„Sportowe Talenty”. Obowiązkowe testy na WF – dla zdrowia dzieci czy w interesie klubów sportowych?
Od 1 września szkoła stanie się pośrednikiem między uczniem a klubem sportowym. Dzieci będą zobowiązane do przejścia testów sprawnościowych: biegi, planki, skok w dal.Łukasz Korzeniowski (OKO.press)
Smootnyclownudostępnił to.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
OpenStreetMap is a map of the world, created by people like you and free to use under an open license.
MiKlo:~/citizen4.eu$💙💛