HN user

vhf

906 karma

swiss developer

github: vhf

email: see GitHub

website and blog: https://draft.li https://draft.li/blog

twitter: _vhf

[ my public key: https://keybase.io/vhf; my proof: https://keybase.io/vhf/sigs/DCCjVWvSCfe_9FYHOH-XiLM8KhQ4ltC8TwS0nQ0yqE4 ]

Posts15
Comments198
View on HN

(I'm the author of this last repo.)

You are correct that these no longer apply to the most recent Node versions. Crankshaft is still being used in Node <8.3.0.

Crankshaft got totally disabled starting from V8 5.9. Node 8.2.1 uses V8 5.8.283.41, Node 8.3.0 uses V8 6.0.286.52.

I'm pretty sure there is still a big number of projects running on Node <= 8.3.0.

I'll make it clear in this project README though, whenever I find time. :)

They are complementary resources, "Optimization killers" helps you avoid pitfalls in practice, "v8-bailout-reasons" tries to document and explain the various Crankshaft bailouts.

I agree with you: github is not suitable for this.

When I created this github repo, it was because stack overflow wasn't suitable for this. Then I created a website (the now defunkt resrc.io) which could pull these kind of lists from github, parse the links, have them tagged in a database, parse the link content, make it searchable, etc.

It still wasn't suitable. And I'm still looking for a suitable way of curating such lists, be it on github or anywhere else.

I'm the author and maintainer of this project, which seems to end up here once a year.

Since I don't want to answer to every post suggesting something, I'll do it here: I know we could do better in terms of curating this content.

I would be very happy to discuss ideas towards the goal of better curation of these lists. Please open an issue on github or shoot me an email!

I also have to say I started this thing 3(?) years ago, and today I have less and less time to take care of it. I closed around 1800 PRs, which means almost 2 per day over the last years. I'm extremely grateful to the contributors helping me maintaining this and I'm glad it's been useful to a couple million people (according to the stats). Should anyone serious want to contribute in a more involved way, please step forward, I could really use some relief. :)

My email is on github, my twitter is in my HN profile.

It wasn't 2500 bucks. The text Switzerland voted on today said something like:

1. The Confederation has to implement a basic income.

2. This basic income has to be sufficient to live in dignity and participate to public life.

3. The basic income amount and financing are regulated by law.

Nothing regarding the exact amount. Swiss people were asked to vote on an idea, not on a specific amount.

Zop 11 years ago

Is there a color-blind mode available?

Very interesting.

I have been doing some research towards automatic tagging lately, and I found several Python project coming close to this goal : https://pypi.python.org/pypi/topia.termextract/ , https://github.com/aneesha/RAKE , https://github.com/ednapiranha/auto-tagify

but none of them is satisfying, whereas Algorithmic Tagging of HN looks pretty good.

I have been trying to implement a similar feature for http://reSRC.io, to automagically tag articles for easy retrieval through the tag search engine.

README.md says : " This list initially was a clone of stackoverflow - List of freely available programming books by George Stocker. Now updated, with dead links gone (hopefully) and new content. "

I've had this SO list in my bookmarks for long enough, and there were more and more dead links in it. I felt the need to move it to github in order to keep it up-to-date and to augment it.

I apologize if the intention or original source were not made clear.

Drag and drop is universally a "cut and paste" operation.

Unless you are using Gnome and the origin and destination of your drag and drop are on two different devices. In which case it will copy instead of cut.

I don't think it's unethical, but I do think it's kind of rude.

If you're looking for idioms, give bab.la a try : http://en.bab.la/dictionary/english-portuguese/

If you're looking to learn/improve your English, take a look at Duolingo : http://www.duolingo.com/ -- it even supports Brazilian Portuguese.

If you really want to understand the links posted on HN and contribute to the discussion, learning some English is obviously the way to go. Make the effort, it's well worth it !

Good luck

(I'm not a native english speaker. I learned by watching US TV series with english subtitles, pausing the video every single word I did not know to look it up on wordreference.com. I eventually didn't need the subtitles anymore.)

Contrast[1] is too low for me as well, and text should not be justified[2] IMO.

I too appreciate your effort, but keep in mind the differences between print- and web- layout design. Most scientific papers are published in PDF, using Latex. These two work great for the print. Correct hyphenation, good justified text, etc. Browsers are not that far yet, unfortunately.

[1] http://contrastrebellion.com/

[2] http://www.rnib.org.uk/professionals/webaccessibility/articl...

Bootstrap's initial intention was both not to lose time with webdesign when building back office applications and to have a consistant design in back office applications.

This is the reason why I think it's a great tool for any back office need, but not so great for front.

To me, Bootstrap feels like it's supposed to be used as-is. I love Bootstrap, it saves be a lot of time. But when I need a framework for front, I much prefer Foundation, which was meant to facilitate designing websites for Zurb's clients.