HN user

ruipgil

321 karma

https://ruipgil.com

Posts2
Comments28
View on HN

You can't do without either of them, but one can hide flaws in the other

I was listening to a podcast the other day and something caught my hear: the difference between a VP and a C-level is that the C stands for confidence.

No More Movies 5 years ago

in film, you start with the best and make your way down to the worst

only if you take imdb top films ranking...

take a tour through Kurosawa or other Japanese masters, get deep into korean cinema, lose yourself in the Italian masterpieces, and jump into French movies as soon as you can. You'll get challenged, immersed, and amazed again!

You'll see that you really start at the bottom and move upwards

Criterion and similar alternative streaming platforms sound like where you should be spending your time, instead of amazon prime ;)

Quick answer: no.

Unless there's a unified effort between major browsers to bring support for a new language we'll have to use js. And that seems highly unlikely (see dart for instance). However, you now have languages that compile to js, that start to satisfy most developer needs, as well as the sketchy evolution of js.

You can't fight negativity with negativity. Let the good and positive boil to the top.

Anyway, that would certainly not save twitter. They seem to be lacking better management and focus on their core product.

I found the same about YT history. None of the videos that I view on the laptop are shown in the history, only videos viewed on mobile.

I think it's because I block ip addresses, that track your data, on the laptop.

Sharp had a similar phone. Samsung had the Edge, which is near bezel-less from the sides. And those are not concept phones, at least the edge is not.

Sarcastically, the success of these phones are dictated by how reliably they can be used, not by the size of their bezel.

Besides whamlastxmas point, the danger that I see is also tied to copyright infringement.

Imgur and other small sites, mostly because they don't have much profit, don't suffer a lot from copyright takedowns. I think reddit won't have the same treatment, and Imgur will still be a viable long-term solution.

$X for every commit

Even if you're supposedly giving money to reputable developers that are the percentile less likely to commit fraud, there's still a risk of it happening.

A more reasonable approach would be a monthly or a "version" contribution.

Even better than that would be a "fund" where you pledged your money to developers/projects, and it would be distributed equally or by a clear metric.

Hydroelectric generation is not the major source of energy. Wind is, and I think it was that unusual amount of rain, coupled with stronger winds and the occasional good days of sun that contributed to this milestone.

Besides the sun, I think the ocean will be our safest bet. The technology seems to be lacking though.

That kind of control is in the hands of the webapp.

For instance if I close this tab, where I'm typing the comment, there will be no prompt. Whereas facebook will prompt me if truly want to leave the page.

I might be the minority here, but I think that using the backspace to go back is counter intuitive. In my mind backspace is to delete something, and I always worry about that.

I'd say more like a 50% user base.

I'm going on a limb here, but nowadays, 60% of macbooks (mainly the pro) are used for software development and 30% for creative work (video and editing). While something like half of those professional applications would be fine with the 9X, the other half would be left hanging for a better machine.

However, if they want to make the switch in the near future, I think that the new MacBook will first be released with an ARM processor. This way they won't alienate their core market and they will have a testing ground. Then, I'd predict two or three generations until the pros catch up.

The only problem is around Carbon

They have the money, if they want to change to ARM it won't be Carbon stopping them.

This is the way to hold on to more technical users. I've tried ddg, but switched back to Google because the results were not good enough for my technical needs. If they are able to lock on this focus group, they'll have a strong user base, and a very loyal one.

Ultimately I want more, and better competition, it's always good for the final user.

Scraperjs is supposed to be used as npm package. So, if you do "npm install <package-name>", you download the latest version of package to the same folder as the closest package.json file (if there's none it will go to your ~/ folder). At that point you can just use with "require('scraperjs')". The test part is a bit more foggy, and I'll add more information to the README in due time. To test you've got to npm-install, with the save-dev flag (npm install --save-dev scraperjs), it will also add the package to your development dependencies, this is so that people that want to use the package won't need to download all scraperjs' development dependencies.

For more information about npm install: https://www.npmjs.org/doc/cli/npm-install.html

For web scraping purposes ScraperJS and ScraperJS would probably use the same lines of code, however ScraperJS has most of the tools you need for web scraping, something that CasperJS lacks (that's not their main goal). ScraperJS is move flexible than just CasperJS. If you want static content just use the static scraper and get lightening fast results. TL;DR: CasperJS is great but it's not made for web scraping.