• 0 Posts
  • 188 Comments
Joined 11 months ago
cake
Cake day: August 7th, 2023

help-circle
  • So you’re a developer. Beautiful. That makes it easy then.

    Look, you mentioned Postgres. But why use it at all for anything? Because redoing all the features that separate product provides is a giant pain in the ass. Now, what if your needs didn’t quite work with trad-relational DBs? Too much data, reads a million times higher than writes, no need for real-time accuracy. Then you use a specialized db like BigTable.

    There are other services you plug into instead of reinvent. You stand up web servers with special features like redirect rules as configuration. You could write your own web service every time you start a new app, but that’s crazy. The need Apache or whatever is filling is a communications management piece.

    Ok. Now. You are building a service and you need to build a transaction system for trading of digital assets with fiat currency. You could write your own or you could use a specialized service. NFTs on crypto currency are that prebuilt service. I’m switching metaphors now, but it’s just like picking a Docker provider.


  • I get that you are insulted by my comment about crypto critics, but a few of your comments have shown that you lack the understanding of crypto to criticize it. Thus, you have validated my comment you found insulting.

    I listed a series of bullet points & you said Postgres can do that. Of course you can define those tables in any database. But the logic to perform operations on those tables for a transaction and accounting system must still be written. One of the main aspects of blockchains are exactly such an API.

    Second, you have shown that you don’t understand NFTs either. But thank you for at least admitting that you don’t understand what I meant by refs to blobs of data. So there is hope. Almost no crypto currency stores NFTs on-chain. Blockchains are designed to be super efficient since they are distributed transaction systems. When you buy an NFT, the actual data for compromising the NFT itself is stored somewhere else. The blockchain just has the token proving ownership.

    But the meta-problem is more important here. You are debating so confidently and asserting things so boldly, yet you don’t have the knowledge of the topic that a 2 hour tutorial would give you. That is the real problem. Why are people like this? Why do they read something that is essential an editorial and then go around vehemently repeating the points from that editorial?


  • You don’t need NFTs or block chain for any of that.

    • unique items with serial numbers
    • record of ownership for items
    • transaction history of who bought/ sold the item
    • currency to pay for items
    • account balances
    • all that tied to some external reference to a blob of data that represents the thing being traded

    Sure, you don’t need blockchain and NFTs to do all that but once you invented that system you’d have effectively reinvented blockchain and NFTSs.

    The meta-problem here is two fold:

    1. For reasons I don’t comprehend, a lot of folks have been fooled by central banking propaganda that “crypto bad; me no like crypto bros”. Alan Greenspan, or whoever is modern equivalent is, ain’t yer buddy. And neither is the PR firm his friend hired to program y’all’s brains via Reddit posts from hundreds of deep socket puppet accounts.
    2. Involved video gamers (as opposed to people who merely play video games) from my experience, more than a typical person, tend to angrily seek scapegoats for I’m-not-sure-what. Therefore, a successful profitable and enduring enterprise like Ubisoft is one of their favorite targets of ire. So like any angry mob, whatever Ubisoft is doing then they hate it.


  • NFTs don’t make sense for a ton of things, but item trading in video games is one of the few ideal use cases, and, implemented properly, it would benefit players.

    There could be items that are literally unique and not just labeled “unique” but everyone can get one. Some collector-type players love that stuff. Limited run items could actually be limited run even if the studio waited a couple years and brought it back because you could tell original-run item vs cash-grab item by creation date and so on.

    In the future, if standards are established, you could even move items from ESO to GW2, for example.

    One benefit to devs and their players who care about fairness is rolling back (or entirely preventing) a duplicating glitch. I know there is always at least one case of this in every MMORPG I’ve ever played. Devs have to scramble, lock databases, screw up the rollback or don’t even attempt it, and the non-cheaters are all pissed.


  • So interesting that you mentioned this film because when it was new to the rental market I watched it, and it was around this time that Mel had weird bigoted events in the news. I was indifferent and mostly ignorant of exactly what he did, and even so, I was skeptical and doubtful as well.

    However, we liked Apocalypto so much that we started rewatching it with the director’s commentary. Mel was such a fucking ass that he ruined our enjoyment of the movie. He was incredibly disrespectful of the actors in the commentary. He was not so much disparaging of them, but he effectively communicated how unimportant they were to him and how they were nothing more than disposable objects to him.

    Then I recalled those vague bad things I had heard about him in the press, and I thought, “Hmmm. Maybe this guy is a vile piece of shit.”

    On the other hand, disturbed fuckheads can make great art. There might be good reason that in the old days, artists were kept on a leash by wealthy families.









  • I assume the excess hype out of nowhere was due to a particularly successful guerrilla marketing campaign. I recall the first time I experienced one: 98 or 99, I come into work and 5 out of 30 people are talking about Blair Witch Project and how they plan to go see it. They must have hit all the right AOL chat rooms or whatever the hell they did back then.



  • The guy that said DUI and DWI are the same is wrong.

    First, states have different blood alcohol levels that qualify as intoxicated.

    Second, assume you are driving funny on a Friday night and a cop pulls you over. They will test your blood alcohol level using breathalyzer. If it shows you have been drinking but your blood alcohol levels is below the legal intoxication level, then that is a DUI, and it is a lesser offense.

    Last I heard, some states like Texas don’t even have such a thing as DUI. It used be and still might be, that if you are not intoxicated then the cops will force you to get a ride home but there is no criminal charge.

    DWI means you were caught driving with a blood alcohol level that is above the legal intoxication limit. In most states, the legal intoxication level is so high that if you actually go over it then you are certainly very obviously drunk. This is a much more serious charge.


  • I’m not debating. It is not a matter of opinion. I’m doing you the courtesy of informing you how the entire rest of the world uses the term.

    If action A looks for thing X, and it finds thing X, then the test is positive. If action A fails to find thing X, then the test is negative.

    If action A claims to find thing X, but later confirmation determines that thing X is not really there, then this situation is called “false positive”.

    If action A claims fails to find thing X, but later confirmation determines that thing X is actually there, then this situation is called “false negative”.

    That thing X may subjectively be considered an unwanted outcome has **nothing ** to do with the terms used.