Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CT
Posts
9
Comments
30
Joined
2 yr. ago
  • What do you even mean? Obviously, you are washing off all the bacteria that is in the soil and the bugs. It doesn't make it sterile, but rinsing makes the overall amout of bacteria significantly lower....

  • Permanently Deleted

  • You cannot just put aside your personal responsibility just by pointing a finger at someone who's causing more pollution.

    Yes, private jets are very bad and should be banned. Yes, corporations are major players in pollution and should be heavily regulated. Yes, there is a ton of rich people each causing more pollution than entire cities.

    Meanwhile, I can still try to introduce more vegetarian meals to my diet.

  • Permanently Deleted

  • Yes, my personal waste is dwarfed by waste of large organization...

    Yes, the solution is in regulations and criminalization of polution by corporation.

    But you should still recycle.

  • Permanently Deleted

  • Of course, one should do as much as they can and mainly vote and push the government for regulation. I just don't think, that this infographic does a good job of communicating the information. You should recycle regardless of the impact size compared to not having a child.

    If you look at it as something that can be used as propaganda all it seems to accomplish is shifting the blame to families with multiple kids and low-income households that cannot buy electric cars.

  • Permanently Deleted

  • I find it hard to believe such graphics and because it's annual I think it's quite misleading. Replacing lightbulbs has a low impact, but they will last years. During that time it will have the same impact as if you switch to a plant-based diet for a year. Some items are one-time investments that will have a lasting effect while others are everyday struggles with comparatively low effects related to the effort required. Furthermore, this creates a feeling that some actions are nearly meaningless. Some may say I am childless so I can fly 3 times a year and have a lower impact than this family with two kids.

  • One more note about safety when it comes to open source or FOSS, is that you should use only the main repository and distributions provided by the official team. Often people clone existing repo, insert malicious code and publish it as their app on play store etc.

  • guitars @lemmy.world
    CthulhuDreamer @lemmy.world

    What is your minimal requirement for someone to call themselves guitarist?

    What is your minimal level that begginer guitar player has to cross to call themselves guitarist?

    No Stupid Questions @lemmy.world
    CthulhuDreamer @lemmy.world

    What are your thoughts on bots reposting links to Reddit posts?

    It reminds me how Imgur is often discussing images that were uploaded for Reddit and OP will never know about all the comments.

    boardgames @feddit.de
    CthulhuDreamer @lemmy.world

    Suggestions for simple card game

    I am looking for a simple card game that would be fun for the elderly and at the same time would break the monotony of traditional card games, that they are currently playing. Preferably something internationally popular so it is easy to buy in the EU.

    Edit: Thanks everyone. I bought The Crew and noted a lot of other games. Hope it will go well :)

    Free eBooks @sh.itjust.works
    CthulhuDreamer @lemmy.world

    Collection of books about programming in R

    R Programming @programming.dev
    CthulhuDreamer @lemmy.world

    print to console tables that can be easily copied and pasted to Excel

    There is a function format_csv in package readr, which outputs csv formated output to string. It can be used as

     undefined
        
    to_console<-function(dta){
     cat(readr::format_csv(dta))
    }
    
    
    dta |> someoperation() |> to_console()
    
      
    R Programming @programming.dev
    CthulhuDreamer @lemmy.world

    What are the things you dislike about R?

    I will start:

    a) as.Date("2022-Jul-01", format ="%Y-%b-%d") will or will not work depending on os language

    b) how R handles diacritics and encoding differently on Linux and on windows

    c) Rstudio :D

    Jerboa @lemmy.ml
    CthulhuDreamer @lemmy.world

    unable to report posts

    When I try to report post, it just says failed to send email. Does anyone run into the same issue?

    Today I Learned @lemmy.world
    CthulhuDreamer @lemmy.world

    TIL platypuses glow under blacklight

    You Should Know @lemmy.world
    CthulhuDreamer @lemmy.world

    YSK that first aid changed quite a bit in the last few years, so if haven't done training recently, you should!

    Why YSK: there has been quite a development in the first aid medicine and some things we used to learn are now regarded as myths and should be avoided. Anyway it always good to, keep your first aid knowledge up to date.