Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jbrantly
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
jbrantly
6y ago
Derive Systems | Senior Software Engineer | ONSITE (remote until safe) | Denver, CO Derive Systems is a leading automotive technology company whose vision is to empower customers to take control of their vehicles. We are seeking a senior so
2.
▲
by
jbrantly
6y ago
Derive Systems | Senior Software Engineer | ONSITE | Denver, CO Derive Systems is a leading automotive technology company whose vision is to empower customers to take control of their vehicles. We are seeking a senior software engineer with
3.
▲
by
jbrantly
7y ago
I see lots of alternative suggestions here, but not much mention of PocketSmith. I just ditched Mint a couple weeks ago after using them for 10 years and settled on trying PocketSmith. So far I've been pretty impressed. Their support h
4.
▲
by
jbrantly
7y ago
Derive Systems | Senior Backend & Data Engineers | ONSITE | Denver, CO and Orlando, FL Derive Systems is a leading automotive technology company whose vision is to empower customers to take control of their vehicles. We are seeking seni
5.
▲
by
jbrantly
7y ago
They just added it in preview within the last couple weeks.
6.
▲
by
jbrantly
9y ago
One problem with using fat arrow syntax like this is the method is no longer attached to the prototype so it's not shared across all instances and is less memory efficient. It also doesn't work well with React HMR if you're u
7.
▲
by
jbrantly
9y ago
I'm eagerly awaiting mobx-state-tree. Basically the best of both worlds. https://github.com/mobxjs/mobx-state-tree
8.
▲
by
jbrantly
9y ago
Really looking forward to TypeScript support [0] as that's blocking me from using this in most of my work-related projects. Congrats to the team on 1.0! 0: https://github.com/prettier/prettier/issues/13
9.
▲
by
jbrantly
10y ago
Totally agree. I have kids, and the book would certainly be inappropriate for them now. That said, the simple solution is to wait until they're old enough before exposing it to them instead of attempting to dilute the book.
10.
▲
by
jbrantly
10y ago
I used to play minesweeper so much I would dream about it. I recently went looking for a replacement and found Hexcells Infinite which has really filled the gap. All puzzles are solvable and it even has nice music. Highly recommended.
11.
▲
by
jbrantly
10y ago
> as there is zero statutory right to use even a millisecond of someone else's recording for any purpose whatsoever. Just to be clear, by "any purpose whatsoever" you mean for a remix, right? In other words, fair use still
12.
▲
by
jbrantly
10y ago
Exactly. I want my app server and my db server to be as close as possible. That's why services like Compose and ElephantSQL offer just that. So then it comes down to performance/price (value) between RDS and those.
13.
▲
by
jbrantly
10y ago
Not that it necessarily should, but the article did not really address why they were moving away from RDS. Was it cost, performance, other issues? I've been trying to compare RDS for Postgres to other offerings like Compose or Heroku b
14.
▲
by
jbrantly
10y ago
According to this[0], IE10. 0. http://caniuse.com/#feat=flexbox
15.
▲
by
jbrantly
10y ago
I can second GeoNames. Sometimes it's hard to beat free. We take a couple files from their dump[1] (primarily the city data) and import into a database. We can then geolocate a lat/long to the closest city. 1. http://do
16.
▲
SendGrid Service Outage
(status.sendgrid.com)
4 points
by
jbrantly
10y ago
|
1 comments
17.
▲
Microsoft Azure East US experiencing a partial outage
(azure.microsoft.com)
6 points
by
jbrantly
11y ago
|
3 comments
18.
▲
Announcing InfluxDB 0.11.0 RC with Up to 3.8x Faster Queries
(influxdata.com)
2 points
by
jbrantly
11y ago
|
0 comments
19.
▲
by
jbrantly
11y ago
I don't think this applies. I don't believe anybody else was doing what TypeScript does when it was released, that is JavaScript + Type Safety. Even today the only other real contender is Flow.
20.
▲
How Ionic Builds on GitHub
(blog.ionic.io)
75 points
by
jbrantly
11y ago
|
5 comments
21.
▲
by
jbrantly
11y ago
Thank you for both of your replies
22.
▲
by
jbrantly
11y ago
Is there a feature comparison with Pixi somewhere? Why would one pick StageXL over Pixi, for example?
23.
▲
Being a Good Open Source Steward
(about.gitlab.com)
1 points
by
jbrantly
11y ago
|
0 comments
24.
▲
by
jbrantly
11y ago
That benchmark is amazing. I remember wanting to prototype an HTML5 tower defense game a number of years back but couldn't overcome the performance issues as more and more sprites were added. I may need to revisit...
25.
▲
by
jbrantly
11y ago
You don't actually have to use the transpiler features of TypeScript if you set `--target` appropriately. And Flow has the same problems regarding language features. Flow doesn't just magically understand all JS features now and f
26.
▲
by
jbrantly
11y ago
FWIW, there is better support[1] in 1.6 for definition files for node modules. TypeScript can now read definitions directly out of node_modules. As library authors include those in the package there will be less of a dependency on getting d
27.
▲
by
jbrantly
11y ago
For those looking for examples of what it looks like: https://github.com/OfficeDev/Office-UI-Fabric/blob/master/gh... https://github.com/OfficeDev/Office-UI-Fabric/blob/m
28.
▲
by
jbrantly
11y ago
I'm apparently a bit outdated, but it seems that Chrome is also now planning on implementing pointer events [0] after saying they wouldn't. Does anyone know if webkit has budged on their stance? [0] https://groups.googl
29.
▲
TypeScript and webpack
(jbrantly.com)
2 points
by
jbrantly
11y ago
|
0 comments
30.
▲
by
jbrantly
11y ago
TypeScript 1.6 will have this. Unknown release date but there is this: https://twitter.com/jntrnr/status/620607598903996417
More ›