Skip Navigation
Posts
11
Comments
8
Joined
7 mo. ago
  • Cool, so I'm not the only one here 😁. Mine was also RHL 5.x, can't remember the exact minor version, whatever they sold on CDs in 1999. I then switched to FreeBSD for a year or so.

  • Music @lemmy.world
    dipdowel @feddit.nl

    "Dancing Like a Cobra" by Pocket Knife Army

    Casual Hacking @feddit.nl
    dipdowel @feddit.nl

    The BBC is hacked live on air

    Casual Hacking @feddit.nl
    dipdowel @feddit.nl

    The Seven Bit Encoding song (Dylan Beattie)

    Deno @programming.dev
    dipdowel @feddit.nl

    Deno 2.0 introduction

    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.

    Casual Hacking @feddit.nl
    dipdowel @feddit.nl

    Deno 2.0 introduction

    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.

    Flipper Zero @programming.dev
    dipdowel @feddit.nl

    Flipper Zero + a lighter = true random number generator!

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

    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.

    Flipper Zero @lemmy.world
    dipdowel @feddit.nl

    Flipper Zero + a lighter = true random number generator!

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

    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.

    Casual Hacking @feddit.nl
    dipdowel @feddit.nl

    Flipper Zero + a lighter = true random number generator!

    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.

  • 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 🤔

  • Republica!

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

  • Music @lemmy.world
    dipdowel @feddit.nl

    Republica!

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

  • Casual Hacking @feddit.nl
    dipdowel @feddit.nl

    This is my favourite Linux command measurement device

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

  • Wow! Dat is zo gaaf. 3,5 duizend jaar... Maar al 1 jaar geleden...

  • Cyberpunk @lemmy.zip
    dipdowel @feddit.nl

    Does anyone remember cyberpunkreview.com ? If so, does anyone know who Mr. Roboto actually was? :P

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