's Avatar

@eigenvalue0224.bsky.social

142 Followers  |  987 Following  |  7 Posts  |  Joined: 18.02.2024  |  1.588

Latest posts by eigenvalue0224.bsky.social on Bluesky

screenshot of a terminal with the following text (it is a sponsorship advertisement over the output of `git push`:
ฮป git push origin main
                                                             
    This commit was made possible by Raid: Shadow Legends!   
     Use code COMMIT20 to get 20$ off your next purchase.    
                                                             
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 12 threads
Compressing objects: 100% (2/2), done.
Writing objects: 100% (3/3), 240 bytes | 240.00 KiB/s, done.
Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
To tangled.sh:oppi.li/pdsfs
   71e6e17..7df6ae5  main -> main

screenshot of a terminal with the following text (it is a sponsorship advertisement over the output of `git push`: ฮป git push origin main This commit was made possible by Raid: Shadow Legends! Use code COMMIT20 to get 20$ off your next purchase. Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 12 threads Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 240 bytes | 240.00 KiB/s, done. Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0) To tangled.sh:oppi.li/pdsfs 71e6e17..7df6ae5 main -> main

the future is now

04.08.2025 22:00 โ€” ๐Ÿ‘ 176    ๐Ÿ” 34    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0
How to reduce the number of points in a set with multiple diameters
YouTube video by teirikun How to reduce the number of points in a set with multiple diameters

I've launched the video.
youtu.be/ImKNtsWKkTU

27.07.2025 12:30 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

How to solve this?

21.07.2025 08:14 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Inventing Game of Life (John Conway) - Numberphile
YouTube video by Numberphile Inventing Game of Life (John Conway) - Numberphile

From Von Neumann to John Conway's Game of life: two geniuses at play. Life is unpredictable, no matter what. Turing's machines..halting?
youtube.com/watch?v=R9Pl...

#mathematics #games #logic #VonNeumann #JohnConway #haltingproblem #ClayInstitute #PvsNP #numberphile #game #probability #prediction

15.07.2025 16:58 โ€” ๐Ÿ‘ 7    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Changelog

Coming along nice

www.spsanderson.com/RandomWalker...

#R #RStats #RandomWalker

20.07.2025 12:59 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

for an upcoming book chapter

20.07.2025 05:27 โ€” ๐Ÿ‘ 32    ๐Ÿ” 4    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
screenshot of second linked graph, which is a regular hexagon

screenshot of second linked graph, which is a regular hexagon

screenshot of first linked graph, which is a square (although oriented in the "diamond" position)

screenshot of first linked graph, which is a square (although oriented in the "diamond" position)

here are the two graphs as images:

19.07.2025 18:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
SHINee ์ƒค์ด๋‹ˆ 'Lucifer' Dance Practice
YouTube video by SMTOWN SHINee ์ƒค์ด๋‹ˆ 'Lucifer' Dance Practice

Lucifer anniversary means the anniversary of her, the myth, the legend, the rubicon of kpop behind, the tiny radish ponytail & the migraine stripes ๐Ÿฉต youtu.be/ovztfpWPo5M

19.07.2025 09:40 โ€” ๐Ÿ‘ 39    ๐Ÿ” 26    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

I'm excited to share my latest #Math paper, alphaxiv.org/abs/2501.00614
It is my constructive #ProofByContradicton of the Seymour Second Neighborhood Conjecture, using #DataStructures and #Algorithms, #BFS and #coding intuition and rigor to solve this #OpenProblem in #GraphTheory.

18.07.2025 21:36 โ€” ๐Ÿ‘ 7    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

I am in Vancouver at ICML, and tomorrow I will present our newest paper "Partially Observable Reinforcement Learning with Memory Traces". We argue that eligibility traces are more effective than sliding windows as a memory mechanism for RL in POMDPs. ๐Ÿงต

16.07.2025 01:35 โ€” ๐Ÿ‘ 57    ๐Ÿ” 12    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 3

1/(1-x) = 1 + x + xยฒ + xยณ + ...
derivative thrice:
6/(1-x)โด = 1(2)3 + 2(3)4x + ...
let x = ยฝ, รท4:
24 =
sum_0^โˆž of n(n-1)(n+1) / 2^n =
sum_0^โˆž of (nยณ-n) / 2^n

gotta add back sum n/2^n:

1/(1-x),
derivative once:
1/(1-x)ยฒ = 1 + 2x + 3xยฒ + ...
let x = ยฝ, รท2:
2 = sum_0^โˆž of n / 2^n

24+2 = 26 โœ…

answer

14.07.2025 19:36 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Robust Soldier Crab Ball Gate Soldier crabs Mictyris guinotae exhibit pronounced swarming behaviour. The swarms of the crabs tolerant of perturbations. In computer models and laboratory experiments we demonstrate that swarms of so...

Do you know Crab Computer?

arxiv.org/abs/1204.1749

14.07.2025 14:08 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
ๆœ‰้™ใซใ‚‚็„ก้™ใซใ‚‚ใชใ‚Œใชใ„ๅƒ•ใ‚‰ใฎ้›†ๅˆ | ้›‘่จ˜ๅธณ

ใƒ–ใƒญใ‚ฐๆ›ดๆ–ฐใ—ใŸ / ๆœ‰้™ใซใ‚‚็„ก้™ใซใ‚‚ใชใ‚Œใชใ„ๅƒ•ใ‚‰ใฎ้›†ๅˆ blog.miz-ar.info/2025/07/fini...

13.07.2025 09:00 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
A rabbit sitting next to a washing machine, its haunches looking distinctly like a cube, labeled (x,y,z)

A smol bunny sitting on a sidewalk looking like a perfectly round ball of fur apart from its ears, labeled (ฯ,ฮธ,ฯ†)

A rabbit sitting next to a washing machine, its haunches looking distinctly like a cube, labeled (x,y,z) A smol bunny sitting on a sidewalk looking like a perfectly round ball of fur apart from its ears, labeled (ฯ,ฮธ,ฯ†)

A Friday gift to the math/bnuuy community (via โ€œMeme for mathematiciansโ€ on FB)

11.07.2025 13:00 โ€” ๐Ÿ‘ 48    ๐Ÿ” 11    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
An image with a dark blue background and an orange bordered white box. The title in white text at the top reads: "AG Brown blocks returns and sales of machine-gun conversion devices in Washington". Inside the orange bordered white box, a quote in white text reads: "It is unfortunate that litigation was necessary when the federal government could have made these commitments much earlier. But I will do everything possible to keep Washingtonians safe from dangerous machine gun conversion devices. - AG Brown". Below the box is the seal of the Attorney General of Washington, and beneath that, "ATG.WA.GOV" in white text.

An image with a dark blue background and an orange bordered white box. The title in white text at the top reads: "AG Brown blocks returns and sales of machine-gun conversion devices in Washington". Inside the orange bordered white box, a quote in white text reads: "It is unfortunate that litigation was necessary when the federal government could have made these commitments much earlier. But I will do everything possible to keep Washingtonians safe from dangerous machine gun conversion devices. - AG Brown". Below the box is the seal of the Attorney General of Washington, and beneath that, "ATG.WA.GOV" in white text.

The federal government backed down from plans to distribute dangerous machinegun conversion devices known as forced reset triggers, following a lawsuit from our office and 15 other states. Read more at www.atg.wa.gov/news/news-re...

11.07.2025 18:17 โ€” ๐Ÿ‘ 13    ๐Ÿ” 6    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

originally, we had planned to release episodes of Laurie's House biweekly. unfortunately, life, health, and *gestures vaguely* the world make that difficult. to avoid crunching our editing team and to prioritize their wellbeing, we will be releasing episodes less frequently than planned.

10.07.2025 15:47 โ€” ๐Ÿ‘ 34    ๐Ÿ” 10    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
library(tidyplots)

pca |>
  tidyplot(x = pc1, y = pc2, color = group) |>
  add_data_points() |>
  add_ellipse()

library(tidyplots) pca |> tidyplot(x = pc1, y = pc2, color = group) |> add_data_points() |> add_ellipse()

This is how you can add normal data ellipses in #tidyplots 0.3.1 ๐Ÿฃ

Based on: ggplot2.tidyverse.org/reference/st...

#rstats #dataviz #phd

10.07.2025 13:45 โ€” ๐Ÿ‘ 37    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

โ€œmysterious book collector who died of mysterious illness, probably mysteriously.โ€

In my defence, Iโ€™m early in the development of this Trail of Cthulhu scenario.

10.07.2025 14:18 โ€” ๐Ÿ‘ 43    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Post image Post image Post image Post image

Game Concept - A small collection of the previous concept arts I've done for a project I named "Null-Heart" I'm gonna go a little bit further with it and port the art pieces to Godot later.

#pixelart #gamedev #indiegame #retro #cyberpunk #psychological_horror #art #gameboy #retrofuturism #robot

10.07.2025 14:04 โ€” ๐Ÿ‘ 23    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
set.seed(123)
unsampled_dat <- random_wilcox_walk(
  .m = 1, 
  .k = 2, 
  .dimensions = 2, 
  .num_walks = 1, 
  .samp = FALSE
  )

set.seed(123)
sampled_dat <- random_wilcox_walk(
  .m = 1, 
  .k = 2, 
  .dimensions = 2, 
  .num_walks = 1, 
  .samp = TRUE
  )

# row_bind data and mutate a column called samp_ind that is set to sampled for
# sampled data and unsampled for unsampled data
dat <- unsampled_dat |> 
  mutate(samp_ind = "unsampled") |> 
  rbind(
    sampled_dat |> 
      mutate(samp_ind = "sampled")
  )

dat |> 
  ggplot(aes(x = x, y = y)) + 
  facet_wrap(~ samp_ind, scales = "free") +
  geom_path(aes(color = step_number)) + 
  geom_point(data = dat |>
               group_by(samp_ind) |>
               filter(step_number == min(step_number) | step_number == max(step_number))
               , aes(color = step_number), size = 3) + 
  scale_color_viridis_c(option = "plasma") + 
  labs(title = "2D Random Wilcox Walk", x = "X Position", y = "Y Position") + 
  theme_minimal() + 
  theme(legend.position = "none") + 
  theme(
    axis.text.x = element_blank(), 
    axis.ticks.y = element_blank(), 
    axis.text.y = element_blank(), 
    axis.ticks.x = element_blank()
    )

set.seed(123) unsampled_dat <- random_wilcox_walk( .m = 1, .k = 2, .dimensions = 2, .num_walks = 1, .samp = FALSE ) set.seed(123) sampled_dat <- random_wilcox_walk( .m = 1, .k = 2, .dimensions = 2, .num_walks = 1, .samp = TRUE ) # row_bind data and mutate a column called samp_ind that is set to sampled for # sampled data and unsampled for unsampled data dat <- unsampled_dat |> mutate(samp_ind = "unsampled") |> rbind( sampled_dat |> mutate(samp_ind = "sampled") ) dat |> ggplot(aes(x = x, y = y)) + facet_wrap(~ samp_ind, scales = "free") + geom_path(aes(color = step_number)) + geom_point(data = dat |> group_by(samp_ind) |> filter(step_number == min(step_number) | step_number == max(step_number)) , aes(color = step_number), size = 3) + scale_color_viridis_c(option = "plasma") + labs(title = "2D Random Wilcox Walk", x = "X Position", y = "Y Position") + theme_minimal() + theme(legend.position = "none") + theme( axis.text.x = element_blank(), axis.ticks.y = element_blank(), axis.text.y = element_blank(), axis.ticks.x = element_blank() )

set.seed(123)
unsampled_dat <- random_wilcox_walk(
  .m = 1, 
  .k = 2, 
  .dimensions = 2, 
  .num_walks = 1, 
  .samp = FALSE
  )

set.seed(123)
sampled_dat <- random_wilcox_walk(
  .m = 1, 
  .k = 2, 
  .dimensions = 2, 
  .num_walks = 1, 
  .samp = TRUE
  )

# row_bind data and mutate a column called samp_ind that is set to sampled for
# sampled data and unsampled for unsampled data
dat <- unsampled_dat |> 
  mutate(samp_ind = "unsampled") |> 
  rbind(
    sampled_dat |> 
      mutate(samp_ind = "sampled")
  )

dat |> 
  ggplot(aes(x = x, y = y)) + 
  facet_wrap(~ samp_ind, scales = "free") +
  geom_path(aes(color = step_number)) + 
  geom_point(data = dat |>
               group_by(samp_ind) |>
               filter(step_number == min(step_number) | step_number == max(step_number))
               , aes(color = step_number), size = 3) + 
  scale_color_viridis_c(option = "plasma") + 
  labs(title = "2D Random Wilcox Walk", x = "X Position", y = "Y Position") + 
  theme_minimal() + 
  theme(legend.position = "none") + 
  theme(
    axis.text.x = element_blank(), 
    axis.ticks.y = element_blank(), 
    axis.text.y = element_blank(), 
    axis.ticks.x = element_blank()
    )

set.seed(123) unsampled_dat <- random_wilcox_walk( .m = 1, .k = 2, .dimensions = 2, .num_walks = 1, .samp = FALSE ) set.seed(123) sampled_dat <- random_wilcox_walk( .m = 1, .k = 2, .dimensions = 2, .num_walks = 1, .samp = TRUE ) # row_bind data and mutate a column called samp_ind that is set to sampled for # sampled data and unsampled for unsampled data dat <- unsampled_dat |> mutate(samp_ind = "unsampled") |> rbind( sampled_dat |> mutate(samp_ind = "sampled") ) dat |> ggplot(aes(x = x, y = y)) + facet_wrap(~ samp_ind, scales = "free") + geom_path(aes(color = step_number)) + geom_point(data = dat |> group_by(samp_ind) |> filter(step_number == min(step_number) | step_number == max(step_number)) , aes(color = step_number), size = 3) + scale_color_viridis_c(option = "plasma") + labs(title = "2D Random Wilcox Walk", x = "X Position", y = "Y Position") + theme_minimal() + theme(legend.position = "none") + theme( axis.text.x = element_blank(), axis.ticks.y = element_blank(), axis.text.y = element_blank(), axis.ticks.x = element_blank() )

Now here is the random_wilcox_walk() function with the .samp parameter set to TRUE (the default at 80%) and FALSE using the same seed to see how the sample function changes the output.

#R #RStats #Visualization #ggplot2 #RandomWalker

10.07.2025 13:08 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Key numbers in cell biology

Having a sense of scale helps to think more rigorously and realistically about biological systems.

09.07.2025 11:13 โ€” ๐Ÿ‘ 103    ๐Ÿ” 29    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Photo of a geometric watercolor pencils drawing on stretched canvas: Three overlapping Lissajous figures defined by combinations of sin(t), sin(2t), sin(3t), and a third "3D" view as an orthographic projection. The lines are used as a tesselation of the drawing surface and colored in the style of stained glass. Work in progress, by elkement 2025.

Photo of a geometric watercolor pencils drawing on stretched canvas: Three overlapping Lissajous figures defined by combinations of sin(t), sin(2t), sin(3t), and a third "3D" view as an orthographic projection. The lines are used as a tesselation of the drawing surface and colored in the style of stained glass. Work in progress, by elkement 2025.

Work in progress:

3D Lissajous figure x=sin(t),y=sin(2t),z=sin(3t) constructed from its 2D projections.

#SciArt #MathArt

Watercolor pencils, for the first time on stretched canvas!

09.07.2025 19:58 โ€” ๐Ÿ‘ 36    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Photograph of a metallic blue/green beetle with a very spider-like body, a huge fake "abdomen" that is swollen and dented with even pits over its bulbous surface. It is otherwise ant-like, standing on a pure white stylized background.

Photograph of a metallic blue/green beetle with a very spider-like body, a huge fake "abdomen" that is swollen and dented with even pits over its bulbous surface. It is otherwise ant-like, standing on a pure white stylized background.

The thing about entomology is, there are always weirder bugs than anything you could imagine on your own.

Here's Cysteodemus wislizeni, a blister beetle from west Texas.

09.07.2025 20:20 โ€” ๐Ÿ‘ 704    ๐Ÿ” 129    ๐Ÿ’ฌ 25    ๐Ÿ“Œ 7
Preview
Honey bees remove 80% of pollenโ€”leaving native bees with nothing Feral honey bees, once celebrated for their agricultural value, are now threatening native ecosystems in Southern California by monopolizing pollen sources and overwhelming native pollinators. A new s...

More evidence that honey bees are detrimental to native biodiversity in North America.

09.07.2025 20:25 โ€” ๐Ÿ‘ 185    ๐Ÿ” 75    ๐Ÿ’ฌ 5    ๐Ÿ“Œ 6
A weed tree with massive green leaves

A weed tree with massive green leaves

Every time I see one of these princess trees itโ€™s nearly impossible for me to resist petting them because they are so soft and velvety.

09.07.2025 22:26 โ€” ๐Ÿ‘ 77    ๐Ÿ” 3    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Small puppy in a a black dog bed. She has black spots with Grey on her back and a white and copper face with black and Grey ears. She has 18 charisma with a +5 to charm person.

Small puppy in a a black dog bed. She has black spots with Grey on her back and a white and copper face with black and Grey ears. She has 18 charisma with a +5 to charm person.

Hey @darthbluesky.bsky.social I know almost everything is bad. But I finally got a new Mini Australian Sheppard puppy after losing my soul dog 7 years ago. Meet Freyja. She makes the world a better place.

08.07.2025 14:04 โ€” ๐Ÿ‘ 8024    ๐Ÿ” 317    ๐Ÿ’ฌ 347    ๐Ÿ“Œ 32

Now, if she does it like this
Will you do it like that?
Now, if she touches like this
Will you touch her right back?
Homie, are you dating a Bop it?

08.07.2025 13:12 โ€” ๐Ÿ‘ 36    ๐Ÿ” 12    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0

not to step on any toes here but a cat wouldnโ€™t say โ€œhoomanโ€, especially not if the rest of their statement is articulate English

08.07.2025 16:08 โ€” ๐Ÿ‘ 29    ๐Ÿ” 2    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Moon at sunrise. Dark landscape below, orange sky, pale blue sky turning darker at top, some gray-white thin clouds scattered about, with a sliver of the moon illuminated center right top.

Moon at sunrise. Dark landscape below, orange sky, pale blue sky turning darker at top, some gray-white thin clouds scattered about, with a sliver of the moon illuminated center right top.

Sliver of moon at sunrise. November 2024. ๐Ÿงก๐Ÿ’™

08.07.2025 14:46 โ€” ๐Ÿ‘ 4958    ๐Ÿ” 302    ๐Ÿ’ฌ 63    ๐Ÿ“Œ 16
Post image

๐Ÿšจ๐Ÿšจ New paper alert: Culture vs. Institutions

@ainagallego.bsky.socialโ€ฌ, Ana Tur-Prats and I have a new paper out in the JOP that examines the impact of historical family types on modern-day female political representation.

09.07.2025 10:16 โ€” ๐Ÿ‘ 37    ๐Ÿ” 15    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

@eigenvalue0224 is following 20 prominent accounts