Viewing profile — flavoie
flavoie
HN member- Joined
- Sat, Apr 24, 2010, 3:05 PM UTC
- HN karma
- 34
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About flavoie
No profile information was provided.
Recent public activity
-
comment
Comment #22444466
angular : https://ng.ant.design/docs/introduce/en vue : https://www.antdv.com/docs/vue/introduce/ I don't know how fast they will sync with 4.0 though. I tried to use it in svelte,…
-
comment
Comment #20678291
If you add up yearly fuel cost (with real number you make, not the official one), maintenance cost ($ and time wasted). Not sure it hold true. With my commute, suburban+urban with …
-
comment
Comment #20366025
Highly disagree about performance. I find it more fun to drive than my 2011 305Hp mustang. No lag, always full torque.
-
comment
Comment #20366012
Because they never market it seriously. Where I live, it was a challenge to try one, even harder to find a salesman that can sell you the car. Nearly nobody knows about that car. I…
-
comment
Comment #19304885
They have decided to make it in a standalone package so it can evolve independently. Like xamarin is not part of .net Its not about being supported or not. It's just an external. i…
-
comment
Comment #19227333
> Seems to me that using a switch over another structure for performance at the expense of readability or maintainability But is not more readable or even more maintainable. Plus t…
-
comment
Comment #16998386
I don't think it's "better", it mostly depends on what you want to achieve. Users, except the tech savvy one, will not notice if you do a nice job. (hard to miss with UI framework …
-
comment
Comment #16593355
I switch my old old MBP for a HP Spectre x360 running Fedora. http://store.hp.com/CanadaStore/Merch/Product.aspx?id=2SP85U... Build quality is good for a PC, but doesnt match my ol…
-
comment
Comment #14160622
" Similarly, sub-zero temperatures scare people to warmer areas, leading to a brain drain and serious demand for startup-orientated marketers." Living in one of the cities, sub-zer…
-
comment
Comment #13486545
touch on Linux is also the reason I keep using chrome
-
comment
Comment #13222815
I don't understand why it's such a big deal with the GC. Ok if you want to build drivers or OSes related stuff. For AAA games, I can understand, but they will not switch to a new l…
-
comment
Comment #13032370
I just start recently a file manager in Electron just for fun. I decided to use electron for a couple of reason. My everyday work is in Java, JavaScript everyday, I wouldn't use Ja…
-
comment
Comment #11574963
http://kangax.github.io/compat-table/es6/
-
comment
Comment #10945141
At the current exchange and the salaries that are higher in the US, you can nearly double your salary. Lets says you can have 100k USD, exchange to Canadian gives you 145k CAD. In …
-
comment
Comment #10935061
Do they have a clear roadmap to reach 1.0?
-
comment
Comment #7629057
I'm curious if they tried Cython. I've read that you can achieve up to 35% speedup just by compiling python code, plus you can type pyx file to get near C performance. I never trie…
-
comment
Comment #6882691
Plus, with Haxe and openFL, you will be able to ship native c++ build of your game for free (same code). If only Haxe could add something more uptodate for multicore concurrency th…
-
comment
Comment #6814611
It's what make language that compile to JS worth using. I've start using LiveScript on a side project and TypeScript at work. I can now use the future without browser compatibility…
-
comment
Comment #4853582
Is Guile only for GNU system? Can it be embedded in OSX, iOS or Android application?
- story
-
comment
Comment #2646608
Seriously? Every time I heard someone mention Go, they linked it to google to make it sounds as big as possible.
-
comment
Comment #2216331
notes at the end : """ [3] This begs the question of why he said this. The reason he gave at the time was that most of his time was being taken up dealing with multi-language integ…
-
comment
Comment #1852150
A page dedicated to landoflisp on sbcl would great. clisp looks like more trouble to install on my mac than the sbcl package.
-
comment
Comment #1290950
You can also take a look at qooxdoo. http://qooxdoo.org/ It's feature rich (more than cappuccino at this time), it has good documentation, it provides a nice unit test framework an…