Replies

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Drmowinckels, to random
@Drmowinckels@fosstodon.org avatar

This thread by @Patricia is amazing. I've been curiously looking at what the Norwegian job marked for my skills is like, and Agile comes up so often. And... This perspective by a developer I very much respect is really.nice.

https://social.vivaldi.net/@Patricia/112491333220209206

jimgar,
@jimgar@hachyderm.io avatar

@Drmowinckels @Patricia This is on the top of my mind rn and I have Opinions. Especially on siloing. (1/2)

jimgar,
@jimgar@hachyderm.io avatar

People are so fcking indoctrinated at this point they can be an experienced software/data manager and NOT EVEN KNOW THE DIFFERENCE BETWEEN AGILE AND SCRUM. In my experience so far most are just doing a rigid form of Scrum and are more process-focused than on people and product. But no, according to them actually more process and more barriers between the people doing and delivering the work = “Agile”. So long as the ceremonies are booked in everything is working!!! (2/2)

bentoh, to vscode
@bentoh@mastodon.online avatar

So over the past year I have been using for my and work. my workplace is trying to move to a unified IDE, and vscode allows remote access and WSL integration for free. However, so far it fails to spark joy in me like (despite lack of mode) and do. Everything feels clunky, and subpar. The "intelligent" and linting things are also quite broken in R... Has there been extensions that fundamentally change the vscode experience that I should be trying?

jimgar,
@jimgar@hachyderm.io avatar

@bentoh What is your current setup like?

jimgar,
@jimgar@hachyderm.io avatar

@bentoh In my experience the Python stuff is more complex because so much of the ecosystem is repetitive and just a lot of very similar variations. You may find that having Black and Ruff both enabled is part of the problem because the latter is a drop-in replacement for the former, plus it’s a linter.

For R you at minimum need the R extension and the R package {languageserver}, but also ideally you’ll want the radian terminal too.

jimgar,
@jimgar@hachyderm.io avatar

@bentoh For R I wrote a guide for macOS users, but most of it applies to Windows too from what I can tell. It’ll probably be obvious which bits - where you set the paths in the settings json and stuff like that. I hope you find it helpful :)

https://jimgar.github.io/posts/vs-code-macos-r/post.html

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

In base R, we can filter rows where a column is between two values using bracket notation or the subset() function along with logical operators like >=, <=, &, and !. The key is creating a logical test that checks if values are within our desired range.

For example, to filter rows where the column "value" is between 5 and 8

df[df$value >= 5 & df$value <= 8,]

Or with subset()

subset(df, value >= 5 & value <= 8)

Post: https://www.spsanderson.com/steveondata/posts/2024-03-01/

#R

image/png

jimgar,
@jimgar@hachyderm.io avatar

@mattdray @stevensanderson Sensibly ice cold take. Appreciate it 👌🏻

mattdray, to random
jimgar,
@jimgar@hachyderm.io avatar

@mattdray Still open to hearing views about that subset warning…

https://hachyderm.io/@jimgar/112021673837289930

jimgar, to random
@jimgar@hachyderm.io avatar

TIL @hrbrmstr ‘s handle is read aloud as “Harbour master”, or can be. Which is definitely better than what I’ve been saying in my head the past 18 months, “Herbert hamster” 🐹 🥲 https://fosstodon.org/@josi/112388541647800781

jimgar,
@jimgar@hachyderm.io avatar

@hye @hrbrmstr @adamhsparks Haha… could still be true!?

Drmowinckels, to programming
@Drmowinckels@fosstodon.org avatar

📝 New blog post 📝

'The IDEs I use'

🧏 People who code have a tendency to spend a lot of time in various IDEs (Integrated Development Environments). They can be as simple as a text editor or as complex as a full-blown development environment. In this post, I'll go through my two go-to IDE's, RStudio and VScode, and why I switch between them rather than sticking to a single one. ---

👀 Read more at https://drmowinckels.io/blog/2024/ide

#R #programming #IDE #RStudio #VScode

jimgar,
@jimgar@hachyderm.io avatar

But it’s very fast, which I can’t say for VS Code.

I’m curious why VS Code can be considered an IDE for R but Neovim can’t, considering both need extensions/plugins to become more than a text editor?? (2/2)

jimgar,
@jimgar@hachyderm.io avatar

@almenal99 @Drmowinckels I’m getting into Neovim at the moment and think, after extensive experience with RStudio and VS Code, that I disagree on its status as IDE! 😝 Especially compared to VS Code I think it’s super promising - it can look incredibly beautiful, great plugins for file trees, syntax highlighting, linting, project search, git integrations. I’m not sure where it stands on the data viewer front. (1/2)

jimgar,
@jimgar@hachyderm.io avatar

@Drmowinckels lowers hood of black robe it’s not a cult ok???

stevensanderson, to datascience
@stevensanderson@mstdn.social avatar

Discover efficient string splitting in R using strsplit()!

Learn practical examples and unleash the power of regular expressions.

Enhance your data cleaning skills and level up your R programming.

Experiment with strsplit() today!

Post: https://www.spsanderson.com/steveondata/posts/2024-04-26/

#R

image/png

jimgar,
@jimgar@hachyderm.io avatar

@stevensanderson It’s a good one.

I know many of us are still sleeping on raw strings in R, so check this out!

fruit <- “apple,orange banana -grape pineapple”

strsplit(fruit, r”{[,\s-]}”, perl = TRUE)

stevensanderson, to Excel
@stevensanderson@mstdn.social avatar

Having fun trying to generate banner images for my upcoming book:

Extending Excel with Python and R

Amazon: https://packt.link/oTyZJ

#R

image/png

jimgar,
@jimgar@hachyderm.io avatar

@stevensanderson It’s been a while since I picked my copy of Excecel: Extending Excel Pythhon R: Caispmimdrion, by Seglen Icudıh

jeroenooms, to random
@jeroenooms@fosstodon.org avatar

Super proud that r-universe is one of the official season of docs projects, led by @maelle ! https://developers.google.com/season-of-docs/docs/participants

jimgar,
@jimgar@hachyderm.io avatar

@jeroenooms Fantastic. Congrats @maelle and everyone else involved in the proposal process 👏🏻

ramikrispin, to python
@ramikrispin@mstdn.social avatar

How is your Saturday so far? I was able to reduce the size of my Python image by 75% with a multi-stage build 🤩

jimgar,
@jimgar@hachyderm.io avatar

@ramikrispin Wait wait wait… REDUCED? And that’s a huge difference btw 😵. I thought adding steps was supposed to increase the image size. What kind of magic have you used to achieve this?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • thenastyranch
  • magazineikmin
  • ethstaker
  • GTA5RPClips
  • InstantRegret
  • rosin
  • love
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • everett
  • DreamBathrooms
  • megavids
  • osvaldo12
  • tester
  • cisconetworking
  • tacticalgear
  • ngwrru68w68
  • Durango
  • cubers
  • mdbf
  • normalnudes
  • anitta
  • modclub
  • Leos
  • JUstTest
  • All magazines