Viewing profile — nek4life
nek4life
HN member- Joined
- Thu, May 28, 2009, 2:24 AM UTC
- HN karma
- 196
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About nek4life
Use my username@gmail.com to email me.
http://hnofficehours.com/profile/nek4life/
Recent public activity
-
comment
Comment #21520104
It solves the problem of scientists that have done experiments, but have no way to share and have their experiments and have them validated using the same procedures and programs. …
-
comment
Comment #21160509
This is pre-alpha. They just finally opened the repo to the public for contributions. I don't believe they are replacing any of that, just not implemented yet.
-
comment
Comment #21160499
I think the goal is feature parity. It is going from 2-3 so I would expect some backwards incompatibility. I know they plan on shipping a separate compiler just for IE11 if you nee…
-
comment
Comment #19200020
Yes, that is the beauty. And when you really do need the full power of render functions Vue has those too. https://vuejs.org/v2/guide/render-function.html
-
comment
Comment #19199951
> Yes. However, one thing you fail to see is that it directly compiles to function calls. I understand how JSX works, stop patronizing me. The only thing I fail at is seeing how an…
-
comment
Comment #19198793
> That's it. Even "html-like" attributes that people seem to not like... are exactly what HTML attributes are in actual Javascript DOM APIs [1] [2] The attributes / DOM properties …
-
comment
Comment #19192004
> I go a bit in depth here: https://news.ycombinator.com/item?id=17471199 I've read this before. Vue is a framework. It also has a templating system that is not JavaScript, it's va…
-
comment
Comment #19191740
> and has a very wierd concept of how objects work in JS. What is so weird about it? I personally find Vue vastly more approachable than React is, especially once you have to start…
-
comment
Comment #19148585
You can just use DOM templates with Vue.js. Basically write your HTML the way you normally would and add the Vue.js attributes that tells Vue what to bind with. If JavaScript is di…
-
comment
Comment #19046814
I believe the patent expires in 2021, however I'm sure their lawyers will likely find a way to extend it well into the future.
-
comment
Comment #19046194
It's too bad SawStop saws are incredibly expensive (and going up in price Feb 1st.) They are definitely worth it compared to the cost of an injury, however many people are priced r…
-
comment
Comment #17292875
I'm skeptical that this book will ever be finished. The last time I bought an unreleased book authored by John Resig it took two and a half years before it was published. If I reme…
-
comment
Comment #17214434
Vue can be used to enhance web pages, but it works equally well if you want to build a large application. This was one of the design goals. Something that you can start small and s…
-
comment
Comment #14032267
I wouldn't mind a slightly smaller cheese grater truth be had. It's a heavy beast of a machine and takes up a fair bit of space. Although it doesn't really move much and I don't no…
-
comment
Comment #14032235
Great. Now they need to reintroduce a MBP with top of the line specs and without the stupid touchbar. Snark aside, I have a mid 2010 mac pro at home that is still going strong (due…
-
comment
Comment #12837210
Yes I do and the escape key. I use the escape key all the time to cancel out of modal windows. I also use the function keys quite frequently when using Intellij/Jetbrains products …
-
comment
Comment #11929414
I'd love to see a tutorial for JSONB to be used as an alternative to an EAV model or a hybrid approach.
-
comment
Comment #11359406
They bought Nik Software a while back. This probably means they are done with the software collection and do not plan on making any updates to it.
-
comment
Comment #9509556
I mostly hope they are fixing the terrible performance issues. Seems like I'm always waiting for photos to load properly.
-
comment
Comment #9509541
Looks like they removed it in the screenshots. It's not fully rolled out to my account yet, but it also seems to be gone from some of my pages.
-
comment
Comment #9217151
Thanks! I'll take a look at that.
-
comment
Comment #9211428
I watched this video https://www.youtube.com/watch?v=vPwWQvvBWEg where (I think you?) explained these points in greater detail and I tend to agree with you that sql first is a very…
-
comment
Comment #9211166
I've been learning Flyway and so far it seems to work well for applying handwritten sql scripts. I was hoping it could generate the migration files for you based on your entity cla…
-
comment
Comment #9166149
The original prototype for push was built in Lego and Akai did a great job turning it into real hardware. Really cool project and makes Live so much fun to use. http://www.askaudio…
-
comment
Comment #8848309
Try using gulp, gulp-sass (libsass) and gulp-livereload (LiveReload.) It's almost instantaneous and you do not need to reload the page to see your changes. There's also a Grunt equ…