destiny 2
Messages.app
I don’t necessarily miss it, but the primary reason I can’t use Linux as a daily driver at work is because our VPN doesn’t work on Linux. So I’d say that. Stupid as fuck that our IT department uses Linux for all of our servers but makes us run Windows.
Do you know what vpn they configurrd that linux cam’t connect to it?
Just curious
It’s a Cisco AnyConnect doodad, but it checks your computer for compliance first before allowing you to connect, so beyond spoofing a valid system, I’m out of luck. And I’m not about to lose my job due to spoofing a windows box, haha.
I’ve successfully used Anyconnect for years in a dedicated Windows VM. However I only used it to connect to a Remote Desktop so performance was a non-issue.
The key there is the check for compliance. They probably have an MDM or enterprise thing that ensures only approved apps are installed and all, and only then it issues a short lived certificate used to log into stuff.
The protocol itself is likely supported by OpenConnect but you’d have to actively circumvent IT’s systems to make it work and thus a very bad idea.
I had the same issue and use this without any issues: https://github.com/yuezk/GlobalProtect-openconnect
Well, I’m am confident it would run on my machine, but how would it do in reporting machine compliance? Because that’s the part I can’t get past.
Not a darn thing.
Honestly there too. I dual boot between windows and linux for some work stuff, and on windows I find myself thinking “how do people tolerate this shit?”. That’s often when deleting a large folder or uncompressing an archive :)
What’s so hilarious to me are the animations that go along with deleting (or moving) a large folder. The old animation was just a file flapping its way from one destination to another. When Windows 7 came out, there were zooming icons with lens flares! I was like “What’s next? A dancing frog?”
Really good image noise reduction software.
That’s pretty much the only thing I miss, and I don’t miss it enough to suffer through Windows
I bought myself a copy of Neat Image a few weeks ago for noise reduction, and it works really well on Windows. I haven’t had a chance to test the Linux version yet. I think it’s proprietary, but like you say, there’s not much else out there.
There’s a free demo if you want to try it
Plus software like that probably runs great in wine or proton or whatever the new thing is
Unfortunately not. It won’t run under wine or the like. Even VMs are painful, because it needs GPU pass through to work, which requires a second dedicated video card
For microphones?
Image noise. For photography
Images of microphones?
Fusion 360 :(
Yes i know theres wine versions But they just dont work the same. And randomly crash.
Yes i know free cad exists, but it feels so clunky and is so much diffrent than fusion/inventor
If you just want CAD without CAM then the free variant of OnShape is amazing.
I miss it too, since I need it for school. Though it is available online.
And randomly crash.
Sounds like wine is emulating correctly!
I 100% agree, and have Fusion360 in my VM. But there is a method to FreeCAD’s madness and once you get it, FreeCAD begins to make sense.
I found it hard to go back to fusion especially with the amount of control I had with my designs.
Also FreeCAD V1 is out, and it’s a marked improvement over their previous releases. Might be worth a try.
I missed Odin 3 for a few years until I switched to Graphene and never looked back. In tried the FOSS package it didn’t work for me and the documentation was beyond my skills at the time.
I miss the stupid people comradery, sometimes. People act funny when you’re a normal stupid person and use Linux without the hoodie and a Matrix screen saver.
reboots after every update
Shared memory is basically using your normal RAM as swapspace for your GPU.
From what I read online this only works for integrated cards?
isn’t the primary vram for integrated cards just the system ram?
Wait Linux doesn’t have this??!! Why the fuck not?
It works fine with my AMD GPU. Good luck with NVIDIA though.
See with my AMD card it never worked but maybe it was just a driver bug with the rx 5500
Ae you sure Linux doesn’t support shared GPU memory? I mean if you had an integrated GPU with no strictly reserved memory which is fairly common the GPU has to share the memory with rest of the system. There’s no other way for it to even function.
Pretty “swapping” VRAM to system RAM has been supported for a very long time too. My GPUs can use up to 16GB each of system memory (AMD), and I’d be really shocked if NVIDIA’s proprietary driver doesn’t either because I’m sure the AI workloads need it.
Of course the Steam Deck is a prime example of dynamic CPU/GPU memory allocation as well.
If you’re running this GPU under Windows, it’s fine. But good luck doing that under Linux.
https://forums.developer.nvidia.com/t/non-existent-shared-vram-on-nvidia-linux-drivers/260304?page=2
Fair enough, another one for the NVIDIA woes list!
When I was using Windows, I used Adobe Lightroom with the Negative Lab Pro plugin to digitize my film negatives. I’ve played around with Darktable, and it does the job, but it’s a lot more fiddly, and it discourages me from processing film.
Coherent theming, although you’ve hardly had that since Windows 98.
I’ve applied themes to make Xaw, Qt, and GTK software more Motif-like, but the GTK ones seem spotty and the Qt theme doesn’t work for Qt6, and fonts are inconsistent.
If you want a coherent motif-ish theme, NsCDE is amazing. It themes like everything in the world and is honestly like the most consistent looking desktop I’ve ever used
https://github.com/NsCDE/NsCDE/
I tried pulling in the theming from there, and while it works miracles, I still want to do the three-headed dragon meme:
- Real Motif apps
- Qt5 apps (where there’s a Motif-like theme baked in)
- GTK apps, which don’t honour the same fonts and the theme is far more divergent from the “real deal”
There are a few other “Solaris 9” and “Perl Tk” lookalike themes that also come close, but they’re all sabotaged by GTK’s lack of bitmap font support (The old bitmap Helvetica is my go-to UI font)
I moved to Linux over 25 years ago and I miss absolutely nothing.
The joy of not having to update your OS when Microsoft forces it, even whilst you’re working, or the way Apple still cannot do window tiling despite decades of examples on how to achieve this, or installing applications and finding files splattered all over the file system with no way to remove them except manually, or the endless user agreements, licence fees, expiring licensees, or the notion that you cannot run a new OS on an old machine that’s in perfect working order.
So, no, it was the best decision I’ve made.
I wish that I’d made the same good decision when it comes to my accounting software.
Can you please “installing applications and finding files splattered all over the file system”, please kind person?
How does Linux do it better?
Central package management.
When you install a package, it keeps track of all the files so when you uninstall it, it removes them all. There’s various ways to scan and remove untracked files, but on a Linux system you can basically be ask it “where does this file comes from?” and it’ll just tell you “oh, that’s from mpg123, and you have it installed because VLC and Firefox need it to decode some AVIs”. And if you really don’t want it for some reason, it can also go uninstall everything that needs it too.
It makes it pretty hard to corrupt a system or uninstall important stuff. In the reverse, it also knows what is needed, so if you install VLC, it will also install all the codecs with it, and those are also automatically available to other apps too usually.
While that is true for the files that make up the programs themselves and their dependencies, it’s not true for any state files or caches that programs creates at runtime. You need to clean those up manually.
When you install a package, it keeps track of all the files so when you uninstall it, it removes them all.
lmao, do a
ls -aR ~
I think Mac just added window tiling by default now. There were extensions you could install otherwise.
It has. I use it everyday. It’s shit. Apple keeps moving windows to different desktops without user interaction, I can’t snap windows to each other, full screen takes over a whole desktop and ESC inside such a window puts it back to some random state.
Better Touch Tool did a better job a decade or so ago.
full screen takes over a whole desktop
and creates it. It’s a whole new workspace just for putting an app in fullscreen and none of the shortcuts to jump to workspace x work with it of course.
The rest of the WM can be made bearable but there’s no way around that stupid design choice.
Can you use a different extension/plugin?
I’m not sure what you mean? It’s a basic feature of the macOS window manager. Pressing the fullscreen button on a window does all of this.
There is a program in the Mac App Store called Magnet, could try that. I think there are some others.
I switched in 2005, I miss being in my 40’s. 😋
Great comment.
I switched full time in 2010, but was mostly using Linux from 2008…I don’t really miss my 20’s, maybe the physical side of being sub-30.
I switched at about the same time. I miss being in my twenties. 😋
You’re still cool as heck
Thanks, you just made my day. 😀