HN user

burai

80 karma
Posts6
Comments18
View on HN
Killed by Apple 2 months ago

I think the website would benefit of listing the lifespan regarding support rather than when it stop selling the device. Right now, it lists the Homepod 1st Gen had a lifespan of 3 years, but mine is still receiving updates regularly.

Most of the problems I faced in the projects I work are caused by developers working only and exclusively with Chrome and not bothering to check their work on Safari and Firefox. The issues that were found with Safari were easy to fix or work around. Nothing compares to the painful process during ~2005-2010 when it came to support IE6.

I interviewed for them. Questions were Front End related. One of the questions were "how could you find a node in an hmtl by id", to which I answered "using the DOM api, a querySelector would do a good job". The interviewer started hypothesising that the querySelector is not available, so we had to start discussing a whole binary traversal algorithm. If that's not leetcode I don't know what qualifies as it

I ended porting a few clients we had in a company that were already running based on Docker to a Kubernetes cluster. The major issues were trying to push everything there. I think it works very well to manage web clients.

Problems started by trying to push too many things into the clusters. Databases and specially ElasticCache with Kibana to collect metrics from the cluster ended killing the performance.

So it's like everything, some cases are great for K8s, some are terrible. This + a complex abstractions makes it not that developer friendly, but overall it does a good job to run and allow to scale services without having to worry too much with hardware.

I used to work on a company that had MongoDB as the main database. Leaving a lot of criticism aside, the replicaset model for Mongo made the upgrades much easier than the ones in other type of databses.

Using email wrong 4 years ago

Funny story about using the alias as suggested, I have a couple of websites I can't unsubscribe because they can't process the character "+" on their forms.

I do have my personal email in a Google Apps, but have a @gmail account for other stuff. I decided to try to set up a family account for my kid. After testing it I decided at this point it's still not needed so I deleted the account.

Next day I received a notification Google was terminating my account with the message "It looks like it was being used in a way that violated Google's policies." Had to appeal the decision and they restored it, no explanation given.

Google customer support is awful. I decided to move my professional email from Google Apps. I don't feel comfortable using a company that can decide to lock your out from your personal stuff without warning and a proper explanation.

Zzish | Front-End Developer | London, UK | OnSite, Full-Time

Zzish | Back-End Developer | London, UK | OnSite, Full-Time

Zzish is a fully funded EdTech Startup. We are building a platform to power educational apps and make technology useful in the classroom.

We're quite a small team and by joining us now you'd have a big impact on the product and the direction of the company.

Tech stack is mostly Javascript (React, Relay, GraphQL, Node).

See the full job descriptions and apply at http://zzish.workable.com

We used to have RSS, a standard that allowed to read articles easily and efficiently, and it died with the help of google when it killed google reader. And now they have created this new "standard" in their own garden and expect people to go and play it in exchange of better positioning. I think I'll take the suggestion I've seen here and I'll use duckduckgo

Well, that was a waste of time, the article is more a rant than anything else. I can understand that some piece of technology will not like everybody, but not spending any time giving proper alternatives. Not to mention that the header seems click bait since it's an opinion article, not an actual security risk.

Another good alternative is Facebook's flow. Rather than being a transpired language it works on top of JavaScript files.

This two tools are amazing and it improves working with JavaScript to the point of never wanting to go back to not typed JavaScript