Skip Navigation

Posts
0
Comments
371
Joined
2 yr. ago

  • I am yes, thank you. Now gimme a couple of your children please... yum.

  • Didn't we do this already, last week, or is this another one like it?

  • Ahhhh... now that makes more sense. :-D

  • I am still blown away by the part where the legislatures give a single damn about what the people want:-).

    Plus, how 60% actually manages somehow to win:-P.

  • Finally, the loophole we so desperately needed!

  • As someone from the USA, I am curious how would this work? The bill mandates that payments go out, but if it is not tied to a specific source of income to compensate, and some hard year happens (maybe this upcoming one) and there are insufficient funds, what happens then?

  • I can follow along re-typing the same commands told to me by a more senior dev just like any average monkey!

    This reminds me of something I made a long time ago:

    Since I am calling myself dumb, I estimate my progress to be somewhere perhaps at the 20th percentile marker? :-D One of these days I'll RTFM and rocket all the way up to be dumb enough to properly qualify for "below average"! :-P

  • I have only ever used simply "git push". I feel like this is a "how to say that you barely know how to use git without saying that you barely know how to use git" moment:-D.

  • Hrm, maybe billionaires buying up all of the sources of media MIGHT have some sort of... what was that word again?

  • In this journey that we all call life, it is best to travel light, with few encumbrances holding us back.

  • This is the model that Wikipedia uses and, while there are most definitely detractions, there are also significant benefits as well. Email spam filters too.

    In one sense, it is a lot like irl democracy - with all the perks and pitfalls therein. For one it could lead to echo chamber reinforcement, though I don't think this one is a huge deal b/c so too can our current moderator setup, and if anything a trust system may be less susceptible, by virtue of spreading out the number of available "moderators" for each category of action?

    The single greatest challenge I can think of to this working is that like democracy, it is vulnerable to outsider attack, wherein e.g. if someone could fake 100k bots to upvote a particular person's posts, they could in a fairly short time period elevate them to high status artificially. Perhaps this issue could be dealt with by performing a weighted voting scheme so that not all upvotes are equal, and e.g. an upvote from a higher-status account would count significantly more than an upvote from an account that is only a few hours old. Note that ofc this only reinforces the echo chamber issue all the more, b/c if you just join, how could you possibly hope to argue against a couple of people who have been on the platform for many years? The answer, ofc, is that you go elsewhere to start your own place, as is tradition. Which exasperates still further the issue of finding "good" places but... that is somewhat a separate matter, needing a separate solution in place for it (or maybe that is too naive of me to say?).

    Btw the word "politics" essentially means "how we agree", and just as irl we are all going to have different ideas about how to achieve our enormous variety of goals, so too would that affect our preferences for social media. And at least at first, I would expect that many people may hate it, so I would hope that this would be made an opt-in feature by default.

    Also, and for some reason I expect this next point to be quite unpopular, especially among some of the current moderators: we already have a system in place for distinguishing b/t good vs. bad content, or at least popular vs. unpopular - it is called "voting". I have seen some fairly innocuous replies get removed, citing "trolling" or some such, when someone dares to, get this, innocently ask a question, or perhaps state a known fact out-of-context (I know, sea-lioning exists too, I don't mean that). Irl someone might patiently explain why the other person was wrong or insensitive, or just ignore and move past it, but a mod feels a burden to clean up their safe spaces. So now I wonder, will this effect be exaggerated far further, and worse become capricious as a result? Personally I have had several posts that got perhaps 5 downvotes in the first few minutes, but then in the next few hours got >10-100x greater upvotes. So are the people looking at something RIGHT NOW more important than the 100 people that would look at it an hour from then? Even more tricky, what about the order that the votes are delivered in - would a post survive if the up- and down-voting were delivered more evenly, or like a person playing their hands at gambling, would their post get removed if it ever got too many losses in a row, thus preventing it from ever achieving whatever its true weight would have meant? If so, then people will aim to always talk in a "safe" manner, b/c nothing else would ever be allowed to be discussed, on the off-chance that someone (or 5 someones) could be offended by it (even if a hundred more studious people would have loved to have seen it, if they had been offered the chance - but being busier irl, were not offered the chance by the "winner take all" nature of social media posts, where they are either removed or they are not removed, there really is no middle ground... so far).

    So to summarize that last point: mods can be fairly untrustworthy (I say this as a former one myself:-P), but so too can regular people, and since HARD removal takes away people's options to make up their own minds, why not leave most posts in and let voting do its work? Perhaps a label could be added, which users could select in their settings not to show "potentially controversial" material.

    These are difficult and weighty matters to try to solve.

  • Very big table, complex operations, much waiting, so yeah.

    In this comic, bodily decomposition occurs at a "feels like" pace:-).

  • I was going to say "in an interpreted language", but this sounds funnier.:-)

  • When will it hurry up to become Xhittiest and then we can all be done with it!? :-P

  • Someone seems to have run this on the UI of Twitter during its conversion into X.

    And Reddit too.

  • Snakes might eat the spiders...

    Large feral creatures like bobcats and wild dogs might eat the snakes...

    Bears could eat the above...

    At some point the detractions just might be outweighed by the benefits though:-).

  • This right here - C++ iirc is used mostly for microprocessor code in an industry setting, where EXTENSIVE testing is done so that bloated code doesn't need to constantly check for programmer errors every single time, i.e. where execution speed is prioritized over programmer development time. And whenever that is not the case, well, as OP pointed out, other higher-level languages also exist (implication: to choose from).