@martinsteiger Ist das Weibeln für KKWs nicht ein bisschen zu simpel? Selbst ohne Moratorium würden aufgrund der Rahmenbedingungen hier kaum neue KKWs gebaut IMO.
@Magdoll@mbeisen The title says: „One should be careful, or men could be discriminated“. It’s an interview with the German laureate Christiane Nüsslein where she cautions against quota for women among other things: https://t.co/2JuAEdAhpU
@HelmutBuergmann That was badly put and I didn’t mean to attack you - sorry. I see your point, but I think as scientists we should give more time/thought to these things - especially since script based tools are so important for reproducible data.
@HelmutBuergmann The problem is not R, the problem are the users. The knowledge about reproducible data workflows is around, but it has to be used; both by students and their supervisors. See https://t.co/7mSnBFDOpd and check with Stuart at Eawag for guidance.
@popecologist@CatchTwentyToo Clear and lean concept? Many R base functions are riddled with inconsistent argument orders and type unstable return values…I can recommend you „The R Inferno“ to read…I would argue that R had already become obsolete if it weren’t for the tidyverse.
@Kyle_Ireton @tcarpenter216 My issue with many Ultrawide-Screens is the low vertical resolution of most panels. Being used to high-DPI, it just doesn’t look so nice. It’s great for productivity though.
@kdc509 Could be a faulty package. Can you try to use the function using the package::function() notation? maybe also use debugOnce() on the function and then execute it and see what happens. Feel free to DM.
@GilesPalaeoLab I don’t know your use case but do you need that much RAM? I use my MBP 14 M1 Pro 16GB for data science/modelling/developing and photo/video. Blazing fast and rarely hit max RAM. If you can: Definitely try out the two laptops in person. The MBP 14 is superior in many aspects IMO.
@GilesPalaeoLab The MBP 14/16 is a completely different platform when it comes to connectivity, chassis and thermal design. The display, thermal design, keyboard and added connectors alone were worth it for me to get the MBP 14. Unless you love the touchbar, i’d avoid the 13“.
It's quite something that the world's top scientists put out a synthesis report that essentially says civilization as we know it will end unless the world comes together to stop rapidly expanding the fossil fuel industry but to instead rapidly end it, and almost no one cares
This image from today's IPCC synthesis report is brutal. The existing policy trajectory represents a profound failure of our governments, and of our international political system. We need much more aggressive mitigation and much stronger international cooperation.
@bielleogy@perceptophore What I do: 1) I use relative paths that start from my project root (e.g. output/plots/) instead of /Users/remo/… 2) I document directory/file structure in a README .md file 3) Dependencies and package sources must be clearly listed