Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Superior alternative to Google Authenticator (Score 1) 83

I've been using Authenticator Pro for quite some time now on my Android phone. Also a great alternative to Google Authenticator and has the same features detailed above of Aegis Authenticator.

https://github.com/jamie-mh/Au...

Not affiliated with the application or the author, just a satisfied user.

Comment Re:Moore's law (Score 1) 560

I doubt very much that this will happen.

When Moore's Law stalled with the stalling of clock cycles, we simply tried to side-step and restart Moore's Law by simply doubling the number of processors/cores instead of doubling the clock speed.

Of course, that gave us the additional problem of parallelization and we seem to doing an equally poor job at managing that as what we're doing managing and efficiently using the abundance of other computing resources we've been given.

Submission + - SPAM: Software Disenchantment - Is software really that bad?

craigtp writes: Nikita Tonsky writes, "I’ve been programming for 15 years now. Recently our industry’s lack of care for efficiency, simplicity, and excellence started really getting to me, to the point of me getting depressed by my own career and the IT in general."

This blog post documents one man's disenchantment with an entire industry that continually seems to turn out low quality products. Can software really be that bad?

Link to Original Source

Submission + - Europe's highest court just rejected the US's 'safe harbor' agreement (businessinsider.com)

craigtp writes: The European Court of Justice has just ruled that the transatlantic Safe Harbour agreement, which lets American companies use a single standard for consumer privacy and data storage in both the US and Europe, is invalid.

The ruling came after Edward Snowden's NSA leaks showed that European data stored by US companies was not safe from surveillance that would be illegal in Europe.

This ruling could have profound effects on all US based companies, not just tech companies, that rely upon the "safe harbor" agreement to allow them to store their European customers' data in the US.

Under this new ruling, they could effectively be forced to store European customers' data in Europe and then have to follow 20 or more different sets of national data privacy regulations.

Submission + - JetBrains reconsiders their subscription licensing changes. (jetbrains.com)

craigtp writes: On 3rd September, JetBrains, makers of IDE's and other productivity software announced big changes the way they sell and license their software.

Such changes were not well accepted by certain members of their user base. Within a few days, JetBrains announced that they were listening to the user feedback and that they would reconsider their changes.

Today, they've finally announced their revised licensing changes, and whilst the subscription model remains, some important concessions have been made.

Submission + - Wuala encrypted cloud-storage service shuts down (wuala.com)

craigtp writes: Wuala, one of the more trusted cloud-storage services that employed encryption for your files, is shutting down. Users of the service will have until 15th November 2015 to move all of their files off the service before all of their data is deleted.

Comment Re:In short? (Score 5, Insightful) 318

Tell that to:

Automattic
Mozilla
GitHub
Basecamp (formerly 37signals) (who even wrote a book about how great remote working can be)

along with a myriad of other companies who work either entirely remotely, or have very liberal policies around remote working.

Most, if not all of whom, can be considered to be quite successful within their field.

Submission + - The Joel Test for your codebase (davejsaunders.com)

craigtp writes: In August 2000, Joel Spolsky wrote The Joel Test, a checklist to judge the quality of a software team. This is just as valid today.

The team is vitally important, but so is the code you spend 8+ hours a day working on. Here’s an equivalent of the Joel Test to measure how easy your code-base is to work on.

(Google cache link in case of Slashdotting)

Comment Re:Not-so-accurate source (Score 1) 487

Spot on.

I've often said this to my programming colleagues, but Dates, Times and calculations between them really are one of the hardest "problems" in solve in programming/computing.

Dates & Times are so incredibly deceptive as on the surface they appear simple yet when you really look into it they're incredibly hard to get "right", what with time differences, daylight savings times (where we arbitrarily move the clock around for the hell of it). DST's are the worst.

Imagine if things like DST were applied to our numbers. It's like having our normal Base10 numbering system, but once or twice a year, we suddenly decide that the digit 6 actually represents 7 of something (or alternatively, represents 5 of something). Now all those calculations that assert that 6 + 6 = 12 are wrong, as 6 + 6 actually equals 13!

Comment Re:Corrections (Score 1) 73

What you don't know, though, is the shop is a front for his more surreptitious and covert activities. Apparently, his superiors in MI6 were a little uneasy with him specifically running a shop selling spy equipment as his "cover", but he successfully convinced them that its the best disguise. You know, hiding in plain sight and all that!

Slashdot Top Deals

Air pollution is really making us pay through the nose.

Working...