Alexander "Ananace" Olofsson
Alexander "Ananace" Olofsson
In my case; ``` CPU: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz GPU: Radeon RX 580 Series (POLARIS10, DRM 3.26.0, 4.18.0-sabayon, LLVM 7.0.0) Driver: 4.5 (Compatibility Profile) Mesa 18.3.1 ``` I've...
With the patched wininet dll, my own launcher executable, and a bit of tinkering, I've gotten it to go ingame and run at near native performance. On a i7-7700K and...
@GloriousEggroll [The project](https://github.com/ananace/wf_proton_launcher) should just be a regular Visual Studio 2017 solution, the code's a bit of a mess though as I just grabbed an old launcher from an abandoned...
For Flatpak on Linux there's an existing [DBus API](https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.portal.Flatpak.UpdateMonitor) (as well as [an API in libportal](https://github.com/flatpak/libportal/blob/main/libportal/updates.h)) for detecting and doing automatic updates, and - without any DBus/libportal usage - there's...
There is the XDG global shortcut portal API ([PR](https://github.com/flatpak/xdg-desktop-portal/pull/711), [Docs](https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.GlobalShortcuts)) which should also allow for binding global shortcuts on Wayland in a DE-agnostic way - though with a bit of...
The problem with offline messaging is not that it's unsafe to store the messages in your client. The problem comes when your client goes offline before your friend can come...
The problem with storing them in the DHT is that you would have to attach identifying marks to them, since the network would have to know whom to deliver the...
I wonder if it could be possible to apply some P2P magic when transferring files in a groupchat, let other people who've downloaded the file act as additional sources for...
You could have a small - signed - manifest for the file that is sent transparently with it, for validations sake. That way you don't have to worry about the...
One reason to implement it in core - or at least against core, would be to allow for syncing aliases between devices once multi device support is done. Though that...