@chriskirknielsen@front-end.social
@chriskirknielsen@front-end.social avatar

chriskirknielsen

@chriskirknielsen@front-end.social

🎨 Creative developer and CSS nerd at mojopsg.com
🤓 Enjoys '80s aesthetics, puns, gaming, movies, languages, and synths.
📍 From France, based in the US. (weird not-French accent)
💬 Pronouns: he/him

This profile is from a federated server and may be incomplete. Browse more on the original instance.

argyleink, to random
@argyleink@front-end.social avatar

Hi Amsterdam

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@argyleink ❎ Bitterballen?

nhoizey, to CSS French
@nhoizey@mamot.fr avatar

How should I read the values for box-shadow-position in the formal syntax of box-shadow on MDN?

It says <box-shadow-position> = [ outset | inset ] which I read as: the value is either outset or inset. But I know outset is not supported. It is the default behavior, not the default value.

Maybe I need a documentation of these formal syntaxes… 😅

#CSS #MDN

⚓️ https://nicolas-hoizey.com/notes/2024/05/29/1/

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@nhoizey Not sure it helps but with Sass you can use $type: " "; and use unquote($type) in your shadow function, or --type: unquote($type); to convert any Sass variable to a custom property. It's cumbersome, for sure, and I wouldn't want to have to write it, but if you really have to…!

eric, to random
@eric@social.ericwbailey.website avatar
chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@stvfrnzl @eric @Wilto Just to second that this looks really cool.

Steve, your comment made me think of @latte's website: https://anhvn.com/ _ figured I'd share in case you hadn't seen it already!

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

No one:

Absolutely no one:

Me: OKAY FINE! You can dynamically edit my CSS logo idea, now! Happy‽ (also downloads are for the non-edited version)

https://chriskirknielsen.com/css-logo/

leaverou, to random
@leaverou@front-end.social avatar

We’ve always told devs that browsers prioritize what to implement based on dev demand.

There is one exception: .

SVG is used on >65% of websites. Yet, browsers have been refusing to work on SVG, ignoring pressure and pain points from web devs.

showed SVG as the top content pain point: https://2023.stateofhtml.com/en-US/features/content/#content_pain_points

Tons of work (SVG 2, fill & stroke, and more) has sat unimplemented for years. At this point, in standards circles, we know not to touch SVG with a barge pole.

[1/2]

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@leaverou If you follow @anatudor, you'll see a lot of posts about SVG, with caveats "this works in X but not in Y, and this other thing works in Y but breaks in Z"… definitely would love to see SVG get some attention at least for interop!

zachleat, (edited ) to random
@zachleat@zachleat.com avatar

📮 New blog post: An organizer’s retrospective on the 11ty Conference

https://www.zachleat.com/web/11ty-conf-retro/

A small look at what goes into organizing an inaugural online conference, including a detailed budget rundown.

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@zachleat I appreciate the breakdown and transparency for this! Also the event seemed to have gone without a hitch (besides a couple folks forgetting to unmute 🙊), so on the technical side, this ran super smoothly, very nice to see!

PS: "I’d definitely like to hire someone to design the t-shirt!" 👀

chriskirknielsen,
@chriskirknielsen@front-end.social avatar
robb, to random
@robb@social.lol avatar

Starting to think the custom og images I use are more hassle than they're worth.

Like if I toot a post I've done, the title is there anyway so the image doesn't really add anything.

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@robb I took mine away a few years ago because it was a bit of a pain to remember to make it (it was basically a complex URL built with Cloudinary's API and an Unsplash image, fun but ultimately not very useful).

For what it's worth, if you just used your logo in the small form factor, I'd click it all the same, though I could imagine variations like your "RK" logo and "Blog" sitting below in a smaller font size, still fitting in a square. (it's what I've been thinking about anyways!)

hi_mayank, to random
@hi_mayank@hachyderm.io avatar

my #11tyconf talk "Don't fear the cascade" starts in ~15 mins!

https://www.youtube.com/watch?v=iLxJ6PtuF9M
https://conf.11ty.dev/

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@keithjgrant @hi_mayank Y– yes…? 👀 (it's a bug AND a feature — but I will have to fix that haha)

chriskirknielsen,
@chriskirknielsen@front-end.social avatar
chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@hi_mayank Ah yeah I switched servers after posting it and the one on here is a little bit of a joke. I'll post it again when I get on my personal laptop!

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@hi_mayank Really enjoyed it, great job!

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@hi_mayank Whoops I went overboard and created a page: https://chriskirknielsen.com/css-logo/

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

@henry Great talk, great topic, great GIF pronunciation, great domain for the demo. 11/10 #11tyconf

chriskirknielsen, to Notion
@chriskirknielsen@front-end.social avatar

I wrote about how I used @eleventy's fetch AssetCache feature to query and store data from an #API like #Notion or the #PlayStation Network (for my Now and Gaming Library pages), abstracting it all into reusable code. Maybe somebody else out there could benefit from such a write up, so I wrote it: https://chriskirknielsen.com/blog/leverage-api-like-notion-with-cache/

chriskirknielsen, to CSS
@chriskirknielsen@front-end.social avatar
DavidDarnes, to random
@DavidDarnes@mastodon.design avatar

“DOM stands for DOMinic Toretto”

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@DavidDarnes DOM Elements don't got friends, they got parentElement and childNodes family.

chriskirknielsen, to 11ty
@chriskirknielsen@front-end.social avatar

I'm probably going to get a new laptop soonish, and when that happens, this little fella is going straight onto it! Such a cute character! (not pictured: a neat shirt!) #eleventy

chriskirknielsen, to Playstation
@chriskirknielsen@front-end.social avatar

Updated my Gaming Library page, you can click the title on the spine of a game and it'll open a dialog with more info about it. Recently integrated the PSN API to show trophies and even an icon if relevant. APIs are cool. (manually mapping API IDs to your Notion list, not so cool, but it is necessary!)

PS: Don't try to change the completed status — rude. Also I didn't copy the idea from somebody I look up to with their NYC checklist, nope. 🙃

🏆 https://chriskirknielsen.com/games/library/

chriskirknielsen, to CSS
@chriskirknielsen@front-end.social avatar

Inspired by @robb, I made a game collection page — less visually appealing, but I had fun with the #CSS: https://chriskirknielsen.com/games/library/

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

It's 4/04, a great day to migrate to a new version that might fail to direct to the new DNS or whatever.

So that's what I did… hi, new website: https://chriskirknielsen.com

Not expecting free labour from anybody but if you do run into some weirdness, I would greatly appreciate a ping to let me know!

nhoizey, to random
@nhoizey@mamot.fr avatar

Why is Google’s web.dev site animating the top border like KITT in Knight Rider (K 2000 in France)? 🤷‍♂️

This is really annoying.

chriskirknielsen,
@chriskirknielsen@front-end.social avatar

@nhoizey I see if with uBlock Origin on, and it disappears if I turn it off. Seems they entangled "tracking users" with "loading content". Google's gonna Google I guess. 🤷

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

Cool, Netlify added rate limiting!
https://www.netlify.com/blog/introducing-new-rate-limiting-feature/

Buuuuut… seems unavailable on free plans (just checked on my "team" and individual site), so the $104k bill catastrophe is still a possible scenario… that's a bit of a disappointment.

And is that an AI-generated voice in the video? Very weird cuts. 😅

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

@robb Came across your gaming collection page (https://rknight.me/collections/games/) and I love all that organisation. I have a similar setup in Notion, maybe I should do something similar… 👀

Anyways, just wanted to report that the PS1 logo, for the middle strip in the S, the green-ish fill is missing the #, causing it to render in black.

chriskirknielsen, to random
@chriskirknielsen@front-end.social avatar

Server switch = #introduction time! 👋

I'm Chris, a front-end developer (and CSS nerd) who used to be a graphic designer.

I'm Danish, grew up in France, and live in the US, so I love languages (+ I know some Italian, and picked up Japanese again via Duolingo).

I'm infatuated with 80s aesthetics (neon! VHS!), and like being creative. I make (made 👀) music (synths are cool!), and enjoy puns, video games, movies, and reading books sluggishly.

Oh and here's my web site: https://chriskirknielsen.com

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines