@adiwan
Germany
http://adiwan.deviantart.comMaking some pony art.
Computer science student.
Retro gamer.
Linux user.
Loves epic soundtracks.
Just a typical Geek/Nerd who loves new things.
Mod of http://askthevetpony.tumblr.com
Main tumblr http://adiwan.tumblr.com
Notices by adiwan (adiwan), page 82
-
@drinkingpony Oatmeal? You are crazy!
-
Today at work, when nobody was there (I was at 6AM in my office), I watched the last MLP:FiM episodes. Now I don't know what to do. Quit the fandom? Stomp my feet on the ground and demand for more episodes like a millenial cry-baby? Continue like nothing happened?
-
@drinkingpony My expectations were low because it was announced as a "musical" movie but these expectations were broken by being even lower. My main complaint throughout was that it lacked consistency and it retread old plot plot points to the detriment of the pacing.
-
The Steven Universe movie was awful.
-
Watched COCO (Disney). It was OK. Great visuals but the story didn't appeal to me.
Sunday, 01-Sep-19 18:35:06 UTC from web -
I'm hesitant buying used game consoles but I'm super quick with my wallet buying an upgrade mainboard for my 3d printer. I'll upgrade one of my printers from a 8-bit 16MHz with noisy stepper drivers to a 32bit 72MHz STMF103 with quiet TMC2208 stepper drivers. It'll have the benefit of creating almost none surface artifacts due to slow g-code processing and better drivers and the noise reduction will make it easier for me to run a print over night. I have to source a set of new fans to make it whisper quiet.
Sunday, 01-Sep-19 15:56:03 UTC from web -
@drinkingpony Yeah... But the most annoying thing a 3d printer cannot fix is a scratched display. And this is almost impossible to ignore on such a small screen on such a low eye-to-device distance. A replacement display makes it almost up to a new device price-wise.
-
@drinkingpony For that price I've always seen very banged-up or defective consoles. I'm rather buying a new "New 2DS" and spare me the misfortune to cobble together multiple defective ones to a working one.
-
I own two 3DS games but no 3DS.
-
My fridge is almost completely filled with water bottles. Not only to have something cool to drink but also to keep the cold in the fridge such that it doesn't waste a ton of energy to cool it down after opening the door.
Saturday, 31-Aug-19 17:24:34 UTC from web -
@scribus Very convenient indeed. I have it to start my music player so starting a song while turning on my car is as quick as it can be.
-
You know what's garbage? Being assigned to a garbage project. The current client I liked to work there has issues of acquiring projects and has budget cuts. Of course I'm the one to get kicked out as an extern. I'm not jobless I'm just frustrated.
Wednesday, 28-Aug-19 12:35:48 UTC from web -
@scribus BARF!™ The disgusting version of your favorite food.
-
@drinkingpony My barf tastes like super acidly malty bread. Usually the thing I ate a while before.
-
Today's mood: <a bunch of incomprehensible angry noises>
Monday, 26-Aug-19 13:50:24 UTC from web -
@drinkingpony Intriguing little adapter. I'll put that into my browser bookmarks. Why are MSI and Gigabyte boards avoided?
-
The habanero pepper potato chips were fine but the reflux I got after is really annoying. My esophagus is constantly irritated.
Friday, 23-Aug-19 15:28:24 UTC from web -
I can't wait for my RetroTink 2x to arrive. Then I can finally hook up every game console I own to my TV. RetroTink can output composite, component and S-Video signals to HDMI. Right now it's in customs. I expect to throw 19% of the price on top :-/
Friday, 23-Aug-19 14:43:25 UTC from web -
@drinkingpony I didn't choose anything in particular. I preliminarily took the average price of the compatible mainboards. It should have 1GBit LAN and USB 3.2 and decent sound and m.2. My demands aren't high. I don't have the need to support old PCI hardware anymore like a 1999 WinTV TV card.
-
@drinkingpony well. Ryzen 3700X, 64GB RAM, 1TB NVME M.2 SSD, NVidia RTX 2080S, mainboard and CPU cooler. The rest I can reuse although not much.
-
My eyes got teary when I put the PC components I'd like to upgrade my current PC. 1800€.
-
New oddly satisfying youtube channel I discovered https://www.youtube.com/channel/UCvZe6ZCbF9xgbbbdkiodPKQ It's about restoration of old paintings.
Thursday, 22-Aug-19 18:55:52 UTC from web -
@thismightbeauser I use Unity for creating VR trainings at my work. So far I'm not done with my code. I'm restructuring my code constantly and I plan to introduce your proposal towards the end when I have something functional first. I'm also a bit hesitant how it will work with the packages I already use that heavily rely on reflection (Odin Inspector, Bolt). My damn "screw hole" code has about 1000 lines of neatly formatted code and my "cordless screwdriver" is at about 1200 lines. They are so big because I need to ensure nothing breaks when I toggle all of them interactable on or off.
-
Thursday, 22-Aug-19 14:33:22 UTC from web
-
@thismightbeauser as far as I can tell the Unity adaptations of that are horribly outdated
-
@thismightbeauser I'm too tired right now to think this through but tomorrow morning I'll give it a thorough and scrutinizing look, however Reflection is not something I want to use.
-
@thismightbeauser I have read that but every available solution doesn't solve my problem. All of them need to have a setup that's not worth the hassle. I make the methods public now and I commented that no other class is allowed to use that. Background: I have screw holes and screwing tools. I intend the screw holes to manage entering and leaving the screw hole zones for interaction. The screw holes inform the screwing tool that it has entered the zone and can interact with it. I manage every interaction through interfaces instead of concrete classes because the screwing tools can inherit from an already existing class (like a standard interactable object class) and C# is boring and doesn't allow inheriting from multiple classes.
-
@thismightbeauser Maybe next time when it's more worth for you to re-subscribe. While I'm recommending: I also recommend "GLOW". Women wrestling in the 80's. More drama than actual wrestling.
-
I totally panicked when I entered my business smartphone's PIN wrongly. I put my apartment upside down to find the PUK number to create a new PIN. Luckily the support could tell me it. I swear the PIN and PUK numbers were on the card I got with my phone and I put everything in one box that belongs to that phone. But I could not find that in there or anywhere.
-
In the last few days I wished that C# had the "friend" keyword. It'd make things so much easier and less error-prone. It makes that a class can access the protected methods and fields of the friended class.