Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment American Culture? (Score 5, Interesting) 246

I'm not american, lived and visited several parts of the world. Love to talk and fit in with the locals and socialize.
Of course it's all anecdotal, but I'm pretty sure that something odd is going on in American culture. The times i've been there I couldn't help but finding amazing how such large parts of the population take behavioral related medication. I mean, even most TV commercials I saw were for anti depressants, or even complenents to them.

But it's not the medication itself what caught my attention but how people itself claims to be unwell, not feeling like what people should feel or not behaving as people should behave. It's as if there was some sort of strong "need to be normal" or "need to be well" (whathever tha means), and that not being like that is not fitting in society.

It's not that where I am from (South America) people won't get depressed or have panic attacks, but you see such symptoms by far much, much less often. It's not misdiagnose either or that people chooses to put up with it instead of taking medication , I mean, it's very clear when someone is going through depression. In contrast, people here are more "unpolite", intimate,cares less about rules and socialize a lot more. I'm sure there has to be a relationship somehow, but I am no expert on the matter. As I said, it's just what I see, but I can't connect the dots.

So, I think that even if pharmaceutical companies capitalize on this stuff, I'm not that sure they created the situation, I believe it's more akin to a side-effect.

Comment Mozilla could at least adopt WebP.. (Score 1) 278

Despite engineers from high traffic websites such as Facebook begging Mozilla to implement it in the hopes of saving bandwidth costs, and despite plenty of success stories for those who implemented it only for Chrome, they still continue do deny the format a chance..
Meanwhile, the internet still lacks a lossy compression image format that supports alpha transparency... Thank you Mozilla!

Comment With bikes, it's different than with cars. (Score 1) 947

Bikers are given more protections, such as exclusive lanes and crossing lights. However, a good amount of them decides to ignore them and have a higher chance to smash against a car or a bus.
So, the real question is probably, how safe is biking when you drive them safely?

Comment Obligatory SCons plug (Score 2) 179

At our company we use SCons to build our large projects, which span several platforms (mobile, desktop and consoles), and have plenty of autogenerated code, shaders, etc.
My point of view is that if you are going to need a complex, scripted build system, why not use a friendlier and more accessible programming language such as Python?

Comment Time to use Blender? No. Here's why: (Score 2, Interesting) 89

First of all, before many here start mentioning Blender, Autodesk already has this kind of pay-per use business model with medium to large companies, where they provide software per seat, render farms and support.
Blender has been ready for mainstream usage for a long time now, and plenty of small studios around the world already use it for short films, game development, commercials and special effects. It's actually the lack of this kind of support and corporate presence what is avoiding it to get more adoption in larger companies.
So, this is not a chance for Blender, quite the contrary, Blender needs to do more like Autodesk.

Comment There is no reason to use GTK anymore. (Score 4, Informative) 376

For almost a decade, Qt has been the superior choice for developers.

I used GTK for several years (probably up to version 2.2). The mindset back then was that the minimum functionality should be provided and the developer should build what he or she needed around it. For even a simple item list you had to use the treeview, which in turn was really complex to use. I wonder how much of that remains today.
When I discovered Qt, I ran constantly into the situation of thinking "This behavior I want to do sounds like a common case, i'm sure there is a helper/shortcut to implement it", and 99% of the time there was. Maybe it was more "bloated", but it definitely did reduce development time by a large factor.

Also, if you are doing a desktop app, you are most likely wanting to go cross platform. GTK is terrible at that.
The main disadvantage back then was the license, but that's ancient history. Qt has aged well and moved to mobile without much of an inconvenience. Besides Desktop, It runs on Android and Blackberry 10, and will soon be running on iOS too.

Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...