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.

feddit.nl

MataVatnik , to science_memes in ‘FUN WITH LASERS’ (CustardFist)
@MataVatnik@lemmy.world avatar

Is this the quantum eraser experiment? The biggest mindfuck in physics?

smeg OP ,

Tell me more!

MataVatnik ,
@MataVatnik@lemmy.world avatar

I wouldn’t be able to do it justice, just look up quantum eraser experiment on you tube. Essentially a particle can be observed from the future. You can collapse a wave function in the past.

drislands ,

That sounds like nonsense. I’ll have to look it up!

SwampYankee , to science_memes in ‘FUN WITH LASERS’ (CustardFist)

WHAT HAPPENED TO MY MOTHER SCHRODINGER!?

mozz ,
@mozz@mbin.grits.dev avatar

I can't tell you yet. And even if I did, that would just mean you'd become a part of the superposition.

ggppjj ,

I can tell you where she is or how fast she is going, if either of those two data points are helpful.

kender242 , to science_memes in ‘FUN WITH LASERS’ (CustardFist)
@kender242@lemmy.world avatar
ForgetPrimacy ,

I skimmed a bit of the article but my mental processes aren’t feeling flexible enough for quantum nonsense this morning… Are they saying it’s possible to make an observation window into the box of Schrodinger’s cat that allows for observation from an arbitrary distance without speed of light delay?

BmeBenji , to linuxmemes in Me with my VR sim addiction

Wow I never even thought to ask - does SteamVR work on Linux? Like the Valve Index in particular? I’ve been meaning to switch but Windows’ HDR support has been holding me back. If there isn’t a good distro for VR that could be another factor

Nyonnyan ,

I have been using steamvr on linux since a while now, getting close to the mythical 1000h playtime. while it mostly works on paar with windows, there is a single drawback that might make it impossible for people to play on linux, being async. Which works on amd, but isnt supported by nvidia drivers.

While that isnt really a problem in openvr if you can maintain your headsets display refresh rate or in games without a lot of movement (example vrchat), its missing in nvidia drivers results people with an nvidia card not being able to play any openxr games (example newer versions of beatsaber), as openxr hard depends on it. Stupidly enough, openxr games still work with async disabled, but refuse to if your drivers dont support it

BmeBenji ,

Guess I’ll add Nvidia drivers to the list of things holding me back lol

Maybe I’ll dual boot and keep all my HDR, Anti-cheat-riddled, and VR games on Windows and put everything else on Linux

Yerbouti , to linuxmemes in Me with my VR sim addiction

I don’t understand your VR reference, but I need to say it: yesterday I got VR working on Fedora!!! Like almost perfectly. Even for monitoring development in Godot! To me this is the final nail in window’s coffin, deleting it today.

F04118F OP ,

Congrats! I hope I’ll be able to join you soon!

For me it’s a combination of factors that make the barrier for this last use case higher. I almost exclusively play DCS: World in VR using a Reverb G2 WMR headset. I’ve had a friend offer his worn Valve Index, which should work on Linux. But:

  • I’ve heard mixed things on SteamVR Linux support (supposedly they just shipped a ton of fixes)
  • DCS:World in VR is hard enough to run smoothly on a bog-standard Windows 10 setup. And there’s quite a bit of artefacting in Wine/Proton. I’m not sure the added troubleshooting and glitches is worth it
  • My graphics card is an Nvidia. This means I’d like to wait for 555 and proper Wayland support to land fully and I’d probably lose out on the DLSS speed boost on Linux. Or I should sidegrade to an AMD RX 6900XT.

It’s a bit of work. In the meantime, at least as long as Windows 10 still gets security updates, I wikl continue to use my Windows dualboot for VR flight simming only

Yerbouti ,

I’m actually really impressed by how smooth it is, especially since I use ALVR wireless on my home network, with an NVIDIA. It does require some tweaking but once it works it goes really well. I’ve tested 4-5 games and it’s super smooth. Better yet, I can use my quest to monitor and play projects directly in Godot while I develop them! It’s awesome. Goodbye forever windows. I already have 555 since I’m actually on Nobara, not sure it would have work with the previous driver.

Good luck to you!

acockworkorange , to linuxmemes in Me with my VR sim addiction

I tried visiting the site, but it gave my phone cancer.

dudinax , to linuxmemes in Me with my VR sim addiction

Yes, in a month the linux share will be above 10000% of steam users.

FiskFisk33 ,

bounded exponential growth is also a form of exponential growth

geeksforgeeks.org/logistic-population-growth/

Chrobin ,

Well, as the URL says, that’s logistic growth and not exponential growth.

PenisWenisGenius , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)

I’ve never used Lutris but I know cs4 can work in wine, I’ve done it before. (I use Gimp now before anyone points out that I should be using Gimp instead). The method I’ve found for manually getting random wine stuff to work is as follows:

Step 1. Get winetricks and figure out how wineprefixes work.

Step 2. Scroll through the winetricks dll menu, make an educated guess on what library to try installing and install it. Direct x and netframework are often the first things I try but c++ runtimes are important too.

Step 3. Try the program after installing the thing you guessed it needed. If it works better than before, go back to step 2 and repeated until the program works correctly. If its borked so badly it doesn’t even start, delete the wineprefix, go back to step 2 and pick different dlls.

Pro-tip: test your program by running it in a terminal instead of double clicking an icon. Sometimes when it crashes, it leaves behind useful information such as “error: missing mscorefonfs” or whatever in which case you should see if the thing it’s complaining about is in your winetricks dll menu.

Rustmilian , to linuxmemes in Me with my VR sim addiction
@Rustmilian@lemmy.world avatar

Btw :


<span style="color:#323232;">pkill -9 -f steam </span><span style="font-weight:bold;color:#a71d5d;">&& </span><span style="color:#323232;">sed -i -e </span><span style="color:#183691;">'/"SurveyDate"/ s/"[0-9].*"/"'</span><span style="color:#323232;">$(date +%Y-%m-%d -d </span><span style="color:#183691;">"1 year ago"</span><span style="color:#323232;">)</span><span style="color:#183691;">'"/' </span><span style="color:#323232;">~/.local/share/Steam/config/config.vdf </span><span style="font-weight:bold;color:#a71d5d;">&& </span><span style="color:#323232;">steam
</span>
MrCamel999 ,
@MrCamel999@programming.dev avatar

Could you tell us what this command does?

magic_lobster_party ,

Closes Steam, sets latest survey date to 1 year ago, and then opens Steam again.

I guess it’s so you can fill in the survey again. Not sure if it actually works.

Rustmilian , (edited )
@Rustmilian@lemmy.world avatar

Yep, it forces the survey. Because some of us will be using steam on Linux for years and still never see it. But this way it’ll allow you to do it regardless.
Just don’t go spamming, it’s only valid for the first 1-2 days of the month and you can only upload once.

BananaTrifleViolin ,

Doesn’t really matter if you see the survey or not - valve can validate their data other ways. They easily know how many clients connect from each OS and what proportions as that’s fundamental to the client itself. The survey fills in the rest of the data like which kernel, distros, and hardware.

All this would do is maybe weight some of the answers on which flavour of Linux and which hardware is being used in the favour of proactive users. But really good survey data relies on being representative and that is bes achieved by large random samples rather than people saying “count me!”

Rustmilian , (edited )
@Rustmilian@lemmy.world avatar

Ofc they can, that’s why you can’t just spam it and expect it to change much, other than you potentially getting smacked for spamming the api.
It doesn’t hurt to force it if it’s just never triggered before though, the survey trigger can be problematic on Linux.
Besides, there’s plenty of Windows users who do the exact same thing.

All this would do is maybe weight some of the answers on which flavour of Linux and which hardware is being used in the favour of proactive users.

No, that’s not how the survey works, it’s opt-in. Sure privately they can see your system properties from the steam client, but they can’t publish it unless you explicitly opt-into the survey. Survey fail to trigger = never opt-in = you’re completely excluded. Forcing the trigger at the appropriate time when it’s never triggered even after years is perfectly fine. Plus it forces the trigger to reset properly for next time. Like I said, you can only upload once; after that just wait patiently for it to trigger on its own as it should be functioning as intended from then on.

MentalEdge ,
@MentalEdge@sopuli.xyz avatar

At a glance, it looks like it closes steam, edits steam survey data to backdate it to a year earlier, then starts steam again.

This perhaps causes steam to update the survey data to make it report you as using Linux?

KazuyaDarklight , to linuxmemes in Me with my VR sim addiction
@KazuyaDarklight@lemmy.world avatar

2024 is the year of Linux desktop!

WeLoveCastingSpellz , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)

Krita is a really great alternative in my opinion if you would be interested in it.

ElectroLisa , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)
@ElectroLisa@lemmy.blahaj.zone avatar

Try enabling DXVK

Eeyore_Syndrome , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)
@Eeyore_Syndrome@sh.itjust.works avatar

Have you tried Krita or Photo Pea though?

xenspidey ,

That wasn’t OP’s question though.

sic_1 ,

Dude, those are nice programs but of you need professional work done those are of very limited use. The only thing that is almost as useful as Adobe is Affinity and that’s also not running on Linux.

MalReynolds , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)
@MalReynolds@slrpnk.net avatar

You might like to look here, github.com/LinSoftWin/Photoshop-CC2022-Linux

No idea if it works, but I installed something similar a few years back, and it worked (might have been CS6 at that). Searching Photoshop linux github has a few hits. There’s also a project for GIMP to skin the interface to look like Ps, I just sucked it up and learned GIMP…

orac OP ,

Thanks. I will probably end up keep using gimp and krita.

yuri ,

I also struggled to get photoshop up and running on my linux machine, I was even going for cs6 too funnily enough. Purely out of exasperation I ended up trying photogimp, and I haven’t looked back since.

I think the look they’re going for is like, current gen photoshop essentials? I don’t really care, it’s close enough to cs6 that it doesn’t feel like I’ve had to relearn anything.

yournamehere ,

github version works for me

Midnight1938 , to piracy in Can anyone help me with a problem with Photoshop on Linux (Lutris)

Man i just gave up and setup windows apps via kvm using WinApps

orac OP ,

Looks interesting, hadn’t heard from it. Thanks.

Moonrise2473 ,

wow that looks awesome

Apollo2323 ,

Oh this looks awesome thank you for sharing!!

randomaside ,
@randomaside@lemmy.dbzer0.com avatar

Im pretty sure this method utilizes RDP. I’m thinking about getting an Intel ARC380 GPU for PCI-E pass through to a windows VM and doing the same thing. I’ve tested this with an Nvidia Tesla k80 (though it’s not a very practical card to have on a desktop). You should be able to get enhanced performance out of the VM if you enforce video encoding on GPU via group policy.

The only downsides are :

  1. passing certain peripherals through RDP fails on Linux from my experience (for example, USB DAC, Xbox 360 USB controller). Your mileage may vary.
  2. absolute mouse position doesn’t work over RDP so don’t try this with any games that need a mouse for camera control (fps) it simply won’t work. If you want to game, lookingglass would probably be better for that but I haven’t tested that yet.
Midnight1938 ,

It does use RDP!

But i have an Intel Iris

pbjamm ,
@pbjamm@beehaw.org avatar

So this is not running Windows apps on linux, but displaying them on your linux desktop. You still need to run Windows in a VM.

Midnight1938 ,

I did say kvm

umbrella ,
@umbrella@lemmy.ml avatar

til this exists, awesome!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines