Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:OEMs cannot write software (Score 1) 427

Currently I am using the local calendar adapter for Google calendar, from F-droid. Works well. There is a similar CalDAV adapter too - doesn't it work nicely with owncloud? I was hoping to use it some day.

The issue I'be had with it is that it doesn't really do merging, it does 'server always wins'. This means that if you delete an event locally, on the next sync it will reappear. It's fine for new events created on the device and for events created elsewhere if you just want to view them on the device. I use owncloud on the server and iCal on my laptop and editing things on either of those is fine.

Anyway, that was my point. Google and the other big 4, really do good UI - much as I hate to expose my data for their inspection.

The reason I stopped using the search engine was that they made a UI that pissed me off enough to make me quit. I've not found Google UIs to be particularly well designed in general - I could file a few hundred UI bug reports on the general Android system, including a lot that are regressions.

Comment Re:IOT (Score 1) 118

One use case that's often touted for this kind of thing is having appliances that can work on spot pricing for electricity. Over the course of the day, you get spikes from solar and wind (and tidal and so on) production when electricity is cheap. You get periods when power plants need to reduce capacity for maintenance when it is expensive. There are massive power storage facilities that profit from this: there is one near where I used to live that pumps water up a hill into a reservoir when electricity is cheap and then lets it flow down again and generate power when it's expensive. Now imagine if your fridge or freezer could get this information in real time and could run the compressor a bit more when electricity is very cheap, then use the cooled coolant to keep your food cold when the price goes up.

Almost 50% of the electricity generated in the USA is wasted because the supply can't adapt to demand fast enough. There are some very big savings to be made by having demand adapt to supply.

Comment Re: It's sad (Score 1) 427

It's not abusing anything Google apps work better and use less resources than the competitors which is 1 reason why they are doing this.

Really? About the only Google app that I haven't replaced with something better (and open source, so money / distribution rights are not an issue) is Google Play, and that's only because my bank and a few other companies only make their app available via Google Play.

Comment Re:OEMs cannot write software (Score 1) 427

A few of the HTC apps were nicer than the AOSP versions and the same is true of the Motorola ones. The problem for people who don't drink the Google kool-aid is that hardly anyone is working on the AOSP versions of most apps. If you buy a new Android device, there's no calendar app that can talk to a CalDav server (which, for example, any iOS device and most open source calendar apps for desktop can do out of the box). F-Droid has one that is designed to, but it has a terrible UI and doesn't integrate nicely with the rest of the system. There are a couple of sync adaptors, but Google has increasingly broken the sync APIs for things that are not Google.

Comment Re:Problem oriented (Score 1) 57

I completely agree. If you try to become involved with an open source project because you think it would be fun, your enthusiasm will likely fizzle out fairly quickly. If you try to become involved with an open source project because you actually want to use it and want want to improve it, then every time that it doesn't do something that you need then you'll find yourself with a project. One of the nice things about a project like FreeBSD (to give an example of a project that I'm heavily involved in - there are others that have this attribute) is that there are enough small parts that it's easy to find small projects in the individual components to keep yourself occupied.

Comment Re:Nothing to do with language (Score 1) 329

The real problem has nothing to do with types, it has to do with design compromises to work around the fact that UNIX lacked shared libraries. Rather than provide a glob function that everyone could use (as with later versions of UNIX, after shared libraries were added), they put globing in the shell. This meant that the shell became responsible for handling some arguments, the command for handling others. As a natural consequence, you needed to provide a mechanism to escape the command-line arguments that you didn't want the shell to get at. And then you start using shell invocations as your mechanism of running programs (via the system() C library call) and now you need double escaping or triple escaping and so on.

Comment Re:Soon to be patched (Score 3, Interesting) 329

On the open source projects I've worked on where Google is a big contributor, they are very keen to push features and randomly refactor large parts of code, but I've never seen them do anything like a security audit. They did, however, do a big audit of libavcodec (which they use) and fix around 300 security holes...

Comment Re:~/.cshrc (Score 1) 208

The second vulnerability is a lot harder to exploit. Most vulnerable things only allow attackers to set specific environment variables. If you can set arbitrary ones, then setting things like PATH or LD_LIBRARY_PATH (DYLD_LIBRARY_PATH on OS X) are already exploitable, at least for privilege escalation.

Comment Re:~/.cshrc (Score 1) 208

I've run all of the updates on OS X and I still got the vulnerable message. A couple of days after the bug was public and the patches were available, I grabbed the source from opensource.apple.com, applied the FSF patches (which required some manual intervention, as they didn't apply cleanly) and recompiled. I'm now running a patched bash that isn't vulnerable, but it's not the one that Apple supplied.

Comment Re:I dunno about LEDs, but CFLs don't last (Score 1) 602

My whole family got really fed up very quickly after walking into a dark room, hitting the switch and having to stand there for 5 seconds until the light actually came on

I find this really hard to believe. I've been using CFLs exclusively for over 10 years - mostly buying cheap ones - and I've never seen one that takes more than about half a second to come on. The time taken to get to full brightness I can almost agree with (this was actually why I started using them originally - having a bedside light that took a couple of minutes to get to full brightness was nice) but in recent ones (i.e. ones from the last 4-5 years) the warm-up period has been 5-10 seconds, although growing to about 20 seconds after 3-4 years of use.

Comment Re:I dunno about LEDs, but CFLs don't last (Score 3, Insightful) 602

Let's do it again. The last set of CFLs I bought cost 50p each (the ones before that were 30p, but that was a special offer). According to my electricity bill, I pay a tiny fraction of a penny under 15p/kWh. That means that the bulb costs slightly more than 3kWh of electricity. It's a 15W bulb replacing a 60W one, so that's a 45W saving. Assuming that the incandescent is free, then it takes 75 hours of operation for it to save money. At 3 hours a day, that's 25 days. When I first did the arithmetic, the CFLs were 3-4 times more expensive, so it worked out at 3 months.

This is why I find the resistance to CFLs so hard to understand. It's saved me quite a bit of money over the last decade.

Comment Re:I dunno about LEDs, but CFLs don't last (Score 1) 602

If you save more on energy, but spend a lot more on replacement bulbs, what is the break even point before it was a good investment?

When I did the arithmetic quite a few years ago, the break even point for CFLs was about 3 months. The bulbs I bought back then all lasted 6+ years. The cost of a CFL is around the cost of 3-10kWh, depending on the brand, so even if they incandescents were free you don't need the CFLs to last very long to break even.

Slashdot Top Deals

E = MC ** 2 +- 3db

Working...