:rstats: :haskell: :julia: :rust: :apl: :python: :bash:
Also […]
🌉 bridged from ⁂ https://fosstodon.org/@jonocarroll, follow @ap.brid.gy to interact
https://evanhahn.com/fizz-buzz-without-conditionals-or-booleans/ how about just relying on lexical sorting?
from itertools import cycle
def main():
fizz = cycle(["", "", "Fizz"])
buzz = cycle(["", "", "", "", "Buzz"])
numbers = range(1, 101)
for f, b, n in zip(fizz […]
https://evanhahn.com/fizz-buzz-without-conditionals-or-booleans/ how about just relying on lexical sorting?
from itertools import cycle
def main():
fizz = cycle(["", "", "Fizz"])
buzz = cycle(["", "", "", "", "Buzz"])
numbers = range(1, 101)
for f, b, n in zip(fizz […]
It's a learning-new-things-about-webcomics-I-love themed day today, I suppose - Oglaf (NSFW but extremely funny) is made by some Australians! And one of them is working with the Umbilical Brothers! […]
It's a learning-new-things-about-webcomics-I-love themed day today, I suppose - Oglaf (NSFW but extremely funny) is made by some Australians! And one of them is working with the Umbilical Brothers! […]
Ep39 announcement: piaf.org/@davidrevoy/115538356547302189" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://framapiaf.org/@davidrevoy/115538356547302189 by @davidrevoy
It's also very broadly translated (68 languages!) - […]
Ep39 announcement: piaf.org/@davidrevoy/115538356547302189" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">https://framapiaf.org/@davidrevoy/115538356547302189 by @davidrevoy
It's also very broadly translated (68 languages!) - […]
Neat! Hopefully less clicking-through to gain context on comments now.
Neat! Hopefully less clicking-through to gain context on comments now.
https://www.youtube.com/watch?v=8R8ulz4MVm0
I was admiring how extensible it was and it struck me that it was a good fit for sending logged errors via {ntfy} - I got a working proof of […]
[Original post on fosstodon.org]
https://www.youtube.com/watch?v=8R8ulz4MVm0
I was admiring how extensible it was and it struck me that it was a good fit for sending logged errors via {ntfy} - I got a working proof of […]
[Original post on fosstodon.org]
Send a message to your devices on-demand or when some code completes, including emoji and plot outputs. No […]
[Original post on fosstodon.org]
Send a message to your devices on-demand or when some code completes, including emoji and plot outputs. No […]
[Original post on fosstodon.org]
#rstats #python #ripdavidlynch
#rstats #python #ripdavidlynch
https://drops.mathspp.com/subscribe?ref=dy06MhyDko
as well as the (free) uv cheatsheet https://mathspp.com/blog/uv-cheatsheet
Lots of helpful hints and tips.
https://drops.mathspp.com/subscribe?ref=dy06MhyDko
as well as the (free) uv cheatsheet https://mathspp.com/blog/uv-cheatsheet
Lots of helpful hints and tips.
I'm renewing my offer to guide newbies through the R package building / fixing / reviewing process during Hacktoberfest - see this post […]
I'm renewing my offer to guide newbies through the R package building / fixing / reviewing process during Hacktoberfest - see this post […]
What if this is all they have? What if they're isolated with or without people in their life? What if the only kind word they […]
What if this is all they have? What if they're isolated with or without people in their life? What if the only kind word they […]
https://rweekly.org/2025-W39.html
This week's highlights:
✏️ All the Ways to Programmatically Edit or Parse R Markdown / Quarto Documents by @rOpenSci
🈂️ I Vibe Coded an R Package by @jonocarroll
☑️ Quality Control for Scanned Multiple-Choice Exams by […]
https://rweekly.org/2025-W39.html
This week's highlights:
✏️ All the Ways to Programmatically Edit or Parse R Markdown / Quarto Documents by @rOpenSci
🈂️ I Vibe Coded an R Package by @jonocarroll
☑️ Quality Control for Scanned Multiple-Choice Exams by […]
and it ... actually works?!?
https://jcarroll.com.au/2025/09/13/i-vibe-coded-an-r-package/
I wanted an #rstats package to exist so I spent $20 and got Claude Code to build it for me.
Plus a shiny app using it: https://jcarroll.shinyapps.io/kanjiexplorer/
and it ... actually works?!?
https://jcarroll.com.au/2025/09/13/i-vibe-coded-an-r-package/
I wanted an #rstats package to exist so I spent $20 and got Claude Code to build it for me.
Plus a shiny app using it: https://jcarroll.shinyapps.io/kanjiexplorer/
and it ... actually works?!?
https://jcarroll.com.au/2025/09/13/i-vibe-coded-an-r-package/
I wanted an #rstats package to exist so I spent $20 and got Claude Code to build it for me.
Plus a shiny app using it: https://jcarroll.shinyapps.io/kanjiexplorer/
and it ... actually works?!?
https://jcarroll.com.au/2025/09/13/i-vibe-coded-an-r-package/
I wanted an #rstats package to exist so I spent $20 and got Claude Code to build it for me.
Plus a shiny app using it: https://jcarroll.shinyapps.io/kanjiexplorer/
Calculating the nth roots of unity in R and Julia
Calculating the nth roots of unity in R and Julia
https://www.youtube.com/live/ctc2kx3LxG8
why the addition of 0 for each term of the multiplication? Is it to have NA values […]
[Original post on fosstodon.org]
https://www.youtube.com/live/ctc2kx3LxG8
why the addition of 0 for each term of the multiplication? Is it to have NA values […]
[Original post on fosstodon.org]
- a phone app can measure the rotation speed fairly decently just by going for a ride on the platter
- 34.3rpm is 3% faster then the desired 33.3rpm
- I can distinguish the 3% difference by ear; I definitely could hear it was off pitch […]
- a phone app can measure the rotation speed fairly decently just by going for a ride on the platter
- 34.3rpm is 3% faster then the desired 33.3rpm
- I can distinguish the 3% difference by ear; I definitely could hear it was off pitch […]
https://rweekly.org/2025-W31.html
Highlights:
📊 Copy the Pros: How to Recreate this NYTimes Chart in R by @MrPecners
⏩ Speed Testing Code: Three Levels by @kellybodwin
🧪 Testing your Plumber APIs from R by @jakub-sobolewski.bsky.social
As always […]
https://rweekly.org/2025-W31.html
Highlights:
📊 Copy the Pros: How to Recreate this NYTimes Chart in R by @MrPecners
⏩ Speed Testing Code: Three Levels by @kellybodwin
🧪 Testing your Plumber APIs from R by @jakub-sobolewski.bsky.social
As always […]
https://github.com/nstrayer/datadrivencv/
but the resulting .html is about 5MB because it contains ~30k lines from pagedjs (plus the handful of lines of actual content). Thirty thousand!?!
Developer Tools shows 13% […]
https://github.com/nstrayer/datadrivencv/
but the resulting .html is about 5MB because it contains ~30k lines from pagedjs (plus the handful of lines of actual content). Thirty thousand!?!
Developer Tools shows 13% […]
- a company-wide service outage leading to dozens of channel-level slack messages (3k+ member) either announcing the outage or adding 'same for me'
- IT person […]
- a company-wide service outage leading to dozens of channel-level slack messages (3k+ member) either announcing the outage or adding 'same for me'
- IT person […]