techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#visualisation

2 posts2 participants0 posts today

Just a little bouncy balls visualisation in R:
```
n = 100
c = sample(rainbow(n))
x = runif(n)
y = runif(n)
vx = runif(n)/100
vy = runif(n)/100
while(1) {
ix = which(x<0 | x > 1)
iy = which(y<0 | y > 1)
vx[ix] = -vx[ix]
vy[iy] = -vy[iy]
x = x + vx
y = y + vy
plot(x,y, xlim=c(0,1), ylim=c(0,1),
pch=16, cex=2, col=c, ann=F, ax=F)
box()
dev.flush()
dev.hold()
Sys.sleep(.01)
}
```
#rstats #visualisation

GISCARTA’s New Interactive Web Map Dedicated To The Kiel Canal In Northern Germany
--
map.giscarta.com/viewer/9d883c <-- shared GISCARTA storymap
--
🗺️ This detailed cartographic application offers a comprehensive spatial overview of the region’s maritime infrastructure, navigation environment, and key port connections between the North and Baltic Seas.
🎢 With step-by-step storytelling, analytical widgets, and rich attribute tables enhanced by photographs, the project provides a powerful tool for analyzing maritime logistics, infrastructure, and safety along the canal.
🌏 Explore the story, discover key features, and gain new insights into one of Europe’s most important waterways!...”

The sky has personality today. It’s beautiful.
It looks like it remembers something.
Like it’s holding a version of you you’ve been trying to call home.
Still and calm. Heavy with magic.
Just waiting for you to look up and say, I’m ready.

I’ve just released a new guided activation - a journey into the forest, into your own remembering.

You’ll meet the version of you who never left.
You’ll feel what it’s like to become them.

✨ Drop an emoji if you’re ready to meet the power that’s always lived inside you.

#feelgoodrebel #feelgoodrebelacademy #familiar #community #connection #meditation #visualisation #activation
✨ I met a version of me I didn’t know I was allowed to become.
He came to me in a meditation — this calm, unstoppable, wildly loving presence.
Part polar bear. Part Brazilian chill joy. Part pure, unshakable magic.
I call him Keanu. And he’s not just a guide. He’s me.
The part of me that doesn’t ask for permission.
That doesn’t shrink or apologise.
That just is… calm, powerful, and fiercely kind.

And the wildest thing is, that he was never separate from me. I just needed to remember.
Now, whenever I feel pulled out of myself, by fear, guilt, people-pleasing, I close my eyes, breathe, and become him again.
Or, just look at my new tattoo, because I felt so connected to him, I had to have it made!

I have begun walking through my day with his spine.
With his smile. With his sacred stillness.

This is what it means to return to your power.
To stop looking outside for safety.
To become the one you’ve been seeking all along.

🌙 Want to meet your own version?

You might be surprised who shows up in the clearing.

✨ Drop an emoji if you’re ready to remember what’s always lived inside you.

#feelgoodrebel #feelgoodrebelacademy #rebelactivation #meditation #activation #visualisation #familiar #innerbeing #higherself

Awesome Strategies To Visualize Change With Time
--
medium.com/@yuanbo.faith/aweso <-- shared technical article
--
databrewer.co/R/gallery <-- shared further examples & background/processes
--
“This article summarizes effective strategies to visualize temporal changes, illustrated with inspiring graphic examples (with link to source code [and methods])…”

j'ai joué dans ma première pièce de théâtre en 4e année (10 ans) parce que les Frères étaient certains que j'oublierais rien, incluant le dialogue de tous les autres personnages

je me suis rappelé un interview de Sir Lawrence Oliver qui m'avait enseigné quelques années plus tôt comment imiter les gens; je me suis inspiré du vendeur d'assurance de mes parents pour jouer le rôle d'un inspecteur d'impôts

les Frères sont tombés de leurs chaises!

RiverREM - Generating River Relative Elevation Model (REM) Visualisations
--
github.com/OpenTopography/Rive <-- shared GitHub repository
--
opentopography.github.io/River <-- shared documentation
--
opentopography.org/blog/new-pa <-- shared Open Topography blog post about RiverREM
--
H/T Heidi Luchsinger / Open Topography
[this post should not be considered as an endorsement of this product aka caveat emptor]

Replied in thread

@emchateau thanks for the hint to David J. Birnbaum's collection!

Funny coincidence, I am just on my way to what will surely be a wonderful and productive workshop on #Collation and #Visualisation (lorentzcenter.nl/seeing-the-di), and am reading (and can recommend) a #Balisage paper by said D. Birnbaum & Ronald Dekker in preparation: doi.org/10.4242/BalisageVol29.

I will check out the #XSLT learning resources you mentioned and the ones other might still mention during the week, thanks again!

CC @petrichor

Continued thread

#NeuroScience #EEG #LSL #Spectrum #FrequencyBands #Visualisation #Samadhi

Samadhi EEG 2025.2 Release

• User changeable colours and frequencies in Dancing Dots display.

• Fixed black screen error on Windows devices.

• Dedicated executables (no installation necessary) for Linux and Windows

Download: github.com/jkanev/samadhi/rele
Project page: samadhi-eeg.info
Source code: github.com/jkanev/samadhi