I just made The LITcher (https://t.co/gUSH1pzheW) - a tool to spawn lights for TW3- public :D
With @FransBouma tools, it's a great way of having a ton of fun for portraits or what do you know.
Here's a little demo, pardon my VP skills :)
#VirtualPhotography#thewitcher3
Medallion's humming... that can only mean one thing! It's time to announce The Witcher 3: Wild Hunt - Songs of the Past! ⚔️
This brand new expansion for The Witcher 3: Wild Hunt will take you to the Path with Geralt of Rivia once more. It’s being co-developed with @Fools_Theory and is coming to PC, Xbox Series X|S, and PlayStation 5 in 2027. Stay tuned for more information in late summer. ⏰
@NattyDread011 Imagine setting all that up for the game to crash then — I think Frans should include a random timer for the tools to crash to free some VPers of their own torture
@Franiu2_@wekoautentico Recuerdo lo mismo. A mi también me llegó por correos de chile y cuando lo fui a buscar a la sucursal, ahí me cobraron el importe.
@alexpotato@vaxryy python having a package manager has nothing to do with its capabilities by itself. If you want to replace bash, you can do 99% of the work with the stdlib. You have RE, urllib, json, etc. Way more utils than bash, and in extreme cases, you can just do https://t.co/Z8yZ2gmvzN.
Rust in Android "a 1000x reduction in memory safety vulnerability density compared to Android’s C and C++ code. But the biggest surprise… having a 4x lower rollback rate and spending 25% less time in code review, the safer path is now also the faster one"
https://t.co/bO2zKSUxUi
@johndisandonato@HSVSphere There was a point in twitter where one could genuinely learn about new things (I learned a lot abour C & UB in here!) but this discussions have been nothing but embarrassing.
Honestly this has been pushing me on just removing this app.
I think it's safe to say I don't care about twitter anymore. I don't check it so if you have anything to ping me about, do it on @\https://t.co/ka9VcuGpgQ you know where ;)
@SebAaltonen I think *most* is more adequate than *all*, and I bet this is hardly a common use case. I'd bet any laptop at that price range would struggle doing this.
@rfleury@mbur82 on Rust you have to signal your type to be `Copy`able, and in the case of C++ it can be tricky because even if you have the vector as a ref type in the argument, if you do `auto b = arg1` and arg1 is of type `T&`, it gets downcasted to `T`, in Rust that cannot happen.
@ShinyQuagsire sometimes I think myself 'you know, maybe c++ wasn't that bad'
then I remember whenever I have to debug a class/struct I have to manually print. fucking. *everything*