diff --git a/index.html b/index.html index 62b60da..a412490 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,59 @@

Archive for Ricard's posts on ricard.social

-

Number of posts: 1725

+

Number of posts: 1735

+
+ +

@bartdorsey optional chaining indeed but not using:

Obj?.prop = value

+
+ +
+ + +
+ +
+ +

@To Got it 😎

+
+ +
+ +

@To Did I read right that the is about to end?

Can't find the source but heard they were wrapping up the series.

+
+ +
+ +

@moira You linked to my own blog post 😂

Thank you for taking a look!

+
+ +
+ +

@fell Yeah, not sure either 🤷

+
+ +
+ +

@moira Yeah I don't know where the videos come from, it seems limit is both image and video.

+
+ +
+ +

Is there a way to automatically reject video assets from remote servers?

From time to time ffmpeg will go crazy processing files and CPU/RAM will go through the roof for hours.

+
+ +
+ +

⭐️⭐️⭐️

End of volume one! ✅ Very good overall even if this chapter was nothing outstanding.

The best part, however, was our boy Izuku being renamed as Deku all thanks to a pretty girl and a nice smile. He was sold on it so fast 🤣

➡️ manga.ricard.blog/reviews/my-h

+
+ +
+ +

This is very nice! Look at this optional chaining proposal :javascript:

obj?.prop = value;

Which would be equivalent to:

if (obj) obj.prop = value;

I need this :blobcataww:

➡️ github.com/nicolo-ribaudo/prop

+
+