I’m pro supporting devs (I’m also one myself), but I’m even more anti-subscription for software. I’d 100% buy a lifetime subscription for $20, however, $100 for a mobile app is insane in my opinion. The developer can set their prices how they please though, and I’ll continue using the ad supported version until the price comes down.
- 0 posts
- 4 comments
- 3 years
- JDubbleu@lemmy.worldto
Sync for Lemmy@lemmy.world•How are you accessing Lemmy now? Browser or app?English
3 yearsMy primary issue with Connect at the moment is it desperately needs a reduction in the amount of taps to do anything. It takes 3 to download an image, and 4 to subscribe to communities. Both of these are things I feel should be in the ellipsis menu of any post, but currently you have to click through to the post or community. Meanwhile there are a dozen things in there I rarely use absolut flooding the menu. I also wish it saved comment drafts, but that is relatively minor.
It just needs some reprioritizing of actions and it would be perfect IMO.
- JDubbleu@lemmy.worldto
Reddit@lemmy.world•Reddit is bringing back r/Place at perhaps the worst possible time
3 yearsI haven’t done so, but r/place would be extremely easy to write a bot using Selenium to place pixels without an API. It is a giant grid, and once you write a function to place at coordinates on the grid (which would be the hardest part, but still trivial) you can parallelize it and do whatever you want.


For my current job we’ve all agreed to take the approach of not writing comments that say what the code does, but why you did something the way you did. Probably about 90% of our code is uncommented because it just doesn’t need to be, but every once in a while you have to do something out of the ordinary to get the desired behavior, and explaining why you made the weird decision you did is infinitely more helpful.