Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Submission + - Why Apple Won't Adopt A Wireless Charging Standard (computerworld.com)

Lucas123 writes: As the battle for mobile dominance continues among three wireless charging standards, with many smartphone and wearable makers having already chosen sides, Apple continues to sit on the sideline. While the new Apple Watch uses a tightly coupled magnetic inductive wireless charging technology, it still requires a cable. The only advantage is that no port is required, allowing the watch case to remain sealed and water resistant. The iPhone 6 and 6 Plus, however, remain without any form of wireless charging, either tightly coupled inductive or more loosely coupled resonant charging. Over the past few years, Apple has filed patents on its own flavor of wireless charging, a "near field" or resonant technology, but no products have as yet come to market. If and when it does select a technology, it will likely be its own proprietary specification, which ensures accessory makers will have to pay royalties to use it.

Submission + - POSIX Standards Body Deeply Flawed (sdtimes.com) 1

bobo the hobo writes: "This all began with Ken Thompson. The original Unix geek, Thompson was once asked if he he’d change anything about Unix if he had to do it over again. His response was that he’d spell the flag “O_CREAT” “O_CREATE”. This admission inspired Spiegelmock, and he began a lengthy journey into the heart of Unix. ...
And this is where Spiegelmock encountered the silliness that is now the POSIX standards process. First, he was stymied by ridiculously invasive registration processes built with extremely old software. Then he was rebuked by the utterly fragile PHP website behind it. Finally, he washed ashore on a semi-functioning page that gave him some of the names of the folks associated with the POSIX standard and the Austin Common Standards Revision Group."

Ubuntu

Ubuntu To Officially Switch To systemd Next Monday 765

jones_supa writes: Ubuntu is going live with systemd, reports Martin Pitt in the ubuntu-devel-announce mailing list. Next Monday, Vivid (15.04) will be switched to boot with systemd instead of UpStart. The change concerns desktop, server, and all other current flavors. Technically, this will flip around the preferred dependency of init to systemd-sysv | upstart in package management, which will affect new installs, but not upgrades. Upgrades will be switched by adding systemd-sysv to ubuntu-standard's dependencies. If you want, you can manually do the change already, but it's advisable to do an one-time boot first. Right now it is important that if you run into any trouble, file a proper bug report in Launchpad (ubuntu-bug systemd). If after some weeks it is found that there are too many or too big regressions, Ubuntu can still revert back to UpStart.
Networking

Linux and Multiple Internet Uplinks: a New Tool 80

New submitter Alessandro Zarrilli writes: Linux has been able do multipath routing for a long time: it means being able to have routes with multiple gateways and to use them in a (weighted) round-robin fashion. But Linux is missing a tool to actively monitor the state of internet uplinks and change the routing accordingly. Without it, from a LAN perspective, it's like having a RAID-0: just one uplink goes down and all of your LAN-to-WAN traffic goes down too. Documentation and examples on the subject are lacking; existing solutions are few and deeply integrated in firewall/routing specific distributions. To address these issues, a new standalone tool was just released: Fault Tolerant Router. It also includes a complete (iptables + ip policy routing) configuration generator.

Comment Re:Photos being separated (Score 5, Interesting) 146

1) Google+ is probably not for friends, but for interesting people/companies/organizations/topics who you want to follow.

2) You can easily post a link which aggregates well with Facebook (this is probably the social network for people like friends and family, who you really don't want to follow, but only want to brag to about what you just ate and how cool your new mobile phone is).

Comment Re:One strike (Score 1) 248

I can be faster, and it is faster. At least my Windows XP that I need for some exotic old applications runs noticeably faster than from what I can remember on real hardware. Why can it be so? Because a virtual machine does not have that much hardware/devices like a real box. It can also optimize I/O of any kind with intelligent buffering of well-known access patterns (I don't know if it does it, but why else would vbox ask you what system you want to install in a given virtual machine?).

Comment Re:Will it run my databases and dev tools? (Score 1) 393

Just because you are some software vendors' bitch, it does not mean that other systems not running it are not professional.

When you have your dumb Windows-based utilities, use Windows. What problem do you have with it? I also use Windows XP (32 bit) in Virtualbox, because I need some crappy old software bundled to an old USB hardware, that is all not supported anymore, but my main system is still FreeBSD/amd64.

Comment Re:The basic problem that linux and the BSDs have (Score 1) 393

Find me something that competes with the features and enterprise support of Exchange, Office, Lync, Sharepoint, Outlook ... that runs on Linux.

Unfortunately, I don't know any of these utilties except "Office" which is easily replaced by LibreOffice. The fact that I don't know them lies in the nature that don't solve anything of value for me. Maybe I am working differently from others. Instead of telling me product names, tell me what you do (I also don't want to know what you do with the products; it is wrong to describe your problems by providing me wrong approaches for solutions). There are plenty of solutions that can be used and you can also develop some for yourself for your special purpose.

What I need more is a reasonable terminal application, Xmonad as a desktop (UTF-8 support), easy integration of gnupg into a mailclient, I need ssh, tmux, text-based vim, a text-based IRC client, a full compiler suite which is ready-to-use. I also need inspection tools for all my system components. And I need a reasonable way to manage time (UTC), so when I travel around the world, I just setup the timezone and not the time itself.

And now tell me, I should install CygWin, because I don't know this poorly emulated Windows crapability layer.

Comment Re:Unlikely (Score 1) 393

Take a look at FreeBSD Gnome, for example. I am sure that their patches to make Gnome portable again flow back upstream.

When someone develops an desktop environment that does not restrict users to Linux, you should expect from them to make the system portable. The work to make it run should be minimal.

Wayland is being ported to FreeBSD, too. It is a bit useless though, because of Linuxisms in libinput and Weston.

OpenSSH is portable. This is the difference between Linux and BSD developers. BSD developers stick to the Unix concepts and portability has a high value here. Linux developers invent (mostly already existing) solutions by themselves, multiple times, multiple times in a wrong way and mostly for themselves, because... most Unices/BSDs already have the solutions for the problems and why should they accept something that has to be ported with a lot of effort? It is only being done with things that are worth to port.

Comment Re:Reboot for Systemd (Score 1) 117

*waits for Systemd flamewar to break out*

Ok, I'll try...

Of course, as long as the kernel is patching itself, systemd will take over the kernel's role and keep your system running. Until next year, then the kernel won't get patches anymore, because systemd will fork it's own kernel service systemd-kerneld which will make Linux standalone kernel irrelevant.

Open Source

Is Modern Linux Becoming Too Complex? 716

An anonymous reader writes: Debian developer John Goerzen asks whether Linux has become so complex that it has lost some of its defining characteristics. "I used to be able to say Linux was clean, logical, well put-together, and organized. I can’t really say this anymore. Users and groups are not really determinitive for permissions, now that we have things like polkit running around. (Yes, by the way, I am a member of plugdev.) Error messages are unhelpful (WHY was I not authorized?) and logs are nowhere to be found. Traditionally, one could twiddle who could mount devices via /etc/fstab lines and perhaps some sudo rules. Granted, you had to know where to look, but when you did, it was simple; only two pieces to fit together. I've even spent time figuring out where to look and STILL have no idea what to do."

Comment Re:My FreeBSD Report: Four Months In (Score 5, Informative) 471

FreeBSD user here since over a decade. Welcome.

You haven't seen FreeBSD crash? It only means that you haven't seen enough, yet. FreeBSD is a great system and I recommend it to everyone who can manage it, but you don't need to mention stability as a feature, because it is not the highlight about FreeBSD. You don't install a system and watch how stable it is, but how useful it is (for you and your special requirements).

The best thing about FreeBSD are the FreeBSD Ports and how much commitment there is to make every possible application work on the system. You have basically far more possibilities and options than on Linux distributions thanks to the great job they are doing on this system.

A second point is that it is easier to feel comfortable on the system, because the whole thing is consistent and easy to understand, provided you take some time and learn about the concepts.

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...