Viewing profile — danhardman
danhardman
HN member- Joined
- Sun, May 17, 2015, 5:22 PM UTC
- HN karma
- 66
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About danhardman
No profile information was provided.
Recent public activity
-
comment
Comment #48636699
I guess, but it seems pretty typical to expect to install a new software or start a new project and require some form of loading/importing content in. It wouldn't exactly destroy t…
-
comment
Comment #48635039
A few people have suggested adding a blacklist for dangerous directories or validating directories are empty first. Why not just make the API create a new directory rather than sel…
-
comment
Comment #47890459
Can you add a guest mode that doesn't track my progress and add to leaderboard? I'd like to try it out
-
comment
Comment #42636191
Home Wifi Mesh System - https://www.tp-link.com/uk/home-networking/deco/deco-x55/ Found my WiFi dropping off walking around my house and swapping to using data. Super frustrating b…
-
comment
Comment #15274669
on(), off() seems a bit unintuitive in my opinion. I'd opt for something like .watch(), .ignore()
-
comment
Comment #15274658
So currently, users are often redirected to the 3rd party payment service or interact with an embedded form offered by the 3rd party service and the user either has to register/log…
-
comment
Comment #15124293
What're the benefits of removing iFrames over using an adblocker like uBlock? Seems like global iFrame genocide would hurt your user experience more. They're not all ads!
-
comment
Comment #14967654
I'd like to reference Tom Scott's video[0] here. There is no need for an electronic voting system, paper ballots work perfectly. [0] https://www.youtube.com/watch?v=w3_0x6oaDmI
-
comment
Comment #14752207
Agreed. I often find the extra initial loading time is worth the improved user experience across the rest of the website once the bundles CSS file is cached.
-
comment
Comment #14644798
Did the pot you use have holes in the bottom? It looks like you have it just sat on a desk so I'm assuming it's basically just a bucket? Your moisture problem could just be that yo…
-
comment
Comment #13944582
Is the idea of this to replace adding `console.log("code checkpoint");` in your code for debugging? Sort of a, I know the code managed to get to this point, so the error must be ha…
-
story
Ask HN: Alternatives to Honeypots(JS and CSS) and Captcha for form spam prevention?
Captcha on my public facing forms isn't enough to keep spam away, so I'm looking into additional methods. Honeypot inputs were my first thought, however after my recent spout of Se…
-
comment
Comment #12814001
I was under the impression that AdBlock Plus started selling whitelist places and that's what user's became outraged over. I may be misremembering though, I only ever scanned post …
-
comment
Comment #12805906
I'd happily display ads on websites that aren't incredibly obnoxious. I think ad-blockers need to have some sort of ad-policy or vetting system in place that when websites conform …
-
comment
Comment #12759357
Is there something stopping someone paying the $50 for the first month and getting a website designed by you (I'm assuming you design from scratch each time) and then cancelling my…
-
comment
Comment #12753279
What unit is the Y-axis measured in?
-
comment
Comment #12668188
Just listening to the first episode as this sounds like the perfect thing for me in my current situation. One suggestion would be to work on sound quality, the biggest issue being …
-
comment
Comment #12668161
Here's the link to their podcast on iTunes: https://itunes.apple.com/us/podcast/002-jason-cohen-intervie...
-
comment
Comment #12401156
So you've taken something that only companies with large budgets were able to do, and made it possible for everyone? Any way I can remove my email from your website in case a websi…
-
comment
Comment #12400990
This seems like an incredibly unethical tool on first glance.
-
comment
Comment #12296573
For the initial clean-up, you don't want to be doing it manually, especially if you have lots of tweets to delete because Twitter makes it a really tedious task. There are online t…
-
comment
Comment #11730760
Bet you didn't do that whilst developing this!
-
comment
Comment #11565270
Straight off the bat you can split machine learning algorithms into whether or not you need to be able to see how a decision has been made. For example, Neural Networks are probabl…
-
comment
Comment #11565028
It's a shame this has come out now, I'm preparing for university exams next week and this would have been perfect! I'm sure getting feedback from a student's viewpoint would be goo…
-
comment
Comment #11345713
Shouldn't this be called "Bootstrap Me"? The beautifying is simply just inserting bootstap.css into the current tab. Cool idea, don't think it needs jQuery though and popup.css can…