Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Calm down everybody (Score 1) 359

I use G+ exactly for what the change affects, because I am developer and photographer (hobby). It is stream and photos which are going to be separated.

The current state of G+ is annoying for me. G+ is essentially great and far better for software, tech and developers than any other social nets which support blog-style postings. The reason is simply that really many people who are great are there, even Poettering (just for reference to the systemd post above).

And second thing is G+ is also great for photography. There is a huge mass of photographers who are active and generate content. I love to look at their pictures and have about 1000 photographers in my circles.

The problem: the G+ stream is cluttered. It lacks separation of topics. I like to look at photos, as I said, but when I want to read about tech the stream is hard to browse, because of all my photographer contacts. Also the same photographers might also post something, but I don't see it, because all I see are pictures everywhere. And the new content is appearing very fast. My stream has lots of updates. It is far faster than my Twitter stream with 250 contacts.

So the change will be probably OK. I cannot say before I see it, but I've noticed the problem from the start. It's interesting that Google identified it, too.

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.

Slashdot Top Deals

THEGODDESSOFTHENETHASTWISTINGFINGERSANDHERVOICEISLIKEAJAVELININTHENIGHTDUDE

Working...