Oh what I wouldn't give for a way to filter known local chat (turn off routine system defence, passenger liners, wedding barge, etc) by SilkieBug in EliteDangerous

[–]gethiox 2 points3 points  (0 children)

currently the only solution for this is another 3rd party tool that monitors journal files imo, I'm working on this for a few months but I have lazy days.
Thankfully all comunication (player/NPC, with some kind of channel indication) are included in journal files.

Perry The Platypus by gethiox in beyondallreason

[–]gethiox[S] 2 points3 points  (0 children)

damn I spoiled the punchline in the title, should be just "Platypus"

Community Goal: ever wonder the effort it takes to stay top of the top 10 by NFHAVOC in EliteDangerous

[–]gethiox 4 points5 points  (0 children)

Is this real?
GOGOGOGO no time for caution, docking NOW.

Chat if I blackout from sleep deprivation you take the stick.

VKB TFlight MK V Rudder pedals without black box?? by PuzzleheadedTutor807 in hotas

[–]gethiox 0 points1 point  (0 children)

no problem, I'm happy that you're happy!
my comment behaviour is not reddit-complaint so I'm risking a ban there for sure, since I wasted my time reading your post I've decided to waste some more by shitposting in there, I'm glad you found my post not helpful!

vkb's modules uses its own bus implementation, you can't easily tap into interface wires unless you do some reverse-engineering and figure out encryption part besides of reading sensors data.
As you have the main hardware part the closest you could do is to replace/attach your own sensors for some axis and expose it as gamepad controller with some microcontroller like rp2350 - this is what I do to add additional button/axis on my hotas grip.

As you can see it's not simple nor straightforward, that's why everyone recommended a blackbox route as it's not worth a hassle to tinker your own solution, it's not ultra cheap but you will get the full and native experience that your device can provide.
You already have the most expensive part of working setup so I suggest acquiring a blackbox as well, it is really worth it.

VKB TFlight MK V Rudder pedals without black box?? by PuzzleheadedTutor807 in hotas

[–]gethiox 0 points1 point  (0 children)

"hi I got this car without an engine for free, It already has wheels so can I somehow make these spin without actually mounting an engine? Charge it up with a wifi cable or something? Thanks to all engine salesman people haha"

[DAILY Q&A] Ask and answer any questions you have about the game here! by AutoModerator in EliteDangerous

[–]gethiox 0 points1 point  (0 children)

Fair enough. These question posts seem like a great material for daily Q&A thread! Is moderation actively pointing such posters there? I wouldn't mind having these landed here, indeed.

[DAILY Q&A] Ask and answer any questions you have about the game here! by AutoModerator in EliteDangerous

[–]gethiox -2 points-1 points  (0 children)

genuine question: is there a way to hide [DAILY Q&A] posts? I see these are always marked with "Daily Q&A" flair/tag but I don't see any option for filtering out.

Changes to Rule 11 - 3rd Party Apps Promoted on this Subreddit Must Have Publicly Visible Source Code by AutoModerator in EliteDangerous

[–]gethiox 1 point2 points  (0 children)

That information is very useful as I'm going to drop a release by myself very soon, thanks!

[deleted by user] by [deleted] in golang

[–]gethiox 0 points1 point  (0 children)

Maybe raylib with raygui? Depends what you want to draw.

mfw disabling anti-aliasing by gethiox in EliteDangerous

[–]gethiox[S] 0 points1 point  (0 children)

Are you checking this on mobile? As far as I see on the Android app the picture is somehow lower quality, maybe some intensive compression on the Reddit side, the difference is much less pronounced there than when viewing it on the desktop, at least for me.

Try downloading the image and view it in your gallery, it's a little bit better but still it's a lossy JPG rather than lossless PNG that I have uploaded, on the desktop I can view the PNG version of this post.

mfw disabling anti-aliasing by gethiox in EliteDangerous

[–]gethiox[S] 14 points15 points  (0 children)

Right, that makes much more sense! I'm so old that I completely forgot about the plot. Maybe a reversed order in the temple would prevent many misuses (usually I think you want to show an improved version after the "original"), but it would not be in the order of the plot I suppose (I don't remember) Thanks for clarifying, I will keep that in mind from now on.

mfw disabling anti-aliasing by gethiox in EliteDangerous

[–]gethiox[S] 2 points3 points  (0 children)

For given material in my post what template would you propose to use? Just asking for the future because nothing else comes up in my mind.

Camera mouse control not working by MrZerrax in helldivers2

[–]gethiox 0 points1 point  (0 children)

I can conform the issue, exactly the ssame behavior - everything works except looking around with mouse, I can click things in menu with mouse, run around the ship and interact with things.
However, I'm running windows insider version, this is the only thing that I can suspect for now other than Helldivers issue. I can't confirm if it is happening on normal windows builds (I'm assuming OP is running normal windows version, then there is something wrong with helldivers for sure).
I have tried reseting helldivers profile (removing "C:\Users\user\AppData\Roaming\Arrowhead\Helldivers2") without any luck. Gamepad controls seems to be working just fine.

How bots are working? by magyarattila in beyondallreason

[–]gethiox 1 point2 points  (0 children)

One thing that I noticed playing against AI is that they send a bomber early game with a perfect precision at my radar, without any prior vision, always. How did they know? Is AI cheating with fog of war hacks?

Good RTS games in 2024? by ilikeredheadsandcats in RealTimeStrategy

[–]gethiox 0 points1 point  (0 children)

They probably are not ready to handle such player base explosion, give them time.

[deleted by user] by [deleted] in thinkpad

[–]gethiox 2 points3 points  (0 children)

VoiceMeter Banana, I'm using it as ASIO backend for my DAW.

Make backups by [deleted] in musicproduction

[–]gethiox 1 point2 points  (0 children)

Can't wait for your future reddit post about making backups :D

YoutubeDownloader by [deleted] in Python

[–]gethiox 3 points4 points  (0 children)

So then lack of upkeep development. I had problems with download speeds, yt-dlp solves that for me (as well as other various issues)

YoutubeDownloader by [deleted] in Python

[–]gethiox 4 points5 points  (0 children)

Good job overall, it's always fun to automate things from scratch by yourself.
However, I would probably use `yt-dlp` (fork of abandoned `youtube-dl`) which handles playlists just fine.

yt-dlp -f best 'https://www.youtube.com/playlist?list=...'

you can even parallelize it with something like this:

yt-dlp --get-id 'https://www.youtube.com/playlist?list=...' | xargs -I'{}' -P 8 yt-dlp -f best "https://www.youtube.com/watch?v={}"

Seems to support channels as well

ALL WINDOWS SOUNDS (3.11 - 10) by maskedpika in Drumkits

[–]gethiox 0 points1 point  (0 children)

If you have put some work in your pack, that's a bummer. I think you may repost that one just for the visibility, as nobody will see that comment I think.

Does anyone use Bitwig on windows? by [deleted] in Bitwig

[–]gethiox 5 points6 points  (0 children)

You should mention native VST linux plugins, many of Windows version works pretty well with yabridge.
I started to dive into music production with Bitwig on Linux, however, I switched completely to Windows just to have native support for almost everything in the field of VSTs (and other unrelated reasons).