HN user

posabsolute

274 karma
Posts35
Comments95
View on HN
releasenotes.position-absolute.com 10y ago

Was tired explaining Jira UI to stakeholders,built an app for exploring sprints

posabsolute
1pts0
www.position-absolute.com 10y ago

Some thoughts about React, Redux and JavaScript in 2016

posabsolute
3pts0
www.position-absolute.com 11y ago

Where did my “share with me” tab in Google drive go?

posabsolute
10pts1
www.position-absolute.com 11y ago

Inker, transactional email development workflow evolved

posabsolute
16pts2
www.position-absolute.com 11y ago

6 things an email marketing manager should know

posabsolute
10pts0
www.position-absolute.com 11y ago

Enough with your parallax already

posabsolute
3pts1
www.position-absolute.com 11y ago

Revisiting the design workflow in a scrum team

posabsolute
2pts0
www.reddit.com 12y ago

About including design and development in the same sprint

posabsolute
1pts0
www.position-absolute.com 12y ago

Agile workflow with GitHub issues

posabsolute
1pts0
www.position-absolute.com 12y ago

PhoneGap build, 6 frustrating issues explained

posabsolute
1pts0
www.position-absolute.com 12y ago

An HTML5 app turned native in 10 minutes with PhoneGap Build?

posabsolute
61pts53
www.reddit.com 12y ago

Tap & click events in mobile web apps, the madness has to stop

posabsolute
1pts0
www.position-absolute.com 12y ago

Selling a side project for almost nothing..

posabsolute
5pts0
www.position-absolute.com 12y ago

Show HN: Backbone Mobile Components

posabsolute
3pts0
geniusbargain.com 12y ago

Show HN: Genius Bargain, Price comparison right as you shop online

posabsolute
4pts0
blog.cakemail.com 13y ago

Optimizing front-end performances for the CakeMail app

posabsolute
6pts0
www.position-absolute.com 13y ago

Testing front-end code has never been easier

posabsolute
3pts0
www.position-absolute.com 13y ago

How to style select, radio & checkbox form elements only with CSS

posabsolute
5pts1
www.position-absolute.com 13y ago

The weird state of mobile web apps

posabsolute
43pts21
www.position-absolute.com 13y ago

JQuery Engage, a plugin taking a stab at better engaging blog readers

posabsolute
2pts0
www.position-absolute.com 13y ago

Data mining user behaviors in web apps

posabsolute
3pts1
www.position-absolute.com 13y ago

Death to monolithic libraries

posabsolute
2pts0
www.position-absolute.com 13y ago

The jQuery 1.9 & 2.0 upgrade awkwardness

posabsolute
4pts0
www.reddit.com 13y ago

Html5 drag’n drop file upload, shenanigans used only by developers?

posabsolute
1pts0
www.position-absolute.com 13y ago

The road to mobile web application development

posabsolute
1pts0
www.position-absolute.com 14y ago

SAQ.com UX overview, why and how to fix it

posabsolute
1pts0
www.position-absolute.com 14y ago

Being a short burst coding guy

posabsolute
3pts0
www.position-absolute.com 14y ago

My first product, 3 months after

posabsolute
1pts0
www.cakemail.com 14y ago

How we do product design

posabsolute
1pts0
www.position-absolute.com 14y ago

Automatic Release Notes using GitHub Milestones, jQuery plugin

posabsolute
2pts0

Software Engineering bootcamps are probably the best cost/benefits ratio programs that exist. There is a reason why that is, this isn't a walk in the park.

Should you be paid equal to someone coming out of uni? I don't think so, the ramp-up will be hard and longer for the bootcamps guys, but this will change as you gain experience, after 5 years the difference in pay should be negligible if you properly ramp up!

What I don't like about this kind of articles is the one-sided way they explain things. I would have like he investigate how the tech lead role could also be improved.

I think you voiced the deadlock issue pretty well.

I think you are missing the point,

Of course you can do that but you enter another level of negotiation because you are quitting and it might not even count toward the budget at this point. I would not recommend doing that every year as a negotiation tactic either.

I tend to agree with Redwards, and unless you are working in a small company if you do your job correctly it becomes more a political game than anything else.

I'm surprised so many people only send to 1 Email Service. These services sometimes go down, sometimes slow down, having 2 active account and having an easy way to switch in between (read even automatic) should be an applied best practice.

I must say I agree,

I'm surprised OP is not aware that's the kind of sending that can raise a lot of red flags, before doing something like this on a new account I would have contacted support to make them aware of this situation.

Specially on smaller senders, reputation is everything.

It's funny we tested lambda + Amazon gateway api this week at work.

It's awesome!.. Until you have to deal with the cold start issue. Our first call takes about 1.5 seconds; and then all other calls take about 50-80ms.

Your container stays in cache about 5-10 minutes unless it is called back, there are no guarantees.

This micro service is not called often and for us 1.5 seconds is never acceptable.

You seems to only think about consumer apps, there is a lot of companies doing b2b. I agree that for games cordova is a very poor choice.

Unfortunately I can't agree that you can easily find easily good IOS & Android devs, I'm sure that some that can do it out there, but generally one platform always suffers more.

Has for Cordova issues, from my experience, nothing was so atrocious that writing 2 apps would have been faster.

"Either you use frameworks and everything is just bad or use vanilla JS and everything might work"

I think you might be thinking about games saying that, again I can't agree, if you don't understand what your framework does in your back that's another thing, but you can easily write optimized code when you control your render.

For example Ionic is a very good mobile UI framework for angular. It however wont save you if you start adding random things to the DOM while doing an animation.

I think it is also a question of ressources, I built a pretty good backbone app with cordova, I would say that you can get 90% there (https://www.cakemail.com/mobile).

The question is also what can you afford. Can you afford to have 2 ios & 2 android devs? Can you afford to build 2 times all the UI features, etc.

For a small company, small budgets, if you have strong front-end devs & designers you are probably going to get a good cordova app & you can move your company much faster.

You have big bugdets? Hire the native devs, get the 100% performance & experience from native.

I hope Angular never become the "futur" of front-end. I pride myself making reusable, simple, opmised, clean code for entreprisey apps. Some frameworks fit well in this mentality.

Angular does not. It's an awkward black box.

I can open the source code of backbone & understand everything it's doing. Using a simpler stack makes the code more timeless, any competent js dev is able to continue my work. Pretty sure you can't say the same with your angular app.

PSD to HTML is Dead 13 years ago

Yadi yada is dead..

I also think web designer should have a basic understanding of css & html,

but too many time I saw average web dev saying no to a designer because, well they did not care or did not know how to do it. If you start limiting yourself you limit what the designer can create.

Another thing is now there are tools to make PSD to HTML much faster like CSSHAT that provide you with the exact CSS for each element of your design.

Also, designing in photoshop make design iterations much faster. By the time you design directly into html&css a design I could have iterated 2 times & have a much better end product.

I'm not saying Photoshop is the tool for web design, there is place to be taken there, but tools like photoshop & sketch makes design works go much faster.

The article pretty much represent what I think too.

Why jQuery is so much used even today? It's in big part because of the very low level of entry.

Grunt for most teams is a config file that manage front-end builds, you go at the end of the file you have all the tasks available for that project.

It's easy to understand & it's solid.

Is there a place for gulp? Probably, node.js dev teams will love it, but in teams that are more traditional I think grunt will win.

Your wrong on how maternity leaves work, at least in Canada. Employers do not pay for the maternity, they just can't fire you (& you don't have to take the leave, lol like they force you to do that...)

It's the society (government) that pays for leaves. In canada it looks like this: the parental benefit is 7 weeks at 70%, followed by 25 weeks at 55% from salary on a maximum of 50-60k salary

For me what you say is backwards, but I guess you are right, there is clearly no gain in life for a mother to take the time she need to adapt & connect with her children for a year.

Then again it is the poors that suffer that cannot in anyway take some time off from work. Or maybe it is the argument that you should not pay for others.

I guess you can keep being skeptical

While phonegap is a bridge between a lot of functionalities, not all features has been created equals.

The app is only has good has the html5 app behind it. On android it's tricky, we just did a test run for our mobile app & we have weird issues with a lot is samsung phones while other phones perform perfectly.

We also decided to remove animations on android for all phones below android 4.2 because the browser was to slow to handle them perfectly.

Happy to hear that, I will update the article with your comment,

I also saw people with lot's of issues with long list & jquery mobile while looking but since it's a framework that basically can be use by anyone I guess I should have expected that some people would submit unoptimized apps with jQuery mobile.

I also had a look.

The homepage look very nice but I had pretty much the same issues as you. ---

Frankly I built my own UI because I didn't like the opaque layer most mobile web framework are doing (exception being jQtouch but it's pretty old). It's not "that hard".

It's also bound to angular out of the box. While that's great for people using that framework, it's a big learning curve for anyone else.

[dead] 13 years ago

Well, I think we can agree that a company that encourage their employes to use food stamp is not a company that value much their 'associate' & that's clearly not sustainable full time wages.

Walmart & target is starting to get more & more in canada & have a very pervert effect on the economy,

while it drive down the price a bit & also make all supermarkets cut costs, which mean trying to cut cost on employes, price they pay food & etc.

Customers win a bit, but all the rest loose a lot.

"At Atomic Object, we have a great laptop program. Every few years we’re given the opportunity to purchase a new laptop, 100% of which is paid for upfront by Atomic. Each individual pays the company back for 75% of that computer with deductions from their future profit shares. "

I really do not feel this is great, it even feel a bit sneaky

I would MUCH prefer they buy the laptop & keep it when I'm gone. A 2-3 years old laptop is no use to me when I leave the company.

Exactly what I was thinking I currently got a air 13 inch & i'm like fuck for 0.5 pound I much prefer having the new 13 pro.

Specially since upgrading the air cpu (& being still less powerful) puts you roughly at the same price.

Can someone tell me why the images are fading in on the homepage on desktop? Is that a performance enhancement? bandwidth saving?

Is that for help mobile browser, it's just weird to me, I just want to see the image and it seems to be affecting my scroll at times.

I agree, if the person has a public repo with a bit of momentum you can even see how he manage his open source project with the community...

This is much more valuable than any list of company you work for.

I really like the minimalistic approach of backbone and it is what has draw me to this framework. Unfortunately the only thing I really miss from backbone is memory management. It really piss me off to have to use another framework just for that.

I currently learning it the hard way with a mobile app/framework I created. My biggest problem is managing views cleanup, beside that I find that backbone provide me with what I need to create a simple app.

The other thing is, when you start creating an app with backbone for the first time, you really don't know what lies ahead as far as memory management goes. It's really not something you expect to have to debug that at 3 weeks from launch.

Well there are more than 1000 apps added in the phonegap.com library built with html for ios. While that's negligible it's certainly not to be frowned upon. There are some big names too.. check the featured apps.

http://phonegap.com/app/ios/

This always comes back to the same arguments, we had this conversation multiple times now. Yes native is better, but you can still build a good quality app with html compatible of multiple platforms, specially if your app is only a text crud.

But in the case of Appcelerator they seems to certainly do not want open technology like html5 to win & prefer selling their tech.

That's kind of cool, considering instagram is free, that makes you a free online store with a very simple process to work with.

Compare that to something like shopify, it's a much simpler product, maybe an e-commerce idea can be taken from this..

funny i got exactly that problem, I started a project 5 years ago to validate form, 5 years later 2 major refactor, a freaking lot of pull requests i do not reconize that project anymore

problem with other maintainers is they come and go, my best one stayed about a year.

my other problem is that project kind of shine with its 1000 stars on github so loosing that reputation impact my cv..

So i'm stuck releasing . version for critical issues every couple of months