Advertisement ยท 728 ร— 90

Posts by Stephane "Rainlife" Vanraes ๐Ÿฆ„

says the person not posting at least one link en.wikipedia.org/wiki/Link_(s...

17 hours ago 2 0 0 0

Today I was fondly remembering playing Planetarion (and similar) 20+ years ago and how impressed I was it would update the game for 10s of thousands of players every hour.

When it suddenly dawned on me it doesn't actually do all those calculations within a few microseconds when the hour changes

1 week ago 0 0 0 0

The worst part is, it doesn't have to be that complicated in React either!!

2 weeks ago 5 0 0 0

For now there is still "CodePen Classic" but I am worried it will be removed once this "2.0" comes out. And definitely unsure I will keep using the site if that happens.

2 weeks ago 0 0 0 0

Quick question, doesn't this basically mean "If this element has a sibling, and this element is hovered, fade in the sibling" ? In that case why even have the "has", just ":hover &" would also only apply if the sibling exists. ๐Ÿค”

I might be reading the selector wrong of course ๐Ÿ˜

2 weeks ago 0 0 1 0

but but `select * from users where user.dob 01-01-2000` is a a lot harder to understand then

`prompt("Find all users born after the first of january 2000", { users })`

(no joke, I have seen some code that more or less amounted to this)

3 weeks ago 6 0 0 0

The has:(:nth-child()) works fine but is quickly cumbersome. On the other hand I cannot really think of any REAL use case that would not be covered by :empty :has(:only-child()) and a couple of :nth-child()ren.

Would love to hear more ideas

3 weeks ago 1 0 0 0

Perhaps if you want to layout children in a grid that is as close as possible to "square" ? In that case you would want to be able to do something like:

--columns: round(sqrt(childcount());
grid-template-columns: repeat(var(--columns, 1fr);

1...5 -> 2 cols
6...11 -> 3 cols

(math likely wrong)

3 weeks ago 1 0 1 0

After some struggling managed to get Svelte reactivity working in combination with SharedArrays and Atomics. Not optimal, but who knows, a first article for my blog if I ever get around writing again ๐Ÿ˜‰

3 weeks ago 0 0 1 0
Advertisement

now all we need is to define a standard form for export/import to improve portability and avoid vendor lock-in ๐Ÿ˜‚

1 month ago 1 0 0 0

Been working on one myself as well, a lot more minimalist though ๐Ÿ™‚ In your app you can re-run a session from the 'progress' page but there does not seem to be an easy option to do so from 'start session' ?

(my app is fully structured around the idea of "programs")

1 month ago 1 0 1 0

github stars (or equivalent marks of liking packages and repos) should expire after a year.

1 month ago 1 0 0 0

Demos like this are amazing, but are also absolute overkill. It is more an exploration of what "is possible" and not a guide that you "should" do it like this.

I semi regularly make over the top demos at work, and months later I will see a designer try something new because now they now they can.

1 month ago 3 0 1 0

sibling-index is super cool, especially with sibling-count and some hard-to-read calculations ๐Ÿ˜

1 month ago 1 0 0 0

meoooow ๐Ÿˆโ€โฌ›

1 month ago 1 0 0 0
Preview
Let's queer the internet together with .meow a queer-owned, queer-operated non-profit with one goal: Turning internet infrastructure into community support.

59 hours left! www.kickstarter.com/projects/dot...

1 month ago 38 5 1 0

I used LinkedIN to circle back to past collaborators. Here are 5 lessons I learned on how the platform impacted our synergy potential:

1) It

2) Does

3) Not

4) Fucking

5) Work

2 months ago 1 0 0 0
Advertisement

My GF is binging "Younger" on Netflix and I have to explain to her so many of the references that she now suspects I am cheating on her with my younger coworkers ๐Ÿคฆโ€โ™‚๏ธ

2 months ago 0 0 0 0
a selfmade small bags with a blue starry exterior and orange on the inside

a selfmade small bags with a blue starry exterior and orange on the inside

Sewing machine workshop tonight, made a small bag for toiletries. Not bad for a first time, will definetely practice more โค๏ธ

2 months ago 1 0 0 0

Looks very nice! Any reason for the vastly different behaviour of the cards in the different sections ? Hovering over them on the front page, course page and articles all have a different effect. The inconsistency feels a bit jarring tbh :)

2 months ago 0 0 1 0

So far this seems to involve a lot of waiting...

2 months ago 0 0 0 0

today on my "learn stuff while not assigned to a customer project" agenda is "Vibe Coding". Exciting to see if I will be utterly frustrated at the end of a day, or have a decently working app to track my fitness exercises ?

2 months ago 1 0 1 0

I suppose the verb would be the same, but while "accessibility" usually means to convey how we use the site; the issue with being able to reach it in the first place would better be covered by "availability" I guess.

3 months ago 1 0 1 0

And if you want something maybe a bit different, depending on your background: "Into the Labyrinth" by Dead Can Dance, an older album that is a bit harder to classify. (if you are familiar with the Gladiator theme song you might recognize the voice)

3 months ago 1 0 0 0
Advertisement

"The Human Equation" by Ayreon (or any of the other albums) is worth listening too. Classified as 'rock-opera' this one tells the story of a man lying in a coma with guest singers playing different voices/emotions in his head.

3 months ago 1 0 0 0
Preview
Untitled ...

funny you ask: made this last week as a poc codepen.io/svanraes/pen... "arrow" between two boxes

4 months ago 5 0 2 0

december means advent of code ๐ŸŽ„
this year, like every year, I will be using a language unknown to me beforehand because suffering is important (I guess)
this year that falls on "Julia" โค๏ธ excited to see how it goes ๐Ÿ˜„

4 months ago 3 0 0 0

I know it happened to some other people: but did you also have people recommend Motherlover to you ? "Lindsay you should read this, I think you would like it!" ๐Ÿ˜…

4 months ago 0 0 0 0

Having fun exploring workers, svelte (obviously) and some python sprinkled through my browser.

4 months ago 1 0 0 0

Whenever I ask an LLM to help me come up with ideas to demo some new CSS or JS feature at work it somehow spews out Svelte code to showcase it.

4 months ago 3 0 0 0