Pamasich

joined 1 year ago
MODERATOR OF
[–] Pamasich@kbin.earth -1 points 1 week ago (1 children)

Then the actual chess isn't LLM.

And neither did the Atari 2600 win against ChatGPT. Whatever game they ran on it did.

That's my point here. The fact that neither Atari 2600 nor ChatGPT are capable of playing chess on their own. They can only do so if you provide them with the necessary tools. Which applies to both of them. Yet only one of them was given those tools here.

[–] Pamasich@kbin.earth -2 points 1 week ago (4 children)

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.

[–] Pamasich@kbin.earth 3 points 1 week ago (1 children)

There are custom GPTs which claim to play at a stockfish level or be literally stockfish under the hood (I assume the former is still the latter just not explicitly). Haven't tested them, but if they work, I'd say yes. An LLM itself will never be able to play chess or do anything similar, unless they outsource that task to another tool that can. And there seem to be GPTs that do exactly that.

As for why we need ChatGPT then when the result comes from Stockfish anyway, it's for the natural language prompts and responses.

[–] Pamasich@kbin.earth 1 points 1 week ago

I don't pay for ChatGPT and just used the Wolfram GPT. They made the custom GPTs non-paid at some point.

[–] Pamasich@kbin.earth 1 points 1 week ago

why don't they program them to look up math programs and outsource chess to other programs when they're asked for that stuff?

They will, when it makes sense for what the AI is designed to do. For example, ChatGPT can outsource image generation to an AI dedicated to that. It also used to calculate math using python for me, but that doesn't seem to happen anymore, probably due to security issues with letting the AI run arbitrary python code.

ChatGPT however was not designed to play chess, so I don't see why OpenAI should invest resources into connecting it to a chess API.

I think especially since adding custom GPTs, adding this kind of stuff has become kind of unnecessary for base ChatGPT. If you want a chess engine, get a GPT which implements a Stockfish API (there seem to be several GPTs that do). For math, get the Wolfram GPT which uses Wolfram Alpha's API, or a different powerful math GPT.

[–] Pamasich@kbin.earth 6 points 1 week ago

kbin is dead when I look at the repo

kbin is dead yeah, but it does have an active fork in Mbin. That's what I'm using.

[–] Pamasich@kbin.earth 5 points 1 week ago

Lemmy isn't the only platform on the fediverse, nor the only one with communities.

I'm writing from Mbin btw, another platform that's not Lemmy.

[–] Pamasich@kbin.earth 3 points 3 weeks ago (2 children)

Are you sure about that?

  • It's still Vernissage on Github
  • Looking up impressia just returns a pixelfed client by that name and nothing related to vernissage
  • Didn't see any PRs waiting to be merged either
[–] Pamasich@kbin.earth 3 points 4 weeks ago

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.

[–] Pamasich@kbin.earth 6 points 4 weeks ago (2 children)

Hot take? Blue Sky should be worked with to join the Fediverse as the twitter alternative and Mastodon should work to be the Facebook alternative

??? Why should Mastodon become an entirely different kind of site when there's already Facebook alternatives for the fediverse?

[–] Pamasich@kbin.earth 11 points 4 weeks ago

It's a different blocking philosophy. Reddit used to work like Lemmy does, for example. The keyword here being "used to". Here's their announcement post from when they changed it.

I personally prefer this method of blocking, because you're not a moderator or administrator and thus should not get to customize the experience of other users than yourself. Yes, there's the legitimate use case of stopping mass downvoters. But two-way blocking can also be (and has been) used maliciously. You can slander someone and then block them, making them unable to defend themselves or even know what happened, for example.

[–] Pamasich@kbin.earth 6 points 1 month ago

My favourite feature is de-duplication, on PieFed if I view eg. this post It combines/aggregates it with cross-posts/reposts

Mbin does this too, I'm surprised to hear Lemmy doesn't. Feels expected to have something like this with how fragmented the fediverse is.

 

This is a community for discussing Beyond Skyrim on the fediverse.

I'm not affiliated with the actual Beyond Skyrim team. If you want to ask them questions, your best bet is their official subreddit and their Discord server.

You can mostly expect me to repost progress update posts here. I've added some recent ones for now, and will be posting new ones going forward.


FAQ

What is Beyond Skyrim? Beyond Skyrim is a mod project for Skyrim which aims to add the rest of the world of The Elder Scrolls to the game. This includes areas from previous games like Morrowind or Cyrodiil, but also entirely never before seen places like Atmora. The project consists of several subprojects, which each tackles a different region of the map.

What's the difference between this and Skyblivion? Skyblivion aims to bring Skyrim's predecessor, TES 4: Oblivion, to Skyrim's engine. It's a total conversion project which is meant to be a replacement to playing Oblivion itself. Beyond Skyrim, on the other hand, aims to expand the playable world to Cyrodiil (and other provinces). It's set in the same time period as Skyrim, two centuries after Oblivion. There will be a ton of differences between Beyond Skyrim's Cyrodiil and Skyblivion's.

What's being worked on? The project currently consists of the following subprojects:

  • Cyrodiil: Seat of Sundered Kings, which aims to bring the heartlands of the Empire, Cyrodiil, to Skyrim.
  • Morrowind: The Star-Wounded East, which aims to bring the home of the Dunmer to Skyrim.
  • Illiac Bay: Tower of Dawn, which covers both Hammerfell and High Rock together.
  • Elsweyr: Sugar and Blood, which is adding the home of the Khajiit.
  • Argonia: The Roots of the World, which is bringing us the marshes and jungles that Argonians call their home. "Argonia" is the non-imperial name for Black Marsh.
  • Valenwood: Lure of the Wilds, which aims to create the province of the Bosmer in Skyrim.
  • Roscrea: Voices of the Deep, which is adding a large island located somewhere between Atmora, Skyrim, and Solstheim.
  • Atmora: Expedition to the North, a more story-driven mod in which you take part in an expedition to the northern continent of Atmora, the homeland of humanity.

Where's Summerset? Are these all the projects? Additional projects may join in the future, but they need to already have some progress to show for themselves. Beyond Skyrim is quite reluctant to accept new projects until they actually release one. Valenwood only relatively recently joined the project however, having been merely partnered with Beyond Skyrim before that, so it's definitely possible.

There are related projects for Alinor (Summerset Isles), Thras (home of the necromancer slugs), Esroniet (an island on the way to Akavir), and Pyandonea (a continent to the south). Those might join Beyond Skyrim in the future, but they're not quite there yet.

Why don't they just all work on one province at a time? Why spread so thin? With a project covering this much ground, different people join because they're interested in different regions. Someone who joins the team because of their interest in Morrowind would hate having to complete Cyrodiil first. They just want to work on Morrowind. And so they do. There are members that work on multiple projects, it's all about where your interests lie.

Can I play this already? If not, when will it release? There is no release date yet for any of the projects. Cyrodiil has a prerelease out, giving you access to just the region of Bruma. Other large projects like Morrowind and Illiac Bay plan their own such prerelease. However, their next goal is the full province, not more pieces of it.

Will this be on consoles? No. Bruma itself had to be split into multiple parts, so especially the large projects like Cyrodiil and Morrowind will definitely not come to consoles. Smaller projects and the other prereleases MIGHT come to Xbox if they're small enough, though last I've read there are no plans to.

Does Beyond Skyrim respect ESO's lore and world design? Many projects started before ESO, and the game keeps getting new content. It's simply not feasible for Beyond Skyrim to constantly change their plans to fit the whims of Bethesda and Zenimax. They're certainly drawing inspiration from ESO, but that's about it.

I want to help out, but don't know how to mod. The Beyond Skyrim team created the Arcane University Discord channel to train aspiring members, though it's open to everyone who wants to learn how to mod the game. If you wish to join Beyond Skyrim, they have an FAQ on that on their Discord channel which I've linked above.

 

This map was provided to the community as part of their advent calendar. It shows their progress with the terrain of the various projects. A new map is expected every Christmas.

view more: next ›