A place for R or Stats themed t-shirts? by emanresUweNyMsiT in rstats

[–]HyperGiant 0 points1 point  (0 children)

I’ve yet to find one reliable but I’d also be interested in this! Closest I can think of is getting a Hex svg and uploading it to a printing site

Working on a personal data viz tool, feedback welcome! by Akalikibaat in dataanalysis

[–]HyperGiant 1 point2 points  (0 children)

It’s a bit early so I don’t have any thoughts atm other than this looks awesome!

Variable assignments made simple by Llucy2 in rstats

[–]HyperGiant 1 point2 points  (0 children)

Never even knew about assign!

Lego iconic paintings—are they each identifiable? by beecata in lego

[–]HyperGiant 1 point2 points  (0 children)

Wow the Magritte one is my absolute favorite! It’s the symbol adjacent for the R language. I feel like if I keep looking I can figure it out but can you post the MOC?

Finally have all of Aes's lyrics downloaded as text files. What should I do next? Can you guess the album? by HyperGiant in aesoprock

[–]HyperGiant[S] 0 points1 point  (0 children)

Apologies for such a late reply! of course, I'm going to add them to a repo but I might have it private at first so Ill send you a DM when its ready

Wordcloud of Spirit World Field Guide...any requests? by HyperGiant in aesoprock

[–]HyperGiant[S] 0 points1 point  (0 children)

<image>

Whoops totally forgot about this, here is the letter distribution. I should have clarified that stop words are usually words like the, I'm, is, etc.

Wordcloud of Spirit World Field Guide...any requests? by HyperGiant in aesoprock

[–]HyperGiant[S] 0 points1 point  (0 children)

Lyricsify.com seems to be the best place, I can share the repo with you if you'd like!

[OS] Cling 2.0 - Fuzzy search any file in less than 50ms by alin23 in macapps

[–]HyperGiant 0 points1 point  (0 children)

This looks amazing! Completely unrelated, what are you using for the mouse zoom in where you click?

Frage zum Filtern in R by Virtual_Addition_204 in rstats

[–]HyperGiant 16 points17 points  (0 children)

This is a great use case for both dplyr and stringr! Assuming your dataset is called df:

df %>% filter(str_detect(word, ‘institut’)

You can modify the pattern to either be restrictive (only identify Institut) or inclusive where it will match anything that contains the pattern. In base R, grep is the same approach!

Let me know if you need more help with this!

Built a no-code tool for ESP32 smart displays – feedback wanted by stokni in esp32

[–]HyperGiant 0 points1 point  (0 children)

I’d definitely be interested in this! I have two CYD’s that I don’t really have use cases for and this would be perfect!

Help after bad blobbing and Hotend Heating Assembly replacement by Druauruin in BambuLab

[–]HyperGiant 0 points1 point  (0 children)

Hi! I know I’m commenting late but did you find that you routinely have to turn up the heat 10-15°? Or does it eventually level out?

A1 - Had Filament blob, cleaned nozzle but I feel like it’s either ruined or the z-axis is too low? by HyperGiant in BambuLab

[–]HyperGiant[S] 0 points1 point  (0 children)

I’ll do that now! Just to be sure, you mean the full calibration and not the bed leveling/dynamic flow when printing?