@almenal99@fosstodon.org
@almenal99@fosstodon.org avatar

almenal99

@almenal99@fosstodon.org

Data Developer in the pharma sector. Mainly into all things data-related using R and/or Python. Bioinformatician by training turning into a software/data engineer.

#rstats, #python

I use #neovim, btw

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

almenal99, to random
@almenal99@fosstodon.org avatar

hey @coolbutuseless @mattdray

what's your take on pipe-at-the-end vs pipe-at-the-beginning?

(others, feel free to chime in)

#rstats

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

almenal99,
@almenal99@fosstodon.org avatar

@Drmowinckels nice of you to include vim, but it really is more a cult than an IDE :D

signed, a vim enthusiast

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

The perfect game for mobile doesn't exis

almenal99,
@almenal99@fosstodon.org avatar

@brodriguesco two questions: what is it about and where is it available? 👀

almenal99,
@almenal99@fosstodon.org avatar

@brodriguesco cool, will have a look 👀

almenal99, to random
@almenal99@fosstodon.org avatar

have I said already I love making slides?

powerpoint is my guilty pleasure

Cmastication, to random
@Cmastication@mastodon.social avatar

Where do I see myself in 5 years? I recon something like this:

almenal99,
@almenal99@fosstodon.org avatar

@Cmastication yeah I raccoon that as well

almenal99, to mastodon
@almenal99@fosstodon.org avatar

yessssss keep weird with funny little bots

https://botsin.space/@thisemailfindsyou

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

What are some packages that take forever to compile?

almenal99,
@almenal99@fosstodon.org avatar

@brodriguesco igraph took 7 minutes yesterday 😬

fasterthanlime, (edited ) to random
@fasterthanlime@hachyderm.io avatar

Look, I'm not procrastinating. I'm merely checking out the docs.rs page for the Windows crate to see if the new "Natural" voices added with Windows 11's narrator update can be accessed through WinRT APIs so that I can modify the VSCode speech synthesis plug-in I found to sound better so it can read my script back to me.

edit: the answer is no, btw (there should be "Microsoft Ryan (Natural)" in that list and there isn't)

almenal99,
@almenal99@fosstodon.org avatar

@fasterthanlime
-grabs clipboard with report attached-
-turns pages-
-skims through contents-
-clears throat-

yep it all checks out, keep it up!

almenal99,
@almenal99@fosstodon.org avatar

@fasterthanlime also, nice font, what is it?

almenal99, to random
@almenal99@fosstodon.org avatar

Customer just asked for so many features in a single session that "scope creep" falls short to describe it, as "creep" implies slow increase.

We're brainstorming ideas for new terms. Scope leap? Scope surge? Scope feast?

stfn, (edited ) to fdroid
@stfn@fosstodon.org avatar

Who needs iCloud or other cloud stuff when you can just backup your phone's photos to your NAS using the command line?

I'm using Termux from F-Droid.

EDIT: Step 2 is done, I generated SSH keys on the phone and send them to my NAS to login into without using a password

almenal99,
@almenal99@fosstodon.org avatar

@stfn wow, respect. I just managed to set up google drive though so I'll take it one step at a time heheh

brodriguesco, to random
@brodriguesco@fosstodon.org avatar

waiting for americans to wake up before posting my latest meme

almenal99,
@almenal99@fosstodon.org avatar

@brodriguesco 👀 the anticipation....

almenal99, to random
@almenal99@fosstodon.org avatar

I need to learn to speak slowly in presentations. Any tips?

almenal99,
@almenal99@fosstodon.org avatar

@numeredevs Thanks! what do you mean by being offensive?

almenal99,
@almenal99@fosstodon.org avatar

@numeredevs aaahh I think I see what you mean. Thanks again!

Cmastication, to random
@Cmastication@mastodon.social avatar

My sister’s house is totally gussied up for the holidays.

almenal99,
@almenal99@fosstodon.org avatar

@Cmastication is that a metaphor for something? Or perhaps an alegory?

b0rk, (edited ) to random
@b0rk@jvns.ca avatar

does anyone have tips for how to make sense of git merge histories like this? do you use git log --first-parent? git log --topo-order --no-merges? something else? how can you tell if commit A was merged before or after commit B? what if there are "backwards" merges like in the 3rd screenshot?

(no "just make the history linear” or "merges are bad" takes please)

almenal99,
@almenal99@fosstodon.org avatar

@b0rk in my case I use

git log --all --oneline --graph --decorate

which can at least show me where the branches come from. Not sure if ideal but works for me (I usually handle relatively small repos so not sure how it scales).

On another note, I didn't know merge commits were optional! I'll have to do some reading about it. Any recommendation is appreciated (especially from your blog 😄)

mbojan, to rstats
@mbojan@sciences.social avatar

users and developers, I'm looking for opinions, success stories, failure stories of using DVC https://dvc.org/ or Datalad https://www.datalad.org/ with -based projects. I tried both solutions myself in small projects and have mixed feelings. I'm curious about stories/blogposts/experiences etc. of others. gügling was not too successful. @rstats

almenal99,
@almenal99@fosstodon.org avatar

@mbojan @rstats sorry I have only used it for , but I use both languages in general, so if you think my experience might be useful I'm happy to share thoughts

b0rk, (edited ) to random
@b0rk@jvns.ca avatar
almenal99,
@almenal99@fosstodon.org avatar

@b0rk I'm starting to repeat myself here but this is GREAT THANK YOU SO MUCH

almenal99, to datascience
@almenal99@fosstodon.org avatar

📢 I need your help 📢

Really sorry for the spam, but I'm hosting a event soon and I need to fill a bowl with data jokes. I have few but need MANY more. Here's an example of what I'm looking for:

"A query walks into a bar, sees two tables and goes 'can I join these'?"

🙏 PLEASE collective hive-mind of the fediverse, give me your best!

#R

stfn, to random
@stfn@fosstodon.org avatar

Morning, what are you up to today?

almenal99,
@almenal99@fosstodon.org avatar

@stfn I've recently started working on a new project with a brilliant team of data scientists so that'll be my day! Usually I'm more of a data plumber so it's exciting to do the bit that comes afterwards for once :D

b0rk, (edited ) to random
@b0rk@jvns.ca avatar

working on a diagram about the relationship between 'main', 'origin/main' and 'origin main' and it's going pretty badly

(not really looking for advice here though)

almenal99,
@almenal99@fosstodon.org avatar

@b0rk what do you mean they're different things

maldr0id, to random

My whole life is a lie

almenal99,
@almenal99@fosstodon.org avatar

@maldr0id did you also watch Tom Scott's video? 👀

ojala, to wordpress
@ojala@mastodon.nz avatar

deleted_by_author

  • Loading...
  • almenal99,
    @almenal99@fosstodon.org avatar

    @ojala @xgebi I can't. I'm also using Firefox 119 on my phone, doesn't work in mobile or desktop mode

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