HN user

Ives

249 karma

Contact me at ives.vdf@gmail.com

Posts0
Comments102
View on HN
No posts found.

Second to last point:

While some recommendations include using a paper towel to turn off the faucet after hands have been rinsed, this practice leads to increased use of water and paper towels, and there are no studies to show that it improves health.

I2C in a Nutshell 7 years ago

Agreed, but most I2C busses only have 2 or 3 devices on them. There are some boards with 16 or so devices on the same bus, but much more than that and you'd better hope you can either program their addresses or order them with a specific address, or you might end up with 2 chips with the same address.

I2C in a Nutshell 7 years ago

I really don't like I2C. Yes, in principle it's pretty simple, but if you consider NACKS, slaves holding SCK low, what happens if your master resets while the slave is trying to send a 0 bit (hint: power cycle!), etc, it's so easy for the peripheral to get stuck.

SPI is much easier to write correctly, and pretty much only has the extra wire (usually not a problem) and the phase polarity issues as a negative point.

An important part:

This is an observational study, and as such, can’t establish cause. And the researchers caution that the number of included studies was small and their methods varied considerably, which may have influenced the results.

People who are sick or have other health issues will do very little running, so correlation and causation and all that.

XLOOKUP for Excel 7 years ago

I was thinking about that too. Although any form of delivering automatically executing code is just another attack vector. It's macro's all over again.

XLOOKUP for Excel 7 years ago

I wonder when we can start using this function without running the risk that our bosses/clients Excel doesn't support this function. Lots of people still use Office 2007 and 2010, so It'll be a while I guess.

The details of this also vary based on where you're at. In the US, neutral is bonded to earth at every house I think. In Europe, neutral is only bonded to earth at a local power station.

As a general indication, the average software developer in the UK earns about 45k$, while the average in the US is more like 60k$ (source: payscale). The averages for London and Silicon Valley will both be higher than that of course.

Healthcare insurance is more expensive in the US, but this is compensated by much lower taxes.

You're definitely right about holidays and vacation days, you'll have more of these in the UK. At the same time, even when you value a vacation day at 300$ (much more than either average UK or US dev earns in a day) and suppose our average UK dev has 20 more vacation days a year (he probably doesn't), that's still only 6k out of a 15k difference.

I agree that being near your family and friends can be worth a lot more than 15k$.

Tmux 1.9 released 12 years ago

That's strange. The patch that allows it to work has only existed for less than a year. Tmux apparently passes file descriptors over unix domain sockets, which isn't supported by Cygwin.

You were right until very recently. If I recall correctly, tmux used to send file descriptors over sockets, something which isn't supported by cygwin. Pretty recently someone made a patch to tmux that allowed it to work without the unsupported behaviour.

Nexus 5 13 years ago

You are of course right, but I'm not sure if people in the US ordering over the internet actually pay sales tax on devices ordered from the google play store. It might depend on what state they're in though.

I did something similar. I moved some files around between a university computer and an SFTP mount (mounted through the ubuntu UI). When I leave those computers, I always execute "rm -rf ~" because they are restored to some image every time they boot anyway and I'd rather not leave anything personal behind. It was only when I started seeing "access denied" in my terminal that I realised that ubuntu had mounted the entire server on the other end in some hidden directory in my home folder, and that I was deleting every file on it for which I had write permissions. Luckily a quick CTRL+C saved my own files but I'm not sure the same could be said about a few students who were unlucky and had "loose" permissions in their home directories.

Nexus 5 13 years ago

On the Play store probably, which doesn't sell physical devices here.

Nexus 5 13 years ago

It's quite depressing that a 350$ phone will probably translate to 460€ in Belgium and the Netherlands. That's 626$ if you use the official exchange course between euro's and dollars.

We don't have phones on Google Play.

EDIT: Strike that, it's dropped to 399€, that's still 543$.

You know you're allowed to use your own thermal paste right? Intel won't mind.

If you plan on overclocking your CPU it's probably a good idea to get a slightly better CPU cooler than the standard one anyway.

I bought a Lumia 800 as my first smartphone and I'm not quite happy with it.

- It lost at least 60% of its value in less than a year (price for a new one dropped by that much)

- MS wants me to pay them if I want to build an app to use on my own phone

- And after I've paid them I can only put three apps that aren't published on there. If I publish them in the app store and would like to use them myself I have to buy my own apps. So basically just give them money.

- No significant software updates

All in all, it's a good dumb phone, but it's not a great smartphone.