dipdowel

joined 1 month ago
MODERATOR OF
[–] dipdowel@feddit.nl 2 points 1 month ago

I watched "The Substance" last night. I'd say, it's my most favourite film this year, extremely deep and terrifying, but at the same time very entertaining and funny.

 

cross-posted from: https://feddit.nl/post/22255240

What a funny intro! 😄

Deno is a modern JavaScript/TypeScript runtime built by the creator of Node.js, designed as a more secure and developer-friendly alternative. Unlike Node, Deno runs with strict permissions (no file, network, or environment access by default) and includes TypeScript support out of the box. It also natively supports modern web APIs and provides built-in utilities like testing and formatting, reducing the need for external dependencies. Plus, it’s modular, offering direct URL-based imports instead of relying on node_modules.

 

What a funny intro! 😄

Deno is a modern JavaScript/TypeScript runtime built by the creator of Node.js, designed as a more secure and developer-friendly alternative. Unlike Node, Deno runs with strict permissions (no file, network, or environment access by default) and includes TypeScript support out of the box. It also natively supports modern web APIs and provides built-in utilities like testing and formatting, reducing the need for external dependencies. Plus, it’s modular, offering direct URL-based imports instead of relying on node_modules.

 

While playing with my Flipper Zero, I realised that the IR radiation that it reads does not have to be emitted by another electronic device! It can be a random analog IR 'signal' from a flame! Since Flipper can record raw IR data without interpreting it, there you go, a True Random Number Generator (TRNG)! I wrote a script that automates data collection and processing, here's a github link. It outputs your freshly generated true random number sequence into a file.

[–] dipdowel@feddit.nl 1 points 1 month ago (1 children)

Do you know a credible source to read about it, please?

[–] dipdowel@feddit.nl 21 points 1 month ago (3 children)

I'm a super happy new Lemmy user. Last week, I created an account on Reddit for the first time ever. I replied to 3 posts in a polite manner and right on topic (in a Linux-related community, someone asked for a book recommendation. The other two were answers to technical questions on Rust and Linux). A couple of hours later, I was reading about what shadowban meant. I waited a few days, sent some messages to admins / support but to no avail. Then I searched for alternatives to Reddit and landed here. It's been 4 days, and I absolutely love it here. Lemmy seems to have that spirit of the Internet of the 90s, which I thought was long gone. Also, my assumption is that Lemmy users are of a higher quality than those on Reddit. It's very easy to end up on Reddit / IG / Facebook / etc. On the other hand, to become a Lemmy user, one actually needs to apply some effort and do at least some research. Or to have a cool friend who can recommend becoming a user here (if you have a cool friend, that makes you kind of cool too, right?). I should probably start telling my friends about Lemmy 🤔

[–] dipdowel@feddit.nl 2 points 1 month ago

Haha, yeah, she changed a bit since the 'drop dead gorgeous' years...

[–] dipdowel@feddit.nl 6 points 1 month ago

Thanks for sharing. Now I know that KDL exists and what it is.

 

Robert Elder, the "my favourite Linux command" man, shows some cool micro-measurement equiplment , seemingly from the mid 1980s.

[–] dipdowel@feddit.nl 2 points 1 month ago

Yeah, I also find it super helpful with unit tests, saves a lot of time.