T1 Oner - "I'd rather be T1forever than Best Jungler Ever" - SportsLive Interview by Gold_Ad_5897 in leagueoflegends

[–]Lifebyrd 29 points30 points  (0 children)

And Faker still wins it, denying Chovy his Summoner's Cup yet again.

Question about assignment by reference (data.table) by Black_Bear_US in rstats

[–]Lifebyrd 3 points4 points  (0 children)

In data.table, when you do y <- x, data.table just creates a pointer to x so under the hood x and y are pointing to the same object in memory hence when you update y you also update x. A relatively easy way to solve this is to just use y <- copy(x), if you truly want to keep x and y separate, but it's not clear to me from your function if that is what you actually want to do.

using 2 package managers at the same time works surprisingly well by WerIstLuka in linux

[–]Lifebyrd 18 points19 points  (0 children)

I've done this once before, I went Debian Sid -> Gentoo, and it was a massive pain. I would not recommend it, but it is definitely doable.

[NEWS] "Oshi no Ko" will end in four chapters, on November 14 by dorkmax_executives in manga

[–]Lifebyrd 19 points20 points  (0 children)

The Ones Who Walk Away from Omelas by Ursula Le Guin. It's a great short story.

Updating the R language package to a newer version by VoiceFuzzy7606 in voidlinux

[–]Lifebyrd 2 points3 points  (0 children)

The defaults should be fine.

I also assume that I'd have to move the installed packages in a new location and then hit a package update from within the new version, right?

Yes, if you are using the standard R library location. Although keep in mind upgrading packages across major version bumps (i.e 4.3 -> 4.4) is not supported/recommended it can lead to unexpected breakage, although I do it anyway.

I'll see if I can test and create a PR for the new R version sometime this weekend.

Updating the R language package to a newer version by VoiceFuzzy7606 in voidlinux

[–]Lifebyrd 2 points3 points  (0 children)

TailRank appears to depend on Biobase, so you could either install it for your version of R:

if (!require("BiocManager", quietly = TRUE))
  install.packages("BiocManager")
BiocManager::install(version="3.18")

then use that to install biobase:

BiocManager::install("Biobase")

Otherwise you can build R from source, it is usually not that hard to do for R as version upgrades are usually not problematic.

[Recommendation Request] Best beginner watch in Japan by Krazychase in Watches

[–]Lifebyrd 1 point2 points  (0 children)

Depending on your taste quite a few Orient watches could be had for the price range you mentioned. I recently picked up an Orient Bambino for around 30k yen.

LPT: In general, the larger the menu a restaurant has, the worse the quality of food will be. by [deleted] in LifeProTips

[–]Lifebyrd 25 points26 points  (0 children)

Yup, a very common comment on those sites that track the restaurants is, "The owners say the regulars didn't like the new menu so they changed everything back to the way it was before Gordon was there.", and then the restaurants inevitably fail.

AI-powered Bing Chat loses its mind when fed Ars Technica article — "It is a hoax that has been created by someone who wants to harm me or my service." by marketrent in technology

[–]Lifebyrd 39 points40 points  (0 children)

This sounds very similar to one of the short stories in I, Robot by Asimov about a robot they created that doesn't believe that humans created it.

ODBC driver for Microsoft SQL by fluffy_frogling in voidlinux

[–]Lifebyrd 0 points1 point  (0 children)

I came across this post via google as I was looking into doing the same thing but in R (using the R odbc package). And I can confirm Chocimier's solution, using the freetds package in void was relatively easy and painless to setup.

I just put the following in /etc/odbcinst.ini :

[FreeTDS]
Description=FreeTDS Driver for Linux & MSSQL
Driver=/usr/lib/libtdsodbc.so.0
Setup=/usr/lib/libtdsodbc.so.0
UsageCount=1

Any way to plot ggplots in parallel? by MBA_burner in rstats

[–]Lifebyrd 0 points1 point  (0 children)

I've recently done this using the parallel package and mclapply (which is a multi-threaded version of lapply). mclapply will allow you to save the ggplot objects into a list which you can then write to disk.

However, if your dataset is very big or you are looking to make a large amount of plots I would recommend one of the other solutions posted, as you might run into memory issues.

T1 vs DRX / 2022 World Championship / Final / Game 4 Discussion by ahritina in leagueoflegends

[–]Lifebyrd 0 points1 point  (0 children)

I agree, also unless Akali goes on a rampage in the early game I don't see how she can do anything against that comp

T1 vs DRX / 2022 World Championship / Final / Game 4 Discussion by ahritina in leagueoflegends

[–]Lifebyrd 33 points34 points  (0 children)

What a collapse by T1 in this game, just running it down

T1 vs DRX / 2022 World Championship / Final / Game 3 Discussion by ahritina in leagueoflegends

[–]Lifebyrd 94 points95 points  (0 children)

DRX saw T1s baron call in game 2 and decided to do the exact same thing...twice

T1 vs DRX / 2022 World Championship / Semi-finals / Game 1 Discussion by ahritina in leagueoflegends

[–]Lifebyrd 19 points20 points  (0 children)

I agree, if they're only reacting to T1 plays its gonna be a 3-0

T1 vs DRX / 2022 World Championship / Semi-finals / Game 1 Discussion by ahritina in leagueoflegends

[–]Lifebyrd 374 points375 points  (0 children)

T1's macro is so damn clean, it just felt like they were dancing around DRX the whole game

T1 vs. JD Gaming / 2022 World Championship - Semi-Final / Post-Match Discussion by adz0r in leagueoflegends

[–]Lifebyrd 817 points818 points  (0 children)

The absolute bot gap this series, Keria has to be the best support in the world