RmDebArc_5
- 5 Posts
- 14 Comments
RmDebArc_5@piefed.zipto Technology@lemmy.world•Half of Young Men Would Rather Date an AI Girlfriend Than Face Loneliness or Rejection, New Report RevealsEnglish11·4 days agomost of us wouldn’t want to have sex with tentacles and cat ears
Oh that’s what that was. Should’ve guessed
RmDebArc_5@piefed.zipOPto Linux@lemmy.ml•WinBoat is a new Linux app to run Windows apps with "seamless integration"English12·5 days agoAs far as I’m aware Photopea is supposed to fill the same niche as GIMP or Photoshop, though I’m no expert in the field.
RmDebArc_5@piefed.zipOPto Linux@lemmy.ml•WinBoat is a new Linux app to run Windows apps with "seamless integration"English9·6 days agoHave you tried Photopea? It’s browser based but very good
RmDebArc_5@piefed.zipOPto Linux@lemmy.ml•WinBoat is a new Linux app to run Windows apps with "seamless integration"English35·6 days agoFrom their FAQ
With WinApps you do the bulk of the setup manually, and there’s no cohesive interface to bring it all together. There’s a basic TUI, a taskbar widget, and some CLI commands for you to play with.
WinBoat does all the setup once you have the pre-requisites installed, displays everything worth seeing in a neat interface for you, and acts like a complete experience. No need to mess with configuration files, no need to memorize a dozen CLI commands, it just works.
RmDebArc_5@piefed.zipto linuxmemes@lemmy.world•Finally correcting the Degoogling listsEnglish121·6 days agoWhy Chatgpt and not Gemini? Also why no vpn? You could have put VPN by Google
RmDebArc_5@piefed.zipOPto Linux@lemmy.ml•WinBoat is a new Linux app to run Windows apps with "seamless integration"English20·6 days agoWe have Wine / Proton of course and they can run a lot, but not everything is possible. WinBoat is different. Instead of running compatibility layers, it runs a real copy of Windows using Docker and KVM under the hood. The developer explains it should run basically everything unless “it requires strong GPU acceleration or kernel-level anticheat”. It uses FreeRDP for showing the apps on your Linux desktop, enabling you to interact with them like you would with any other Linux app.
I don’t want to sound rude, but maybe read the article and not just the headline before asking questions
RmDebArc_5@piefed.zipOPto Linux@lemmy.ml•WinBoat is a new Linux app to run Windows apps with "seamless integration"English76·6 days agoFrom their FAQ
With WinApps you do the bulk of the setup manually, and there’s no cohesive interface to bring it all together. There’s a basic TUI, a taskbar widget, and some CLI commands for you to play with.
WinBoat does all the setup once you have the pre-requisites installed, displays everything worth seeing in a neat interface for you, and acts like a complete experience. No need to mess with configuration files, no need to memorize a dozen CLI commands, it just works.
RmDebArc_5@piefed.zipto Privacy@lemmy.ml•ublock lite is now on IOS, Should people switch to that instead of using Adguard or should they stick with Adguard?English14·17 days agoIf you want DNS filters you can use Mullvad DNS which is free, privat, doesn’t require a app and can be used together with uBlock lite
RmDebArc_5@piefed.zipto Programmer Humor@programming.dev•Coincidentally, FFM peg is also something you can find on the hubEnglish25·1 month agoWell, video streaming was AFAIK pioneered by porn sites, though not necessarily pornhub, but it could be seen as a representative
The only Desktop one that comes to mind is Interstellar, but you could probably also use a web fronted that is instance independent like phtn.app (Which I would recommend if it works)
RmDebArc_5@piefed.zipOPto Technology@lemmy.world•Proton releases a new app for two-factor authenticationEnglish3·1 month agoThey do advertise direct export, but I’m not sure if that means encrypted json
RmDebArc_5@piefed.zipOPto Technology@lemmy.world•Proton releases a new app for two-factor authenticationEnglish4·1 month agoProton does this as well, you can use it completely offline without an account
Okay so first there was Unix. It was semi Open Source and a bunch of companies were making different versions that were becoming increasingly incompatible. That is why POSIX was created, it standardizes major parts of Unix. Linux is a Unix like operating system, meaning it functions similarly but doesn’t share any code. One thing that POSIX standardizes is the shell meaning there’s a standard how a loop works etc. Most shell on Linux like bash and zsh are POSIX compliant but some (like fish aren’t). This means a command that works one way in bash might work differently in fish. Basic stuff is mostly the same in my experience so if you’re not having any problems you shouldn’t worry about being POSIX compliant. If you want most of the same stuff but POSIX compliant checkout zsh. Fish provides documentation for adjusting your commands so I’d just ignore it until you run into a problem and then take a look at the docks