Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
matb33
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
matb33
5y ago
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 bricks & mortar businesses -- that doesn't take a pe
2.
▲
by
matb33
7y ago
I got the exact same email but substitute IFTTT for Gmvault, which I use to make backups of my emails.
3.
▲
by
matb33
8y ago
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 — a key deliverable as part of our first phase of development
4.
▲
by
matb33
8y ago
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 profits into our own product development. W
5.
▲
by
matb33
8y ago
We’ve been doing: const classNames = [ “btn”, this.props.isSelected && “btn-selected” ].filter(Boolean).join(“ “)
6.
▲
by
matb33
8y ago
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). We serve clients that are looking to innovat
7.
▲
by
matb33
9y ago
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 looking to innovate through custom web applications, but we al
8.
▲
by
matb33
11y ago
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 is based on this guy's ability to actually bring it
9.
▲
by
matb33
11y ago
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 other Canadian banks. Edit: sorry, to actually answe
10.
▲
by
matb33
11y ago
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 spends enough on nerf equipment that it hasn
11.
▲
by
matb33
11y ago
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 to force my hand and modify the library's implementati
12.
▲
by
matb33
12y ago
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 more options are being exp
13.
▲
by
matb33
12y ago
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) and a collection of packages, each providing a feature t
14.
▲
by
matb33
12y ago
I think xs.map(Math.floor) takes the cake if I recall speed tests properly
15.
▲
by
matb33
12y ago
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.
▲
by
matb33
12y ago
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 was not perfect though). Don't recall whe
17.
▲
by
matb33
12y ago
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, I literally cried over it (over 500 tracks...). My ba
18.
▲
by
matb33
13y ago
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 synchronous API too. This could pose performance issues (
19.
▲
by
matb33
13y ago
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, I don't blame them for eating their own dog
20.
▲
by
matb33
13y ago
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 having trouble with this, see this guide: ht
21.
▲
by
matb33
13y ago
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 any other Meteor app.
22.
▲
by
matb33
13y ago
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 packages like minimongo, deps, and third-party ones like ironrout
23.
▲
by
matb33
13y ago
I almost did an edit to my comment to say "less" instead of "much less". Generally speaking, Meteor is less verbose.
24.
▲
by
matb33
13y ago
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 yours, I would have chosen Meteor. For those curious as to why I
25.
▲
Using Meteor as a front-end library
(frozeman.de)
34 points
by
matb33
13y ago
|
13 comments
26.
▲
by
matb33
13y ago
Webflow appears to be a tool that would help bridge the gap between Photoshop and handcoding designs in HTML/CSS. Just finished watching their video where they build a responsive website with it: https://vimeo.com/69534
27.
▲
by
matb33
13y ago
If you need any help with the static HTML generation with Meteor, I'll gladly lend a hand. It's not rocket science of course, but if you want to save time, I can share code snippets. I hang out in #meteor on IRC as matb33
28.
▲
by
matb33
13y ago
I tend to agree that this probably serves better as an "about me" replacement for someone's own site. I wonder if there's a way to have it generate it as static HTML (cleverly bundling styles too--at worse in an inline &
29.
▲
AWS Webcast - Scaling on AWS for the First 10 Million Users
(youtube.com)
2 points
by
matb33
13y ago
|
0 comments
30.
▲
by
matb33
13y ago
I think by "category" he means successful / unsuccessful. As in, not knowing if the project will make it anywhere when first starting it. That's how I understood it at least...
More ›