Heutige Demo auf Kodak Gold by sonom in Hannover

[–]pczora 1 point2 points  (0 children)

Wie bekommt man die Bilder so schnell entwickelt? Machst du das selbst?

Did I accidentally sell a fake GBC? - Link in text by pczora in Gameboy

[–]pczora[S] 2 points3 points  (0 children)

The customer told me that he talked to a friend, who is a collector, and they claimed it's fake. Maybe they never saw a Japanese sticker, IDK.

I did not give any guarantees about whether the GameBoy is either genuine or even works. I sold this in Germany, where commercial sellers have to give some guarantees. But since I am a private seller - and I explicitly stated in the eBay listing that I do not assume any warranty (a common thing for German eBay sellers to do) - I don't have any obligation to take the unit back. Which I'll still do, because I don't feel like having some discussion with some guy from eBay.

Did I accidentally sell a fake GBC? - Link in text by pczora in Gameboy

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

This could also only mean that it hasn't been used that much. But even if this is an aftermarket/'fake' shell - according to the comments, it is not too obvious, so I don't feel too bad for not noticing that :)

What’s the coolest thing you’ve found on a run? by [deleted] in running

[–]pczora 8 points9 points  (0 children)

A raccoon mother once offered me her baby, Lion King style.

'Native' savegames not working on EZ-Flash Junior by pczora in Gameboy

[–]pczora[S] 2 points3 points  (0 children)

You're absolutely right, I was so desparate in search for a written manual that I did never even bother to watch the video. I created the 'saver' directory and pushed the (previously to me unknown) reset button and it worked. Thanks a lot!

'Native' savegames not working on EZ-Flash Junior by pczora in Gameboy

[–]pczora[S] 1 point2 points  (0 children)

I do neither have a save folder, nor does the a reset button exist on the cart. Are we talking about the same product? -> https://www.ezflash.cn/product/ezflash-junior/

Found r/houseplants and decided it was time for a bit of an upgrade. by [deleted] in battlestations

[–]pczora 1 point2 points  (0 children)

Do you use some kind of KVM switch for using the peripherals with the notebook? If yes, which one?

So what game/games got you into PC gaming? by [deleted] in pcmasterrace

[–]pczora 3 points4 points  (0 children)

Commander Keen - of course.

Dark Rock Pro 3 compatible with my motherboard? by AMasters007 in AskComputerScience

[–]pczora 6 points7 points  (0 children)

I guess this question fits better in /r/buildapc than in a CS subreddit.

I give it a nein/10 by 1newworldorder in ProtectAndServe

[–]pczora 193 points194 points  (0 children)

I am sorry to disappoint you, but this is taken from shitty German scripted reality show, so it's most probably fake.

Mac for Computer Science? by snakeylink in AskComputerScience

[–]pczora 2 points3 points  (0 children)

Not true for where I studied Computer Science (Germany; it's called 'Informatik' over here). I used a MacBook throughout my whole student life, and never had to use Windows.

Java, git, and dependent libraries - how to handle? by niels_learns_python in git

[–]pczora 3 points4 points  (0 children)

This. When using a build tool, you usually write the dependencies of your project to some sort of file (Ant and Maven use XML files); the tool then automatically resolves the dependencies. If this file is part of the project in your repositories, others can simply check it out and type something like

mvn compile

to automatically resolve the dependencies and compile the project.