• 0 Posts
  • 120 Comments
Joined 2 years ago
cake
Cake day: December 31st, 2023

help-circle

  • Definitely Reddit’s buildup was smart. The transition to profitability not so much. Although we’ll see.

    Man, remember all those who kept arguing against it? I would say “Reddit is dying”, and these new accounts that had never visited my sub before we decided it should go dark suddenly appeared and started talking crap about anyone who criticized Reddit. That should have been a smoking gun alone for people to realize what was going on. But instead, people just said “yup, that’s Reddit for you”. Which extremely unfortunately… they were right, bc that is what it had become by that time.

    i.e., spez didn’t kill Reddit by denying the usage of third-party apps - that was merely the final nail in the coffin for many of us, topping off a process that had begun several years earlier.


  • This sounds familiar, almost as if history could perhaps, maybe, just possibly… repeat itself? Nah! (says spez)

    People will follow the content creators indeed. Right now I’m not sure where they went though. The last I looked, it was basically nowhere, though to the extent that it was anything I thought it was X (even if via a temporary Mastodon intermediate). Musk fed Huffman bad info, which the Musk himself was not doing (or rather, the circumstances were entirely opposite - a public company going private rather than one attempting to make the polar opposition transition), and Huffman was dumb enough to fall for it, then Musk rakes in the rewards for his dirty deed.

    Nowadays - or perhaps soon - as you said it might be Bluesky. So trading one corporate landlord for another, but it makes sense - the content creators will go wherever their audience is, and then the latter will in turn mindlessly follow the hoarde, but with an enormous delay measured in high number of months to even years. Plus, content creators need revenue to survive, e.g. how many videos is Ian Danskin (of Innuendo Studios) putting out these days? Then again, how many people especially younger ones even watch 20-30 minute long “video essays”, rather than TikTok(-style) short-form clips?

    All the rest: yup.


  • Over time yes, but then again those most likely to leave have already done so. At this point I don’t expect anymore large exoduses from it, but even if there were I’m not so sure that they would come here.

    Conservatives would not feel welcomed in the slightest (nor should they, hey-oh!:-), normies would not feel comfortable due to the heavy need to block every damn thing here just to survive it, and especially the people who think they are leftists (as I once naively thought, with zero evidence I should add!:-P who wants to bother actually looking up definitions of terms? especially if everyone around you is a conservative and thus it makes no functional difference) will find themselves most likely to become dogpiled onto by the people most ah… “eager” to look down upon their fellow human (and some as we so recently and unfortunately discussed go so far as to tell others to kill themselves - highly inappropriate language, especially coming from an instance admin).

    So even if some were to leave, where would they go? Twitter is dead, having been eaten from the inside by X and cancelled, then necro-birthed into its current undead existence. And Facebook… just… no. Threads then? Maybe in a few years but either way it’s not comfortable and familiar like Reddit is. So even if people left Reddit, I would expect them to go crawling right back into it, maybe just change their subs or some such. Especially when they roll out subscription model to avoid (some of) the ads, though it’s too soon still as they get people used to them slowly but surely… just like a frog in a pot being cooked slowly (except that’s a false story, bc irl the frog actually does have enough sense to jump out!).

    Or maybe they’ll simply touch grass, until they can’t stand that anymore?:-) Playing games rather than talking with people can be a real distraction from the grittiness of life - and then there’s Discord servers that so long as you only want a singular specific game, actually do offer a convenient method to discuss such a focused topic.

    So “less profitable”, I guess we’ll see. Probably somewhat less, but substantially so? That I dunno.







  • Haha, oh yes, definitely not only not actively growing anymore but fully actively declining instead - those internal politics mattered more than the actual language issues themselves, once again. Every time I see another Python update and how very many things they break, I think that thought again. Tbf newer updates breaking older code happens even with C++ too - backwards compatibility affects just everything - though the whole Python 2 vs. 3 definitely still rankles me.

    I guess I’m still having emotional trouble letting it go - but that is an absolutely perfect example of Latin, still spoken yet most definitely also considered “dead” at the same time. I guess this about sums it up:

    img





  • So *I* who am careful to write readable and safe code, have to use a non-preferred language preference b/c someone else cannot handle using it properly?!

    Sadly, that is the realization that I have come to as well. A chain is only as strong as its weakest link and all that… but no, really, that’s true, b/c modifications are likely to be made at some point (kinda biasing towards production there but even so, answers with perl one-liners on e.g. StackOverflow are ubiquitous, but someone would have to know the language to be able to modify them to suit their specific use-case, so also not at the same time).

    Fwiw I really did not think that Perl was hard to learn - though that was coming from the likes of assembly, various Basic styles, C/C++, and having already learned regular expressions via Unix e.g. grep and awk and sed. “Regular expressions” are quite a steep learning curve, though that’s not the same thing as Perl, and quite frankly Perl is the undisputed (iirc?) master of them all, so whether someone wanted to write Perl without those, or wanted to do try to do regular expressions without Perl, either way Perl seems good for having included regular expressions, not something to penalize the entire language for. Also, C/C++ (and Rust) has a bit of a known learning curve as well…:-) Though indeed it’s entirely fair to say that if someone were to pick just one language, then I would be hard pressed to find any justification for that being Perl. C/C++, Java, Python - all of these, depending on the situation, are fine choices, whereas Perl is absolutely niche.

    But even so, why would it follow that it would necessarily be a good thing if Perl, or let’s say awk, would fully “go away”? I kinda see Perl and awk as being in the same boat these days - both niche and powerful, yet both steadily becoming obsolete? Just b/c something else is “better” doesn’t mean that everything else must die. Except, as you mentioned, for reasons of collaboration and thus code-reuse. Even there though, putting all of our eggs into a single basket scares me: what if tomorrow Microsoft, or Google, decides to purchase the rights to Python and suddenly control that entire industry sector in one fell swoop?


  • I have never quite understood this mode of thinking - I think it must be an imprecise statement. Yes, improper usage of Perl coding can be bad, but then so too can C/C++ with e.g. improper memory management? Yet, I don’t see people knocking down doors to learn the memory-safe Rust (and e.g. thereby be able to contribute to the Lemmy codebase), probably bc despite it being “better”, it also has a steep learning curve (and I don’t even know but I would assume: even for someone who already knows C?). Instead, people seem to want to learn Go, or Java - okay so that’s a rabbit hole b/c they are for entirely different purposes, but anyway I mean that each language has its own balance of trade-offs.

    So while on the one hand the worst-case scenario from a poor coder for Perl seems significantly worse than for Python, there are also benefits too: doesn’t Perl run up to 20x faster than Python, which is why many places e.g. booking.com have chosen to use it? In the hands of an experienced person, perl code is quite readable, while in contrast, I just absolutely HATE aspects of Python such as whitespace delimiting and the package management, plus I don’t know if I am imagining things (is is likely) but the code just seems to me to look obtuse, by comparison.

    Sometimes I’ll use awk, other times I’ll bump that up to a Perl one-liner or even full script, still other times demand Python or for number-crunching full C/C++, or Java for whatever reason, but… for things that you want fast & easy, I don’t really see Perl as “bad”? Granted, it shouldn’t be someone’s first language these days, compared to C or Python, but what is wrong with it, like awk, continuing to exist these days? Especially if it’s not in a production environment.

    I’m listening.


  • Isn’t exactly this kind of thing what is mostly responsible for the demise of Perl?

    As I heard it told, the developers of Perl worked so long & hard on the next version after Perl 5, but then veered off to make a new language (Raku) and despite the reality being otherwise, people feared so much that Perl would die (i.e. that 6 would never materialize) that in the meantime “everyone” had switched to Python (despite it clearly being an inferior language - hehehehe:-P).

    So that would be a “con” I suppose, if fights over which language is better ends up diluting efforts to work on or with either.