thmzlt's comments

thmzlt | 4 years ago | on: Firefox Public Data Report

From Mitchell Baker's Wikipedia page:

"In 2018 she received a total of $2,458,350 in compensation from Mozilla, which represents a 400% payrise since 2008.[14] On the same period, Firefox marketshare was down 85%. When asked about her salary she stated "I learned that my pay was about an 80% discount to market. Meaning that competitive roles elsewhere were paying about 5 times as much. That's too big a discount to ask people and their families to commit to."[15]

By 2020 her salary had risen to over $3 million, while in the same year the Mozilla Corporation had to lay off approximately 250 employees due to shrinking revenues. Baker blamed this on the Coronavirus pandemic."

There is no incentive to do so.

thmzlt | 11 years ago | on: Ask HN: Laptop for FreeBSD?

I got a Thinkpad X230 for the exact same purpose. It doesn't have the nice screen but takes two SSDs and 16GB of RAM.

I installed FreeBSD on it last night and apparently everything was detected and seems to be working fine.

The FreeBSD wiki has a Laptops page: https://wiki.freebsd.org/Laptops

thmzlt | 13 years ago | on: Android is the new Windows CE.

"For me, Android doesn't work because I'm way too much focused on getting things done fast"

Says the guy checking email every 3 minutes who unlocks and jailbreaks his phone just to have a mobile hotspot.

thmzlt | 13 years ago | on: Letting Employees Work Remotely Pays Off

I have only worked remotely in my career (as in by myself inside a home office), and I have worked in full remote as well as in mixed local/remote teams.

If you are in a position to choose/offer to work remotely, make sure that everyone you have to interact with is communicating in the same way, at least for work stuff. If half of your team is in an office and they aren't making an effort to communicate equally with the both local and remote team members, it will not work well. Having a remote team means an overhead in the communication for the local team.

Anyways, here is a great collection of resources on working remotely: http://www.wideteams.com/

thmzlt | 13 years ago | on: Nokia apologises for 'faked' Lumia smartphone advert

"we produced a video that simulates what we will be able to deliver with OIS"

So I'm going to build a crappy car, demo it using a Ferrari engine and tell I was trying to simulate the engine feature in my car. Doesn't sound like an apology to me.

thmzlt | 14 years ago | on: Testing like the TSA

100% agreed. Rails people have started to complain about difficult/slow tests because Rails (a framework, not a library) makes your life hard. From my own experience, you don't need all the Rails magic to get started on a project, and once you do, it just happens to be a completely different magic that you need.

Hence I try to divide my projects into lots of application agnostic code (the libraries that need to be unit tested), and little application specific code (the glue code that needs to be integration tested).

thmzlt | 14 years ago | on: This is Why You Spent All that Time Learning to Program

You can remedy that by ditching whatever framework you use, and writing your applications at a lower level. From my experience, it is not going to be easy but the final result will be a lot simpler (and you will have lots of fun). Also, you will notice that far fewer patterns emerge than your framework try to impose on you.
page 1