CO2 rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
    silva
    Now 100%

    Helmholtz would actually mean 'The wood of a helmet', as 'Helm' comes first. But that makes less sense.

    12
  • Hey, Is there any way to create a macro that allows a `Some<T>` or `T` as input? It's for creating a `Span` struct that I'm using: ```rust struct Span { line: usize, column: usize, file_path: Option<String>, } ``` ...and I have the following macro: ```rust macro_rules! span { ($line:expr, $column:expr) => { Span { line: $line, column: $column file_path: None, } }; ($line:expr, $column:expr, $file_path: expr) => { Span { line: $line, column: $column file_path: Some($file_path.to_string()), } }; } ``` ...which allows me to do this: ```rust let foo = span!(1, 1); let bar = span!(1, 1, "file.txt"); ``` However, sometimes I don't want to pass in the file path directly but through a variable that is Option<String>. To do this, I always have to match the variable: ```rust let file_path = Some("file.txt"); let foo = match file_path { Some(file_path) => span!(1, 1, file_path), None => span!(1, 1), } ``` Is there a way which allows me to directly use `span!(1, 1, file_path)` where `file_path` could be `"file.txt"`, `Some("file.txt")` or `None`? Thanks in advance!

    26
    16

    Hey, Do you know any free kiosk apps (an app that only allow you to use one app) like [Fully Single Kiosk App](https://play.google.com/store/apps/details?id=com.fullykiosk.singleapp)?

    10
    1
    Why Do You Pirate Music?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
    silva
    Now 80%

    I've also had issues with Lidarr not downloading anything - For example, I tried downloading music from the artist NF - which I don't think is a particularly niche artist - but Lidarr didn't download anything. What indexers do you use to download music?

    3
  • I recently set up Sonarr and Radarr on my home server and I'm loving it. However, I don't get why you would ever use Lidarr. Why would you ever download music using torrents? You can use tools like `spotdl` and `yt-dlp` to download songs from YouTube music and Spotify, it's faster and more reliable; I have had some issues finding torrents of music from less-known artists. To me it seems like it would be much better to have a tool like Lidarr or have support in Jellyseerr to download music from common streaming services. What are your views on this?

    90
    65
    Rule
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
    silva
    Now 100%

    I know, it was exactly the same for me. I hated it when people didn't tell me anything about the game and just said 'Play It'.

    Then I bought it anyway during a sale, and now I'm one of those people: Play It. Without any spoilers.

    5
  • memes
    Memes silva Now 95%
    Impossible
    180
    17
    *deleted by creator*
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
    silva
    Now 100%

    I don't know about where you live, but in Switzerland there are still stores where you can buy computers. In fact, all computers my parents ever bought are from computer stores.

    5
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearSI
    Now
    4 15

    silva

    sopuli.xyz