Live data from Hacker News

Viewing profile — matb33

matb33

HN member
Joined
Mon, Jan 30, 2012, 2:05 PM UTC
HN karma
91
Public activity
64 items

About matb33

Co-founder at Trexity Inc. Web developer and entrepreneur.

---

Co-founder of LaunchFort Inc.

Founder of vcr.io, a video previewing platform for agencies and videographers.

Co-founder of gradeA.ca

Recent public activity

  1. comment
    Comment #28722881

    Trexity Inc. | Last mile logistics | Full-time | REMOTE | www.trexity.com Trexity is a same-day on-demand local delivery technology platform for small and medium-sized online and b…

  2. comment
    Comment #19458837

    I got the exact same email but substitute IFTTT for Gmvault, which I use to make backups of my emails.

  3. comment
    Comment #19069565

    As a company we’ve been experimenting with xstate for about a year. Generally speaking, bug counts go down as a direct result. We’re at a point now that it’s part of our process — …

  4. comment
    Comment #18358061

    Grade A Labs | Full stack web developer | Ottawa, Canada | Full-time | $50k-$110k | https://www.gradealabs.com/ We help startups bring their web products to life, and invest those …

  5. comment
    Comment #18238158

    We’ve been doing: const classNames = [ “btn”, this.props.isSelected && “btn-selected” ].filter(Boolean).join(“ “)

  6. comment
    Comment #17664643

    Grade A Labs | Full stack web developer | Ottawa, Canada | Full-time, ONSITE | $50k-$110k | https://www.gradealabs.com/ Grade A Labs is the innovation arm of Grade A (gradea.ca). W…

  7. comment
    Comment #14905871

    Grade A Labs | Full stack web developer | Ottawa, Canada | Full-time, ONSITE | $60k-$90k Grade A Labs is the new innovation arm of Grade A (gradea.ca). We serve clients that are lo…

  8. comment
    Comment #9749845

    The author positions his pitch about being all about the product and the value the customer sees in it, when I think a large portion of the potential client's decision to pay 35k i…

  9. comment
    Comment #9591605

    I should clarify he does have a bank account (with his own Interac card) but no way to access it online. This is with TD Canada Trust. I don't imagine it's much different across ot…

  10. comment
    Comment #9591221

    With my 6 (almost 7) year old I've been giving him 2% daily interest on whatever is in his chequing account. He's aware I'll scale it back when it gets out of hand :) But so far he…

  11. comment
    Comment #9338298

    I ended up removing instances of try catch and also setTimeout 0 (or equivalent nextTick) in the promise library I use. Those two things caused me enough grief on several occasions…

  12. comment
    Comment #8100661

    I'm holding out for Vasalgel. It was featured a while back in Wired and I've been following it since: http://www.parsemusfoundation.org/vasalgel-home/ That being said, I'm glad mor…

  13. comment
    Comment #7793187

    I've used Meteor for a frontend project (websockets using wamp.ws talking to a hardware box, local databases being websql and indexeddb). Meteor is a build toolchain (minify etc) a…

  14. comment
    Comment #7607164

    I think xs.map(Math.floor) takes the cake if I recall speed tests properly

  15. comment
    Comment #7487437

    Upgrading now just to try this! (Now to get past "symbol 'grub_term_highlight_color' not found" on boot... I should have waited for the weekend to update to a beta release!)

  16. comment
    Comment #7486606

    I'm also eagerly awaiting HiDPI support (I have one of those QHD screens on a 15" display, 3200x1800!). There is apparently some support for it in the GNOME version (I've read it w…

  17. comment
    Comment #7451964

    I wrote music exclusively in Impulse Tracker 2 for well over 10 years (and it's been at least that much time since I last wrote anything). Lost all my source files not too long ago…

  18. comment
    Comment #7246148

    For large client-side databases, minimongo won't cut it especially on low memory devices. Minimongo is essentially just an API on top of a JavaScript object. And that makes it a sy…

  19. comment
    Comment #6260067

    Ah perhaps you mean static content then. I agree it is an odd choice for hosting static content (I'd go the static site generator route myself), but in the case of Meteor's website…

  20. comment
    Comment #6258437

    It's built using Meteor, and the page is constructed on the client. You can determine this by right-clicking the page, and selecting "View Source" in most browsers. If you're havin…

  21. comment
    Comment #6258164

    Not sure, but you can time how long it takes to load their site: http://www.meteor.com/ It uses Meteor itself so the framework is sent down the wire and rendered client-side like a…

  22. comment
    Comment #6257817

    The recent release of 0.6.5 intends to make it possible to take only the parts of Meteor you need while still benefiting from the surrounding ecosystem (i.e. leveraging smart packa…

  23. comment
    Comment #6257750

    I almost did an edit to my comment to say "less" instead of "much less". Generally speaking, Meteor is less verbose.

  24. comment
    Comment #6257404

    Thanks for this. I have similar requirements (back-end already provided), which is why it was natural to choose Angular. But with the work done in Meteor 0.6.5 and guides like your…

  25. story