Published in Geek Culture·PinnedThe “Query of Queries” Trick to Auto-Produce SQL StatementsA super-effective SQL Injection trick — This trick was taught to me during the first months of a project in which I worked as a backend developer. I was a JAVA developer with close-to-zero experience in SQL apart from “SELECT * from MY_TABLE” statements. This trick was, and is, amazingly effective even if it’s not the…Java4 min read
Published in Micro Erotica·1 day agoAuntie HospitalityYou don’t need to do my niece quieter just because of me — Franny is my wife’s aunt. They are very fond of each other since she raised my wife in place of her parents. A very young-looking woman, proud of her independence and her freedom. Married, and happily at that, with a man she sees just twice a month. She is hosting…Erotica4 min read
Published in Redemption·1 day agoThe Sound of DarknessNever, ever forget the Designation Night. Never. — It’s freezing cold outside and I can’t stand cold and humidity. I need to bring trash outside every day, and each day I need to bring a different kind. They call it “the door-to-door recycling scheme”, and of course, it’s better than putting the trash in my car and driving…Horror6 min read
Published in Geek Culture·1 day agoCoroutines and Callbacks in UnityHow to have a coroutine ring a bell when it’s done — When a Coroutine is started like this in Unity: StartCoroutine(CoroutineName(vars)); NextCommand(); a piece of code runs outside the Update pattern. This means that the execution of that code is not restricted to the frame from which it started, but can span across several frames. Usually, this is obtained using the…Unity3 min read
Published in Geek Culture·2 days agoSingleton Pattern Using Enum in JavaWhat is a singleton and how to implement it — Singleton is a design pattern used to create a unique instance of a class: through the runtime, there will be only one. The classic implementation of this pattern uses a combination of static methods to check if there already is an instance (and returns that) or, otherwise, creates a new…Singleton Design Pattern3 min read
Published in Geek Culture·5 days agoJSON-Returning Web Request with Unity’s JsonUtilityUsing Unity JsonUtility class — This article will be a sort of appendix for the previous one, as I’m going to show an alternative way to deal with JSON responses to Unity Web Requests. JSON-Returning Web Request within Unity Reverse Geocoding API real casemedium.com In the previous article, I suggested the use of an external library, such as NewtonSoft.Json . The alternative here is the…Unitywebrequest2 min read
Published in Redemption·6 days agoMy Name’s EvelynAnd I’m turning 18 next month — — Dad? C’mon! Wake Up! You told me I could have my present this morning! That’s when things started going shit. I was six, it was Christmas morning and I was intrepidly looking forward to opening my present. — Mo-om! Dad won’t wake up! I ran to my mom, she…Fiction4 min read
Published in Micro Erotica·Jun 21She Needed a Hand. A Dick did.A memory — — Love, Ally’s asleep, why don’t you clean downstairs? I’m gonna prep for the beach, ok? — Sure. My wife didn’t have a chance to shave her legs for ages. Whilst it was not a problem for me, she suffered from it. Taking care of our child, full-time, drifted her…Erotica4 min read
Published in Geek Culture·Jun 20JSON-Returning Web Request within UnityReverse Geocoding API real case — In this article, I will show you how to get a JSON response from a web request and deserialise it into a C# object. Downloading Images within Unity Maps Static API image real casemedium.com For the specific example, following what I did in the previous article, I’m going to call the Reverse Geocoding API which will request GPS coordinates and…Unity3 min read
Published in Redemption·Jun 195 Minutes of his MindMotion and stillness merge in the stream of consciousness — How to Read (or write) a Stream of Consciousness A quick guidedanio-quero.medium.com Damn my back hurts I should exercise more It’s been a year since the last time Crap it’s getting late Damn you Roger It’s cold today The bill is going to be out the roof at the end of the month Ok, the files are there the log is fine…Fiction5 min read