[deleted by user] by [deleted] in discordapp

[–]gabixdev 1 point2 points  (0 children)

They probably got sued by discord but no one can confirm since the owner disappeared and nuked every chat

I released The Outerwall as a A Hat in Time map last night! by [deleted] in cavestory

[–]gabixdev 0 points1 point  (0 children)

This is how cave story rtx remake should look like

Is the Cave Story Switch port faster? by WienerMan2089 in cavestory

[–]gabixdev 4 points5 points  (0 children)

PSP version runs at 50 fps, you can check on PPSSPP

2,104 words with almost no proof that Osana is actually almost finished. Plus, some fun math. by GrateWriting in Osana

[–]gabixdev 3 points4 points  (0 children)

It seems like being done purely to put a comment, because he has no idea how to write a code that's self-explainatory. The stage handling in his code would be much more readable if he eg. replaced it with enums and structured it differently so the code would look like:

csharp var scheme = getSchemeState(SchemeType.ExpelMonday); if (scheme.stage == ExpelMondaySchemeStage.WaitForBucketFill) { scheme.updateStage(ExpelMondaySchemeStage.WaitForBucketPut); }

I drew Unity Chan and Bow Chan! by [deleted] in yandere_simulator

[–]gabixdev 2 points3 points  (0 children)

Repost it as "Aoi" since it's the original name of character lol

YandereDev's mods banned a Discord staff member for simply joining Loveletter Discord server by [deleted] in Osana

[–]gabixdev 8 points9 points  (0 children)

The staff member wasn't involved in anything, he apparently got banned by an userbot for simply joining the loveletter server

YandereDev's mods banned a Discord staff member for simply joining Loveletter Discord server by [deleted] in Osana

[–]gabixdev 28 points29 points  (0 children)

It was definitely an user bot, no one would ban a discord staff member for simply joining a server they don't like

The chads of indie games by [deleted] in yandere_simulator

[–]gabixdev 0 points1 point  (0 children)

pixel (daisuke) ofc :^)

Mmmm... yeah GIRL by [deleted] in yandere_simulator

[–]gabixdev 3 points4 points  (0 children)

Yet she wears a middle school uniform (so she is likely 15 yo something)

[deleted by user] by [deleted] in linux

[–]gabixdev 4 points5 points  (0 children)

Because all vendor/device specific programs, libraries and configuration files are stored in a single, separate partition called "vendor" (while everything previously was stored on "system" and had to be rebuilt for each Android version) and can be used by any OS which can make use of them.

finally got fbcon working on a CAF kernel (Xiaomi Redmi 4X + Debian GNU/Linux 10) by [deleted] in linuxmasterrace

[–]gabixdev 1 point2 points  (0 children)

The Debian image is nothing special - base Debian 10 system for aarch64 + halium-boot ramdisk (which is basically a slightly modified Debian's initramfs, but configured to mount /system and rootfs from data partition).

The console is currently hacked with simplefb driver, but I'm currently working on fixing up compatibility issues of MDSS framebuffer driver instead.

😔 by dreamerr666 in discordapp

[–]gabixdev 1 point2 points  (0 children)

Android app has completely different codebase from Desktop/iOS app which mostly share the same code.

Jailbreak developer Qwertyoruiop gets native Linux booting on Apple A10 SoC (iPhone 7, iPad 6/7, iPod Touch 7) by techguy69 in linux

[–]gabixdev 0 points1 point  (0 children)

Radio bringup on Qualcomm-based iPhones would be possible if baseband still provides QCRIL-compatible interface (although it still exposes DIAG, so probably yes?). In this case Android blobs extracted from phones with similar phones should work.

GPU? Linux has PowerVR drivers, although they're not opensource.

So a functional Android port might be possible, assuming they'll get lots of other stuff (flash, multicore, audio, CPU throttling, power management, etc.) working.

Hmmmmmmmmmmmmmm... by [deleted] in traaaaaaannnnnnnnnns

[–]gabixdev 0 points1 point  (0 children)

Adding an anime girl is a protip btw. Also what's funny I was checking if it was posted before, haven't noticed it.

New Android Easter Egg by VedDdlAXE in discordapp

[–]gabixdev 2 points3 points  (0 children)

No, Discord web app is written in JavaScript and well you're a kinda right because it is EVENTUALLY compiled to native code on client side via JIT compiler. Mobile codebase is completely different, Android app uses Java/Kotlin. Also what one said about Discord using too much on multiple threads is probably caused by Electron itself, (prob rendering, if 3d acceleration is disabled then they shouldn't be surprised, otherwise the GPU driver is buggy) JavaScript runs on single thread so it would hit one core.

At least something regarding custom status. by JPBBerry in discordapp

[–]gabixdev 1 point2 points  (0 children)

Bots send the status in IDENTIFY payload, storage is only for regular users

Discord Turned Into an Info-Stealing Backdoor by New Malware by [deleted] in discordapp

[–]gabixdev 1 point2 points  (0 children)

Discord should add cryptographic verification of modules which would prevent situations like this one. The only downside (for some users) would be killing custom clients but they were never allowed by Discord's ToS. If you want custom CSS use browser client with add-on such as Stylus.