philf
|
7 years ago
|
on: EU to recommend that member states abolish daylight saving time
Depending on where in the EU you are, it's already off.
philf
|
8 years ago
|
on: Continuing frequency deviation in the Continental European Power System
philf
|
8 years ago
|
on: What if AI is a failed dream?
We do revive the (recently) dead using electricity.
philf
|
10 years ago
|
on: Ghost: $411k Annual Revenue with a team of 6
I am European. I'm not doubting the number the op stated regarding Berlin, I was just curious where other people look up salary information.
philf
|
10 years ago
|
on: Ghost: $411k Annual Revenue with a team of 6
Out of curiosity, what's your source for that?
philf
|
11 years ago
|
on: Minimalist Living: When a Lot Less Is More
I get your point but I think a lot of people overestimate the amount of special gear they need to pursue certain activities. Sure, if you're going to be in the wilderness for days, hiking boots and outdoor clothing are a good idea. A few hours walking through the forest, you're fine wearing whatever.
philf
|
11 years ago
|
on: Ask HN: Are you updating to OS X Yosemite this weekend?
philf
|
11 years ago
|
on: Homebrew Cray-1A
philf
|
12 years ago
|
on: Redecentralize: Quietly, some geeks are decentralizing the net again
I don't know a Github competitor, but Fossil is a DVCS that also stores issue and a wiki in the repository.
philf
|
13 years ago
|
on: Hangouts Feature Emerges as a Bright Spot for Google+
Unfortunately I installed Hangout on my phone this morning and basically destroyed most of the utility GTalk had. None of my Google Talk contacts can send messages to my mobile, I can't see them in my contact list (not even people with Google accounts that don't use G+) and for the remaining ones with G+ accounts there's no presence information I can recognize.
philf
|
13 years ago
|
on: The Rich See a Different Internet Than the Poor -- Scientific American
Exactly, in fact I haven't seen any ads since I installed AdBlock 6 years ago.
philf
|
13 years ago
|
on: Why We Still Believe in Working Remotely
I have a daily commute time of 1h each direction but I travel by train. I've been doing this for 2 years now and intent to keep it this way because I find it a lot easier to focus on reading than when I am at home. When I don't feel like reading I listen to podcasts or reflect my work.
philf
|
13 years ago
|
on: Notch trying jsFiddle
For me, the difference is only visible using Firefox. Chromium even renders the inefficient original version smoothly.
philf
|
13 years ago
|
on: This white powder will kill me one day
First I thought that, too, but he mentions explicitly that tea alone doesn't work for him. So I tend to agree with what someone else on this thread said, that he might need to simply up his intake of nutrients in his diet. Especially protein and fat which produce more stable energy levels.
philf
|
13 years ago
|
on: Doctorow & Stross's "The Rapture of the Nerds" creative commons edition released
It's available for the Kindle or as a hardcover in the German Amazon store if that helps.
philf
|
13 years ago
|
on: June 30th 2012 will be 1 second longer: 23:59:60
What's the point of this adjustment? Currently there is an offset of -34 seconds between TAI and UTC and aftwards it will be -35. Seems pretty random to me...
philf
|
14 years ago
|
on: The trouble with Checked Exceptions (C# architect)
You can work with it or route around it when it doesn't make sense for you or the particular context i.e. it gives you choice.
Additionally, I regard checked exceptions as automatic documentation.
philf
|
14 years ago
|
on: The trouble with Checked Exceptions (C# architect)
> You end up having to declare 40 exceptions that you might throw. And once you aggregate that with another subsystem you've got 80 exceptions in your throws clause. It just balloons out of control.
What he completely ignores is the possibility to wrap exceptions to either aggregate them or to convert them into unchecked exceptions.
philf
|
14 years ago
|
on: The Samsung Galaxy S III: The First Smartphone Designed Entirely By Lawyers
Calling them imbecile is a bit drastic but I've also seen ordinary people call any kind of smartphone an iPhone because they have no clue about this stuff. Same for MP3 players, which they call iPods. May be like calling any kind of vacuum cleaner a hoover.
philf
|
14 years ago
|
on: Damn Cool Algorithms: Quadtrees and Hilbert Curves
The Wikipedia description of Geohashes is a bit odd in that its base32 decoding uses the alphabet with some letters (a, i...) left out instead of simply using [0-9a-v]. Anyone know why that would make sense?