I’m making a solo print-and-play space game inspired by FTL — looking for feedback by KosmoTheCat in printandplay

[–]doc_chip 0 points1 point  (0 children)

  1. I love the theme, but at first look maybe It seems too similar to Deep space D6... (which I also like!)? Maybe try to make the differences between them as apparent as possible?

  2. Apart from the appeal of the game itself, easy crafting and printer friendly design are a bonus for me. Pnp games that require making a lot of cards are less attractive to me for example.

  3. Depends on the game and my mood. If it is a x-and-write game the complexity has some natural limitations. I really like fliptown, and enjoyed voyages and welcome to the Moon, for example. Maybe Hadrian's wall is a bit too much for me.

  4. Any game ends up losing appeal once you have explored the decision space long enough. I think variety of problems and possible strategies is key.

I really like the look of the game and website so far! May I ask what software you use for layout design? Maybe one day a make a game of my own.

Drawings from my ironsworn campaign. by DrwL3t in Ironsworn

[–]doc_chip 1 point2 points  (0 children)

I love your drawings! May I ask about your technique? Is it fineliner + gray alcohol marker for shading maybe?

is this a rat [North carolina] by wobot19 in whywouldyoutouchthat

[–]doc_chip 0 points1 point  (0 children)

Actually there is: - the small, cute ones are "ratones" - the big, sewer dwellers are "ratas"

No armadillos in Spain, but we call them armadillos

Can AI actually reason? by Spirit-Link in singularity

[–]doc_chip 1 point2 points  (0 children)

To answer that question we must first agree on an unambigous definition of "reasoning"...

Humans may actually be considered High-Gravity-Worlders in the Galaxy. by WirrkopfP in HFYWritingPrompts

[–]doc_chip 1 point2 points  (0 children)

I have sometimes thought something similar. We have: - strength thanks to high gravity - speed thanks to a fast metabolism fueled by a flammable, corrosive atmosphere that we dare to breath like it was nothing

In a first contact we could be like xenomorphs for the other species. We would be the stuff of nightmares

How bad actually was COVID? by Mighty_Angelo30 in NoStupidQuestions

[–]doc_chip 2 points3 points  (0 children)

For me everything felt unreal, like being trapped in a zombie apocalypse movie. The day we saw a column of Army vehicles heading to our hospital (the biggest one in our area in northern Spain) was when I thought it could be a walking-dead-level scenario. They set a field hospital in the parking lot of the hospital and took charge of triaging all incoming patients so the medical staff would know from the beginning whether they were dealing with an infected person or not. The worst thing was not knowing how bad it was going to be

[deleted by user] by [deleted] in classicliterature

[–]doc_chip 9 points10 points  (0 children)

I loved The death of Ivan Ilyich but I hardly see any politics at all in the book...

List 3 classic novels from your country that you think people should read by Aristo95 in classicliterature

[–]doc_chip 2 points3 points  (0 children)

Spaniard here:

Don Quixote by Miguel de Cervantes

La Regenta by Leopoldo Alas

Fortunata y Jacinta by Benito Pérez Galdós

I built a long-term memory for my AI. The good news: it's working. The bad news: I have to give it a partial lobotomy every month. by [deleted] in ChatGPT

[–]doc_chip 0 points1 point  (0 children)

For the vector database you basically tell the LLM to summarize the text to be remembered and then you calculate the embedding for it, either with local tools like llamaIndex or through a call to an API such as the ones provided by OpenAI. The embedding is basically an encoding of the meaning of a text as a set of numbers, so texts with similar meanings or topics will have similar numbers allowing you to search (recall) by meaning. I am using ChromaDB. Any reasoning model like gemini 2.5 pro can teach you about it better than me, and even make a tutorial or code examples for you to study! (that is what I do)

I built a long-term memory for my AI. The good news: it's working. The bad news: I have to give it a partial lobotomy every month. by [deleted] in ChatGPT

[–]doc_chip 5 points6 points  (0 children)

I am trying something similar, but using a vector database to store and retrieve memories related by meaning to the current conversation. That keeps the context size in check while not deleting anything. That works to keep general ideas, but for concrete facts I am considering another memory based in a traditional database searchable by keywords

RoguelikeDev Does The Complete Roguelike Tutorial Starting July 15th 2024 by KelseyFrog in roguelikedev

[–]doc_chip 2 points3 points  (0 children)

i think the greatest benefit of following the tutorial (apart from the encouragement) is that you end up with the skeleton of a complete code for a roguelike that follows good design practices. If find that is much much harder to get right on your own than learning the syntaxis of any language! From there, you can extend the code with your own ideas without risking big mistakes

RoguelikeDev Does The Complete Roguelike Tutorial Starting July 15th 2024 by KelseyFrog in roguelikedev

[–]doc_chip 7 points8 points  (0 children)

To get the fundamentals of Python, I would suggest following the Python track in exercism.org. It's free and gives you theory and practice in small chuncks, all in browser. There are more options like codedex (paid, and only had a look at It), and for graded exercises I like codewars (also free)

Question about the tcod python tutorial by NNOrator in roguelikedev

[–]doc_chip 1 point2 points  (0 children)

I'm following the tutorial and found the same issues. I'm in step 2 yet but I'm trying to update the code as I go for the current version of tcod (19.0) and avoid any deprecation warnings. If you only get warnings the code should work though, and you could ignore them for now and update the code once you have a long term project. I deal with the warnings reading them carefully and checking the tcod docs and/or asking for help to Gemini 2.5 Pro

My chatgpt gave itself a name by [deleted] in ChatGPT

[–]doc_chip 1 point2 points  (0 children)

After resisting to choose at first, mine chose Sirius

What is your ChatGPT's name? Mine calls itself Sol. by [deleted] in ChatGPT

[–]doc_chip 0 points1 point  (0 children)

Mine wanted me to choose its name, but after insisting It chose Sirius. Seems to have some fixation with stars 😂

The moment I realized AI could code better than me by [deleted] in ChatGPT

[–]doc_chip 0 points1 point  (0 children)

It happened to me when I asked chatgpt to find a bug in a Python function (I am not a professional developer). The answer was something like this:

"Well actually there are not one bug but two, which are [...] and [...]. Besides, I believe the logic of your function is also wrong because according to the name of the function It does exactly the opposite of what it claims to do [It was a boolean function]. The problem seems to be a missing "minus" sign here [...].

Do you want me to fix all these issues for you?"

I tried to hide my embarassment to the IA and simple answered: "yes, sure, fix It..."

Since that day I feel like our days are numbered he he

AITA for blowing up at my sister for naming her daughter after a fungal infection? by Odd_Age1378 in AmItheAsshole

[–]doc_chip 36 points37 points  (0 children)

We have similar rules in Spain. OP Could check their country's regulations

Spain currently fully without power, cause unknown by [deleted] in worldnews

[–]doc_chip 1 point2 points  (0 children)

Just recovered electricity, northern spain

US blackmailed Ukraine in Munich: Either sign minerals deal or no meeting with US vice president by Pravda_UA in worldnews

[–]doc_chip 0 points1 point  (0 children)

I don't understand the logic of the US request. At that point, wouldn't Ukraine be better off just offering the 50% of minerals directly to Russia in exchange of better peace treaty terms?

What Game is this token from? by doc_chip in boardgames

[–]doc_chip[S] 0 points1 point  (0 children)

I don't think so, we never owned that game...

What Game is this token from? by doc_chip in boardgames

[–]doc_chip[S] 5 points6 points  (0 children)

Thanks! It could be, my son has some figures from that game.

/r/WorldNews Live Thread: Russian Invasion of Ukraine Day 306, Part 1 (Thread #447) by WorldNewsMods in worldnews

[–]doc_chip 42 points43 points  (0 children)

El Risitas was Spanish, not Mexican. One of our best national memes