Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Seafile (Score 4, Informative) 200

I've found Seafile to be quite good and reliable. It's a multiplatform, free software, self-hosted Dropbox alternative that provides file syncing, sharing, a web interface, and tools for team work. Libraries can be encrypted server-side.
I use it for several months now and it is both fast and reliable (much more than the owncloud versions I tested previously). It handles my whole pictures collection (about 90GB) very easily. You can install your own Seafile server (there's even a raspberry pi version), or buy storage space from them. Clients are multiplatform (Windows, Mac, Linux, Android, iPhone/iPad).

Comment Re:It's too bad Intel killed netbooks for this. (Score 1) 513

You want the 11" MacBook Air. My 2010 model is still humming along fine, vastly outperforming all netbooks while taking up almost the same physical space. However, the Asus Transformer series would probably also meet your requirements - for less money. It's a 10" Android tablet with detachable keyboard/trackpad.

Comment Re:What they are actually reporting an Issue. (Score 1) 320

Not exclusively. (And in this case not at all since the Intel driver is open)

Bug-reporting is extremely important if you actually want to provide a high-quality product. Bug-reports can be seen along two axes.


  1.  
  2. Whether your product is understandable to the user. If people consistently make mistakes , you've got a design issue somewhere. The usage of the product is obviously not sufficiently clear, or the documentation is not sufficient etc etc etc.
  3. Whether your product has bugs. In this case, getting a clear description of how you can reproduce the bug is key. These "submit error" pop-ups are popular for a reason - they can submit log files and stack traces, core dumps etc etc.

And some bugs are just plain hard to fix. They may also be a manifestation of a design issue, and those are rarely trivial to fix. I hope Ubuntu gets this sorted soon.

Comment Anyone can be a programmer, but ... (Score 1) 767

Anyone can become a programmer at some level. Simple programming is like coming up with a recipe for a meal - you have some ingredients and combine these to create a hopefully desirable outcome. It's skill, but it can be learned. I mean, I was able to move the turtle using LOGO when I was .. 10? 11?

It does however take both experience and raw intelligence to become a really good programmer. Fully understanding trade-offs takes experience. If you go all-out on even small scripts, you'll waste time. If you just hack away at large projects without design and methodology, your lack of a coherent design will bite you in the gonads. Learning how to communicate effectively with end-users and non-technical team members is also something that takes practice and a certain mind-set. I've seen many, many bad solutions chosen by bright people. I've done some myself, also recently. And I'll make some more mistakes in the future. Why? Because communication is hard. Also for the other party.

Space

Submission + - White Dwarfs gravitational waves found (bbc.co.uk) 2

Dupple writes: Researchers have spotted visible-light evidence for one of astronomy's most elusive targets — gravitational waves — in the orbit of a pair of dead stars.

Until now, these ripples in space-time, first predicted by Einstein, have only been inferred from radio-wave sources.

But a change in the orbits of two white dwarf stars orbiting one another 3,000 light-years away is further proof of the waves that can literally be seen.

Cloud

Submission + - Kleii is the Asian Dropbox for cross-platform cloud storage and music streaming (e27.sg)

An anonymous reader writes: With the cloud computing industry expected to generate US$1.1 trillion annual business revenues by 2015, multiple cloud storage and sharing services are being created around the world, all vying to be the top service provider for consumers and enterprises. Western companies such as Dropbox and Box are pitched against their Asian counterparts such as Insync, which positions themselves as the Google Drive for power and business users, and iTwin, who claims to be the secure Dropbox.

Comment Re:AMD64 != Intel64 (Score 4, Informative) 101

x64 is misleading. The x86_64 still uses the underlying architecture and instruction set of the original Intel 8086.. Changing the name to x64 would imply the instruction set is different from that of x86 - and while the instruction set has been extended it still (as far as I know) still support the instructions designed in the 70s.

I personally find x86_64 the most descriptive designation for a 64-bit x86-processor.

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...