Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Pick your poison (Score 2, Interesting) 337

i haven't used it, so take this with a grain of salt. but, it appears that it can be used as a laptop in profile mode, ie rotated 90s so that it's 11" and 2160 pixels tall, which no other small light laptop (probably any laptop) can come close to

so if what you care about is vertical pixels, it's a small light laptop with a crummy keyboard and an *amazing* display

Comment Re:Resolution (Score 1) 316

not sure that it's a question of "going cheap" ... how many 2160x1440 laptops are out there ? it's been 6 months since i've looked, but when i looked i think the mac air was the only thing i found that was 16:10 or better aspect ratio. taking a quick look at the ultrabook page on wp, i don't see anything that comes close

i'm still running an x60 because i'm not willing to give up my 4:3 aspect ration

Comment Re:Horrible Headline: google voice still around (Score 2) 166

the complaint about MMS is legitimate, but it's not a question of google supporting it - AT&T and verizon refuse to send the messages to GV numbers. other than that, GV is awesome ... my cell phone bill is less than $10 per month

i haven't tried the hangouts integration - it's possible that that makes things worse

Comment Re:Silent MMS dropping is a deal breaker (Score 2) 166

i agree - silently dropping MMS is a killer

afaict, AT&T and verizon refuse to send the data to google so there's nothing technical that google can do, ie this has nothing to do with google being stingy and everything to do with AT&T and verizon being a virtual duopoly and using their market position to exclude competitors

here's an article talking about it. and from the google engineer's google+ page (emphasis mine) ...

T-Mobile has allowed MMS messages from their users to be sent to Google Voice users.

Comment Re:t-mobile is the best low cost carrier (Score 1) 207

i've been doing t-mobile prepaid for the last several years with google voice being my primary number. when i started with t-mobile they allowed a la carte data, but have since switched to a $2 per day (or $3 for 3g) plan, and the coverage seems to have gotten worse (living in northern ohio). i need data but in very small doses - primarily for google voice to sync sms (voice calls go thru the cell network) - have wifi at the house/office/bar

i just switched to airvoice, an at&t mvno - data is $0.33 per MB, and the coverage has been much better. phone is a nexus s, which has the t-mobile 3g freqs, so i'm limited to 2g on at&t. thinking that my costs will end up being on the order of $3-10 per month, but has the potential to blow up if i don't keep track of when i'm using mobile data

ridiculous to be paying $300 per GB, but with so little competition for the low end it's the best that i could do

Comment Re:How many entities? (Score 1) 296

not sure what an "entity" is, but it's 4000 humans acting in a coordinated manner. wouldn't be shocked if the military manages the same with war games, but doubt that it's an order of magnitude more than that (couldn't find any numbers for omni fusion). i don't play the game, but the organizational structure for these coalitions is extensive

Comment Re:This story sounds familiar (Score 2) 296

guessing that they just picked the most "prestigious" source. there's been a lot written about the technical aspects of the battle on reddit - here's the best that i can find at the moment:
http://www.reddit.com/r/Eve/comments/1j8sjz/ccp_explorer_says_theres_no_cap_in_6vdth/

the technology and organization outside of the game is also interesting - thousands of people acting in a coordinated manner to achieve a real-time goal using technology (mumble, jabber, irc) is news - even if the goal is (much) less impressive than hacking the linux kernel

Comment Re:Who cares (Score 4, Interesting) 296

i don't play eve (or any other MMO), but have been following it for a year. this is "stuff that matters" for 2 reasons

first is the server load. ccp swapped out the node that normally hosts the home world and used it for this battle, they slowed things down in a planned way (time dilation), and there was lag beyond that. so this battle was the limit of their technology. if ccp is able to handle battles like this, the battles will get bigger, so what comes next, from a server and software standpoint, should be interesting

but maybe the more interesting aspect is that outside of the game, the 2 coalitions have built up technology infrastructure for organizing and coordinating the players. prior to the battle there was a huge push to motivate players to log on similar to the promotional blitz for a new game or a movie. and during the battle much of the communication happens outside the game itself - multiple channels of mumble, jabber and the web

it's news when twitter enables the arab spring. and it's news (to me) when 4000 geeks get together using online tools and coordinate their actions to achieve some goal (however useless that goal might be)

as for the game itself, i played for a few hours and found it boring. it's nominally played in a huge 3d world, but the locations are largely limited to small regions around a 2d "grid". the number of ships and weapons is mind-boggling and complicated, and the actions all more or less amount to selecting an from a menu, eg you don't aim at a target, you select it from a list. so after a few hours i found myself wishing it had a command line interface and quit

Comment Re:Its NOT smartphones. (Score 4, Interesting) 376

i was an active user and *very* minor contributor in 1999-2005. gtk, glib and gobject are definitely awkward to use. some of that is due to being written in c, but much of the awkwardness is due to being written in a way that allows binding from other languages (bindings exist for javascript, python, java, c++, ...). eg, the callback "marshaling" made stepping thru code in gdb painful

i always hoped that someone would strip out the language-agnostic support and make a pure c library. but nobody seemed excited about the prospect

another problem was that gtk et al attempted to be incredibly generic. the language-agnostic support is one example. another is that i proposed a key binding that would break focus and guarantee that alt-f would activate the file menu and was told that there was "nothing special about the menubar" in the context of gtk. and then gnome was at the other extreme - attempting to be very minimal and rigid. in between was a vast no man's land

Comment Re:REPL? (Score 1) 254

i totally agree with you wrt the value of a REPL. i've done a fair amount of work in matlab, and i would mock up a method and work in the command line interface while stopped in the debugger until i got something working and then paste it back into the editor

beanshell2 for java isn't bad, but it's not integrated into the debugger so it doesn't help much. i use netbeans as my IDE and the "evaluate expression" debugger tool is decent for java, as is gdb for c. but all 3 pale in comparison to the matlab environment. someday, i aspire to have the time to make a command line repl plugin for netbeans ...

So I'm wondering what else can one get with the new approach that is substantially better than a REPL-based development environment.

the only thing new that i see McDirmid proposing is that the output is continuously updated as you edit. that doesn't sound very useful. i'd prefer a REPL that's integrated with the debugger

Comment access to raw nand (Score 1) 63

the article isn't loading for me, so it's possible that this is discussed there ...

but what i'd really like is a block of nand that's accessed directly. SSDs present a block interface and translate the writes to the nand. presumably these dimms continue to present the RAM model to the computer and do some behind the scenes translation

nand has a performance characteristic that is quite different from both RAM and block devices, and shoehorning it to look like one or the other is limiting it's usefulness. eg, SSDs only let you do a single write to a block before erasing it, but you can actually continue to update a block - it's just that the bits are additive. for some algorithms this would be useful and would dramatically extend the write endurance. but since the SSD interface doesn't expose that capability we're left brute-forcing the nand

tl;dr: i want raw nand

Comment Re:More information (Score 3, Funny) 252

nothing he said in there was anything worse than what linus posts, or many open source projects. you could have said "scott - i choose not to make the changes that you'd like. you're free to fork things". instead, you're talking out of both sides of your mouth - claiming that you were being accommodating and then stonewalling him, kicking him when he called you on it, and pretending that he's a bad egg for forking things

if you're going to bad-mouth someone for forking, then you're just playing politics

Slashdot Top Deals

According to the latest official figures, 43% of all statistics are totally worthless.

Working...