Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
thenduks
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
thenduks
11y ago
SEEKING WORK Location: Waterloo, ON Remote: Yes, and preferred Resume: http://careers.stackoverflow.com/ryanfunduk Strengths: Ruby (+Rails), JavaScript/ES6/Babel, CoffeeScript, Node, React, Redux, Backbone Have ha
2.
▲
by
thenduks
11y ago
True but, in my opinion, inherent to Twitter. Just because some algorithm decides some tweet is 'important' doesn't mean I'll agree :)
3.
▲
by
thenduks
11y ago
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 pretty much a deal breaker in my use of twitt
4.
▲
Immutable Data from Scratch
(ryanfunduk.com)
1 points
by
thenduks
11y ago
|
0 comments
5.
▲
React from Scratch
(ryanfunduk.com)
4 points
by
thenduks
11y ago
|
0 comments
6.
▲
Flux from Scratch
(ryanfunduk.com)
4 points
by
thenduks
11y ago
|
0 comments
7.
▲
by
thenduks
12y ago
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 slowly, it mostly hovers around $500/month i
8.
▲
by
thenduks
12y ago
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 your various certificates and stuff to ELB or H
9.
▲
by
thenduks
12y ago
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 signup -> link gets emailed. Enter email to login -&
10.
▲
by
thenduks
12y ago
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 essentially saying "it works
11.
▲
by
thenduks
12y ago
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 personally distracted by it) from what he's say
12.
▲
by
thenduks
12y ago
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 and whatnot would be a good idea, too :
13.
▲
by
thenduks
12y ago
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/mrpassword ). Or how about some
14.
▲
Belt and Suspenders
(ryanfunduk.com)
2 points
by
thenduks
12y ago
|
0 comments
15.
▲
by
thenduks
12y ago
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 = PaypalAdaptive::Request.new end
16.
▲
by
thenduks
12y ago
When dealing with PayPal, go for an elastic waistband as well :)
17.
▲
by
thenduks
12y ago
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, and the usual HTML/CSS/etc Resume: http
18.
▲
by
thenduks
12y ago
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 completed, if not, I kick off an every-five-seconds check whi
19.
▲
by
thenduks
12y ago
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 appealing to work on for 2+ years? Is there an opportuni
20.
▲
by
thenduks
12y ago
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 first reaction to the Curse of King Tut would be &
21.
▲
by
thenduks
12y ago
Ha good catch! Honestly slashes or dashes would be fine with me though :)
22.
▲
by
thenduks
12y ago
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 US, the date format is all wrong and will constantly be
23.
▲
by
thenduks
12y ago
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 Backbone users: > We <3 Bac
24.
▲
by
thenduks
12y ago
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 here by anyone from &yet, but by Jeremy Ashkenas
25.
▲
by
thenduks
12y ago
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 usage, I pitched launching it as a company. Drew up all the
26.
▲
by
thenduks
12y ago
Interesting. If I leave the spacing settings closer to the default then it looks like this: http://ryanfunduk.com/img/scrn/14bdd3324070f790b7f1c54b1b343... Which looks more like your screenshot, and is no longer l
27.
▲
by
thenduks
12y ago
I've instantly fallen in love with (the mono version of) this font. One thing that is a bit unfortunate though is it seems to have some odd line-height/descender thing going on. In Sublime Text 2/3 I can fix this easily with:
28.
▲
by
thenduks
12y ago
letter_opener[1] is really useful to avoid the test account + wait situation. Well, now you can just use mailer previews, I guess :) [1]: https://github.com/ryanb/letter_opener
29.
▲
by
thenduks
12y ago
This, and the (at least practical) inability to read the source of 1PasswordAnywhere (which I often want to use from a machine in my house/a friends house without 1password installed, etc) is why I made Mr. Password. It also uses Dropb
30.
▲
Show HN: Mr. Password, a 1PasswordAnywhere-like password vault
(bitbucket.org)
5 points
by
thenduks
12y ago
|
0 comments
More ›