There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

umbrella , in How Long Should Hardware/Software Support Last?
@umbrella@lemmy.ml avatar

i use 10 year old hardware and its pretty capable on linux

we reached a point of diminishing returns in the advance of this technology

linearchaos , in Before your change to Linux
@linearchaos@lemmy.world avatar

Just because I daily drive Linux doesn’t mean I don’t have windows around.

I have used every version of Windows all the way up to 11.

My first attempt at Linux was in the days of Windows 3.1

My first successful conversion over to daily driver was in the XP era

I went Mac for a couple years around the windows 8 time frame.

I change jobs and went back to windows for a a few around win10.

I went back to daily driving Linux and the windows 11 era, but I still have three win 10 boxes and a win 11 box that I use pretty regularly.

phoenixz , (edited ) in Question: If windows is required, what distro do you recommend?

I have the same situation at work, where I’m actually the CTO and have the power to change that but… It’s been like this for two years before I came in and right now there are a lot of dependencies to fix. It’ll take at least a year to prepare tos switch away, it sucks.

Having said that.

I’m running kubuntu myself and use the web version of teams and office, which both are hilariously bad to the point where you really have to ask the question why people pay money for this shit.

Google is an evil company but at least their software works to a reasonable point. Teams and office365 and outlook are so bad that I could write a multi page bug list and that is ignoring the fact that its just so hard to get anything done. Everything requires extra clicks, teams call connection lost? Sucks to be you, you can’t simply reload like in Google Meet, you have to ask your client to include you again in the call which is just sad. Outlook go back to the previous message with the browser back button which is there for exactly jat reason? Yeaaahhh, sucks to be you, buddy. Just a few random design issues from a long, long list.

Fuck everything about Microsoft

Edit: teams requires chrome, video calls won’t work on firefox for the moment, causing a crash in some codec library

Delta_44 ,

Try OnlyOffice

phoenixz ,

Have already before and would love to again but…

I want it integrated with next cloud, and it MUST have perfect compatibility with Microsoft Office.

The former, so far, has always been a hellscapr to setup, even with the help of developers.

walthervonstolzing , in Before your change to Linux
@walthervonstolzing@lemmy.ml avatar

XP, to OS X 10.4-10.8, to Linux

MrSoup , in Is there a better way to browse man pages?

Bonus:
You can open man pages inside GNOME Help by using yelp man:X

jbk ,

wow I kept opening man:somethingwithoutsectionunfortunately in firefox instead of doing that lol

e8d79 , (edited )
@e8d79@discuss.tchncs.de avatar

For KDE users, this also works with khelpcenter.

princessnorah ,
@princessnorah@lemmy.blahaj.zone avatar

Thank you, that’s awesome.

gortbrown , in Before your change to Linux

Windows 10 before I used Linux full-time, though I did try out Windows 11.

MangoPenguin , in Possible to use Linux for Wi-Fi drivers on Windows?
@MangoPenguin@lemmy.blahaj.zone avatar

Are the Wi-Fi drivers on windows up to date?

JameUwU OP ,

yes.

gortbrown , in Zed on Linux is out!

I was so happy about this! Been using it on my work MacBook and have been excited to use it on my main laptop!

acockworkorange , in Before your change to Linux

Sadly I can’t help but use windows at work. But in my personal life, that was around 2003. So, XP? Or something like that.

vrighter , in Zed on Linux is out!

built from the ground up with rust. Why the fuck is that the first and usually only (non-)feature to mention in any project written in rust? Who the fuck cares?

I fucking hate the rust cult.

UnfairUtan ,

Because most things built with Rust are faster than their equivalent, especially electron-based apps.

So as a user, regardless of the cult following, i’m happy that this tech exists and is being adopted so fast.

Mihies ,

It’s primarily about safety, not speed. Any C or C++ program should match the speed but not the correctness.

eager_eagle ,
@eager_eagle@lemmy.world avatar

no, it’s primarily about speed and resources because the comparison is often not against a hypothetical C/C++ alternative, but against an existing one that is slower and more resource intensive.

vrighter ,

So they should say that it is written with performance in mind. I don’t care how you achieved that. rust, c++, assembly, whatever.

Mention that it has very good collaborative editing.

Mention features.

upto60percentoff ,

VS Code is written with performance in mind. Compared with other electron apps, it's very performant.

Compared with even a sloppily written native app though, it's not great.

vrighter ,

so fucking say that. Designed to be fastest editor. Show benchmarks. Talk about your features. I still don’t care what tools you used to achieve it. It being written in rust does not automatically make things fast. It may even slow things down, in some cases.

upto60percentoff ,

I think you might care about this a touch too much

ParetoOptimalDev ,

So they should say that it is written with performance in mind. I don’t care how you achieved that. rust, c++, assembly, whatever.

I care because performant and secure C++ is much harder to achieve while rust “shepherds” you towards it.

See …blogspot.com/…/its-not-what-programming-language…

vrighter ,

I don’t care how easy it is for the developer. And modern c++ is slightly harder than rust, but not all that difficult to get right with smart pointers and iterators etc.

ParetoOptimalDev ,

If you care about your software being stable and secure, you should care about how easy the programming language used makes and encourages that.

People aren’t robots and make mistakes often.

vrighter ,

translating readable, maintainable code to an unmaintanable mess to solve a couple of issues thit might not be there in the first place, is not so much a winning proposition.

An os? sure. A text editor? not so much

crispy_kilt ,

Everone claims their software is fast. When stating that it is written in a native language it is actually believable.

vrighter ,

but it didn’t do jack shit to help me believe that. Because they did not say that that was the goal. So there was no credibility to affect in the first place.

Also, your argument does not make sense anyway. As a native language, due to some extra copying needed and some runtime checks that cannot be elided, it is slower than c++. It can be almost as fast, really close, but ever so slightly slower.

Electron is written in c++. A native language. A native language faster than rust (we’re talking about speed not safety here). And yet, it is the canonical example of “bloated and slow”. If you were to rewrite electron in rust, it’d be safer, but also at least just as slow.

So if the editor really is faster, it’s not because the code was written in rust. It’s because the devs are writing better code. That’s why just saying it’s written in rust is useless.

DieserTypMatthias ,
@DieserTypMatthias@lemmy.ml avatar

Because most things built with Rust are faster than their equivalent, especially electron-based apps.

And safer, since Electron is just Chromium, which is mainly written in C++.

ProtonBadger ,

You seem upset. Blink twice if someone is forcing you to use it.

DieserTypMatthias ,
@DieserTypMatthias@lemmy.ml avatar

Just go outside and touch some grass.

ParetoOptimalDev ,

I care because I know the values of those programmers in a narrow scope and won’t be as annoyed when I inevitably have to go debug the rust code instead of C.

However, that values statement was challenged by automatic binary downloads without user confirmation.

Luckily the fix is already in progress, but its concerning it was ever implemented.

cy_narrator ,

In an era where every single good code editors are built on Electron, its good to know something isnt

LordCrom , in Question: If windows is required, what distro do you recommend?

I always go for Linux desktop at a job. Office 365 runs just fine in a browser. Not ideal, but MS will never give up teams to a Linux Installer again. They took down the 1 they had which wasn’t great but still worked

Strit , in Distro for n100
@Strit@lemmy.linuxuserspace.show avatar

I would probably suggest something based on LXQT or even XFCE for a device with only an N100 at it’s core. That CPU is the bottleneck of the device.

luciferofastora , in Before your change to Linux

Privately? Win7

Professionally? Win10 currently, looks like it’ll have to be Win11 soon. I get no control over my work laptop’s OS

Strit , in Top 5 Linux Apps - July 2024
@Strit@lemmy.linuxuserspace.show avatar

My top 5 linux apps are probably something like:

  1. Firefox
  2. Kate
  3. git
  4. Steam
  5. ls

The list in the video should have been, “Here’s 5 maybe interesting apps for Linux”.

GolfNovemberUniform OP ,
@GolfNovemberUniform@lemmy.ml avatar

Such lists are meant to have new apps every time. Your approach makes them useless.

Strit ,
@Strit@lemmy.linuxuserspace.show avatar

Calling them “Top Apps” does not indicate new apps.

I find a lot of such lists useless in any case, since it really depends on your needs.

GravitySpoiled , (edited )

I’m with OC on this one. Maybe call it top apps of july. But since plexamp is old, it’s not a new app of july.

Sina ,

Here’s mine;

  1. Also Firefox
  2. Bottles
  3. Geany
  4. Tilix
  5. Rofi
Presi300 , in Before your change to Linux
@Presi300@lemmy.world avatar

Windows 10. I originally tried Linux out of morbid curiosity and because KDE plasma looked cool… And when windows 11 got announced and later released, I just sorta decided stick with Linux, as by that point I was quite familiar with it…

I haven’t seriously used windows for things other than piracy gaming in a long time… I can do everything I wanna do on Linux and my Mac so yeah.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines