Viewing profile — dansingerman
dansingerman
HN member- Joined
- Thu, Jun 17, 2010, 2:54 PM UTC
- HN karma
- 1,359
- Public activity
- 294 items
- HN profile
- View on Hacker News ↗
About dansingerman
https://reasonfactory.com
Recent public activity
-
comment
Comment #30969312
You’re right. I wasn’t aware of word-in-one and it’s a similar idea. The closest I’ve seen to my game in fact. ( when I had the idea for it I wondered if anyone else had had the sa…
-
comment
Comment #30948508
I’ve made it so it only shows the share button if the browser supports native sharing (navigator.share) - wordle just copies it to the clipboard on other browsers, which I found a …
-
comment
Comment #30948187
There seems a weird caching issue that I think I’ve fixed. Can you try again?
-
comment
Comment #30945607
Thanks - it is behind cloudflare, and there does seem to be the odd caching issue where there is a mismatch between the files. I'll look further into it.
-
comment
Comment #30943398
Thanks for the kind comment. The dark mode is on the dev plan, I just didn’t have it ready for launch.
-
comment
Comment #30933245
Yes - it probably is a bit harder than Wordle. I think this is for people who like Wordle, but find it a bit too easy.
-
comment
Comment #30928897
Thank you!
-
comment
Comment #30928894
Thanks - I will check that out
-
comment
Comment #30919242
Ever since I became aware of Wordle (and its success) I’ve wanted to make my own daily word game. This is unashamedly inspired by Wordle, but unlike most Wordle derivatives it’s fu…
- story
- story
-
comment
Comment #24251859
Totally agreed; in general the advice a VC will give you will be what they consider you need to do for them to be interested in investing in you. This is not the same as ‘good’ adv…
-
comment
Comment #22347458
I'm guessing this only affected Android devices? But did those devices have the "Allow apps from unknown sources" option checked? I feel like there's some pretty pertinent technica…
-
comment
Comment #21189975
This is a great comment. Imagine the investment that would suddenly start in accessibility if Google publicly announced it was an important part of search engine rankings.
-
comment
Comment #20307903
Goodhart's Law? https://en.wikipedia.org/wiki/Goodhart%27s_law
- story
-
comment
Comment #17932624
TLDR: You don't need to manage state in the client now; manage state in the server by making more API requests. And GraphQL makes that a bit easier. Oh and you still need to manage…
-
comment
Comment #17919508
> That one definitely sounds true to me, the complexity of modern software definitely makes it harder to be competitive with big shops. I disagree. If you want to make a competitiv…
-
comment
Comment #17313218
I've used slim too. I have the same opinion of it as Haml.
-
comment
Comment #17313215
Agreed! If I need to debug it in chrome inspector (or similar) I don't like to have to think in terms of the abstraction I'm using to get the result I want. Web development is comp…
-
comment
Comment #17313168
I know I'm very likely to be in a minority here, but I hate both Haml and Markdown. I much prefer HTML and erb.
- story
-
comment
Comment #16501949
You say 'only millions records'. Even if you had 2^36 records (that's over 68 billion) the chances of a collision should be 0.0000000000000004 That really is vanishingly small. So,…
-
comment
Comment #16500736
That is likely due to a fault in the UUID generator, rather than the concept of using UUIDs. http://www.h2database.com/html/advanced.html#uuid
-
comment
Comment #16500357
Do you worry about the irrational fear that one day all the oxygen molecules in the room will gather in an upper corner, and you'll suffocate?