Wordperfect
30 years on Reveal Codes makes a comeback.
The LibreOffice team has published the first beta of version 7.1, with general availability planned for February 2021. LibreOffice now describes itself as "OpenOffice evolution", a poke at rival OpenOffice. It was forked from the same codebase (the roots of both go back to an '80s application called StarWriter, acquired by Sun …
Some people do, or more specifically their management masters expect them to.
But I agree with you, if you have actualy work to do and it involves documentation or large sets of data there is litle better setup than a desk with multiple large monitors.
In general I agree.
However, I've found myself popping open a GoogleDocs/OneDrive spreadsheet and dropping in meter readings or checking an asset tag.
For financial analysts working across two 27" screens then clearly the screen on a phone or tablet isn't going to cut it, but it can be very handy for brief data entry or checking a figure.
Yes, agree to that too. But if I had to work on the road, I would never use a mobile phone for that.
I see younger folks (sorry, I am old) typing on mobile phones with almost the speed of light, while I being a "FATFINGER, he is the man with the clumsy touch!", can't keep up with that sort of thing.
My excuse is not only being old, but also that I don't really have hands that are squirrel sized.
Zero ergonomics on any mobile!
(Fatfinger is a joke relating to Goldfinger, an ancient James Bond flick. Explain any joke!)
Tell me, do I remember this right, that Microsoft offered Office 365 (or whatever it's called now) for free on mobile phones? Whenever that was, I did not take them up on that offer.
If that's true, this should tell you how much fun it is to enter data on a spreadsheet on a mobile phone.
Especially with an Android OS, which takes away about half the functions available on a regular keyboard. Copy and paste on an Android powered OS is like: "What, oh wait wait, I will in the next three minutes figure out how to "actually select" the data I wanted to copy, and then, maybe, I'll figure out how to paste where it's supposed to go. And no, it's not obvious, and it's not explained anywhere!"
Maybe I am the only person who, kind of, figuratively, not literally, wants to grab Apple, Android, MSFT programmers by the nape of the neck and scream at them: "Why did you think that was a good idea!? Have you ever done any complex computing work, with formulas, macros, statistics, etc? Where have you been? At the crusades? Gaaah!"
To me texting is good for: "See you soon!", "Be right there!", "Out of petrol!", Out of battery in 5 secs!" and my favorite "Sent you an e-mail, read it, print it out, or else it's gone and forgotten!"
And remember: "the name is Jond, Bames Jond!" Yes, the dyslexic cousin!
"Tell me, do I remember this right, that Microsoft offered Office 365 (or whatever it's called now) for free on mobile phones? Whenever that was, I did not take them up on that offer."
Yes, if you have a OneDrive account, you can install Microsoft Office on your phone. Some "premium" features will be disabled, and if you try to use them, it will prompt you to upgrade your account. Having said that, I can't think of any examples of such features, and I've certainly never needed to use them.
I do a lot of text/word processing on my mobile. But then it is a Planet Gemini PDA with clamshell keyboard and I use it almost entirely as a mini-desktop. The Android phone capability is necessary for widespread Internet access, and the Android apps come in handy, but I'd rather have a good desktop app with a nod to mobile than the other way round..
Yes. I use Excel on my phone.
Obviously not in the same way that I use it on the desktop. But it is useful for things like recording expenses on the go, or recording measurements of things before visiting a DIY or furniture shop.
"Excel on my phone .. recording measurements of things before visiting a DIY or furniture shop."
When I record measurements for getting stuff from the hardware shop I use pen (or pencil) & paper. No need for Excel. My list of numbers on paper is not prone to low battery issues, cloudy outages etc... Plus its simple and easy to draw a line through stuff on paper as you pick them up in the shop, so you don't accidentally miss something.
If you admit to not being able to take care of a simple bit of paper, what makes you think we believe you can make effective use of electronic storage without damaging it beyond usability? Your phone is quite a bit less resilient than my piece of paper. It's also harder, and quite a bit slower to use for simple note taking.
I had bought a later-model Nook Tablet specifically to do such work, but then again that particular tablet had a keyboard attachment with a *physical* connector rather than using Bluetooth. Just a shame the setup turned out to be complete crap (a bluetooth keyboard would actually be MORE reliable than the P.o.S. that was made for the Nook).
Do people really try and use things like this on mobile (excluding tablets)
I think most people would say "no", but someoe out there WILL push for an unnecessarily large development effort for mobile, anyway...
It would *GREATLY* irritate me if the UI were "tweeked" (read: ruined) to support "mobile things". Better to stick with what it's already good at, I say. Let someone else fork it for mobile if they want that.
(office things on "mobile" are *HIGHLY* overrated!)
I believe they're trailing because they haven't unit tested every piece of code. In projects as large as an office suite it's virtually impossible to make updates without breaking something. You need to instantly test the entire application from top to bottom on every code change you make, and THAT'S what unit testing does.
You can develop faster and make more reliable software if you unit test everything.
I don't know what you mean by "regression testing is not done in code"
A lot of pipelines have automatic regression testing, performed by scripts. Are we talking across purposes?
Nevertheless, testing the whole application from top to bottom (and, ideally, non-functionally as well as functionally) to ensure you haven't broken something is the very definition of regression testing.
You don't need to add any new code for regression testing. In my experience, it's usually old code simply in the wrong place/iteration/cycle/time/wtf ever (endless possibilities). In fact, all the tests in the world could pass and there still might be a regression if something other than your code changes (ie. changed filesystems).
Regression in software, hardware or even writing literature doesn't mean "a new addition breaking the old additions", it simply means that something has put the writing/code into a state that makes you say WTF and thus hair pulling, coffee and watching sunrises become a reality.
"Regression testing" isn't about "previous bugs", perhaps you chose the wrong words. It is re-running tests on what the software was supposed to do. and did do in the last version, to make sure that the new version still works properly in the old cases. It doesn't have to be automated, but that's desirable - as long as the automated testing is done correctly.
Like a program that I wrote yesterday to run checks in 32 databases, which I am pretty confident is not checking only one database 32 times, but if all that it says is "OK" then how do you know?
Not sure what you mean by regression testing, but I once sent a letter to Microsoft, asking them to consider making a quick survey of the about (I dunno) 1.100 million users of Office, like this:
1) Would you be willing to pay MSFT an extra $1 (0.77 pounds) per year to be earmarked and used exclusively for a new, amazing, state of the art software testing facility?
2) $1 times 1.100 million equals $1 billion, 100 millions. So if you subtract $100 million for the new yacht you need, wouldn't $ billion (1,000,000,000.) or 770 million pounds per year be enough to run and support a lovely, spanking new software testing facility?
Of course, I never heard back from them. They can't handle snarky comments, they can't handle the truth of anything! That's how I see it. You don't have to believe it.
<<Why do people keep misusing this term when it's f'ing obvious what it means?>>
Because developers tend to be so tangled in the testing stage that at some places "Unit testing" means simply "exercise each line of code", not "test that this does what it should do" Thus, people end up writing modules as a collection of one liners and then create their "unit tests" as just collections of mocks that supress execution of everything except the one line they want to exercise and get away with their "unit testing"
And yes, I've seen that, a lot of times. Special mentions to places where there is a persistence layer. That tends to be mocked during unit testing instead of setting up a throw away test database (look at Django's test case to see how to do it properly) Ends up making most of the testing virtually useless while at the same time providing a false sense of confidence about the code working.
The problem, as always with code, it is not that is hard to understand, it is that is hard to implement correctly.
Ugh, QT, no, maybe for desktop, but far more trouble than it's worth for mobile, it only appeals to devs who like to make a project 10 times more complicated for the pleasure of pushing cpp on mobile and thinking they've done a much better job because they've made everything as bad as it is for them.
I did tangle with a modest piece of cross-platform desktop software with a GTK-based UI, and I can tell you that I literally shied away from implementing certain features simply because they required messing with the UI, as opposed to some others that didn't. That's how "satisfying" UI coding is for those of us NOT doing it day in and day out for a living. On the other end, I was ecstatic to be able to use an UI generator for some of my stupid little KiCAD Python automation scripts - being able to just pick up the data from a field in a wxdialog I never had to implement myself and run with it doing the thing I actually wanted get done was a truly marvelous feeling.
Wow. Spot on with your documentation comment.
My experience is that Open source documentation is it's mostly either unintelligibly written ( a few years back I volunteered to edit some to make it useful) or deep technical gibberish. At worst a link for a help item or even a changelog will go to a "Wiki" page with an incomprehensible structure, marked by incomprehensible headings and incomprehensible jargon/technical expressions. Useful information like, say Save dialogue changed to allow user selection being buried several levels down in a section called something like user interface which is in a branch called customisation which comes under a heading lable of, say gui design And these may be in a chapter heading called Interface design protocols or something
Needless to say the link in the software/download site won't point to that useful nugget of information contained within the wiki. It'll point to the Wiki's title page, which will contain 5 chapters - none of which would be identifiable as having any useful information for anyone other than the developers (because, by and large it doesn't).
I remember the heady of days of office things on phones and tablets. People arriving at work having done all their work on the train on the way in and spending the rest of the day correcting what would have taken an hour to write from scratch on a large screen WIMP machine.
Because the keyboard on the Planet devices is excellent and it folds away in a clamshell. Makes a tidy mini notebook in a small single integrated unit. Many thousands are out there.
I use its predecessor, the Gemini, with Sailfish not Android, no phone + BT KB combo can touch it for convenience. I don’t use it as a phone though, it’s crap as a phone.
Is this why I heard her say that after that, she was going to Iceland?
(she went of her own accord)
"Iceland" being both the name of a supermarket chain primarily selling frozen food, and the usual English name of a country rather annoyed about the supermarket. But they don't speak English (in the country - and actually, many do), as far as I can tell, amongst themselves they write "Island" ("that's going to cause a little confusion") and pronounce it "Eastland" (huh?)
In German, Iceland is "Island" and is pronounced exactly like that "Eeesland".
Like the "'eee" in "Bee" and the a in the second a in "macabre". Or the "aa" in "Africaans".
To help with the confusion (or to cause more confusion), may be they should
call themselves " =land " which you can pronounce as " Is Land ".
But then again again people might call it "Equals Land", and we are back to confusion as such.
Communication is so complicated.
No, CTRL C, CTRL V is not too much effort. Except in one of the most recent iterations of MSFT Office 365, or MSFT 365, where they managed to program in an error message: "There is a problem with the clipboard, but you can still paste the contents to the destination". Which is sort of weird.
Is MS Office now sending the contents of every copied item to Redmond, to see what we copy?
If so, then they know all my id's and passwords. Am I paranoid? Maybe, but how would I know? How would you know?
I'd have thought NextCloud would have been more relevant to digital sovereignty. There are quite few hosted offerings from European service providers and I think that really does need some polish - and a policy of not dropping important features (including the ability to view, let alone edit LO documents online) in minor releases. Perhaps the EU could put some funding into such projects.
Funding of LO came up here some time ago. AFAICR they'd painted themselves into a corner of not being able to put donations into development so those of us who have been prepared to pay via donations have suddenly started wondering what's the point.
Well,
it's because of Libre Office's many failings, including the rather rude, and very pushy install on all Linux distros I have treid, which then prevents the install of Apache Open Office (my personal choice of office software) - unless you are sufficiently well informed that you can carve up the boot process to remove the Libre Office command and allow Open Office to install, that I have gone back to using Micrtosoft Orifice on Windose for desktop office work.
As long as I have been using it, several years now, I dicovered early on that Libre Office Calc does some naughties with my data and these BUGS are still present.
Enter a http or @ symbol in a cell and it automatically becomes a hyper link, great, you say !! Except that this action also hides from view the data I just typed, leaving only a very small grey smudge visible in each cell instead. In order for me to now see what I have typed, (?) I now need to go and Insert a Hyperlink into that cell. BUT first I must select the very small grey smudge in the cell, then when I go to Insert Hyperlink, I can actually see the text I want to see and I can now COPY the text I wrote previously in one cell - into the TEXT field which is now presented below the hyperlinked text and BINGO, after pressing ENTER I can see the data again where I typed it first off.
Oh oh, not so fast............
Why is that Libre Office automatically inserted Hyperlink NOT taking me to the web site of the link I just clicked on or not opening my eMail client ???????
Oh FFS - there's a hidden, almost invisible, totally unwanted, BLANK SPACE in every single TEXT field in the speadsheet insert hyperlink dialogue box, which remains after pasting my chosen TEXT into the cell...... Oh fuck OFF !!!! I've had enough.
ALFAZED
"the rather rude, and very pushy install on all Linux distros I have treid, which then prevents the install of Apache Open Office"
Somebody - possibly yourself - has raised this issue in the past.
It simply isn't the case. I have both LO and OO installed on Devuan side by side. Neither tries to block the other from installing. KDE, and I presume other DEs can be set up to make either the preferred application to open a given document type. In fact I've found that when installing a new LO version KDE sometimes gets confused and sets OO as the default application.
Of course one aspect of this is that the default Debian version of LO is so old by the time a Debian Stable is released that it gets replaced by the version from the LO download site immediately after installation.
And how does "carving up the boot process" affect installation?
Only two? Shit, I sometimes have four or more. Why? Because I can't discuss them intelligently with my clients unless I know their ins and outs, that's why.
For the record, LibreOffice is the hands-down winner for doing office work from a TCO perspective. Before anybody asks, I've only seen two people who had issues moving from the Redmond offering to the FOSS offering. One was a brain-dead twenty-something, who, to be fair, couldn't use MSOffice, either ... but that was OK, she was only employed to do favo(u)rs of an oral nature for The Boss. The other (another company) was the owner's spoiled-rotten daughter, who again couldn't do anything with MSOffice either.
She was on time occasionally, about twice per month when picking up her paycheck. Of course after making that herculean effort she was exhausted and had to take the rest of the day off. Needless to say, the rest of the office resented it ... and their work reflected this.
Nepotism is rarely pretty ... and always demoralizing to everybody else.
...One was a brain-dead twenty-something, who, to be fair, couldn't use MSOffice, either ... but that was OK, she was only employed to do favo(u)rs of an oral nature for The Boss...
I thought these days that sort of work was best done outsourced, and not in-house.
Ha! The CIO at a job many years ago hired someone he'd met at a bar to be our "documentation specialist". One day I discovered that our new MS Word "expert" had been manually numbering lists and pages. When I showed her how to do it the right way it was like introducing a cave dweller to fire. If memory serves, she may also have been the force behind ordering the company phone list by first name.
>Ha! The CIO at a job many years ago hired someone he'd met at a bar to be our "documentation >specialist". One day I discovered that our new MS Word "expert" had been manually numbering lists and >pages.
Dark hair? Somewhere around Warrington - Lymm area?
Sounds sooo familiar.
Yes..... of course, but there's still the unwanted blank space I discoverd which some peeps here will says is a feature. I work supporting newbs of all ages and mental capacities, these brainiacs just make my job that much harder instead of easier........ So Microsoft gets the job, I'm afraid.
This post has been deleted by its author
Will it listen to dictation yet?
Had a puzzle last week. A dyslexic client needs to dictate and Windows has good dictation built in. But we were stuck in limbo. He could dictate to Wordpad, but no spell check. He could dictate to Windows 10 Mail and spell check, but that is junk. He could type into Libre Write and spell check, but no dictation. He doesn't have the IT skillz to dictate to Wordpad and copy\paste to LIbre Write.
Kinda sad we had to get a Microsoft 365 subscription to just be able to write a few letters.
You could recruit a secretary experienced in doing favours of an oral nature. Although the one we were just discussing couldn't hack it in LibreOffice apparently.
This bring a new beta release, you could give it a go. Not, as I just typed, give it a ho.
However, from a quick search of pre-release notes, apparently "dicta-" and "spee-" aren't mentioned.
https://www.libreoffice.org/download/pre-releases/
https://wiki.documentfoundation.org/ReleaseNotes/7.1
LibreOffice documentation describes accessibility features provided through Java. There is an Oracle "Java Speech API" (JSAPI), not mentioned there, and approximately one "extension" around for some time called SpeechOO, for OpenOffice and LibreOffice. I don't know if it currently works.
1) Phones are too small for other than a simple GUI and text edit.
2) Android is ghastly for serious applications on a big tablet. You really need a mouse and keyboard.
Mobile works best for viewing, browsing, not serious data creation. I don't even like smaller laptops for that.
So I don't care about Office by anyone on Mobile. I've a text editor for phone, 7" tablet and 10" tablet. I've a laptop,
Because I work on specialized machinery business travel will be a Windows laptop for the foreseeable future. Daily driver at the house runs Linux and has multiple monitors.
But for personal trips I'm looking to just carry my phone also an adaptor for keyboard and mouse. It's not the system to do major work on. But for the stuff I do on the road it will work. I will most likely use Google docs as it is already installed and I detest adding apps.
It's also a lot lighter than the Osborne I and Silver Reed printer I started with. Ironically the screen is about the same size.
My luggable, a Panasonic Sr. Partner, has[0] a built-in printer. Stock, it was only 33 pounds, but within the first six months I upgraded it to an MFM controller in the expansion slot, a 20 meg hard drive in one of the floppy bays, and an aftermarket hack that upped the stock 256K of RAM to a more usable768K. I used an external modem, and with the manuals and a pile of floppies, the "soft case", spare roll of paper, and miscellaneous other bits and bobs that made it usable on the road, it weighs in at a shoulder crushing 38 pounds.
[0] Yes, "has". I still own the silly thing. One gets attached to the daftest things after a quarter million air-miles together. Yes, it still works. Came with Panasonic-labeled MS-DOS 2.2, but it currently boots MS-DOS 3.3 ... It might be hard for some of the younger readers to believe, but a LOT of RealWorld[tm] work was done with such primitive devices.
"Mobile works best for viewing, browsing, not serious data creation"
^ I fully agree with you and I haven't done any serious work on a smartphone. Occasionally, I might use my phone to record some brief ideas that later get incorporated a current project but that's about it.
my first 'mobile' was an HP 200lx with a pcmcia modem. Had it for emergency telnet and kermit system connections.
Just for fun one time, I used the radio telephone at a safari camp to connect to an x.25 gateway in Lusaka and then to the text-based BIX (Byte Magazine) BBS.
Ran forever on a set of easily find-able AA batteries......
I tried to replace it with a Newton, but the Apple product was a lot heavier, didn't fit into a pocket, and was famously unreliable.......
"an option to disable a long-standing annoyance, that when you copy a cell and then press return in another cell, it activates paste "
Excel does that all the time. It was specifically introduced because the users were tired (even back then) of hitting Ctrl-V.
Why is that an annoyance now ? If you copy a cell, it means you want to put the contents somewhere. If you don't, just press ESC.
I really don't see what the problem is. Thank goodness that, unlike Android, they thought to make it an option.
I still would like to understand the reasoning of someone who copies a cell and then gets annoyed that its contents can be easily pasted though.
Two reasons.
One is that it's non-standard behaviour.
The other is that I'm copying the cell contents into my copy/paste buffer. That means I want it available to paste where, when and how I choose, not that I want a key that I use for other purposes to be reallocated to overwrite a cell without me expecting it.
If I want to paste the contents of a cell, I'll use the 'paste the contents of my copy/paste buffer' command.
I don't think "non standard behaviour" can be claimed for a designed action in a specific application .. it may not be the same action as a.n.other application but so what?
I agree with the second point though - I want to paste the copy buffer when I tell the app to paste it, not when the app wants me to paste it. And I do find it so much slower to type ctrl-V rather than CR ... especially if I have to completely change my keyboard position from having typed ctrl-C doh!
>I don't think "non standard behaviour" can be claimed for a designed action in a specific application ..
Well given it is unconventional, ie. only implemented in a single application and not across all applications in the LO suite and is not behaviour many people will have encountered in other applications over the decades hence why its referred to as a "long-standing annoyance"(*), I think it is reasonable to label it "non standard behaviour".
(*) Challenge: humour me and provide a list of applications going back to the 1980's that implement this 'designated action'.
Yes, everything was born because Stallman didn't want to pay for things. So he put some "freedom" lipstick over his greed and sold it to gullible people. Most users anyway are exactly like Stallman, and they like FOSS only because they don't have to pay for it.
How many businesses have actually seriously considered LibreOffice? A few in Germany. If I owned a SME; I'd have no worries about chucking Libre a support contract over the hopeless support and enforced pricing of MS.
As a drone in a megacorp, MS does have it's appeal to a certain extent for they do listen to megacorps. As a general user though, you're on your own - self help forums being the next best. E.g. the excellent Mr Excel, or others.
For companies, the costs for MS Office are reasonable. Okay, support is basically non-existent but the permanent access to updates will swing the deal for many beancounters. Whether people should be using Office as extensively as they do without relevant training is another matter.
The bigger problem, as I see it, is the loss of control and the risks associated with that as Microsoft are more or less forcing companies to give them their data. Oh, and Exchange and Outlook are a dreadful combination of productivity killers.
>How many businesses have actually seriously considered LibreOffice?
Perhaps the more relevant question is: how many businesses are seriously considering LibreOffice?
With MS pushing its customers into cloud subscription services, having a client-based package that doesn't require cloud and a subscription could be attractive.
It would seem we are finally reaching the point, forecasted back in 2012~2014 (*) when people and businesses are going to have to decide: go with Microsoft which means adopting their O365 cloud and paying the subscription or do different. The only question that remains to be answered is whether Open Source applications - such as LibreOffice - are ready for prime time.
(*) Although I remember Microsoft's desire to switch from up front payment to subscription for their software was discussed some years prior to then.
> With MS pushing its customers into cloud subscription services, having a client-based package that doesn't require cloud and a subscription could be attractive.
I've had people rave about how great it is that they can get Cloudy MS Office for only 59.99 or whatever. Then you point out that they could have bought a one-off licence for about that much a couple of years back and it would have lasted them for the rest of their careers. Don't ask me how they did it, but people actually believe they're getting a good deal.
How did they do it? The answer is simple when you remember that Micros~1 is not a technology company, they are a marketing company.
The first point should be bloody obvious to anybody who's tried to use their stuff for longer than, say, 45 seconds...
Well, I'm not going to criticise them for that. In fact, poor / lack of marketing¹ is a major problem that afflicts us in the FOSS camp.
¹ Marketing per se is a good thing. Unfortunately, 49.95% of marketers are crap and another 49.95% are dishonest, so it understandably gets a bad reputation. But it can be made to bring providers and suppliers together without being annoying, intrusive, or worse.
"How many businesses have actually seriously considered LibreOffice?"
All of the ones I consult for. Most have made the change. It's all in the presentation ... learn to counter the bullshit the marketing department in Redmond tries to baffle people with.
learn to counter the bullshit the marketing department in Redmond tries to baffle people with.
A well known brand-name car dealer mechanic once tried to tell me that using aftermarket spark plugs (particularly the high performance kind made by Bosch) would cause a "check engine" light. Obvious B.S. as I've exclusively used those aftermarket spark plugs in more than one car for DECADES. Never had a problem.
Same idea, yeah.
> How many businesses have actually seriously considered LibreOffice?
It's rather popular east of the Rhine and not exactly unknown in France, in which country, as in much of Germany, it is the standard office software in schools.
It is always encouraging to hear how various government departments or bodies in countries like France, Germany, Spain, Brazil, etc, often make the not unreasonable decision to use open source software (and often also invest in its development to polish whatever feature they have particular need of), yet in countries like the Untied Kingdom it is somehow seen as more of an "achievement" to demonstrate that you have spaffed squillions on proprietary software licences/subscriptions, instead of saving unnecessary squandering of taxpayers' money or investing it in your local economy through said software development efforts. «sigh»
Ain't that the truth. :-(
The French have a properly funded and rather active government agency dedicated specifically to open data and software. Staffed with people who are both active in free software / data and have advanced academic qualifications from some of the most reputable schools in France and abroad.
> If I owned a SME; I'd have no worries about chucking Libre a support contract over the hopeless support and enforced pricing of MS.
Well, I do own an SME (more than one, actually, but I'm involved hands on in just one) and that is a good idea indeed.
The only problem that I have is that it works perfectly fine and does everything that we need so as far as I'm aware we have zero need for support (talk about killed by their own success).
I'll see if any of our subcontractors needs a support contract though.
Thanks for the suggestion!
"Across the free software world we have a problem in getting people to pay for things"
Well if you expect people to pay for software you generally tend to avoid going into the FOSS world. FOSS, much as I love it, is like being a semi-pro photographer or artist, tons of people will fawn all over your work, hype you up and tell you how great your work is...right up the point at which you whip out the "For Sale!" signs on your work and then the silence is absolutely deafening!
I'm both a FOSS user, contributor and semi-pro photographer to boot, suitable Reg icon selected.
"Yes, everything was born because Stallman didn't want to pay for things."
Actually it was because somebody took what he'd written without even consulting him and wrapped it up in a proprietary package. Not surprisingly, he was pissed off by it.
You might have that one wrong - I read somewhere that Stallman couldn't fix a bug in a printer driver back in the day because he had no source code hence he started the GNU Project...
Could be wrong though of course ;)
It was a combination of many similar things.
rms, like many of us, didn't like the fact that companies were suddenly revoking access to source code, so customizing the computer to fit the human was becoming difficult. Unlike the rest of us, rms was in the right place, with the ability and knowledge, and stubborn enough, to try to do something about it. He has been fairly successful taking on the Corporate World. Not many people can say that ...
"they like FOSS only because they don't have to pay for it."
Personally, I like FOSS because it works for me without throwing hissy-fits, unlike Windows which is roughly as stable as nitrogen triiodide, or Apple which refuses to allow me to use the appliance the way I need to use it.
I disagree with most of Stallman's ideas, and from reports I think I'd dislike the man if I met him, but this claim is unfair to him. He is known not to use certain software which is available for no payment, because it does not satisfy his stricter definition of "free".
Furthermore, he has in the past paid money, on behalf of GNU, to people to write software which GNU gives away.
I was referring to the claim that Stallman's motivation was that he didn't want to pay for things, not whether he uses LibreOffice or not. He won't use those Linux distributions which, although they cost nothing, have binary blob drivers in them, which shows he has other reasons. I really don't know whether he even uses a word processor; he's said to do everything in plain text in emacs like it's still 1978.
As for "free as in beer", I've never understood what that is supposed to mean. Maybe I have to be American, or have lived through an Animal House-style fraternity to understand. Anyway, on a quick scoot around the LibreOffice web site (oh! my eyes!) I could not find a license statement, but I don't think it could be GPL because I once bought a word processor for macOS that contained some of it embedded, to do the conversions.
"on a quick scoot around the LibreOffice web site (oh! my eyes!) I could not find a license statement"
Instead of demonstrating your drama-queen credentials in a room full of techies (which never works, BTW), you would have done well actually parsing the front page at libreoffice.org ... Not only are the licenses mentioned, there are also links to the complete text.
All right, I had another look. It is in 8 point type in dark grey text on charcoal at the bottom after the privacy notice and other stuff no-one ever reads in the page footer, followed by a link whose name is that of another free software product. I didn't see it the first time, and I don't think any normal person would either.
It is not my job to "parse" a page. Or my job to "contribute" to open source, or "get involved" or anything else. Nor is it "techie" to put up with user-hostile layouts. I told you I didn't agree with Stallman's ideas.
These guys are competing with the excellent word processor/spreadsheet/presentation suite that Apple gave me *for free* with my Mac, which also runs on my phone. Or with Microsoft, to whom many ordinary users are happy to fling a relatively small amount just so they don't have to learn anything different (and Microsoft throws in a shedload of cloud storage too.)
I had a look too and my dodgy eyes couldn't read any of it. I had to pull out my magnifying glass and stick my nose right up to it to see there was text there at ll; I'm exaggerating with that last point - my eyeballs aren't quite that bad yet - but it was bad. "User Hostile" sums it up perfectly.
When I turned on the Dark Night Mode addon, in Firefox, which darkens the whole page, it became much more readable, though I still had to squint. If you're going to put information on a web page, no matter how little it gets read, please make it legible and don't tuck it away among a solid mass of other links. It would be nicer to put a single nice big legible link somewhere on the page that points you to "Other Information". It really isn't going to completely ruin your Awesome UX/GUI design.
I am considering using my computer to search for a word in a web page as a service for people temperamentally unable to do it themselves. Does five British pounds a time sound excessive? As a trial I could do it in exchange for donation to an appropriate charity, which we can discuss.
British English only, so I can't help you with "license", sorry, unless as a verb. ;-)
Really. Many years a go I went into a school as a (relatively highly paid) local authority funded specialist teacher, to work with a kid who had serious literacy difficulties.
There was a horrible smell in the school's open plan teaching area.
I was met by the headteacher who said "Ah Terry, do you think you could sort out that smell for us".
And yes, since I had a kid in that school entitled to my specialist help, and since I was funded by the rate payers (at a promoted teacher grade) to provide that help I said "It's not my job". .
I also said "You have a schoolkeeper for that."
The head told me that the SK was too busy!
I've never understood what that is supposed to mean
Here's an example: you sell a product that consists of hardware and "value add" software that's necessarily open source, or has open source libraries or "helper" applications that it needs to function.
You still sell the software, or bundle it as an added value for customers. It's not free of cost to the consumer, like "free beer" would be. But it's open source, so it can be 'freely shared', because it's the nature of open source. Sure a competitor COULD take your software and modify it for his own gear, and he's "free" to do that. But of course the modified/derived version would need to be open source also if you GPL'd it. And so on.
It's a revenue model that works.
And that's my take on it
> As for "free as in beer", I've never understood what that is supposed to mean.
It is a quote or paraphrase of a famous essay by Stallman, which is fundamental to the definition of free software and is at the core of the GNU licence.
You don't have to be a septic to understand, but you do need to be sufficiently well informed in the subject of free software (which perhaps the newer generations aren't).
As for LibreOffice licensing, it's joint MPLv2, LGPLv3+ except for the historic bits that aren't. As with all FOSS, as a user you are not bound by any licence and this only concerns you if you are a developer, in which case you will find the details where you would expect to find them in the source code.
I can only speak for myself. I use free software by preference when my use case for paid software can't justify the cost. e.g. I haven't bought ABBYY because I only need to use OCR about once a year, if that. £165 is a lot for that.
I also use free versions when the alternative is a subscription. Yes I will pay £50 for the paid version of some product, or even £100 maybe. But not £50 every year forever.
> In my experience, it's much more of a problem convincing people not to pay for things.
Or paying too little. Ask me how every time we apply for public funding we need to gold plate the shit out of the project so we can ask two orders of magnitude more money than is actually needed, because if we don't either we don't even qualify for funding or nobody takes you seriously.
Friend of mine literally added an aeroplane to the project budget so he could get funded, which he did.
I admire the work of open source developers of 'office' software. However, in efforts to compete with Microsoft products they may be following the latter into a dead end.
On taking a first look at MS Office and its free competitors one might be bedazzled by a display resembling in complexity the instrumentation on a passenger jet. Admittedly it looks an impressive portal to using a powerful engine. However, it suggests a steep learning curve even for doing simple tasks.
Users of this software have a wide range of requirements. Home users generally have simpler needs than workplace users. The latter are heterogeneous in needs. A small business and most users even in a corporate setting have but a few staple requirements. Yet the software offers features encompassing needs of publishing houses, intercommunication among office workers, letter writing, and simply making a note for later use. Ever more advanced spreadsheet capabilities offer power but at risk of people wrongly using features and misinterpreting the result; moreover, there can be false impression of a spreadsheet (with its superficial simplicity) being the best tool for a task when perhaps bespoke software is better suited (e.g. for statistical analysis). Then there is equation handling facility with natural temptation for developers to converge on Mathematica and its like. Whether all this, and additional features such as presentation preparation, represent wondrous opportunity or a sorry mess rests with the eye of the beholder.
Perhaps this is an interim stage toward software showing 'intelligence' for adapting to each user's needs and offering sage advice on how to proceed; software which 'Alexa'-like answers questions and sets itself up for the task in hand. Maybe existing modular code can be incorporated in this but the user would be presented with an initially simple (yet adaptive) interface based upon speech, touch screen, mouse movement, and typing. Those days may not be far away but in the meantime current interfaces would benefit from simplification.
No. I do not want the computer to "think" for me. That kind of solution locks the world into lock-step with whoever's brain programmed the thing in the first place ... quite frankly, I much prefer to make my own mistakes. It's part of the learning process.
Interesting, in that context, is that Microsoft's "Ribbon" is much less customisable than the previous menu system. It's not a fault with the Ribbon, per se as much as the Microsoft in their wisdom stupidity made it difficult to customise.
Once I would have removed the items that I would never, in my professional ( and certainly not in my home) life, have any need for, and regrouped other menu items according to how they fitted together in my use case, quite easily. (Like anything I used for editing in an "edit" menu rather than split between review and home) Which was a useful productivity feature.This is no longer the case.
> Microsoft's "Ribbon" is much less customisable than the previous menu system
Microsoft products have been losing customization capacity and user friendliness since Windows XP/Office 2003. Power user functions were either removed or made useless, customization possibilities were progressively removed, choices were foisted upon you and made permanent (the universally praised "Ribbon" is a good example of a solution to a problem nobody had).
This increasingly aggressive "Sorry, we know what's best for us you" attitude is what definitely drove me away from Microsoft offerings.
It's not a fault with the Ribbon, per se as much as the Microsoft in theirwisdomstupidity made it difficult to customise.
I think it's more the case where, they wanted the damn ribbon to be customizable...they just couldn't figure out how to do it. Then, the next shiny caught their Millennial GUI-flinger's eyes, and off they went chasing that shiny object. Never found the time to go back and fix they original thing (or, it was too boooooring!!!)
Never attribute to malice that which can be adequately explained by incompetence!
Wait! What? Is that the way that saying goes?!?
> At the same time, desktop productivity software is somewhat unfashionable,
Unfashionable? If I wanted fashion I'd be reading Vogue, not El Reg.
Let us point out, for the benefit of the oblivious amongst us, that the recent move from a one-off desktop licensing model to a "cloud" model was a vendor-driven initiative so that they can enjoy a healthy recurring revenue stream. There is no advantage in cloud-based office software for the user (read on).
> at least without strong online links for document collaboration and access from anywhere
That is orthogonal to the software itself being cloud-based, and a problem that is addressed in a specific and more generic way via the likes of Nextcloud (which at the end of the day is basically just a WebDAV implementation). For those who need real-time collaboration on an office document (personally I've never come across a tenable excuse for that, much as I would have liked it), Collabora does do an online version as pointed out in the article (there is at least one other implementation) and it is often included in the package by vendors of hosted Nextcloud and derivatives.
Oddly, I've been seeing the same problem with LibreOffice on a newly upgraded openSUSE. Launching Writer can take several minutes. Then patches come out and it launches in a few seconds. Come the next round of patching and we go back to "click and go for coffee" load times. I'm about ready to have it autostart when I log in and just leave it loaded all the time---just to avoid the awkward delays when someone calls to discuss a document and I have to make them wait a couple of minutes while Writer loads.
Horrible software. Software designed by a committee. It needs to focus on ONE thing and do it well. It doesn't need all these functions. Look at Zoho's Notebook for example. Simple, easy to use and aesthetically pleasing. Notebook is cross platform and runs on just about anything.
”...and largely because of the previous point, the million-dollar question [is] ...when and if and how LibreOffice could actually become a viable, realistic substitute for (Microsoft) Office. My findings from the past dozen summers say no...”
"...I would gladly pay for LibreOffice, but then, it also has to have a justifiable level of professional usability, which allows me to use the product out there freely, without any fear that my books, resume or other vital information will get lost or malformed in some format conversion...
"LibreOffice 7.0 - Words are very unnecessary"
Updated: August 19, 2020
https://www.dedoimedo.com/computers/libreoffice-7-review.html
************************
"...I am a fairly happy user of LibreOffice. For real. I use it in a relatively lightweight capacity, mostly the Writer application, and it does a decent job for a program that costs nothing. But then, occasionally...when I have to work with Microsoft Office files, issues do crop up...As much as I'd like for the reality to be different, it isn't...
"...However, every time there's a new LibreOffice release, like version 6.3, I perk up, aflush with hope that this new edition will bring in revolutionary changes and fixes, which will make it a business-quality rival to the expensive Microsoft suite.."
“...This [Microsoft Office compatibility] is THE thing. Yes, we can debate ideology all day long, but at the end of the day, the practical truth is that people need Microsoft Office, so if you want to work with them, your documents must look just right...”
"LibreOffice 6.3 - Waiting for a miracle"
Updated: August 23, 2019
https://www.dedoimedo.com/computers/libreoffice-6-3-review.html
************************
“...While we can argue the philosophical point ad nauseam, the simple fact remains that most people on Planet Earth use Microsoft Office for their documents, and if you want to or need to exchange files with them, be they letters, essays, presentations {PRESENTATIONS, as in RÉSUMÉs} [additional clarification and emphasis added], or spreadsheets of data, you will most likely need to use Microsoft Office formats...”
"LibreOffice 6.2 – de oppresso liber officium"
dedoimedo / February 28, 2019
http://www.ocsmag.com/2019/02/28/libreoffice-6-2-de-oppresso-liber-officium/
It seems not:
https://bugs.documentfoundation.org/show_bug.cgi?id=122218
This comment says it was caused by building using an old version of Apple's Xcode developer environment:
https://bugs.documentfoundation.org/show_bug.cgi?id=122218#c197
That must be some old hardware they were rocking - even my 10 year old cheesegrater will run Mojave. In February they moved on to Xcode 11 on Mojave, and those builds are no longer blurry on Catalina.
But it broke again for Big Sur, the newest release from about a month ago which you get if you buy a Mac today:
https://bugs.documentfoundation.org/show_bug.cgi?id=138122
The comments are instructive: they don't know why it doesn't work, and a developer who worked on the original code for Mac does not currently have access to a Mac. I'm also going to guess the developers haven't been going to Apple's WWDC developer conferences and talking to Apple's engineers there. It looks like these problems might have gone away sooner (running 2 years now) or perhaps not arisen at all if LibreOffice had had more money,
(There's a fork called NeoOffice which claims to work better on macOS.)
To be honest that heading "*** Let down by lack of polish" could apply to any number of open source efforts which is a massive shame because there are loads of really good open source alternatives out there that people will dismiss outright based on how it looks rather than how it functions (Or in some cases because it has a stupid name - I know people that outright refused to even try Gimp because of its name and a few that managed to look past the name, saw the UI and went right back to photoshop).
There needs to be some change in these OS projects to try to get more UX designers involved and engage with more than just the hardcore user base for feedback.
Its stupid, but a lot of the time even rational people will go for shiny and nice looking over functionality.
And within "functionality" comes simplicity or at least intuitiveness of use. And that is not the same as the developers' and fans' familiarity with the programme.It's only functional when a new user can a) immediately discover what it can do and b) find out how to do it.
Also any aspect of function that demands "You have to do X first" needs a bloody good reason why you have to do X first, a pretty clear path to discovering you have to do X first and a good link from doing X to the function the user actually needs.
> There needs to be
I take notice the use of the passive voice. What have you done, specifically?
> some change in these OS projects
Are you paying? Are you contributing? Or does the entirety of your effort consist of telling other people what they should do?
> to try to get more UX designers involved
Changing subject, I am all for the fundamental concept behind UX itself. I cannot say however that I am overly impressed but the bulk of people presenting themselves as "UX experts". By and large they are pretty useless themselves *and* only add another link in a chain of Chinese whispers.
What I do is carefully choose engineers / developers who are successful at the UX design and user testing games and get them to engage closely with a variety of actual users. If I did find a very good UX person without an engineering / software development background (depending on whether it's a hardware or software product), I would consider them, but to me having those two roles separate is bullshit.
"I take notice the use of the passive voice. What have you done, specifically?"
Well I'm a software DEVELOPER so probably part of the problem in as much as I can make something functional but making it look nice and usable are not really my main skills (or concerns).
"Are you paying? Are you contributing?"
Not massively no, because the majority of open source software I use is maintained by large companies who put meaningful amounts of money in and contribute significant Development/design resource.
If you mean do I pay for open source software, yes I'll contribute to small projects to keep them going.