Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Allow for choice (Score 1) 304

I tackle the problem by making it a two step process:
1) Look for some phone hardware that is as open, flexible and as standard possible.
      Note that this immediately excludes Apple HW - no openness, no choices there.
2) Select the OS that best satisfies your needs on that hardware.

For (1) I've chosen a Fairphone 2 (5", Qualcomm Snapdragon, 2GB + 32 GB, 2 SIMs + MicroSD, USB-OTG, Headphone Jack, replacable battery), 10/10 on ifixit, built to last.
For (2) you have the choice between Android/OASP 6.1 maintained by the company, regular updates; community supported Ubuntu and Sailfish ports; Lineage 14.1 (aka OASP 7.1) with incremental updates (that's what I'm currently using, but I've test-driven/used them all).

Not cutting hardware & software, but well usable & I expect to get at least another 2-3 years of usage out of this combo.

Comment Too much power already! (Score 1) 558

We - the people - have given too much power to the state executives already, and their thirst for more is unquenchable!

As so often it will be us - the people - who get hit by these new rules, while the groups they are pretending to target will barely be affected.

Even if you believe in the integrity of your current government: history demonstrates that rules created with good intent and trust can AND WILL be abused.

Best not to relinquish any more power - it may be too late already.

Comment Re:"could be worse than Heartbleed" (Score 1) 318

To exemplify this:

If your system supports the "#!" magic number any command implemented as a (ba)sh script any way it is called (no need for system!) will trigger the bug.

Implementing functionality in shell scripts and wrapping commands in shell scripts is a *very* common thing in UNIX systems of any flavor and frequently you won't even realize that until a bug like this hits you.

For size try: file /usr/bin/* | grep "shell script" | wc -l

Submission + - Ask Slashdot: To publish change logs or not? 1

Linnerd writes: A software company I work for has decided to no longer publish change logs when updated versions of the software are made available.

A change log consists of sections pulled directly from the issue management system that is automatically processed into a spreadsheet. The spreadsheet can be sorted/viewed by many criteria, such as date of the fix, component affected, severity and more.

There usually are a fair number of entries (sometimes more than 1000), because each update published contains all the accumulated changes made since some base release in the past and the change log has entries for everything from major bugs to minor improvements to documentation changes and spelling errors fixed.

The main reasons for pulling the change logs was the fear of putting the software in a bad light and risking ridicule, especially from the competition.

Although I can follow these arguments up to a point, I've personally always been more comfortable with software that had explicit and detailed change logs: Errors and bugs happen, whether they are communicated or not, and I'd rather know what was changed than blindly install some patch without knowing if it's relevant for the issues I'm trying to solve.

What is your opinion? Should change logs / errors / bugs be communicated openly?

How is this handled in the companies you work for?

Can you provide publicly available references on the pros and cons of open and honest communication of changes and bug fixes, especially in commercial environments?

Comment Re:TinytinyRSS! (Score 1) 335

I decided that I was not going to be burned by another provider turning sour on me so all the solutions that permanently required some third party support were out to start with.

Switched to TinyTiny RSS, hosting it myself, imported all the feeds i had, reading on any machine I please, at work, on my N900 phone (you just can't get "Apps" for that - and what a goodness, too ;-), with all the stuff kept in sync, works perfectly.

Can only recommend it.

Comment Re:Gratifying (Score 1) 176

I had the opposite problem in my time: The CEO was refusing to shell out money to get the site working in any browser but IE - you know: "because everbody is running IE anyway and we can save money and time-to-market by ignoring the marginal rest of the world".

To (mis-)cite the parent: "I would have given much more than a dollar to be there at the time he finally realized that his site needed to become cross-platform, and pronto."

But then again: He's no longer CEO and I'm no longer in that line of business.

Comment Re:Boot from USB or CD-ROM? (Score 1) 387

Here's a link to the "lernstick" - this is what is actively being used in schools here (Switzerland) with an English description at: http://www.imedias.ch/lernstick/lernstick_en and downloadable at: http://www.imedias.ch/dateien/lernstick-testversion/

It's based on Debian and meant to be used in schools and at home; There even is a boot-cd for those olden machines that cannot boot off USB.

Additionally they have a stripped down version (lernstick pruefungsumgebung) designed to be used for exams (No Internet).

[[ iMedias is not a company but the name of an institute of the "Fachhochschule Nordwestschweiz". The institutes charter is to support schools in using IT for educational purposes. I'm not affiliated with them, but happen to now some people there;-) ]]

Comment Knots2 on the Maemo uses VLC on-the-fly (Score 1) 177

There is some software written for maemo called Knots2 (cf. http://wiki.maemo.org/Knots2) that does a pretty decent job of encoding a stream starting from any type of format to something that can be watched natively on the device or with a browser.

It's what I use to access MythTV from my N900.

No idea on how hard this would be to port to Android, though.

Comment Lernstick (Score 2, Interesting) 261

Here's a link to the "lernstick" - this is what is actively being used in schools here (Switzerland) with an English description at: http://www.imedias.ch/lernstick/lernstick_en and downloadable at: http://www.imedias.ch/dateien/lernstick-testversion/

It's based on Debian and meant to be used in schools and at home; There even is a boot-cd for those olden machines that cannot boot off USB.

Additionally they have a stripped down version (lernstick pruefungsumgebung) designed to be used for exams (No Internet).

[[ iMedias is not a company but the name of an institute of the "Fachhochschule Nordwestschweiz". The institutes charter is to support schools in using IT for educational purposes. I'm not affiliated with them, but happen to now some people there;-) ]]

Comment It's all ONE net anyway. (Score 2) 414

I really agree with Firethorn:

- Keep the firewall simple. Its job is to keep the rough bulk of attacks from an extranet outside.

- Protect your data where it resides (always!), even against intranet abuse (strong(!) authentication, working access control).

- Monitor use (intrusion detection, normal use / abuse patterns, traffic anomalities, logs)

In todays environment there are plenty of attack vectors that circumvent elaborate firewall constructs (like: USB sticks being used for data exchange, laptops being connected to arbitrary networks while on the road and then brought back into the company network, Blackberrys or iPhones being used to create additional (non-firewalled) connections to the Net, ...) so the distinction between inside and outside has mostly become moot, except (as stated above) for a rough triage.

Far too many company networks today follow the clam model: Strong (and inflexible) shell, mushy interior.

Slashdot Top Deals

"Spock, did you see the looks on their faces?" "Yes, Captain, a sort of vacant contentment."

Working...