[-] acow@programming.dev 5 points 9 months ago

I've had the typical disasters with partition tables and boot loader mixups, but the one I keep coming back to is updating my Nvidia drivers too eagerly. Whether something gets messed up with an external monitor, or the laptop starts resisting switching away from the integrated GPU, or an electron app I use regularly that makes heavy use of 3D acceleration breaks, or I just need to bump the driver version in a reproducible system state record... it's just bad news.

[-] acow@programming.dev 6 points 10 months ago

I adore the Outer Wilds vibe, but had the same experience and it still doesn’t sit well with me! Years later and the game still comes to mind, but the periodic resets were so unpleasant for me that I didn’t see it all the way through. Maybe this will be the year….

[-] acow@programming.dev 37 points 1 year ago

The stress of those moments left a weird impression. I’m very against splitting the party now when entering checkout territory.

[-] acow@programming.dev 11 points 1 year ago

“Are you getting it? These are three separate browsers.” - Anonymous

[-] acow@programming.dev 4 points 1 year ago

I’ve used powerline-go for a long time now. The modules I use are, modules = ["cwd" "ssh" "dotenv" "nix-shell" "gitlite" "exit"]; (from my home-manager config). It tells me everything I need, and looks pretty, too. Maybe I should mix it up for some variety, but I do like the info it provides.

[-] acow@programming.dev 17 points 1 year ago

Agree with many of the other comments here saying that they'd be very wary of such a project based on what these choices say about the project's maintainers. Something else is that while I have real affection for email and particularly IRC based on past experience, I don't think these two are without problems. Email is so asynchronous that many folks feel obligated to treat writing messages to a list more formally. This is not totally misguided since everyone subscribed gets this message delivered to them. IRC, on the other hand, is so synchronous that you should reasonably worry if anyone will be there to talk with, and about whether or not there are searchable archives.

Something (like GitHub) that can be quick but is also perfectly serviceable for asynchronous communication really does have advantages, imho.

[-] acow@programming.dev 11 points 1 year ago

It really is interesting how async Rust takes the shine off of Rust to such an extent. If good old stack based, single threaded Rust wasn’t so polished, I don’t think the async parts would stand out so much. Something that might help is to have some sort of benchmark showing that Arcing through an async problem is still faster than typical GCed languages.

[-] acow@programming.dev 5 points 1 year ago* (last edited 1 year ago)

Ahh, the scrolling is significantly improved, and the grayed out read articles was a sore point for me. Really great work folks! Looking forward to gestures to dismiss opened images. I also hope link handling can be improved. Comparing just now, Avelon is handling lemmy links very smoothly, while mlem kicks out to Mail.

[-] acow@programming.dev 4 points 1 year ago

The speed and smoothness are amazing! Missing swipe to vote and better link handling.

[-] acow@programming.dev 5 points 1 year ago

My trials of it always seem outstanding, but the price with search limits has thus far discouraged me from signing up every time I think to do so. $5 for 10k searches (or some number that I wouldn’t have to think about as a human user searching for things) would get me over the fence. Even the family plan with up to 2 users seems stingy.

[-] acow@programming.dev 3 points 1 year ago

I went with ggplot2 some time ago, despite not using or knowing R at all. What pushed me in that direction was that I was using other plotting libraries (I don't recall which at the time), and there was some aspect of spacing between elements or some such that was making a particular plot look ever so slightly ugly in my eyes... and I couldn't fix it!

In my frustration, I consciously decided to set aside my version of your "reasonably designed" requirement (I find R consistently frustrating in this regard, though I know some people do all their programming in it and I salute them). I gave ggplot2 a try with a cargo culting approach: search for how to make the kind of plot you want to make, and just tweak that template. I was blown away. I could find recipes for everything I wanted to do, the results were instantly more attractive than what I had before, and I could tweak everything.

matplotlib is absolutely a reasonable option, but even years later I still have R environments attached to most projects specifically for data visualization, and still produce plots that are delightfully aesthetic. So here's one voice to say that ggplot2 has real merit, especially if your aim is specifically to produce visualizations rather than explore a programming ecosystem.

[-] acow@programming.dev 3 points 1 year ago

Emacs with lsp-mode is my preferred environment for Rust development!

view more: next ›

acow

joined 1 year ago