samdroid's comments

samdroid | 10 years ago | on: Comcast injects JavaScript into webpages to show copyright notices to customers

The `checkBrowser` function says it is from brainjar.com and used under their terms of service. On the brainjar.com terms of service, it seems to say the code is licensed under the GPLv2+.

Doesn't this make the Comcast script now under the GPL - since GPL code can only be included in compatibly licensed products. Or is Comcast violating the GPL?

samdroid | 10 years ago | on: Safari is the new IE

Epiphany is also based upon GtkWebKit, which is a Gtk port of the same engine that runs Safari.

samdroid | 11 years ago | on: Nextbit Unveils a Dead-Simple Way to Sync, Store Data Across Apps, Devices

I think this is a very interesting move. Watching the video, it looks a bit like NFC tap to beam (which most android devices use) or bump (now shut down) except with the OS level integration.

I'm not really sure how good doing it at an OS level is. It could create a real barrier to adoption - you can't just download it from Google Play.

samdroid | 11 years ago | on: Google play removed my productivity tracking app for spying

On PC you download random software from the software makers website, not from a Google or Apple site. Now, if you are downloading something from the Google play store, that implies some form of responsibility by Google. Google is being careful to stop some people from saying "I got a virus from Google!!! They are evil!!!", and similar things.

samdroid | 11 years ago | on: End-user computing (2013)

Sometimes when someone asks me for advice for how to learn to program the conversation goes like this:

Them: I want to learn to code Me: What do you want to code? A game? A robot? Them: I don't know, I just want to program.

I think this is a bit like the issue this article talked about, but coming from the learner not the teacher. In a way people who want to learn need to have an opinion too!

samdroid | 11 years ago | on: A New Editor by Slides News

I was surprised to see this today as I want to use slides!

I am actually a fan of the simple, anti-powerpoint editor - that is why I use slides.

I hope you keep the old edited as an option so there is still the easy way to make WOW slides!

samdroid | 11 years ago | on: How Does One Create A Gtk+ Application?

Well (I think) part of the whole point of a package manager is to reduce space by sharing dependencies. Npm seems to actually store a copy of the dependency individually for each package that requires it. I really think that is inefficient and a step backwards.

samdroid | 11 years ago | on: How Does One Create A Gtk+ Application?

I really think this is exaggerated a lot. Maybe we don't use a lot of complex features, but at sugarlabs we have written a whole desktop environment and app ecosystem based of gtk3. We use the python gtk3 wrapper and I think there was only 1 instance this year where gtk3 broke our ui (icon_size got removed or something like that). We also use a lot of other gnome things (eg: gsettings) and those don't seem to be an issue.
page 1