I’m a #SoftwareDeveloper from #Switzerland. My languages are #Java, #CSharp, #Javascript, German, English, and #SwissGerman. I’m in the process of #LearningJapanese.

I like to make custom #UserScripts and #UserStyles to personalize my experience on the web. In terms of #Gaming, currently I’m mainly interested in #VintageStory and #HonkaiStarRail. I’m a big fan of #Modding.
I also watch #Anime and read #Manga.

#fedi22 (for fediverse.info)

  • 0 Posts
  • 70 Comments
Joined 1 year ago
cake
Cake day: March 11th, 2024

help-circle
rss

  • Isn’t the Atari just a game console, not a chess engine?

    Like, Wikipedia doesn’t mention anything about the Atari 2600 having a built-in chess engine.

    If they were willing to run a chess game on the Atari 2600, why did they not apply the same to ChatGPT? There are custom GPTs which claim to use a stockfish API or play at a similar level.

    Like this, it’s just unfair. Both platforms are not designed to deal with the task by themselves, but one of them is given the necessary tooling, the other one isn’t. No matter what you think of ChatGPT, that’s not a fair comparison.


    Edit: Given the existing replies and downvotes, I think this comment is being misunderstood. I would like to try clarifying again what I meant here.

    First of all, I’d like to ask if this article is satire. That’s the only way I can understand the replies I’ve gotten that critized me on grounds of the marketing aspect of LLMs (when the article never brings up that topic itself, nor did I). Like, if this article is just some tongue in cheek type thing about holding LLMs to the standards they’re advertised at, I can understand both the article and the replies I’ve gotten. But the article never suggests so itself. So my assumption when writing my comment was that this is not the case and it is serious.

    The Atari is hardware. It can’t play chess on its own. To be able to, you need a game for it which is inserted. Then the Atari can interface with the cartridge and play the game.

    ChatGPT is an LLM. Guess what, it also can’t play chess on its own. It also needs to interface with a third party tool that enables it to play chess.

    Neither the Atari nor ChatGPT can directly, on their own, play chess. This was my core point.

    I merely pointed out that it’s unfair that one party in this comparison is given the tool it needs (the cartridge), but the other party isn’t. Unless this is satire, I don’t see how marketing plays a role here at all.






  • Markdown is a markup language, which can be used by users to indicate formatting hints to the underlying system. For example, you want a text to be bold, a markup language lets you tell that to the website in a way it understands.

    Older markup languages tended to be verbose and complicated. For example, this is a numbered list in BBCode, which is the classic forum markup language: [ol][li]Item one[/li][li]Item two[/li][/ol].

    Markdown keeps it simple and intuitive, for the most part.

    1. item 1
    2. item 2
    

    The above is a numbered list in Markdown. Much simpler than the BBCode version. Simple enough that people like you can do it without even being aware of Markdown at all.


    *This is cursive text*
    **This is bold text**
    
    # this is a heading
    
    ## this is a smaller heading
    
    ###### usually up to six levels are supported, but this might differ based on the implementation (my instance seems to make all of these the same size)
    
    > this is a quote
    it can span multiple lines too
    
    this is a bullet point list:
    - item 1
    - item 2
    
    [Links are more complicated, but still as easy as they can be](https://example.org)
    

    The above doesn’t actually display formatted because I used a code block to show the Markdown as written. The below is how the above actually displays:

    This is cursive text This is bold text

    this is a heading

    this is a smaller heading

    usually up to six levels are supported, but this might differ based on the implementation (my instance seems to make all of these the same size)

    this is a quote it can span multiple lines too

    this is a bullet point list:

    • item 1
    • item 2

    Links are more complicated, but still as easy as they can be


    edit: this is what the original creator of Markdown has to say on the matter:

    Markdown is intended to be as easy-to-read and easy-to-write as is feasible.

    Readability, however, is emphasized above all else. A Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters — including Setext, atx, Textile, reStructuredText, Grutatext, and EtText — the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.

    To this end, Markdown’s syntax is comprised entirely of punctuation characters, which punctuation characters have been carefully chosen so as to look like what they mean. E.g., asterisks around a word actually look like emphasis. Markdown lists look like, well, lists. Even blockquotes look like quoted passages of text, assuming you’ve ever used email.







  • There’s a difference between knowing my baker is a nazi and being unaware of it. It’s morally wrong to be knowingly supporting a nazi, whether it’s by buying their product or by donating to them directly doesn’t matter.

    It’s true that bread stays bread regardless of the baker’s political stance. But it’s not like the nazi baker is the only one in town. Just get your bread from a different baker. Bread is bread. The point of alternatives is that you can pick your source, whom you want to support. And that’s what OP is suggesting.


  • What kind of effect does knowing exactly which people downvoted you have on a platform? Is there a chilling effect on downvotes, is there revenge downvoting? I guess we’ll find out.

    It’s not like we haven’t had public downvoting in the fediverse yet. We already found out in the past.

    Kbin had public downvotes and the main effect was that people put more thought into their downvotes. While I assume it wasn’t without abuse, I’ve never seen it brought up as an active problem, just something that could theoretically happen.


  • Matrix definitely is federated.

    You ran into the trap of taking “fediverse” at face value. It neither invented nor monopolizes federation. E-Mail is federated and has nothing to do with the fediverse. Wikipedia’s page on federation lists the very internet itself as the prime example.

    Not implementing ActivityPub doesn’t mean Matrix isn’t federated.





  • No, they’re downvoting because they don’t like what the post is saying.

    People misusing voting buttons as a like/dlislike button is a well known issue and reality, at least on Reddit. But considering the system works the exact same here, it’s no surprise that the same problem persists here as well.