Hacker Newsnew | past | comments | ask | show | jobs | submit | sathvikl's commentslogin


what do you do? and for how many years


Systems SWE w/ 20+ years experience. C/C++ mostly.


Running AVX-512 on all cores will lower all core operating frequency, in order to maintain the TDP of the processor.

When you run it in isolation, there's more headroom since only one core can run at the higher freq. and use AVX512 registers.

Also the power license ensures the cores running AVX512 code runs at a lower frequency.

Make sure to guard your AVX512 code block with VZEROUPPER when exiting it


which company was the one offering puzzle homework ?


How is this different from git clean -dxf .


git clean -dxf is part of git fresh -F

what git fresh also does is rebase local master against remote master, prune stale remote-tracking branches, optionally rebase current branch against remote master, optionally delete merged remote branches, optionally hard reset local master to remote master and clean the workspace, and stash/apply any uncommitted changes prior to usage.


yes, since Nehalem it was not publicly disclosed. Only the BIOS writer guide had these details. The Model Specific Register address and its bit value settings were not published, not all BIOS implementations exposed the 4 h/w prefetchers. In some CPUs they stayed disabled that way which made debugging more difficult.


very very cool ! Can you point to some links that you used to learn node, backbone.. what do you use for layout design ?


Thanks!

I learned Node.js by watch some of Pedro Teixeira's screencasts: http://nodetuts.com/

I'm using Express.js as the backend framework and read some tutorials on that. Can't remember which ones.

I learned Backbone.js by reading the docs: http://backbonejs.org/ along with reading source code of projects I was familiar with.

This best practices article came in handy too: http://geeks.bizzabo.com/post/83917692143/7-battle-tested-ba...

For layout design, I tend to sketch my UX ideas on paper. For this site, since it's so minimal, I designed straight in the browser using HTML / CSS (SASS)


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: