Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re: Administrators dislike constraint based system (Score 4, Insightful) 863

Whether one dislikes systemd or not isn't necessarily because of what it does or doesn't do. The issue for many people (myself included) is simply that it's a monolith that keeps trying to grow larger in an "open" world that was meant to stand for a certain amount of platform agnosticism and component independence.

I realise that systemd can make life easier for some more novice users but to be true to the spirit of the open source community I would expect it to be optional where it can be so. When it starts to intrude into critical areas and make itself mandatory in some releases, that bothers me. It makes me think that the whole business is a sneaky attempt to subvert the Linux kernel and eventually take control of Linux as a whole.

Comment Re: over-stating the capabilities (Score 1) 405

I'm constantly complaining that I have to order from actual people. Places like Chipotle have the online app so I can simply place my order and then pick it up. If there wasn't a 30 minute minimum, I would just do it in line instead of waiting to tell a person. A few kiosks have to be more convenient, in the way that they can be like the self checkout at a supermarket. They'll still have a human attendant, just for multiple machines.

Comment Got a Commodore 64? ZX Spectrum? (Score 1) 167

It's a pretty niche app, but the Slashdot crowd has a pretty large percentage of retro-computer collectors, so I thought it might be worth a mention...

tapDancer is an Android app that encodes .TAP / .TZX and many more and plays the audio out through the headphone jack. You can either direct-connect your device or use a 'cassette CD adapter'.

https://play.google.com/store/...

Programming

Famo.us: Do We Really Need Another JavaScript Framework? 104

An anonymous reader writes Front-end developer Jaroen Janssen has a post about Famo.us, "a custom built JavaScript 3D rendering and physics engine meant as a replacement for the standard layout engine of the browser." The engine effectively replaces a big chunk of HTML5 in order to render more efficiently by using technology based on WebGL. Janssen questions whether the world really needs another JavaScript framework: "Is it a bad thing that Famo.us replaces major parts of HTML5? To be honest, I'm not sure. As a Front-end developer I have to admit it makes me slightly uneasy to have to use a custom API instead of 'standard' HTML5. On the other hand, like almost everyone that makes web apps for a living, I have been terribly frustrated by some of HTML5 limitations, like slowness and browser incompatibilities. Either way, it might be a good thing to try a fundamentally different approach so I'm keeping an open mind for now.

Famo.us chases another holy grail, namely the 'write once, run anywhere' dream. Instead of having to write different code for different platforms, like iOS and Android, developers can write one application that works and looks as good on all platforms, in theory anyway. This of course saves a huge amount of time and resources. Unfortunately, this idea is not without its problems and has never really worked very well with earlier attempts like Java-applets, Flash and Silverlight. In the end native applications have so far always been faster and slicker and I'm pretty skeptical Famo.us will be able to change this."

Submission + - Melbourne Uber Drivers Slapped With $1700 Fines; Service Shuts Down (smh.com.au)

beaverdownunder writes: Will Uber succeed in Australia? It's looking a bit grim for the service: Victoria Australia's Taxi Directorate has begun a crackdown on Melbourne Uber drivers, fining them $1700 each for operating a taxi service illegally, with total fines apparently equalling over $50000. In response, Uber has shut down its Melbourne service, and has refused to comment on whether its drivers will be compensated, since Uber told them they were providing a legal service. (Fined Uber drivers could take the company to the state's consumer tribunal: stay tuned!)

Uber is set to meet with the Directorate next week but it is likely the demands the Directorate will place on Uber drivers, such as mandatory criminal record checks, vehicle inspections and insurance, will make the service in Melbourne unviable.

Meanwhile, the New South Wales government is awaiting a report to determine if Uber drivers operating in that state are doing so illegally, warning that drivers could face substantial fines if they are found to have been operating in breach of the law. In South Australia, it doesn't even appear Uber will get off the ground — the state has made it clear that those who operate as an Uber driver will be driving without being covered by the state's mandatory insurance coverage, essentially de-registering their vehicle and making them liable for fines and license suspension.

Submission + - Ask Slashdot: Practical alternatives to systemd?

systemDead writes: I looked mostly with disinterest at Debian's decision last February to switch to systemd as the default init system for their future operating system releases. The Debian GNU/Linux distribution is, after all, famous for allowing users greater freedom to choose what system components they want to install. This appeared to be the case with the init system, given the presence of packages such as sysvinit-core, upstart, and even openrc as alternatives to systemd.

Unfortunately, while still theoretically possible, installing an alternative init system means doing without a number of useful, even essential system programs. By design, systemd appears to be a full-blown everything-including-the-kitchen-sink solution to the relatively simple problem of starting up a Unix-like system. Systemd, for example, is a hard-coded dependency for installing Network Manager, probably the most user-friendly way for a desktop Linux system to connect to a wireless or wired network. Just this week, I woke up to find out that systemd had become a dependency for running PolicyKit, the suite of programs responsible for user privileges and permissions in a typical Linux desktop.

I was able to replace Network Manager with connman, a lightweight program originally developed for mobile devices. But with systemd infecting even the PolicyKit framework, I find myself faced with a dilemma. Should I just let systemd take over my entire system, or should I retreat to my old terminal-based computing in the hope that the horde of the systemDead don't take over the Linux kernel itself?

What are your plans for working with or working around systemd? Are there any mainstream GNU/Linux distros that haven't adopted and have no plans of migrating to systemd? Or is migrating to one of the bigger BSD systems the better and more future-proof solution?

Submission + - Medialink Sues Redditor Who Wrote Negative Review on Amazon

An anonymous reader writes: The review written by the redditor in question happened to be ranked as the most helpful critical review on Amazon for the Medialink router it was written for. The current review is updated to reflect the libel suit, but in his original review, the redditor claimed that most if not all of the positive reviews are fake and that the product is actually a re-branded version of a much cheaper router also sold on Amazon. '[T]hink about it,' he wrote, 'They only sell these routers on Amazon, so the whole success of their company depends on Amazon reviews.' Medialink's lawyers have informed him that litigation will only be avoided if he deletes his Amazon review, stops posting negative reviews of any Medialink products, and no longer buys Medialink products at all.

Slashdot Top Deals

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...