Michael's Avatar

Michael

@kprk.bsky.social

Web developer currently learning react and node.js. Comics, baseball and pro wrestling fan.

451 Followers  |  777 Following  |  664 Posts  |  Joined: 09.02.2024
Posts Following

Posts by Michael (@kprk.bsky.social)

Preview
View Transitions can swoopβ€½ Β· March 7, 2026 How to make View Transitions not always a straight line

how to make #CSS view transitions swoop or have motion blur

or how I learned to help view transitions not always go in straight lines

β€· nerdy.dev/swoop-there-...

07.03.2026 05:39 β€” πŸ‘ 38    πŸ” 5    πŸ’¬ 5    πŸ“Œ 1

looks so good!

07.03.2026 03:56 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The early days of the world wide web were wild times, filled with gaudy colors and blink and marquee tags. Everything was positioned using creative employments of table tags. CSS and Javascript were just fantastical dreams. And ads... The complete and utter lack of ads.... It was glorious.

06.03.2026 13:11 β€” πŸ‘ 8    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
JavaScript code snippet lists an inventory of items with names, types, and quantities, demonstrating `Object.groupBy()` functionality.

JavaScript code snippet lists an inventory of items with names, types, and quantities, demonstrating `Object.groupBy()` functionality.

Stop writing reduce() just to group an array βœ‹

`Object.groupBy()` works on all major browsers, helping you group array elements by any key in one line.

Clean, readable, no dependencies.

Learn more πŸ‘‡
developer.mozilla.org/en-US/docs/...

06.03.2026 16:00 β€” πŸ‘ 45    πŸ” 5    πŸ’¬ 1    πŸ“Œ 1
Preview
Everything I was lied to about Node.js came true with Elixir #ElixirLang #frontend #javascript #reading-list

πŸ”— Everything I was lied to about Node.js came true with Elixir

#ElixirLang #frontend #javascript #reading-list

06.03.2026 18:05 β€” πŸ‘ 10    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0
Progressive enhancement as a benefit of CSSΒ Nesting Something I knew is that in browser that support CSS nesting you can nest @media queries inside of other CSS declarations. What I only fully grasped a few days ago is how well this works for progressive enhancement.

Progressive enhancement as a benefit of CSSΒ Nesting

Something I knew is that in browser that support CSS nesting you can nest @media queries inside of other CSS declarations. What I only fully grasped a few days ago is how well this works for progressive enhancement.

06.03.2026 15:00 β€” πŸ‘ 16    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Albini Sessions (Benefit for Letters Charity), by Fugazi 12 track album

Stop literally everything.

Steve Albini's Fugazi sessions, widely bootlegged and full of lore, now available officially for the first time.

fugazi.bandcamp.com/album/albini...

06.03.2026 14:56 β€” πŸ‘ 1264    πŸ” 471    πŸ’¬ 31    πŸ“Œ 128
Preview
I am in an abusive relationship with the technology industry Some things I'm struggling with in the technology industry, an appreciation for folk music, and some other thoughts.

I wrote about some things I'm struggling with in the technology industry, preceded by an appreciation for folk music.

06.03.2026 15:37 β€” πŸ‘ 136    πŸ” 38    πŸ’¬ 17    πŸ“Œ 11
Preview
enclose.horse A puzzle game about enclosing horses.

3 day streak! I don't like the new check button. I think it makes the game a lot easier so I'll probably not use it.

enclose.horse Day 67
πŸ’Ž PERFECT! πŸ’Ž 100%

06.03.2026 15:30 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Clues by Sam A daily logic puzzle where you deduce who is a criminal!

ugh, another dumb mistake...

I solved the daily #CluesBySam, Mar 6th 2026 (Hard), in less than 17 minutes
🟩🟩🟩🟩
🟩🟩🟩🟩
🟩🟩🟨🟩
🟩🟩🟩🟩
🟩🟩🟩🟩
cluesbysam.com

06.03.2026 15:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

Amazing how we went from not being able to style selects, to doing things like this with them codepen.io/editor/cbols... (and this codepen.io/t_afif/pen/P...)

06.03.2026 13:18 β€” πŸ‘ 109    πŸ” 17    πŸ’¬ 8    πŸ“Œ 2

ooooh what's @gleam-news.bsky.social πŸ‘€

06.03.2026 12:27 β€” πŸ‘ 11    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Video thumbnail

You can do a lot with [popover] and [focusgroup] without writing a single line of JS.

video description: I'm disabling JavaScript in Chrome. Then I'm using the Tab key to find a button labelled "options". I activate it with Enter and a popover menu with 3 options shows. I use the arrow keys to 1/3

06.03.2026 12:34 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0
Post image

The House of Lords Digital & Communications Committee just published their report on AI, copyright & the creative industries, and their conclusions could not be clearer.

🧡 1/5

06.03.2026 08:53 β€” πŸ‘ 1439    πŸ” 825    πŸ’¬ 11    πŸ“Œ 125
Video thumbnail

Bases loaded
Shohei Ohtani at the plate

What else did you expect? πŸ¦„

06.03.2026 10:45 β€” πŸ‘ 31    πŸ” 14    πŸ’¬ 1    πŸ“Œ 4
Preview
Making keyboard navigation effortless Do you use a keyboard to navigate websites? If so, you've probably run into countless accessibility issues where groups of inputs or widgets are not easy, or even possible to get to with just the keyb...

Making keyboard navigation effortless. Introducing focusgroup.

Focusgroup is a new HTML attribute, with early support in Edge, Chrome, and other Chromium-based browsers, that completely handles arrow key navigation within complex widgets. No JS needed!

➑️ blogs.windows.com/msedgedev/20...

05.03.2026 16:48 β€” πŸ‘ 31    πŸ” 12    πŸ’¬ 0    πŸ“Œ 0
A Bit on the [geolocation] Element
YouTube video by CodePen A Bit on the [geolocation] Element

A few min on <geolocation> in HTML/CSS/JS.

1. I like how explicit it is for users & how it helps "recover" from incorrect permissions.
2. It's *super interesting* how it checks the contrast accessibility and just makes the button not work if you dink it up.

www.youtube.com/watch?v=hffX...

05.03.2026 18:48 β€” πŸ‘ 37    πŸ” 6    πŸ’¬ 3    πŸ“Œ 0

I really dislike the border around web pages. It's my least favorite thing about Zen.
Adding a quick hover effect to the sidebar when using vertical tabs would be nice. My favorite browser setup takes 3 clicks to open, switch tabs then close the sidebar so hovering over the sidebar would be nice.

06.03.2026 06:05 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
"I’ve come up with a set of rules that describe our reactions to technologies:
1. Anything that is in the world when you’re born is normal and ordinary and is just a natural part of the way the world works.
2. Anything that’s invented between when you’re fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it.
3. Anything invented after you’re thirty-five is against the natural order of things.” β€” Douglas Adams

"I’ve come up with a set of rules that describe our reactions to technologies: 1. Anything that is in the world when you’re born is normal and ordinary and is just a natural part of the way the world works. 2. Anything that’s invented between when you’re fifteen and thirty-five is new and exciting and revolutionary and you can probably get a career in it. 3. Anything invented after you’re thirty-five is against the natural order of things.” β€” Douglas Adams

06.03.2026 05:32 β€” πŸ‘ 56    πŸ” 10    πŸ’¬ 1    πŸ“Œ 1

Hm, I'm not seeing it the site yet, just reset and result.

06.03.2026 04:11 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

there's a check button?

06.03.2026 03:22 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
enclose.horse A puzzle game about enclosing horses.

2 day perfect streak!

enclose.horse Day 66
πŸ’Ž PERFECT! πŸ’Ž 100%

05.03.2026 15:58 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Clues by Sam A daily logic puzzle where you deduce who is a criminal!

one mistake again πŸ€¦β€β™‚οΈ

I solved the daily #CluesBySam, Mar 5th 2026 (Tricky), in less than 8 minutes
🟩🟩🟩🟩
🟩🟩🟩🟩
🟩🟩🟩🟨
🟩🟩🟩🟩
🟩🟩🟩🟩
cluesbysam.com

05.03.2026 15:49 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Video thumbnail

JavaScript Iteratorβ€€zip landed in Firefox 148, making it simple to loop over multiple things at the same time. Here's how it works:

05.03.2026 14:16 β€” πŸ‘ 96    πŸ” 18    πŸ’¬ 8    πŸ“Œ 1
Video thumbnail

Robbie Perkins with a two-run home run to open the scoring at the World Baseball Classic

05.03.2026 04:14 β€” πŸ‘ 15    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
Post image

Carlos Ezquerra

05.03.2026 07:57 β€” πŸ‘ 36    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0
A jagged, dusty rock sticking out of warmer-coloured sand. Illumination is from the left.

A jagged, dusty rock sticking out of warmer-coloured sand. Illumination is from the left.

Here's a rock on Mars photographed yesterday.

04.03.2026 21:51 β€” πŸ‘ 345    πŸ” 51    πŸ’¬ 12    πŸ“Œ 10
Video thumbnail

Come for the triple, stay for the celly πŸ”₯

04.03.2026 20:20 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
flock of doves flying towards a gruesome headless naked dead body

flock of doves flying towards a gruesome headless naked dead body

Doves.

04.03.2026 18:45 β€” πŸ‘ 129    πŸ” 41    πŸ’¬ 3    πŸ“Œ 0
Post image

Good Morning

Happy Wednesday x

#watercolour #light #landscape #Devon #art

04.03.2026 08:18 β€” πŸ‘ 26    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0