MS supplied LO translator in MS Office is not very good. That is their issue. MS is not even that compatible betwen versions of their own software.
flatbield
Interests: News, Finance, Computer, Science, Tech, and Living
- 16 Posts
- 906 Comments
Ribbon bar shit, personally I hate the MS ribbon bar. So for me the LO interface is way better. Just depends on what you like and what you learned and know well.
Except for MS format compatiblity, not my experience, Not sure where MS format compatibility stands now, but that has histically been the biggest issue.
Keep on mind that MS supplied LibreOffice translator is not great either so they have issues too. MS really does not plan on being compatible even between versions of their own software.
flatbield@beehaw.orgto Climate - truthful information about climate, related activism and politics.@slrpnk.net•Boston-area climate activists report visits from the FBIEnglish7·2 days agoI do not see the point, just do not talk to them.
flatbield@beehaw.orgto U.S. News@beehaw.org•Republican finally concedes 2024 North Carolina supreme court raceEnglish7·2 days agoI would not call this sanity. Another sore loser that should not be anywhere close to government.
flatbield@beehaw.orgto Climate - truthful information about climate, related activism and politics.@slrpnk.net•Smoke from climate-fueled wildfires contributed to thousands of US deaths over 15 years, study saysEnglish1·2 days agoEvery June is really bad now in MN. Use to be my biking month. Now who knows.
flatbield@beehaw.orgto Technology@beehaw.org•Why I Believe Printers Were Sent From Hell To Make Us Miserable - The OatmealEnglish7·3 days agoBy the way, lot of crap paper out there too. Lot do not mark which side to print on first and this is related to curl and shineyness. One has to guess. If your getting a lot of jams try flipping the paper over.
Our last ream has a deffective narrow page every 4th page too. I had to manually pull those out.
flatbield@beehaw.orgto Technology@beehaw.org•Why I Believe Printers Were Sent From Hell To Make Us Miserable - The OatmealEnglish1·3 days agoMy first printer in the early 80s was an EPSON dot matrix for $800. The second was an Apple laser printer in the late 80s for $3500. The third was a Brother momochrome MFC laser printer for $500 in the 00s. You can see why they are crap, huge price reductiions. Even more if you consider inflation and capability.
Always look at per page cost. Generally that means monochrome laser.
Edit: The issues I have had with Linux and the Brother MFC is firmware upgade as it wants to use Windows for that. I have had some Postscript compatability issues too. The paper feeder for the scanner is not perfect either. It can skew the paper and you have to watch for double feeds. Not a defect but a missing function, I cannot figure out how to fax from my computer or USB stick. An oddity, it does not seem to maintain time when the unit is off and never has which is really annoying especially for faxing. Mostly like the printer but not the above issues so much.
flatbield@beehaw.orgto Technology@beehaw.org•Why I Believe Printers Were Sent From Hell To Make Us Miserable - The OatmealEnglish1·3 days agodeleted by creator
flatbield@beehaw.orgto Technology@beehaw.org•Signal clone used by Trump official stops operations after report it was hackedEnglish3·4 days agoMike Waltz was actually one of the more professional of the by in large clown show. He may have cared.
flatbield@beehaw.orgto Linux@lemmy.ml•What helps people get comfortable on the command line?English1·4 days agoThe need to do it plus the realization that you can script anything based on it.
Drivers. Using recovery mode. Administration. Wanting to describe what to do rather then manually do it. Wild cards are really powerful and so is find and xargs. The text processing commands are useful too.
The other thing is having started computing in the 1970s. Everything was command line back then. GUI systems only become universal in about 1995.
flatbield@beehaw.orgto Technology@beehaw.org•Signal clone used by Trump official stops operations after report it was hackedEnglish8·4 days agoInteresting. Government record keeping rules require logging of many things. Normal Signal probably would not comply. This might.
Maybe Assist America. They should be able to help with documents, travel, medical, and extraction.
Otherwise, locals, police, churchs, embasy, etc.
flatbield@beehaw.orgto Chat@beehaw.org•Do any of you use any other fediverse platform(s) other than Lemmy (ex. Pixelfed, Mastodon, etc.)? If so, then please tell us what your experience has been like.English5·4 days agoOther platforms no. Did not use the other commercial ones either. I was primarily a forum user and a Reddit user.
Beehaw is fine. Primary issues are breadth and depth of content which is a user base thing.
I kind of wonder who is behind the over exaggeration. People with real concerns or those that do not want strong open platforms. Too much controversy and bifriction and those that push it for their own ends are the enemy.
Same. There is an Android version now too.
flatbield@beehaw.orgto Linux@lemmy.ml•What kind of mindset do you need to be succesful starting and continuing to use Linux.English2·16 days agoYou have to want to use FOSS software. If you want to use certain proprietary applications then buy the commercial platform they run on.
The other is interest and ability to solve your own tech problems.
Keep in mind there are a lot of ways to start. Install it in a VM, buy hardware with Linux installed, or install it yourself.
I use it for when I want a custom system. Big ripo, and clean minimal installs along with security updates. I run it my workstation and on my vps systems.
flatbield@beehaw.orgto Python@programming.dev•Python Performance: Why 'if not list' is 2x Faster Than Using len()English4·16 days agoI think you just like the truth test. Frankly I have used Python for over 25 years and have been doing programming for almost 50 years in many different languages. If you think I am somehow a beginner, I would disagree. The truth test is just like so many other Python specific idioms that grow in number by the year. They are not at all obvious unless you are deep into Python. Moreover, the truth test and the len() test are not the same test. One might be able to use either in a specific case, but that is case specific and which is more readable is up to the developer and we may well disagree on that choice. The other consideration in Python, speed of writing code which is often why many of us use Python and that may lead to different choices too including based on habit.
Lot of this reminds me of the Pascal vs. C debate of the 1980’s. Pascal was all about readability over compactness. C on the other hand, seemed to attract people that loved to write very compact code that was almost impossible to figure out on first glance. Me personally, I guess I’d choose C over Pascal but write the C in more of a Pascal authoring philosophy. Similarly, with Python, I often do not go for all of the Python idioms. Lot of that is just writing what I am thinking, and the rest is probably habit. If I am going to test 0 length then I’ll probably test zero length. I do not find it at all obvious that, oh, I want to test 0 length so the Python idiom for that is to truth test. I absolutely know that to be the case on certain types of objects, but it probably is not going to be my first choice.
This is the big issue. It breaks a lot of X11 features. Remote desktop via VNC or RDP should still be possible. Another is ssh and sftp. Edit the file on the client. Another go all in with command line. Nano is easy. Emacs or VIM more powerful but harder. Screen is a useful command line tool too.
Interested in what others suggest.