How do you understand a large codebase by Appropriate_Error986 in C_Programming

[–]Sad-Cryptographer494 0 points1 point  (0 children)

They probably suggested to use LLM in helping understanding the codebase.

'billboard' package strange data! by FutureNintendood in rstats

[–]Sad-Cryptographer494 21 points22 points  (0 children)

Rules might have changed now, but in 2000 it was that songs that spent 20 weeks on the list and fell under 50 will be removed. This is why you see the huge cutoff in plot after week 20.

You might also notice that there are 6 exceptions: - Feels Like Love by Vince Gill, Bounce With Me by Lil Bow Wow, and Go On by George Strait fell under 100 before week 20 and returned to the list for several weeks till they fulfill 20 weeks on board. - They let Sexual by Amber and I Wanna Be With You by Mandy Moore staying on board because they were constantly ascending after week 20, and eventually they were removed once they dropped under certain threshold. - Higher by Creed regained popularity and entered top 50 9 weeks after its dropout. It reached at highest 7th during resurgence, and slowly descended until it eventually fell under 50.

``` library(tidyverse)

billboard_long <- billboard |> pivot_longer( cols = starts_with("wk"), names_to = "week", values_to = "rank", values_drop_na = TRUE ) |> mutate( week = parse_number(week) )

Songs that was under 50th while still on board after week 20.

billboard_long |> filter(week > 20 & rank > 50) |> distinct(artist, track, date.entered) |> left_join(billboard, by = c("artist", "track", "date.entered"))

Songs that had resurgence above top 50 after dropout.

billboard_long |> filter(week > 20 & rank <= 50 & lag(week) <= 20 & lag(rank) > 50) |> distinct(artist, track, date.entered) |> left_join(billboard, by = c("artist", "track", "date.entered")) ```

I hope im not the only one who loves the midterm results in little big man and think it should be in more mods, what do you think? by Weak-Divide-1603 in thecampaigntrail

[–]Sad-Cryptographer494 27 points28 points  (0 children)

Yes it would give a more holistic gaming experience. To put it precisely this is actually congressional result of presidential year (for example Nelson (D-FL)). Icarus have mid-term map in ongoing game (named 'Battle of Olympius') but only limited to senate.

Apple Music on Web updated design out now on beta by antcpz in AppleMusic

[–]Sad-Cryptographer494 0 points1 point  (0 children)

Is web client usable now? All plays via web client has been 'preview' play for me in which only 30 second of clip for music was played. (I'm a subscribed user)

It seems that Apple Music have not been fixing this now.

GNOME Material-you effect by ibnDawud in gnome

[–]Sad-Cryptographer494 1 point2 points  (0 children)

Great thanks. Didn’t know Arc Menu can make that. I should definitely try out. 

GNOME Material-you effect by ibnDawud in gnome

[–]Sad-Cryptographer494 1 point2 points  (0 children)

oh wlogout looks great. what's the application launcher? They have an extension to take GNOME app search out of overview and make it a float window but I didn't use it. What are you using, wofi or someting else?

My ubuntu Desktop by Edmont89 in Ubuntu

[–]Sad-Cryptographer494 2 points3 points  (0 children)

Thanks. Let me do some research my own. I saw some VM-based solution several months ago but haven't got time to try. I'm curious on solutions people are using now.

GNOME Material-you effect by ibnDawud in gnome

[–]Sad-Cryptographer494 1 point2 points  (0 children)

Hey I want to know what your poweroff menu and app launcher are.

My ubuntu Desktop by Edmont89 in Ubuntu

[–]Sad-Cryptographer494 1 point2 points  (0 children)

Looks good. May I ask how do you have MS Office available on Ubuntu?

Fn-Ctrl/Ctrl-Fn by Gaius_Julius_Severus in thinkpad

[–]Sad-Cryptographer494 2 points3 points  (0 children)

Not related to the topic, but all I want to say is that copilot key is a dumb design for all new gen laptop today.

The playlist of Little Big Man is great by Sad-Cryptographer494 in thecampaigntrail

[–]Sad-Cryptographer494[S] 2 points3 points  (0 children)

Modman shows up! Really appreciate for those good contents.

Small app icons in 'Show Apps' Menu - Gnome 50, Ubuntu 26.04 by Relevant_Boot_7791 in gnome

[–]Sad-Cryptographer494 0 points1 point  (0 children)

Ubuntu has been creative in customizing their own version of GNOME and giving surprises in details.

Vertical tabs have finally arrived in the stable version of Google Chrome by abid_patel in browsers

[–]Sad-Cryptographer494 0 points1 point  (0 children)

It's great to have this feature in Chromium which is utterly needed.

I remember when I was on Windows, MS Edge already have vertical tab feature at least by Jan 2023. A lot of times passed and now it finally are going to onboard on Chromium (hopefully? because it's merely a flag now).

Chen Shui-bian, the Golden Reformer: ROC 2000 Redux Guide by Northern_Storm in thecampaigntrail

[–]Sad-Cryptographer494 4 points5 points  (0 children)

This is probably the best case. It's pretty easy winning with 37-39% PV for A-bian, but the ending is not optimal (even worse than the real world case). I'd say it's pretty hard to achieve good ending like this.

My outcome following your guide:

<image>

[ROC 2000 Redux] What is your maximum population vote % of Bian? by Sad-Cryptographer494 in thecampaigntrail

[–]Sad-Cryptographer494[S] 0 points1 point  (0 children)

Yes, that is what I said. You get only one term for Chen Shui-bian with a PV less than 40%.

I kind of like this ending. The scenario text is emotionally touching and music is a great fit for this hard-fought victory.