Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

VinesNFluff ,
@VinesNFluff@pawb.social avatar

The conversation in this thread reminded me of a thing I saw on Reddit ages ago, of feeding /dev/random into aplay with some parameters I unfortunately forgot, to get a series of random noise that sounds almost musical.

Without the parameters you just get white noise sadly.

towerful ,

You need to use /dev/null as a Service for windows compatibility.
https://devnull-as-a-service.com/

agent_flounder ,
@agent_flounder@lemmy.world avatar

What are you trying to achieve?

Samsy ,

A smile, obviously.

baritone_edge ,

[Thread, post or comment was deleted by the author]

  • Loading...
  • AMDIsOurLord ,

    /dev/null is nothing, empty void. If you move something there it just gets deleted

    hperrin , (edited )

    You can’t move anything there, it’s a “character special file” that can’t be deleted. If you pipe something there, it does nothing. (As opposed to something like /dev/stdin, that prints what you pipe to it on stdin.) Character special files act kind of like named pipes, except they’re handled by the kernel on one side. They’re raw device files.

    AMDIsOurLord ,

    It's a "null drive". Anything that goes in is just simply discarded and a EOF is sent in return. If you "move" a file there, it just gets discarded

    hperrin , (edited )

    Just try it. I’m literally telling you the truth. It is not a drive, and you cannot move files to it. It doesn’t have a file system, and you can’t create one on it. It cannot be mounted like a drive. Drives are block special files, and /dev/null is a character special file, not a block special file.

    AMDIsOurLord ,

    I see, you're right, you can't mv into it, but you can shove streams of data to it

    ptz , (edited )
    @ptz@dubvee.org avatar

    That's not how /dev/null works.

    Try this:

    sudo cat /dev/null > /Windows or if you really want to be sure:

    sudo cat /dev/urandom > /Windows

    rrconkle ,
    @rrconkle@lemmy.zip avatar

    That's not how /dev/null works.

    Try this:

    sudo cat /dev/zero > /Windows

    sag ,
    @sag@lemm.ee avatar

    Use sudo :)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linuxmemes@lemmy.world
  • incremental_games
  • meta
  • All magazines