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

 



Forgot your password?
typodupeerror
×

Comment Re:or sqlite (Score 2) 241

"99% of the small web sites which are built around MySQL don't need it."

Likely they are running on a virtual share, and as such as using the cheapest thing available that also supports the web apps they want to use.

If the web app happened to support SQLite, it would still be a better choice to use the hosting provider's MySQL server since it is already configured for backups and likely runs on a separate piece of hardware from the virtual web server. Additionally they are probably using multiple tools, CMS+blog+wiki+forum or some such, and better to just offload all that to the database server.

Even if all these apps supported sqlite, the hosting provider still has to hire a programmer to write code that somehow iterates through all the virtual hosts, finds all the apps running SQLite, and perform backups through the backup API. With MySQL, having all the databases in a central location and a nice community of tools that already handles this sort of thing with a bit of configuration is cheaper.

On the other hand it would be easier on the setup side of the web apps to use SQLite, because no longer will you need to deal with creating the database+permissions+connection strings. Probably the easiest solution is some sort of easily discoverable network service that provides a central backup service, that the host would have for all the SQLite applications to discover and perform backups to.

Just my opinion, but I wouldn't suggest SQLite as the DB of choice for small websites.

Comment Re:They're doing it wrong! (Score 1) 262

We are here looking at a collection of interesting images, that are not inflammatory in the least, and you bring some political bullshit into the mix. What more is there to get?

I pointed out how baseless and nonsensical your ramblings are. I think it is clear that you are trying to hard. All the attributes of a good conspiracy theory. Even the fact you are here completely out of context and offtopic, like the crazy guy screaming on the corner. You even brag about your ignorance of how off topic you are. It's one thing to comment based on the summary without reading the article, it's a whole other thing to comment on presumed content that is neither in the summary nor the content of the article, simply because you want an excuse to cry to everyone about your bullshit. If how you came to the conclusion that your ramblings were appropriate here, then it's a good indication of how you formed your opinions.

I don't blow off everything as conspiracy theory. I don't mind someone with a different opinion, if it is formed on some level of rational thought, rather than on assumptions and ignorance.

Comment Re:since NASA just released those pohotos of the s (Score 2) 26

I thought it was an interesting despite it being mostly anecdotes. Maybe not news by any pedantic standard, but far better than most 90% of what most people consider news. I think the fact that there's a hurricane that's been around for 300 years is alot more fascinating than who some random person I have never met has been having an affair with.

Comment Re:They're doing it wrong! (Score 4, Insightful) 262

" letting Texas A&M Transportation Institute do a study"

What do you mean "letting"?

Are you implying that our government should be in the business of banning universities from conducting experiments and studies?

What does the FCC post have to do with a transportation study?

That post is usually hand picked to be someone that will represent the elected president's agenda. For example, Bush picked Colin Powel's son as his FCC chairman, because of course they wanted hands off regulation, which is a bit ironic because that's what FCC does. Pretty much the Ron Swanson of FCC.

Stop trying so hard. If you squint your eyes hard enough you will see a conspiracy in anything.

Submission + - Greater Boston Shutdown for Massive Manhunt of Boston Marathon Bombing Suspects (wbur.org)

bmearns writes: Two suspects in Monday's Boston Marathon Bombing have been identified, one is dead after an overnight a shootout in Watertown, MA, the other is on the run and considered armed and extremely dangerous. A massive manhunt is underway for the remaining suspect, identified as 19 year old Dzhokhar A. Tsarnaev of Cambridge, leading to a shelter-in-place order for all of Boston and a number of surrounding towns and cities.

Submission + - Java 8 Delayed To Fix Security (i-programmer.info)

mikejuk writes: Java Development Kit 8, planned for September 2013, is being delayed until next year because of ‘a renewed focus on security’. Java has been having security publicity problems recently but Oracle seem to be taking them more than seriously. Mark Reinhold, chief architect of the Java platform group said:
“Maintaining the security of the Java Platform always takes priority over developing new features, and so these efforts have inevitably taken engineers away from working on Java 8.”
The major change still to be made to Java 8 is Project Lambda, which Reinhold says is “the sole driving feature of the release”. He laid out alternatives such as dropping Lambda from this release, but said Oracle has decided instead to wait until Lambda is ready. The revised schedule for JDK 8, proposed on April 18, 2013 is:
May 9, 2013 M7 Feature Complete
September 5, 2013 M8 Developer Preview
January 23, 2014 M9 Final Release Candidate
March 3, 2014 GA General Availability
The delay means that Java SE 9 will probably be released in early 2016, rather than late 2015

Slashdot Top Deals

As far as the laws of mathematics refer to reality, they are not certain, and as far as they are certain, they do not refer to reality. -- Albert Einstein

Working...