acow

joined 2 years ago
[–] acow 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 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 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 9 points 1 year ago (3 children)

I wanted to like it, but didn’t get through S1. I found the humor so uneven that it made the whole thing almost uncomfortable. Is it an irreverent parody, sci-fi, slightly crude comedy, or is it Star Trek? It’s all of those things, and I’m happy folks enjoyed it. I’ll try to revisit at some point, but for now I’m so happy that Strange New Worlds is as surprisingly excellent as it is. For me, it nails the mixture of lightheartedness, sci-fi adventure, and earnestness that I like in Star Trek.

[–] acow 2 points 1 year ago

14 years here. Really optimistic for lemmy given how good the app story has become so fast. Hoping the user base keeps growing so that more niche communities hit a critical mass here.

[–] acow 2 points 1 year ago

Happy user of this for FPV footage, but it’s also worth appreciating more abstractly as a really well done cross platform GUI application. It’s powerful, GPU accelerated, and looks pretty good while doing it.

[–] acow 4 points 1 year ago

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

[–] acow 2 points 1 year ago

I think duplicating posts is fine in this case. That is, links can be shared on multiple link sharing sites without infringing on the original creator.

Pure comment threads not based on a link could be hard for now, particularly with the fragmentation between tiny emacs communities on lemmy. It would be nice to have regular tips and tricks threads, or ask anything threads, but there needs to be enough of an audience for those to work, and limiting the frequency with which they're posted might not work if most users are sorting posts with a recency component in the sorting criteria. I don't know that trying would hurt, but it might take a bit for participation to grow.

[–] acow 6 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 6 points 1 year ago (1 children)

It'd be great if more emacs discussion moved from Reddit to the fediverse, as those discussions are my favorite way to get a sense of what I should dig more into. While I hope we'll see Sacha's weekly news posts linking to threads here on the threadiverse in the future, perhaps a start would be to create a space for folks to chat about the news items themselves. So, have at it!

[–] acow 1 points 2 years ago

I use AirPods Pro with NixOS without much trouble, though I use the mic on my webcam rather than the AirPods to avoid switching between headset/headphone modes and the audio quality changes that brings. I do sometimes have connection oddities where audio will break up after a couple minutes, but that's always fixed by a two-click disconnect/connect cycle, so I started doing that preemptively and haven't had those connection problems since.

[–] acow 3 points 2 years ago (2 children)

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.

view more: ‹ prev next ›