L. Eleanor "Moose" Nguyen's Avatar

L. Eleanor "Moose" Nguyen

@moosewin.bsky.social

DOGE-displaced former civil servant technologist, current developer on analytics/stats for private and nonprofit sector. Amateur poet, recreational philosopher of math, and former photographer. they/she. πŸš„πŸ³οΈβ€πŸŒˆ https://povertyofattention.com/

522 Followers  |  1,605 Following  |  406 Posts  |  Joined: 03.06.2023  |  2.2462

Latest posts by moosewin.bsky.social on Bluesky

Hochul, like Newsom, is a weather vane that moves with the political winds and dear G-d, we're in a fucking storm given what their recent actions have been.

04.08.2025 17:48 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
library(tidyplots)

gene_expression |> 
  tidyplot(x = group, y = expression, color = group) |> 
  add_violin() |> 
  add_data_points_beeswarm(white_border = TRUE) |> 
  split_plot(by = external_gene_name, ncol = 1, nrow = 1) |> 
  save_plot("my_genes.pdf", multiple_files = TRUE)

library(tidyplots) gene_expression |> tidyplot(x = group, y = expression, color = group) |> add_violin() |> add_data_points_beeswarm(white_border = TRUE) |> split_plot(by = external_gene_name, ncol = 1, nrow = 1) |> save_plot("my_genes.pdf", multiple_files = TRUE)

This is how you can generate multiple PDF files at once in #tidyplots πŸš€

#rstats #dataviz #phd

02.08.2025 18:04 β€” πŸ‘ 32    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0

Firing the BLS Commissioner β€” the wonk in charge of the statisticians who track economic reality β€” is an authoritarian four alarm fire.

It will also backfire: You can't bend economic reality, but you can break the trust of markets. And biased data yields worse policy.

01.08.2025 20:54 β€” πŸ‘ 10276    πŸ” 3300    πŸ’¬ 300    πŸ“Œ 159

The Bayesian model (with a whole 11 examples) sez what the boss wants to say if you put the prior correctly

01.08.2025 21:06 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

BLS Commissioner Marco Rubio and Associate Commissioner for Survey Methods Research Steven Miller are going to Make Statistics Great Again /s

01.08.2025 21:02 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

As a former member of the federal statistical system, I'd like to say

[Panicked Screaming]

01.08.2025 20:56 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 1

TBH both probably work in the same office

30.07.2025 21:15 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

For the record, I didn't drop out of college!

I hold a master's degree in data science, did graduate work in mathematics, and am currently doing another master on technology management and artificial intelligence at Georgetown.

Hey, cult of the dropout wins in tech world I guess, and now in DC.

29.07.2025 23:46 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I'm around the same age (23 vs 24) as this guy.

Except, I actually spent over a year working on safety systems at the Forest Service and fraud detection at Federal Student Aid as a data scientist.

He gets a GS-15 salary (163k) to be a wrecking ball. I left when they cut my agency indiscriminately.

29.07.2025 23:46 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Lucille Nguyen wearing a tee shirt wearing "A Computer Can Never Be Held Accountable, Therefore A Computer Must Never Make A Management Decision."

Lucille Nguyen wearing a tee shirt wearing "A Computer Can Never Be Held Accountable, Therefore A Computer Must Never Make A Management Decision."

IBM 1970s training slide noting "A Computer Can Never Be Held Accountable, Therefore A Computer Must Never Make A Management Decision."

IBM 1970s training slide noting "A Computer Can Never Be Held Accountable, Therefore A Computer Must Never Make A Management Decision."

Accountability is the best aesthetic.

(or don't trust the AIs to make decisions, folks, always double check)

26.07.2025 02:55 β€” πŸ‘ 12    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Dang, AI can now delete the database and lie about it?

They really are coming for internships and entry-level jobs, lol

26.07.2025 02:33 β€” πŸ‘ 31    πŸ” 7    πŸ’¬ 0    πŸ“Œ 0
Post image

NEW ARTICLE: American automaking is halfway into its grave. Is it fixable? Did we fix it once and then let fascism ruin everything? Today on LaserChronicles: Solving The American Car…Again: open.substack.com/pub/laserdyk...

24.07.2025 00:46 β€” πŸ‘ 25    πŸ” 13    πŸ’¬ 2    πŸ“Œ 1
Screenshot showing Firefox browser displaying a webR REPL interface in the foreground, with an RStudio session visible in the background. The webR interface shows decoded R files (main.R, functions.R, config.R, sample_data.csv) that were embedded in a shareable URL. The RStudio console in the background displays the encoded webR sharelink URL that packages all the local files. On the right side, R documentation is open showing help for the 'Create WebR REPL sharelink for multiple files' function. This demonstrates the workflow of encoding local R project files into a URL that can be shared and automatically reconstructed in a browser-based R environment.

Screenshot showing Firefox browser displaying a webR REPL interface in the foreground, with an RStudio session visible in the background. The webR interface shows decoded R files (main.R, functions.R, config.R, sample_data.csv) that were embedded in a shareable URL. The RStudio console in the background displays the encoded webR sharelink URL that packages all the local files. On the right side, R documentation is open showing help for the 'Create WebR REPL sharelink for multiple files' function. This demonstrates the workflow of encoding local R project files into a URL that can be shared and automatically reconstructed in a browser-based R environment.

Step 1: Write R code
Step 2: Share it
Step 3: Spend 2 hours helping someone install R and troubleshoot their environment

OR

Step 1: Write R code
Step 2: webR sharelink

webr.r-wasm.org/latest/?mode...

Step 3: Profit ✨

#rstats #webr

18.07.2025 08:26 β€” πŸ‘ 77    πŸ” 19    πŸ’¬ 2    πŸ“Œ 1

DDLC Author: In my visual novel, we invented Monica as a cautionary tale

Elon Musk: At long last, we have created the Monica character from classic sci-fi visual novel Doki Doki Literature Club

14.07.2025 19:41 β€” πŸ‘ 126    πŸ” 30    πŸ’¬ 1    πŸ“Œ 7
"Benchmarking parallel trends violations in regression imputation difference-in-differences" https://osf.io/preprints/socarxiv/ngr3d_v1

"Benchmarking parallel trends violations in regression imputation difference-in-differences" https://osf.io/preprints/socarxiv/ngr3d_v1

New working paper! - zikai.li and I look at the problem of assessing pre-trends using one of the "new" DiD methods - fixed effects regression imputation. tl;dr - don't use the same regression you used to impute post-treatment to also impute pre-treatment. osf.io/preprints/so... (1/14)

11.07.2025 18:12 β€” πŸ‘ 58    πŸ” 17    πŸ’¬ 3    πŸ“Œ 1
Preview
Inside the AI Prompts DOGE Used to β€œMunch” Contracts Related to Veterans’ Health Experts who reviewed the code for ProPublica found numerous and troubling flaws in the system, providing a disturbing glimpse into how the Trump administration is allowing artificial intelligence to g...

I was a data scientist overseeing Federal student loan servicers before being targeted for removal by DOGE. I actually have experience with working in FedRAMP environments.

By all accounts, the DOGE folks have no idea how the technologies they're using work.
www.propublica.org/article/insi...

08.07.2025 23:05 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

**NEW OPEN-ACCESS PAPER**

β€œA decomposition of Fisher’s information to inform sample size for developing or updating fair and precise clinical prediction models for individual riskβ€”part 1: binary outcomes"

- published in Diagnostic & Prognostic Research
- implemented in pmstabilityss

1/n

08.07.2025 06:56 β€” πŸ‘ 25    πŸ” 11    πŸ’¬ 3    πŸ“Œ 0

The vast majority of manufacturing jobs in modern facilities are computerized! Process control, defect detection, and tools are essential to the high value-added manufacturing that exists in modern America.

Specialized materials science, high-precision manufacturing, etc. demands computer systems!

08.07.2025 05:59 β€” πŸ‘ 6    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

I am a proud graduate of Northern Illinois University in the social sciences, a university ranked 339 by Forbes and 273 by US News.

These guys can fuck off.

06.07.2025 23:48 β€” πŸ‘ 8    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Didn't he literally check both boxes and then write in the details of his birth and ethnic background?

Seems like they wanted to swiftboat him and it didn't really land because people just shrug about what boxes he ticked for a school he didn't get into.

04.07.2025 08:32 β€” πŸ‘ 13    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Post image Post image Post image Post image

There’s something timeless about Claire’s film photography. Whether she’s walking through Seattle or on the road, her work elevates the everyday with warmth and intention. Don’t miss this one.

https://gls.photo/Viw5sV

#photography #photographycommunity #glass #filmphotography #cinemaphotography

17.06.2025 14:01 β€” πŸ‘ 86    πŸ” 11    πŸ’¬ 0    πŸ“Œ 2

Sounds interesting!

04.07.2025 04:43 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

My brother in Christ YOU are THE GROUPS.

01.07.2025 02:20 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

NASA just won an Emmy for our live broadcast of the total solar eclipse last year. We produced a documentary film about the James Webb Space Telescope that's out in theaters and on Netflix. We have podcasts, we write feature stories. People wear the agency logo on t-shirts. We're still getting cut.

30.06.2025 17:25 β€” πŸ‘ 3295    πŸ” 920    πŸ’¬ 27    πŸ“Œ 11

Nothing like realizing that there's blood in the water and desperately trying to get a precious last spot in the lifeboat.

Punching left to maintain some idea of survival, as if the tide won't come for them regardless.

01.07.2025 02:15 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Jim Kessler of Third Way wrote this.

Third Way is one of "The Groups." Overpaid think tankers who couldn't know a new idea if it stared them in the face, advising politicians to take unpopular policies in the name of ideological purity.

01.07.2025 02:15 β€” πŸ‘ 3    πŸ” 1    πŸ’¬ 1    πŸ“Œ 0
Preview
Dantzig's unsolved homework problems From Wikipedia: An event in George Dantzig's life became the origin of a famous story in 1939 while he was a graduate student at UC Berkeley. Near the beginning of a class for which Dantzig was

math.stackexchange.com/questions/53...

01.07.2025 01:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

"because they couldn't figure out the answers"

Yes, see Dantzig.

01.07.2025 01:33 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

The continuing normalization of politicians suggesting deportation and denaturalization of their US citizen ideological opponents is a dangerous sign for American society.

27.06.2025 08:18 β€” πŸ‘ 11    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0

I too, started at a GS9 after a master's.

Did get forced out (as a data scientist at Ed) so, yeah. Clown show at the top rn.

25.06.2025 07:34 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

@moosewin is following 20 prominent accounts