Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:From the summary: (Score 2, Informative) 200

Background: I've got a Surface RT - picked it up about a week ago due to the 30% price drop on impulse to replace my iPad while on holiday.

The email app on the Surface is roughly about as functional as the iPad email app - the design is fairly close; although I find the Surface one has a slight edge since it uses screen space better, and doesn't become unusable when you switch to portrait mode.

The big killer for me though (and why I got it to replace my iPad) is the built-in kickstand and the snap on keyboard -- I didn't flick on my laptop once to respond to a work email while away; that's a big change compared to the iPad where the onscreen keyboard (and the variety of crap external ones) are unusable for anything more than a sentence or two long; and I'd end up having to log onto a laptop to respond.

Showing recent emails on the start screen is nice too -- I have a Win8 desktop and hate metro there; but on the Surface it actually feels appropriate and good design (although things like switching tabs in IE don't "feel" right given it involves swiping in entirely different direction to e.g. changing applications).

Comment Re:what if i cannot choose a single license? (Score 1) 120

Anyone redistributing your code (e.g. Github, Sourceforge, etc.) would be in violation of the GPL.

You would only be able to redistribute your code under something more permissive - the LGPL would probably be OK, if you built a library-level barrier between them; but really for everyone's sake - just pick MIT/BSD/Apache.

Comment Re:New features? (Score 1) 147

--single-transaction is one of the 'tricks around this' - but it blows out the production databases memory use if the table is updated while the export is occurring. (e.g.someone does an update all for some insane reason)

Comment Re:When did bitcoin(tm) become a currency (Score 1) 396

The parent argued that commodities have intrinsic values. I am arguing by counter that there are commodities who have no real intrinsic value beyond the same intrinsic value of fiat currencies.

For example, Oil has value as a store of energy - its value is generally based around the value at which it is economically useful for a particular input. Gold on the other hand, has very few economic uses (rust proofing wiring, and a few other marginal uses) - and the majority of the value it is 'worth' in its commodity price is actually the same value stored in a currency like US dollars.

Comment Re:Really!? (Score 4, Informative) 231

If you want a legitimate answer from someone who's in one of the larger local Gaymer communities here's a couple of reasons:

1- Multiplayer gaming is an endless tirade of gay-this, faggot-that. It's nice to play games and socialise with people who aren't jerks. (Yes yes, harden the fuck up, etc - but it is annoying.)

2- It's an excuse to go hang out at a bar with a group of people with something in common every couple of weeks.

3- While I know it's not applicable to me (LTR), but the group I'm in has at least partly become a dating pool - for gay guys and girls, that's actually sometimes a bit harder than you may be used to.

Government

New Documents Detail FBI, Bank Crack Down On Occupy Wall Street 584

jvillain writes "The Guardian has up a story detailing the crack down on Occupy Wall Street (OWS). It goes on to show how the FBI, DHS, Terrorist Fusion Centers and the banks all worked together to stifle dissent. From the article: 'This production [of documents], which we believe is just the tip of the iceberg, is a window into the nationwide scope of the FBI's surveillance, monitoring, and reporting on peaceful protesters organizing with the Occupy movement These documents also show these federal agencies functioning as a de facto intelligence arm of Wall Street and Corporate America.' The next question is how many Americans are now listed as part of a 'terrorist group' by the government for their support of OWS?"

Comment Re:Why would you want to game on Linux (Score 1) 332

Speaking as someone with actual experience in this - DirectX is a monumental improvement over OpenGL; there's more to it than just being able to look at the underlying code (and frankly, 90% of both are just shims to pump commands into the drivers which is where the real magic happens -- drivers which generally tend to be very closed.)

Start with;
- A (arguably) better shading language (HLSL vs GLSL - I tend to find HLSL is easier to work with)
- A scenegraph representation that is not built around a 1980's pre-acceleration stack based renderer. (e.g. Objects are represented as full OO objects - complete with materials, rather than a matrix pushed onto a stack followed by a few vertex buffer array calls)
- A suite of excellent debugging utilities - which give you useful feedback (looking at the code != the value of a good debugger suite)

Leaving the 'free software' arguments aside, DirectX is better - by virtue of the fact that it's kept up to date with modern programming techniques. OpenGL needs to be replaced or at least significantly overhauled -- something which Khronos has not in the past actually been willing to do. OpenGLES improves the spec marginally, but it really needs a replacement to be on par with the ease and power DirectX offers you with far less effort.

That said; if anyones doing things at the DX/OGL level, they probably need to be hit over the head - anyone serious is using one of the many decent engines out there.

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...