Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Sigh (Score 1) 748

No, I think it's more that these people have always been here, but the last couple of years has seen a) the flourishing of the disgusting "Men's Rights" movement, b) more talk about sexism in the tech industry, which has lead to c) more articles about the subject here, and thus more arguments about it. In almost 15 years here I don't think the demographic has changed very much at all - there's a wider age range and it's more international, but fundamentally it's the same sort of audience. The site just has more articles on topics where this sort of thing comes up.

The rampant sexism seen in a lot of these articles is pretty depressing though.

Comment This is just propagandic spin for Dumb Westerners. (Score 0, Troll) 167

From RT:
http://rt.com/politics/177248-...

Such authors will now have to register with the state watchdog Roskomnadzor, disclose their real identity and follow the same rules as journalists working in conventional state-registered mass media.

  The restrictions include the demand to verify information before publishing it and abstain from releasing reports containing slander, hate speech, extremist calls or other banned information such as, for example, advice on suicide. Also, the law bans popular bloggers from using obscene language, drawing heavy criticism and mockery from the online crowd.

So.., now you're not legally allowed to lie to a large number of people or incite violence based on those lies. Gee. That's bad how? Might be nice to have something like that in the West, because right now it's perfectly legal for FOX News to outright lie to their viewers.

Russia, like any large nation the US hates, (see Venezuela) must defend against the standard CIA tactics used to de-stabilize governments and population bases through grass roots propaganda tactics. Forcing creeps and liars out of the game seems like a pretty good way to do this. You don't want to be forced out? Then follow the law and back up your claims with fact checking verification of what you are writing, don't use hate speech and don't incite violence. How hard is that?

There's a reason you're not allowed to yell "Fire" in a crowded theater, and this falls neatly beneath the same rubric.

Honestly, think of the gossips and cruel kids in school spreading lies in deliberate attempts to undermine healthy energies. Putin has the guts to whip the carpet out from under such types.

So now, once you reach 3000 readers, the Russian government says you are a news source with real pull and must start acting in a manner befitting such responsibility. Is 3000 the right magic number to have picked? I don't know, but it makes perfect sense to draw a line somewhere.

Of course, any law can be abused, but right now I don't see this as an abuse. I see it as a sensible measure as Russia is under increasing media attack by a truly psychopathic nation whose leadership is completely disconnected from objective reality, has a tail-spinning economy and seemingly bottomless war lust. Of course you have to take measures to protect your populace from that kind of sickness.

But naturally, this proactive move is being spun with wicked and/or childish glee in the West (depending on whether you are CIA or just ignorant and easily led).

Comment Re:Will it really go the pulseaudio way? (Score 1) 179

I don't run Linux, and I've never had to deal with X, so this isn't an emotive issue for me. But your post was clearly not a serious of facts, more of a backlash against perceived slights from Wayland developers and/or "fanboys", the latter being a useful way to smear people who disagree.

Your post might make more sense if the existence of Wayland meant that X no longer existed, but as that's clearly not true it's hard to take claims of "throwing out a perfectly good system in favour of an ideological rewrite" seriously. And ideology? There have been plenty of technical arguments since the beginning, here's one set that was posted on /. a while back, and it's just the first one I found.

As far as I'm aware X currently does act like VNC in most cases, except without any compression at all and a synchronous API - so nobody uses it directly because of the performance issues, instead using ssh as a tunnel. Even having it act like per-window VNC with H.264 compression would be an advantage. But anyway, that's all part of the compositor, which now has RDP as part of the core, and I've yet to see any explanation of why or how X forwarding is different or better than rootless RDP.

The assumption that forwarding is a critical feature is based on the idea that your personal requirements are the only important ones. If a piece of software doesn't do what you want, don't use it. As it turns out, they are supporting it (as I'd read from pretty much day one), it's just taken time to get to that point... as you'd expect from alpha software.

Comment Re:Wayland is nothing until (Score 1) 179

You might be interested in this podcast if I'm reading your post right... they talk quite a bit about using js-git to mount GitHub repositories as file systems, so that you can mount a repository, copy files into it and then run a commit and have the stuff you've copied automagically pushed to GitHub.

It's certainly interesting stuff even if possibly overkill :)

Comment Re:Will it really go the pulseaudio way? (Score 1) 179

Actually, you were moderated down for your overly vitriolic rant full of factual errors, logical fallacies and heroic assumptions in the guise of fact. A perfect example of the "peanut gallery rant-fest" as a comment above yours mentions. And seriously, you got moderated down, then threw a strop, and then posted it again with a hissy fit preamble? How long have you been posting here?

Comment Re:Just a decade ago. (Score 1) 170

Not really, it's more that you can make a game moddable without making it scriptable - for instance, I remember many different "packs" for Civ II which consisted of customised maps, updated graphics for units and terrain features, and its own copy of master XML file that listed all the units, technologies, buildings and more with all their data - costs, attack values, prerequisites etc. It's amazing what can be produced just by changing some data, and most games don't really need to be any more moddable than this.

Comment Re:Just a decade ago. (Score 1) 170

Civ 4 does some of the AI in Python, IIRC mostly evaluating heuristics for moves, but most of it is C++. The SDK for customising the AI came out about six months after the main SDK, it wasn't originally designed to be exposed to Python.

But I agree that the hybrid approach is a good one, especially as I feel you're overstating the cost of using two different languages together - neither Python nor Lua are very hard to integrate with C/C++ at all, even without tools like SWIG that automate a lot of the boilerplate required. And if you're developing games in C++ you should probably be capable of picking up Python/Lua pretty quickly, my first coding job involved writing custom interfaces in Python for our CMS application, exactly the same thing as you're talking about, and I learnt Python as I did it - didn't take long to pick it up.

Slashdot Top Deals

Scientists will study your brain to learn more about your distant cousin, Man.

Working...