HackerTrans
TopNewTrendsCommentsPastAskShowJobs

offsky

no profile record

Submissions

Binary Sudoku Puzzle – Foxtrot Comic

foxtrot.com
7 points·by offsky·8 months ago·0 comments

Ask HN: Which tech-stack requires the least knowledge and complexity?

2 points·by offsky·2 years ago·5 comments

comments

offsky
·8 months ago·discuss
Clearly reciprocity is a good part of social interaction. So it’s not necessarily a dark pattern. But it can be if games use it as a mechanism to get you hooked. Maybe by punishment or guilt, or by encouraging extra in app purchases so you can donate to your guild mates. This is addressed a bit in my FAQ. https://www.darkpattern.games/faq.php
offsky
·8 months ago·discuss
It’s meant to look like an old NES game controller.
offsky
·8 months ago·discuss
It’s always shocking to see one of my sites pop up on HN.

For context around my motivation to make the site. I was really addicted to a certain mobile game to the point that it was affecting my work and family life. I stumbled upon an article about how game companies hire psychologists to make the games more addicting. This led me down a rabbit hole of researching dark patterns. It was very eye opening and by learning about the dark patterns they lost their power over me. I was able to quit playing the addictive game. I still play games, I just pick better games and the dark patterns don’t work on me anymore. The research and education that I gave myself was so helpful in restoring balance to my life that I wanted to share it with others. Hence the website. It’s about 7 years old.

The most important part of my site is the text descriptions of the dark patterns. The crowd sourced game reviews are probably spam and rubbish and I’ve been meaning to remove them. I had written code to scrape the iOS and android stores to automatically add new games but this code broke ages ago and I never fixed it. The game listings are years out of date. I had plans to include console and pc games but never got around to it. I moved on to other projects.

I have received many emails over the years from people who say that my site has helped them stop or avoid playing addictive games. This makes me happy.
offsky
·last year·discuss
The thing I don't understand is how unethical stuff like this comes to be built. Take the example where nurses with debt get lower wages because they are desperate. Some manager had to come up with this idea and then get various people to agree and then get a team of engineers to implement it. Thats a lot of people agreeing to do something so clearly evil (to me at least). Are there that many people who just don't care? Whenever I read stories similar to this I always wonder how many people went along without objecting.
offsky
·last year·discuss
I became interested in complicated watches several years ago and knew I could never afford one, so I made a website with simulated watch dials. Just for fun and education. It was also a great way for me to learn svg animations. https://www.complication.watch/
offsky
·last year·discuss
I tried adding deep zoom to mine, https://www.zazow.com but it became way too slow. Arbitrary precision math is just orders of magnitude slower, at least in the way that I understand it. I am not a mathematician.
offsky
·last year·discuss
Is there a way to turn Apple special photos into cross view images?
offsky
·last year·discuss
It would be cool if Apple made something like this for public events with a way to browse local events. I acknowledge that moderation of spam would be an issue.
offsky
·2 years ago·discuss
I would love to see a lava lamp simulator with this type of quality. I’ve tried before to make one but alas I don’t have the math.
offsky
·2 years ago·discuss
If I lose access to my Apple account (via hacking, being banned or otherwise), do I also lose access to all my saved password? Thats what I want to know.
offsky
·2 years ago·discuss
I wonder what the annual maintenance, utilities, taxes and other upkeep would be on that.
offsky
·2 years ago·discuss
This is surprising to me too because I saw 3 different Cybertrucks on the road yesterday. I guess I live in a hot zone.
offsky
·2 years ago·discuss
Here is a migraine headache therapy that works on the same principle.

https://www.gammacore.com/

It’s really difficult to get prescription and insurance to line up and then they mail you a RFID card that you scan to “refill” the device.
offsky
·2 years ago·discuss
Why is sales tax being applied now? Is there some new tax law or is Kagi offering a new benefit that requires taxation?
offsky
·6 years ago·discuss
A regenerative CO2 scrubber that people could install inline with existing whole house AC systems would be a big success. I would buy it in a heartbeat.
offsky
·8 years ago·discuss
So, I just discovered that Adsense has an option to block ads that have "Significant Skin Exposure" so I turned this on a few mins ago.
offsky
·8 years ago·discuss
Thanks. I’ll fix it.
offsky
·8 years ago·discuss
That is very odd and not what I want. It’s just google Adsense. You sure your computer doesn’t have spyware?
offsky
·8 years ago·discuss
Yeah. Sorry :(
offsky
·8 years ago·discuss
The main problem I ran into with Angular was SEO. With a single page app, I had a hard time getting google to index the individual airplane pages. This was 5 years ago, before good solutions existed. I cobbled together a solution, but its not perfect. And Google is better about this now anyway. It would have been better to use vanilla JS or jquery to do the simple home-page filtering. But I wanted to learn Angular, so thats what I did.