Live data from Hacker News

Viewing profile — thenduks

thenduks

HN member
Joined
Tue, Dec 02, 2008, 8:14 PM UTC
HN karma
1,014
Public activity
499 items

About thenduks

I'm a software developer and product bootstrapper. I co-founded https://bugrocket.com in 2009 and co-created https://coursecraft.net 2012 with my wife.

You'll find my personal website at http://ryanfunduk.com

[ my public key: https://keybase.io/rfunduk; my proof: https://keybase.io/rfunduk/sigs/vx04-pa7XFX3eLNQP1jkUcnh2ubEsgMBCERUvm_Tygo ]

Recent public activity

  1. comment
    Comment #11205339

    SEEKING WORK Location: Waterloo, ON Remote: Yes, and preferred Resume: http://careers.stackoverflow.com/ryanfunduk Strengths: Ruby (+Rails), JavaScript/ES6/Babel, CoffeeScript, Nod…

  2. comment
    Comment #11077400

    True but, in my opinion, inherent to Twitter. Just because some algorithm decides some tweet is 'important' doesn't mean I'll agree :)

  3. comment
    Comment #11073495

    Have you considered using a client that doesn't stay scrolled all the way to the top (TweetBot has a toggle for "pin to top" for example)? I would find what you're describing prett…

  4. story
  5. story
  6. story
  7. comment
    Comment #8862779

    My first real side-project-turned-business is/was Bugrocket ( https://bugrocket.com , launched March 2011, bug tracking for small dev teams). Subscription-based and grows very slow…

  8. comment
    Comment #8472914

    It's this kind of thing that gave us such a quick transition to Amazon and 'PaaS' providers becoming ubiquitous. You can avoid all of these problems and decisions by just giving yo…

  9. comment
    Comment #8449533

    I've done the same thing in a few prototype-style apps I've built too. Not only do you not need to store passwords, but you can just ignore a whole area of UX. Enter email to signu…

  10. comment
    Comment #8281634

    I think your logic is flawed a bit here. A lot of people absolutely will dismiss suggestions like "keep your IO functions minimal/separate" and "you should test your code" and etc …

  11. comment
    Comment #8281101

    Seems to me that the real/only reason for SPJ not to use Comic Sans is that using it distracts people (in general, since he notes that he gets lots of comments about it, I'm not pe…

  12. comment
    Comment #8263093

    A good reminder to go and tell your friends/family "Run, don't walk, to backup all of your important data right now." and hand them an external hard drive. 2FA + a password manager…

  13. comment
    Comment #8122840

    How about: a time tracker, HN clone/basic forum, simple Google Analytics clone, a password vault/manager (did this one recently, it was a lot of fun, https://github.com/rfunduk/mrp…

  14. story
  15. comment
    Comment #8122233

    Actually you can check if an account is verified! Here's a snippet in Ruby I use to check. It's not perfect, but it catches a lot of cases: # ... def initialize @request = PaypalAd…

  16. comment
    Comment #8120977

    When dealing with PayPal, go for an elastic waistband as well :)

  17. comment
    Comment #8120196

    Location: GTA-ish, Ontario, Canada Remote: Yes Willing to relocate: No Technologies: Ruby, Rails, JavaScript (CoffeeScript too), Node, jQuery, Backbone.js, AWS and ops experience, …

  18. comment
    Comment #8118084

    You can make an API call to check the status of a transaction very easily. When my users are redirected back to my site (thanks page, or similar), I check if their transaction is c…

  19. comment
    Comment #8092583

    Is the salary enough to live comfortably on in the area whee the employee lives? Do the co-founders seem like they'd be good people to work with? Does the product/work sound appeal…

  20. comment
    Comment #8091053

    Some people might be too curious to leave it alone, as in a few determined explorers won't be deterred, but maybe they'll avoid settling right on top of it at least? Personally my …

  21. comment
    Comment #8077374

    Ha good catch! Honestly slashes or dashes would be fine with me though :)

  22. comment
    Comment #8077123

    Looks very nice. I've been using timelyapp.com and this seems to cover my use-case similarly but free - yay! A couple points of feedback: - As a person who lives anywhere but the U…

  23. comment
    Comment #7954072

    Yea that's fair enough. This is an initial release so I'm sure they are reading these comments and working to improve their site/docs/etc. You're right that it's basically for Back…

  24. comment
    Comment #7950346

    A little harsh, don't you think? The link is to a blog post - not a landing page - and it seems to me it can contain whatever the author wanted it to. The post wasn't submitted her…

  25. comment
    Comment #7867778

    I wrote a bug tracker called Bugrocket and convinced the owners of my employer to switch us over to it from Bugzilla. After a while of using it and improving it based on real-world…