PartiallyApplied

joined 4 months ago
[–] PartiallyApplied 2 points 19 hours ago

data.table is so cool! I was shocked to realize it has no dependencies (outside of base), very elegant and very fast for sure.

[–] PartiallyApplied 6 points 19 hours ago (1 children)

tidyverse is more than a pandas analogue. It’s more like Pandas (and a little more sugar) + Expression + Altair (or matplotlib) and a few others less used. It’s very beautiful. It aligns well with R and is quite functional stylistically and is usually pretty clean syntactically.

The books are really good, but the docs(tidyverse and R) are kinda poor compared to Python (and Rs documentation tools are very limited — PDFs mostly). R package management is much worse than Python’s.

It’s certainly powerful, it’s certainly elegant, and Wickham is an incredible technical writer.

There’s lots of really incredible research done in the R ecosystem.

Caution: Lots of docs are affiliated with Posit, including Wickham’s. Posit wants to sell their cloud offerings. This often leads to over-optimism in documentation.

The language is definitely capable of serious work, and is pretty good at dataviz, psych, and gis.

I highly recommend giving it a try, if you like functional programming or want to see some cool data science ideas and statistics research.

[–] PartiallyApplied 34 points 4 days ago (4 children)

Perhaps I’m just lost or the fool here, but wouldn’t it be usual that the overhead of spawning a thread would be much higher than just drawing the next pixel? If the post is true, could someone explain to me how a renderer with so much thread contention could optimize drawing on a CPU?

[–] PartiallyApplied 7 points 1 week ago

You probably already know this, but for those who don’t, git can globally ignore patterns. It’s the first thing I set up after logging in. Honestly wish git just shipped this way out of the box (maybe match .DS_Store by name and some magic bytes?) with a way to disable it. Just for the sake of easier onboarding

[–] PartiallyApplied 2 points 1 week ago

I really like it for devshells which is really all I use Nix for. Flake-parts automates so much boilerplate and improves the error messages so much compared to standard flakes. Definitely worth the time investment imo

[–] PartiallyApplied 4 points 2 weeks ago

Yep, my block list is long. It’s updated occasionally. I call it “weeding the digital garden”. Negatively sprouts everywhere and it’s imperative to cull it asap.

The way I see it there’s far too many things in the digital world to care about, so I just care about basically none of them. I’d rather spend energy loving the people I love than being angry at what I see on the internet.

The internet is full of slacktivism and I find it’s more worthwhile to do something good rather than critiquing the bad and doing nothing.

[–] PartiallyApplied 9 points 2 weeks ago

My way is simple and stupid. I hit F12, then search for “rss” in the html and copy the link

[–] PartiallyApplied 5 points 2 weeks ago (1 children)

If you’re on iOS, feeeed is kinda slick :)

[–] PartiallyApplied 3 points 2 months ago* (last edited 2 months ago) (1 children)

Yeah, I can’t argue with that, it’s a shame :(

All the more reason to subscribe to independently owned ones if they’re available to keep them afloat :)

[–] PartiallyApplied 7 points 2 months ago (3 children)

No specific recommendations, but I highly recommend following your local news orgs assuming you don’t live in a news desert.

The goal of big news companies is to get clicks for that delicious ad revenue and they don’t care about how predatory that is towards you.

Local news is much more community focused in my experience

[–] PartiallyApplied 3 points 3 months ago

If you’re happy with your solution, that’s great!

uv combines a bunch of tools into one simple, incredibly fast interface, and keeps a lock file up to date with what’s installed in the project right now. Makes docker and collaboration easier. Its main benefit for me is that it minimizes context switching/cognitive load

Ultimately, I encourage you to use what makes sense to you tho :)

view more: next ›