Hey, post below where you're traveling from, might find someone else to talk to during your trip, that's always nicer
On thursday, I'll be in Munich from ~8AM til Lufthansa flight #2508 departing at 10:50AM
Account Details | |
---|---|
SteamID64 | 76561198020242938 |
SteamID3 | [U:1:59977210] |
SteamID32 | STEAM_0:0:29988605 |
Country | France |
Signed Up | November 6, 2012 |
Last Posted | October 6, 2024 at 5:46 PM |
Posts | 848 (0.2 per day) |
Game Settings | |
---|---|
In-game Sensitivity | |
Windows Sensitivity | |
Raw Input | |
DPI |
|
Resolution |
|
Refresh Rate |
Hardware Peripherals | |
---|---|
Mouse | |
Keyboard | |
Mousepad | |
Headphones | |
Monitor |
Hey, post below where you're traveling from, might find someone else to talk to during your trip, that's always nicer
On thursday, I'll be in Munich from ~8AM til Lufthansa flight #2508 departing at 10:50AM
https://clips.twitch.tv/SavoryColorfulEyeballBabyRage
https://clips.twitch.tv/SteamyRoundTirePeoplesChamp
I am looking forward to it! :)
Arie- Your username sanitization is broken, try changing your name to have < in the middleWhat happens? Is this a potential XSS issue? Has anyone changed name to <script>alert("hi");</script> yet?
From what I guessed off this comment, the site prevents you from using certain characters (i.e.: < and > would disappear when you submit)
There's still XSS potential if the HTML templates don't do any sanitization, which is possible if the dev just believes it's not a risk since it's "impossible" to submit something unsafe
EDIT: nvm from comment below it looks like a Yikes
I'm a freelance webdev and sysadmin if you guys need, can also do consulting and infosec :^)
The Matcherino page is broken for me, it only does it for the i65 one (other tournament pages are fine). It reports this error https://reactjs.org/docs/error-decoder.html?invariant=185 if you feel like calling them up
on another note, big shoutout to samifaceit, this is quite very cool
Does anyone have a spare headset? I just realized I only have earbuds, they have a mic and I would be fine, but I'd rather have something better to transmit mic
Cheers
EDIT: Adysky's hooking me up, bless
doesn't RGL provide match servers?
SetsulEDIT: Imagine being too drunk to understand a joke.
""""german humor""""
SetsulThen how do you think does hardware acceleration on MacOS work? It just runs DirectX directly?
The ability to have hardware acceleration on Mac is absolutely off topic, having your VM provide hardware acceleration to Linux from a OSX host is *also* off topic because the kernel doesn't magically implement the Metal API. From a Linux VM hosted by OSX, you can't run binaries that link to the Metal API.
It's propriatery and nobody going to reverse/re-implement it.
SetsultwiikuuLinux VM on a MacOS host.SetsulStep 1: Acquire a Linux VM with Metal support.wtf are you talking about, metal is a proprietary Apple API
I mean the whole reason for this thread is that he's on MacOS.
Didn't think I'd have to spell that out.
that's not how that works
SetsulStep 1: Acquire a Linux VM with Metal support.
wtf are you talking about, metal is a proprietary Apple API
Twiggy= lower level of abstraction?
gotta need that to optimize the shit out of the bad graphics cards on mac amirite
yes it is a lower level of abstraction, Vulkan is to OpenGL is what C is to like javascript or Java
you manage the entirety of GPU resources yourself, as opposed to old OpenGL where you do whatever and driver could do things well or not
TwiggyBut don't you introduce significant overhead by doing so?
surprisingly its not really the case when Valve did it for their Source games when they added Linux+OSX support
I dont know much about MoltenVK but I think it's a similar story as well?
I've been following a Rust project for a while (https://github.com/gfx-rs/gfx) and it seems like DX12, Vulkan and Metal are very close in terms of API so you could generalize an API to work on either (what gfx-hal does) or translate between (whch is what MotltenVK does)