jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / everything · hot matching “set”

9 shown · updated 4s ago · read only
  1. Trump 2.0 has deleted or altered nearly 400 US datasets, endangering public health, education and more (theguardian.com)lemmy

    64 points by u/MicroWave in c/news · 55m ago · 1 lemmylemmy

    ***Health data appears to be most affected by administration’s attempt to wipe findings that don’t align with its priorities, tracker shows*** A database of federal law enforcement officer misconduct records. A survey measuring physical, sexual and emotional violence against ch…
    filed under newsus_news
  2. .NET 10 Elevation Bug when using Admin By Request (stackoverflow.com)stack

    29 points by Curt Blunt in stackoverflow.com · 8m ago · stack

    Does anybody know what is happening with the bugs? Any workaround available? https://github.com/wixtoolset/issues/issues/9001 https://github.com/dotnet/runtime/issues/127647 Thanks
    filed under .netruntime
  3. My cat has 2 lap settings: 1. You attempted to lift your leg, but I am the weight of 10,000 dying suns, & I will not be disturbed. You will perish here. 2. You moved your ankle… (bsky.app)bluesky

    1.4k points by @missybbbobtail.bsky.social in bsky.app · 1h ago · 46 bluesky

    My cat has 2 lap settings: 1. You attempted to lift your leg, but I am the weight of 10,000 dying suns, & I will not be disturbed. You will perish here. 2. You moved your ankle 1/10000th of an inch. I am leaving immediately. You've offended not only me but my ancestors.
  4. Bondi library removes book How to Sell a Genocide from shelves after complaint (theguardian.com)mastodonlemmy

    72 points by @aral@mastodon.ar.al in fosstodon.org · 1h ago · 4 mastodonlemmy

    Bondi library removes book How to Sell a Genocide from shelves after complaint https://www. theguardian.com/culture/2026/a ug/18/sydney-waverley-library-removes-book-how-to-sell-a-genocide-from-shelves-ntwnfb “Denial is an integral part of genocide and includes the secret planni…
  5. Grouping by variables in a dataset across multiple columns (stackoverflow.com)stack

    21 points by Cameron in stackoverflow.com · 14h ago · stack

    I am trying to group my dataset by variables that can appear in multiple columns in R. If a given variable appears any time in any of these four columns, I want it to fall into a group, so I can compare groups by that variable. For example: value <- c(2.4, 3.6, 7.8, 9.1) color_1…
    filed under rdataframedplyr
  6. Applying user-defined function in `dplyr::mutate` works with small dataset but not with slightly larger one [closed] (stackoverflow.com)stack

    19 points by Ciarán D. McInerney in stackoverflow.com · 26h ago · stack

    I have a user-defined function in which I take some distributional parameters and use `stats::qbeta` to retrieve a quantile-th value from a beta distribution. Below is a minimum dataset for reproducing some odd behaviour: my function returns NaN when I supply all rows of the dat…
    filed under rdplyr
  7. How to memory-efficiently convert a large dataframe to a matrix in R (stackoverflow.com)stack

    16 points by Sethzard in stackoverflow.com · 18d ago · stack

    I have a large dataframe of data. I need to convert it to a matrix. Whenever I try to do it, I crash R by running into memory limits. I think the reason is that when it's performing the conversion, R is storing the whole thing as both a matrix and a dataframe. How can I convert…
  8. Why do I suddenly get "Execution failed for task :app:configureCMakeDebug[arm64-v8a]" while building? (stackoverflow.com)stack

    15 points by Wiem Ben yahia in stackoverflow.com · 2y ago · stack

    My app was working yesterday, but now gives me: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\{my path}\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler i…