Markus Peuhkuri

@puhuri
372 Followers
336 Following
8.6K Posts
Laboratory manager at Aalto University. Been puhuri at twitter. Moves with bicycle by preference.
I want to be searchable as anyone joined Internet in 1980s.
Twitterhttps://twitter.com/puhuri

Jos alallasi ei ole töitä kuten monella alalla ei ole, joudut hakemaan mitä tahansa hommia, joista sulla ei ole mitään käsitystä. Eli kaikki paskentuu myös sitä kautta, että ihmiset tekevät töitä joita eivät osaa. Lisäksi aikuisopiskelusta vietiin tuet.

https://yle.fi/a/74-20153716

Hallitus aikoo kiristää työttömien rangaistuksia – tutkija tyrmää aikeet ja varoittaa seuraamuksista

Ylen selvityksen mukaan karenssien määrät ovat jo ennestään jyrkässä kasvussa. Tutkija ei usko karenssien työllisyysvaikutukseen.

Yle Uutiset

Natural frame was captured in the beautiful Finnish swampland of Tunturiaapa. In winter they become a minimalist photographer's dream, although the snow-shoeing can be a bit tricky at times!

#finland #lapland #pyha #Tunturiaapa #landscape #landscapephotography #LPW

@anuko @hiljaisuus Mulle oli järkytys jossain vaiheessa tajuta, ettei länsimaissa yhteiskunnat noin yleisesti ottaen vaikuta pyrkivän siihen, että kohtuullinen ja riittävä hyvinvoinnin ja vaurauden taso voitaisiin pitää yllä mahdollisimman vähillä työtunneilla.

Loppuosan valveillaoloajasta saisi vapaasti käyttää yleishyödylliseen työhön, huimiin innovaatioihin tai mihin ikinä, mutta olisin toivonut, että ihmiset yhdessä tavoittelisi enemmän aikaa olla läheisten kanssa ja sivistyä.

Luojan kiitos teknologian AI-piikki ei osunut yhteen Juha Sipilän pääministerikauden kanssa. (Kuvittelin, ettei tekoälypaska voi vituttaa enemmän kuin nyt, mutta pääsin harhaluulosta lukemalla Hesarin imelän henkilöjutun. €.)

Loman alkajaisiksi pieni pohdings.

Mielestäni hyödyllisin taito elämässä on kyky sietää pettymyksiä.

Yksi psykologi sanoi kerran puoliksi tosissaan, että vanhemman tärkein tehtävä on tuottaa lapselle jatkuvia pettymyksiä.

Aikuisena niitä sitten riittääkin sekä omasta että ympäristön puolesta, että siitä on apua jos on harjoitellut jo vähän pitempään.

@jussi_og @tommi Tämä on hauskaa.

Päätän raporttini tähän.

No nyt!

Poistoerä. Vihreät Kuulat Fazer 500 g, 188 rasiaa, Tuusula | Huutokaupat.com
https://huutokaupat.com/kohde/5388300/poistoera-vihreat-kuulat-fazer-500-g-188-rasiaa

Poistoerä. Vihreät Kuulat Fazer 500 g, 188 rasiaa, Tuusula | Huutokaupat.com

Poistoerä. Parasta ennen päiväys 15.5.2025. Pehmeät, raikkaalta päärynältä maistuvat kuulat eivät sisällä gluteenia, liivatetta tai laktoosia ja sopivat täydellisesti myös vegaaneille. Yhdessä laatikossa on 7 rasiaa 500 gramman yksittäispakkauksia. Kokonaismäärä 188 rasiaa yhdellä lavalla.

Kahden äänen ero...

"Vihreät ja perussuomalaiset keräsivät molemmat 8,6 prosenttia äänistä. Vihreät saivat kuitenkin kaksi ääntä enemmän kuin perussuomalaiset eli voitto tuli äänin 2 957–2 955."

#vaalit

https://yle.fi/a/74-20156731

Vihreiden ja perussuomalaisten vaalitaisto ratkesi Porissa vasta tarkastuslaskennassa – ero oli äärimmäisen niukka

Tarkastuslaskenta ei muuttanut valtuuston voimasuhteita Porissa. Perussuomalaisten ja vihreiden ero kutistui niin pieneksi, että jokaisella annetulla äänellä oli väliä.

Yle Uutiset
Tässä CSV suomalaisten kuntien sähköpostipalveluista. 77% outlook ja Microsoftin pilvi. Miten tähän on päädytty? Miten viranomaisviestintä on voitu antaa amerikkalaiselle palvelulle? https://gitlab.com/jurgeng/mxcheck/-/blob/main/results/Finland_fi_results.csv?ref_type=heads
results/Finland_fi_results.csv · main · Jurgen Gaeremyn / MX Check · GitLab

GitLab.com

GitLab

✨ NEW TOOL FOR #MOBILITY DATA #DATAVIZ ✈️🚚🚗🏃

Do your visualisations of origin-destination matrices look like a mess of criss-crossing hairs? Maybe you could benefit from our #EdgeBundling tool by me, Oula Inkeröinen, @miladmzdh and Olle Järv!

🛠️ The tool: https://doi.org/10.5281/zenodo.14532547

This tool is an output from the #MobiTwin project funded by the #EuropeanUnion through the #HorizonEU programme.

Edge-bundling tool for regional mobility flow data

Edge-bundling tool for regional mobility flow data This repository hosts the scripts to perform edge-path bundling (Wallinger et al. 2022) for flow data. It's primary use case is to support visualization of complex mobility data, and has been used to bundle human mobility flows across NUTS regions in Europe. The tool's inputs are two CSV files, one for point feature data and associated coordinates, and another for flows (edges) to be bundled. After bundling, the tool outputs a GeoPackage file. The script expects the data to be in WGS84 coordinate reference system. The scripts in this repo are repurposed versions of the original scripts written by Peterka (2023). The updates to the original code aim to make the code more usable for analytical purposes. This tool is an additional output of the Mobi-Twin research project. Requirements The scripts within the repo require Python 3.10 or newer version with the following packages: pandas geopandas tqdm shapely On top of these Python requirements, the script expects the input CSV data (centroids and edges) to have a certain structure. Data structure for input files Centroid file | ID_COLUMN | X | Y | | ---- | :----- | :---------- | | Unique identifier for centroid (e.g., NUTS code) | X coordinate (WGS84) of the centroid | Y coordinate (WGS84) of the centroid | N.B.: The ID_COLUMN in the above is an example name, use the column name you have in your data. Edge file | ORIGIN | DESTINATION | OD_ID | COUNT | | ---- | :----- | :---------- | :---------- | | ID code of origin | ID code of destination | ID made of origin and destination codes joined by an underscore (_) | Integer/floating point number of flow strength | N.B.: The ID codes of origins and destinations have to match the IDs of your centroid file. Usage Clone this repository, and run the tool by typing in the following command: python bundle_edges.py -c /path/to/centroids.csv -id ID_COLUMN -ew /path/to/edges.csv -o /path/to/output.gpkg If you want to adjust some parameters of the bundling, such as weights or bundling threshold use the flags -ew for edge weights (default is 2), and -t for bundling threshold (default is 2). The edge weights dictate how powerful the "gravity" of long edges are. The bundling threshold sets the distance limit for how many times longer the bundled edges can be compared to straight line distances, flows that are longer than the threshold are not bundled but remain as straight line geometries in the output. Please note, the script expects the coordinates to be in WGS84 (EPSG:4326) Test files We have provided two test CSV files that demonstrate the data structure of the required CSV files. These files can be found under the example_data directory. References Wallinger, M., Archambault, D., Auber, D., Nöllenburg, M., & Peltonen, J. (2022). Edge-Path Bundling: A Less Ambiguous Edge Bundling Approach. IEEE Transactions on Visualization and Computer Graphics, 28(1), 313–323. https://doi.org/10.1109/TVCG.2021.3114795 Peterka, O. (2024). Xpeterk1/edge-path-bundling. https://github.com/xpeterk1/edge-path-bundling (Original work published 2023). Related links Mobi-Twin project official webpage Digital Geography Lab webpage

Zenodo