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

 



Forgot your password?
typodupeerror
×

Comment Re:Streaming is shit. (Score 1) 80

Just to play devil's advocate here: there was a relatively minor storm (minor for outside of california, somewhat signifcant for where I live) which caused the satellite service to lose signal or be horribly garbled. If I could have the same channels even without time shifting at least I could watch TV when there's a slight breeze/rain outside.
Not sure it'd be worth it though, just saying maybe there is fact one use for it.

Comment Re:ha ha ha ha ha ha ha ha, ooooh my :) (Score 1) 403

The replies I've so far seem pretty hostile to the whole premise of the bash/linux sub-system on windows so I feel some how obliged to mention up front I kind of go both ways. Linux and Windows both seem to have their positives and negatives and I switch between them as needed. You might say I'm "chaotic neutral" on the matter. That's a thing right? Chaotic neutral?

With that out of the way, I would just like to point out you can still use JavaScript for windows scripting. I mean it's technically JScript and grossly out of date but it is there with full access to both Windows Script Host objects and the full WMI suite. There's also VBScript, but who likes that? Except even in "Hyper-V server 2016" (the free-as-in-beer non-GUI server edition) the little choose-an-option menu that comes up is written in VBScript. Why it wasn't powershell I'll never know.

Actually even on Windows 7 or 10 if you search your C: drive for "*.vbs" there are some scripts left over. One of them is actually written a as if it was supposed to be in C but was then converted to VBS. Or C programmer learned VBS in an hour and wrote it in the same format.

Also, people are too hard and CMD batch files. There are a lot of extensions for CMD shell that make it quite powerful. I mean it has so much layered on top of so much else it's really not "elegant" or anything but you can do a lot with it.
For instance, here's a line from a script I wrote a while ago:

if exist "gameinfo\%GAMENAME%_%CONSOLE%.txt" (for /f "usebackq tokens=3 delims= " %%z in (`type gameinfo\%GAMENAME%_%CONSOLE%.txt ^| find /i "current profile"`) do set DISCTYPE=%%z) else (echo could not find text file)

Would anybody assume this could all be done in one line? I mean I find it perfectly readable. It doesn't seem as cool as a bash one-liner but it works. My only point being inefficient though they are there are some solutions on the Windows side, quite capable solutions.

Also feel free to "fork me on github". I would link to it the github project but i have a feeling nobody is going to fork me...

Comment Re:Is convenience really worth that much for last (Score 1) 125

Couldn't you same the same thing about a cheap DVD player and used DVDs? I think they're $1 a piece now. Yet people still get netflix.

I mean I'm just assuming that's Sony's thought process. I don't actually know. If the my LAN streaming of Steam games is any indicator it won't be quite the Netflix-for-games experience the summary implies. I do have a jumbo wrap-around bluetooth gamepad and a couple different Windows tablets (HP Stream 7, for instance) but I'm just assuming the 802.11g and/or my router wouldn't be able deliver a satisfying experience to it. Again based on LAN Steam streaming experience and nothing else which is presumably completely different technology.

Comment Docker feature as well (Score 1) 375

It wasn't in the summary for some reason and maybe one cares but actually Windows 10 [pro] has native hyper-v. And with the anniversary update docker containers will be added. Maybe nobody cares. But I think this is kind of significant:

Introducing Hyper-V Container: You can now use Docker natively on Windows 10 with Hyper-V Containers, to build, ship and run containers utilizing the Windows Server 2016 Technical Preview 5 Nano Server container OS image. A new version of the Docker engine for Windows has also been made available that extends the support of containers while also improving the DockerFile syntax and getting started experience for users. For more details on how to get started with this check out the Windows container documentation or the Windows 10 Getting Started Guide.

source: https://blogs.windows.com/wind...

Comment Re:Unusually +ve but what's in it for refusniks? (Score 1) 375

I have it turned off as well. So far as I know if nothing else it can be used to transcribe your words in a voice-to-text sort of way. We here on slashdot may be good touch typists, but some people can't and/or won't commit to typing. So being able to talk into the machine is helpful.

And I guess MS's assumption is some contingent of users have been only using iphone for however long that group may be accustomed to only using voice-to-text. If that were the case said people may find trying to use an icky QWERTY keyboard alienating. I imagine if I were say...14 years old and had used very little iOS 99% of time my whole life being forced to switch to typing on a windows computer could be quite alienating. Like something out of era of bell bottoms (thinking like this imaginary 14 year old for a moment, I lack imagination).

Of course, I can think of other reasons. China and india are big markets for instance and most of those populations have only known the phone as their sole computing device. A voice interface of some type might make this transition much easier.

Lets face it: the markets of "the west" are second fiddle now-days. It's more about accommodating the up-and-coming potential markets. If that were the rational I don't fault MS at all for it. I mean 90%+ market share in the western hemisphere there's not much place else to go but China/India that's like 2+ billion people. Choice of who to cater to seems obvious.

Obviously I'm just speculating here. And I hope I had answer to your question somewhere in there....

Politics

Bernie Sanders' Second Life Headquarters Besieged by Trump-Supporting Swastikas (vice.com) 230

Wagner James Au, writing for Motherboard (edited and condensed):As Donald Trump continues to ride roughshod over much of the United States, there are multiple reports that Trumps' virtual fans are riding roughshod on Bernie Sanders' unofficial headquarters in Second Life as well. Sanders' spot is in the sim (Second Life region) of Caspoli, with a Bernie 2016 banner that can be seen from satellite. It's a Roman-themed hangout space in a peaceful meadow, where Bernie supporters often gather to share news of their favorite candidate. But lately, the place has been besieged by pro-Trump griefers. [...] During a Bernie rally in Second Life, Sanders support group member Macaria Wind goes on, Trump-supporting demons flew around Bernie's rally, endlessly typing "TRUMP! TRUMP! TRUMP!" into text chat.

Comment No mention of the ISP "Netflix box" (Score 1) 181

I very vaguely remembered something about this so I had to look it up. This t-mobile thing could have something to do with the Netflix Open Connect as documented on the Netflix site:

The Netflix Open Connect Initiative provides our millions of members the highest-quality viewing experience possible through efforts with Internet Service Providers (ISPs) to most efficiently deliver content. We partner with hundreds of ISPs to localize substantial amounts of traffic with Open Connect Appliance deployments and have an open peering policy at our interconnection locations.

Also I found this old gizmodo article.

It wouldn't surprise me if T-Mobile and netflix simply negotiated a deal to provide one of these appliances. And/or the special t-mobile edition of said appliance uses some kind of proprietary compression algorithm optimized for mobile bandwidth.

Obviously I'm only speculating but it would explain why this can't simply be applied to any/all video sites: the Netflix content is coming directly from a t-mobile data center as opposed to an unknown caching location or across the internet. Not sure why t-mobile can't simply say as much. Maybe they think it would make the net neutrality debate/complaints that much worse or maybe there's some kind of exclusivity deal and they can't discuss it?

Earth

Study Claims Lettuce Is "Three Times Worse Than Bacon" For GHG Emissions (cmu.edu) 340

davidshenba writes: Sticking to a vegetarian diet may not the best for environment — in fact, it might be harmful to it. According to new research from Carnegie Mellon University, following the USDA recommendations to consume more fruits, vegetables, dairy and seafood is more harmful to the environment because those foods have relatively high resource uses and greenhouse gas emissions per calorie. "There's a complex relationship between diet and the environment," Ph.D. student Michelle Tom said. "What is good for us health-wise isn't always what's best for the environment. That's important for public officials to know and for them to be cognizant of these tradeoffs as they develop or continue to develop dietary guidelines in the future." As you might suspect some find the study dubious at best.
Earth

Congress Votes to Scrap Obama's Clean Power Plan (sciencemag.org) 151

sciencehabit writes with news that the House voted 242-180 to repeal the EPA's Clean Power Plan, and 235-188 to block EPA rules governing emissions from new power plants. Science reports: "Congress has voted, largely along party lines, to block a centerpiece of President Barack Obama's climate change agenda. The votes are largely symbolic, however, because Obama plans to veto the bills. Still, Congressional Republicans, and a few Democrats, say they want to send a message to global leaders who are meeting this week to negotiate a new climate agreement that the majority of U.S. lawmakers may not agree with any deal."

Comment Re:Let me get this right. (Score 1) 151

I don't think keeping a PC constantly up to date is really necessary to enjoy a majority of games. Sure some people spend hundreds of dollars on multiple video cards, high end processors and fancy monitors from Korea but it's not necessary. Mostly because so many PC games are optimized for console hardware released 10 years ago. If your monitor only goes to 1080p you can usually max out the specs anyway. You can run a 4 year old video card and still enjoy most PC games. Because as I said unless you want some 4k magic, 1080p is pretty easy (haven't tried FO4, probably just as true).

I was kind of excited by the possibility of PS2 backwards compatibility for a second though but now not so much (maybe that will change again in December). I haven't modded with my PS2-with-HDD yet (or my original xbox) but I will eventually. Although at this point extremely small form factor PCs are powerful and cheap enough it may not even be necessary as said PC will emulated all the old consoles anyway. I would probably keep a old wii for wii/gamecube stuff and emulate everything pre-360 on a dedicated PC (or my gaming PC via the steam link).

Oh, and I store my HDDs is piles. Lots and lots of piles. Also, an unnecessary 32 gigs of RAM is really cheap.

Slashdot Top Deals

Machines have less problems. I'd like to be a machine. -- Andy Warhol

Working...