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

 



Forgot your password?
typodupeerror
×

Comment Re:Slower games (Score 1) 181

As you can see from the feature list of the pre-release of the next major version of minecraft, it does indeed support multiple cores now, at least for chunk rendering which has been the biggest performance problem before, and they are now using vbos instead of the old opengl interface.

https://mojang.com/2014/08/minecraft-1-8-pre-release-the-bountiful-update/

These changes consist of both new features, and large game structure changes such as replacing the hard-coded "block renderer" with a system that is able to read block shapes from data files, or performance enhancements such as multi-threading the client-side chunk rendering. We hope you will enjoy it!

Comment Re:Google + IPv6 = Bad (Score 1) 224

That is odd. I have 6rd via my fiber connection and youtube etc is so much better when connecting with ipv6.
I suspect this is because no one are using those network paths yet, but maybe it's just the local content cache that sucks or something and ipv6 goes straight to google.

Comment Re:cretinous because (Score 1) 316

Wire-line ISP, you mean the ones connecting fiber and copper?
If so, my provider sells me 100/100 mbit 24/7 unlimited that I pay about $80/month for.
My record is 15 TB data transfer in one month, which according to the logs averaged out at about 50/50 for the whole month.

I have never heard them talk about caps or limits when I am on the phone with them. I even called them to cancel their TV service since I am only streaming and downloading. They said nothing but cancelled the TV.

My $30/month mobile plan only allows for 5 gb before throttling the speed. But that is in the contract and I have agreed to it. I never agreed to unlimited. If I had and they throttled me, I'd be pretty POd too.

Comment Sysops and programmers (Score 0) 509

will be in demand as long as we have computer that can break.
If someone invents a completely self programming, self healing, self building computer then maybe not.
Even if that happens I think you would need system operators for even these machines as someone has to tell them what to do even if it's only by spoken word or brain waves or whatever is the current input method.

Comment I made the switch (Score 4, Informative) 143

Personally at least.
I used to work in one of the largest banks in the world, and everything we did was SAS/MSSQL.
I had some personal stuff in R, but most of the other analysts didn't seem too interested except using what I made for them except for one phd in the German department. I never pushed it though since there was so much legacy code, including code I had written my self.

Now I have switched to a start-up bank, and I am the only analyst.
I've used R/RStudio/Shiny with PostgreSQL in the back very successfully, with all code in git. Now I can bring good analysis forth much faster than I used to in SAS that can be viewed on any device with the option of downloading the source data in excel and csv.

The management loves this.

If you show them a few good ones they will want more, but I wouldn't start to rewrite all the legacy code. SAS isn't bad when you have it set up properly.

But another good thing about R is that you get access to innovation in the statistics fields faster, and you don't have to pay huge sums of money for extra features.

RStudio and Shiny is a bit expensive for the pro versions, but nothing compared to SAS, and the open source versions are free.

Comment Re:CDNs do not violate Network Neutrality (Score 1) 150

Are we still dealing with metering on regular internet connections?

We have that here on 4g broadband services, I think the last time I checked, you could get 100 GB 4g up to 80 mbit broadband for $100 a month.

But I prefer 100/100 mbit unmetered fiber for the same price though :)

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...