Petr Sobotka's Avatar

Petr Sobotka

@psobotka.bsky.social

Founder of a book swap marketplace http://trhknih.cz, an IT professional, a #Bitcoin enthusiast.

43 Followers  |  183 Following  |  20 Posts  |  Joined: 22.01.2025  |  1.7997

Latest posts by psobotka.bsky.social on Bluesky

Přesně. Podle mě logická chyba pana Němce.

16.10.2025 20:03 — 👍 1    🔁 0    💬 1    📌 0

“Cena je nižší hlavně proto, že v případě přeprodeje už není třeba platit autorům ani nakladatelům” Nějak tento argument nechápu. Netýká se to doslova veškerého bazarového zboží kromě softwaru a fotbalistů? Je taky otázka, jestli možnost bazaroveho odprodeje naopak trh nepodporuje.

16.10.2025 18:55 — 👍 1    🔁 1    💬 1    📌 0
Post image

Jinonice...

16.10.2025 13:29 — 👍 7    🔁 1    💬 0    📌 0

I would say bitcoin. Agentic AGI will eventually embrace it.

07.10.2025 17:47 — 👍 0    🔁 0    💬 0    📌 0
Post image

This was always the plan.

Project 2025 was Donald Trump's blueprint to seize unchecked power within the federal government and restrict Americans' freedoms. And he is implementing it right in front of our eyes.

02.10.2025 18:19 — 👍 5715    🔁 2163    💬 358    📌 180
Video thumbnail

Moje auto

01.10.2025 16:10 — 👍 3    🔁 1    💬 0    📌 0

Koukám na videa ze Sora 2... od teď už nejde věřit nejen fotce, ale už ani videu, je to nerozeznatelné od reality.
Pro mě tím klesá hodnota "citizen reporting" a vrací se význam klasických médií s pomalým ověřováním. Rychlé syrové záběry z místa od náhodného kolemjdoucího už nejde brát vážně.

02.10.2025 04:58 — 👍 44    🔁 9    💬 1    📌 1
JFC

JFC

🚨The Russian asset in the White House & his regime just visually catalogued every single flag officer in our military, and televised it across the globe.

If that does not raise massive alarm bells for you, then you are woefully fucking stupid.

30.09.2025 19:10 — 👍 591    🔁 250    💬 44    📌 95
Post image Post image Post image Post image

Máme pár dní do voleb, a tak bych vás chtěl požádat o podporu Programů, možností je několik:

Sdílení nebo lajkování nezabere víc než pár vteřin a potěší na libovolné sociální síti. Kromě příspěvků můžete sdílet cokoli z Programů, třeba odpovědi kandidátů nebo váš tip na výsledek voleb.

1/n

28.09.2025 18:16 — 👍 6    🔁 5    💬 1    📌 0

Karel Capek

28.09.2025 18:25 — 👍 1    🔁 0    💬 0    📌 0

This time it might be some fundamental news. Although we don't know yet..

22.09.2025 07:09 — 👍 0    🔁 0    💬 0    📌 0

Folks, you can't report the United States to its manager. There's no superhero coming to save us.

We don't need one giant act of heroism. We need millions of small acts of solidarity. Help one person in your community for nothing in return. Then, do it again. And again.

That's the revolution.

19.09.2025 13:03 — 👍 18420    🔁 5846    💬 381    📌 245
Preview
Center for the Alignment of AI Alignment Centers We align the aligners

This is funny AF, I have nothing but admiration for the genius levels of snark achieved here

alignmentalignment.ai

16.09.2025 13:42 — 👍 6    🔁 2    💬 1    📌 0

There is no limit to M1 money supply…

18.09.2025 19:21 — 👍 0    🔁 0    💬 0    📌 0
Post image

Grok says that videos of Charlie Kirk being shot are memes and that he's actually fine

10.09.2025 22:27 — 👍 11939    🔁 2215    💬 108    📌 824

The charger obviously, for a backward compatibility.

10.09.2025 11:16 — 👍 0    🔁 0    💬 0    📌 0

I think it's underappreciated that this site goes "we know you all came up with your own solution to things we don't have, and now that we have an official version we're working with your solution to combine the two"

08.09.2025 20:31 — 👍 5559    🔁 1040    💬 37    📌 11
Video thumbnail

v1.108 is rolling out today 🚚

Now live, at long last: Bookmarks, aka Saved Posts. For all those posts you'll definitely plan to come back to!

Update the app and give it a try. The button is right down there 👇

08.09.2025 18:24 — 👍 24063    🔁 6217    💬 1137    📌 2472
Post image

Never ask a man his age, a woman her salary, or GPT-5 whether a seahorse emoji exists

06.09.2025 13:08 — 👍 2108    🔁 423    💬 98    📌 81
Post image

Tak tohle je easter egg, který maximálně cením!!! 🥚😁

Když upravíte kontrast loga, objeví se skryté poselství.

02.09.2025 13:06 — 👍 11    🔁 1    💬 0    📌 0

Porno. Jen oblecena.

28.08.2025 19:08 — 👍 1    🔁 0    💬 0    📌 0

Sorry, but this opinion is so backward. It's like reading it before 2016. Imitating the human brain is, of course, the first direction that occurred to scientists, but it has not yet borne the desired fruit. Intel. does not have to be based on human architecture. Miller has missed the boat.

25.08.2025 09:49 — 👍 0    🔁 0    💬 0    📌 0
Post image

The letter S is upside down and no, it's not intentional. It's a mistake. #BRICS #typo #fail

07.07.2025 10:28 — 👍 0    🔁 0    💬 0    📌 0
from gremllm import Gremllm

# Be sure to tell your gremllm what sort of thing it is
counter = Gremllm('counter')
counter.value = 5
counter.increment()
print(counter.value)  # 6?
print(counter.to_roman_numerals()) # VI?

from gremllm import Gremllm # Be sure to tell your gremllm what sort of thing it is counter = Gremllm('counter') counter.value = 5 counter.increment() print(counter.value) # 6? print(counter.to_roman_numerals()) # VI?

The is diabolical... a Python object that hallucinates method implementations on demand any time you call them, using my LLM Python library github.com/awwaiid/grem...

04.07.2025 17:39 — 👍 223    🔁 37    💬 12    📌 13
Post image

Um

06.07.2025 13:54 — 👍 239    🔁 37    💬 16    📌 11

Oh my.... and, who could possibly have seen this coming?? 😂 😅😬

06.07.2025 10:08 — 👍 18    🔁 1    💬 0    📌 0

Trump bombing a country, declaring a ceasefire, then awarding himself a peace prize for it is peak MAGA.

24.06.2025 13:39 — 👍 3529    🔁 642    💬 153    📌 21
Video thumbnail

Where did all the weapons go? 🤷

21.06.2025 21:12 — 👍 20    🔁 7    💬 1    📌 1
Video thumbnail

Hi, this is Meg Barnette, Brad's wife.

While escorting a defendant out of immigration court at 26 Federal Plaza, Brad was taken by masked agents and detained by ICE.

This is still developing, and our team is monitoring the situation closely.

17.06.2025 16:51 — 👍 28618    🔁 11212    💬 2195    📌 1865
Post image Post image

Jen abyste věděli, že se to nemá šířit.😂

15.06.2025 07:23 — 👍 64    🔁 17    💬 6    📌 16

@psobotka is following 20 prominent accounts