HN user

wunderbaba

84 karma

I build things up to and including stuff. I spent a lot of time thinking about how I seem to have the same success ratio at making life decisions as I did when I was a kid reading a choose-your-own-adventure book.

https://specularrealms.com

Posts7
Comments17
View on HN

For context, this is related to a article posted on a sub stack called the rationalist which made efforts to disguise the fact that it was GPT generated: https://news.ycombinator.com/item?id=34287747

The author, Petra, defended themselves saying that English wasn't their native language but that the "seed" content was their own. This article would appear to indicate that they also plagiarized the original source material.

https://specularrealms.com

The site doesn't have a particularly stylistic design, and my writing tends to focus on theistics and cognitive philosophy.

The physiological constraints of free will https://specularrealms.com/genetic-freedom

Secular vs God's morality morality https://specularrealms.com/godsmorality

But I also write goofy articles like how Sean astin used basic programming language to hack a password. https://specularrealms.com/2021/04/21/strangest-things

Actually "butt tub" is a palindrome that you cannot unsee. Even at a young age I had a very sophisticated sense of humor....

I grew up on DOS 6.22 and quick basic 4.5, so I have a huge amount of nostalgia for how low friction it was to start programming back in the day.

There's a scene in Stranger Things where Sean Astin's character tries to brute force a code using a basic variant, and it was surprising to me to see code on a popular TV show that was remarkably faithful to the original.

https://specularrealms.com/2021/04/21/strangest-things

A few years ago I started taking up running regularly but I didn't have a buddy that I could run with so I decided to adopt a dog. Unfortunately the shelters were relatively far away from my home making it inconvenient to go in and check continuously on the weekends. I later realized that nearly all of them connected to a central city database which contained all of the dogs in the nearby shelters and furthermore that that database was behind a publicly available rest endpoint.

I whipped up a program that periodically every 10 minutes would query the database filtering for dogs matching the qualifications I was looking for using a combination of regex to search for any dogs that were:

- Between 50 and 100 lbs

- Did not have a history of behavioral problems

- Matched a list of active breeds

When it found a potential match it would send an SMS via Twilio to my phone with a picture of the dog, a link to the shelter, and a picture.

Several years later my huskee / Pyrenees hybrid is the best running partner I could ever have asked for. That's my proudest hack and I think she would agree with me.

It depends on what you're generating, complex prompts in DALLE ("a witch tossing rapunzels hair into a paper shredder at the bottom of the tower") blow midjourney and stable diffusion out of water.

But if all you're doing is the equivalent of visual mad Libs: "Abraham Lincoln wearing a zoot suit on the moon.", then SD and MJ suffice.

Does anyone remember Redhooks Revenge? It was a maritime-themed trivia board game with risk battle mechanics for DOS. You can see the original here:

https://archive.org/details/RedhooksRevenge

I actually received permission from ImagiSOFT to build the sequel, titled Redhook's Revenge: Call of Booty which adds in 1000s of general trivia questions, which is freely available on itch.io:

https://specularrealms.itch.io/redhooks-revenge-ii-call-of-b...

I was just dealing with this insanity a few weeks ago. I eventually settled on using a pre-load of my font in the head element and then immediately afterwards a built-in script element that loaded it into the font family.

And even after this it seemed really inconsistent whether it would wait to display the correct font or load the fallback font then visually hot swap in the correct one depending on the browser and the device used.