The Linux Thread - The Autist's OS of Choice

  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
If I may bitch about another DE for a moment: I despise absolutely everything about kwallet. What a massive piece of shit. It decides to break itself at the worst possible times and now I can't access my secrets in Chromium browsers. All because I dared to use a tiling WM (Hyperland). I may end up uninstalling it all together and using Cinnamon or XFCE for when I need a DE. Kwallet is that fucking bad. Or rate me dumb since it's just how Chromium browsers seem to work.
 
All I know is I can't get fucking Window shading in KDE Wayland and the bugs been open for like 4 years and they claim it's impossible. Please, just let me use the computer how I've been using it for 30 years.
Now now. This has only been a feature of X Window managers since MWM in the late 1980s. X Windows had been around for nearly half a decade at that point! Let them cook
 
If I may bitch about another DE for a moment: I despise absolutely everything about kwallet. What a massive piece of shit. It decides to break itself at the worst possible times and now I can't access my secrets in Chromium browsers. All because I dared to use a tiling WM (Hyperland). I may end up uninstalling it all together and using Cinnamon or XFCE for when I need a DE. Kwallet is that fucking bad. Or rate me dumb since it's just how Chromium browsers seem to work.

DEs integrating into browsers is ... a mess.

GNOME keyring (do/say the needful) refuses to commit anything to memory. Especially opening on login.
 
KDE's is the only one worth looking at in my opinion. They actually fix useful stuff, like browsers having completely broken MPRIS.

Ah yes, "Firefox is playing media" my beloved. Don't even tell me what it is, just tell me it's happening and NOTHING else.
 

Literally as I was typing a scathing hot rebuttal I was hit with what can only be described as divine punishment: for three fucking hours I have been dicking around with a broken guix repl. Why you may ask? Because some esoteric Wayland dependency fucked up my GUILE_LOAD_PATH sourcing and made me keep hitting mismatches. It took me, I shit you not, three hours to fix it. The crow has been eaten. Touche, good saars. Maybe Evil EXWM might be the play after all.
 
They also want to be a religion of some sort, like a homosexual sex cult
It is the funniest shit when the laptop I purchased 8 months ago now has "hitler particles" in it's branding because the laptop company endorsed using hyprland and Omarchy. Some gnome developer went on about hitler particles and how Omarchy and Hyprland have it.

It is the funniest shit. These people aren't about making good software they're about stinkditch activism and troonshine. People who actually do good work are being exiled.
 
I always thought GNOME sucked because they were always trying to be Apple, but it turns out they suck because they want to be Apple AND Microsoft.

Looking at the layout of Mac OS, the only thing GNOME managed to copy was the folder icons, everything else is some Android 5.0 era UI without the utility.

I don't even know how these idiots managed to use an Apple product outside of browsing the web.
 
Blah blah blah
Right maybe its time I give you guys a update.

Right now im busy building a PROPER rootfs.
My previous ROOTFS i used is pretty much as useful as a starved north korean.
No modules, no files in bin besides mipsel and I have to type busybox-mipsel command for every single fucking thing.

In the meantime lets go over decompiling this piece of firmware shall we.

1764883480108.png

First off its pretty insane, how much Ghirda is able to decompile, like it found EVERYTHING.
Anyways here is what we do know.

Instead of loading icons from the EPPROM it creates partitions but not in ram no. But in the programs OWN BINARY.

1764883930549.png
See that black. Thats pure FF's, megabytes. This file is 13 megabytes and the majority of it is zeros.
These zeros are alot like RAM, It moves fonts
1764884070220.png
Icons and images(NOTE, I cant extract the images from the binary, im not the best at reverse engineering in fact I kinda suck at it, if anyone wants to try and get the images out that would be cool.)
And uses it like ram? SO the programs binary is like a mini swap partition except instead of ONLY using it when its low on ram it uses it for everything all the time.


But also something interesting is the leftover and disabled features in the program.
1764885034348.png
Built in DVD playing? Hm interesting, of course on this model of tv there is no such thing but its 100% just code leftover from a era where Sony used to put physical DVD players in there tvs.
1764885143584.png
Its interesting because the TV I chose is one of the VERY last tvs to made before we entered the era where smart tvs started. This is one of the last tvs to have no internet features. But even in 2008 there was code leftover from a whole bunch of other things.

Interestingly enough there appears to be support for satellite TV. Most TV providers I had as a kid had the cable box that handled the signal and sent it to the TV, we NEVER had the tv just DIRECTLY do the cable boxes job. So it is weird seeing support for that.

Anyways lets get into the weird leftover strings that I can NOT explain or what it means.

1764885451772.png
What the hell is HDMI with analog?? That makes no sense?
1764885613759.png
1764885792853.png
Satellite support? Seems that maybe there seems to be some planned or fully implemented form of cable tv without the use of a box?
And camcorder?
(EDIT: My friend found a update file of the TV and he was able to extract SOME pngs from it. Im still looking for anyone down to get the MAIN thing I want which is the assets from the Phillips folder)
az1n_screen_5-epg_bg.full.png
Huh. Intresting. So it was like a system where you did not need a cable box and just watched cable directly from the tv?


Oh yeah what were we talking about. OH RIGHT LINUX.

anyways im building a NEW rootfs and switching to a new kernel that can support modules, ive gotten further but this post has gone on long enough but but ive tried ALOT of different mipsel distros and solutions. I have the following problems.
1.Trying to stay old, Compiling modern linux for modern day linux on a 32bit arch that is rarely talked about would be a nightmare, its better to go fro something a little older. Problem is that means COMPILING it will be a pain. GCC and all the other things to be build and worst of all some of these dependencys have dependencies of there own.
2.IT NEEDS TO SUPPORT MODULES FOR EASY DEVICE EMULATION. This is the hard part.
Code:
root@(none):/philips/modules/custombyhunter# insmod ./shmemipc_drv.ko
[   73.428000] shmemipc_drv: no symbol version for module_layout
insmod: error inserting './shmemipc_drv.ko': -1 Invalid module format
root@(none):/philips/modules/custombyhunter# uname -r
3.2.51
root@(none):/philips/modules/custombyhunter# modinfo ./shmemipc_drv.ko
filename:       ./shmemipc_drv.ko
vermagic:       3.2.51 mod_unload modversions MIPS32_R1 32BIT
Pretty annoying.

This stage is not the stage where we will see progress but rather its making a new journey that will give us the ability to continue making progress. Once im able to load modules I will able to fake a device called shmemipc which I believe if my suspicion is correct is the framebuffer that gets used (Well not JUST the framebuffer but its stored in there)
1764944865254.png
I wish they just directly wrote to /dev/fb0 but life is never easy like that now is it.

So thats currently where im at. Ive tried debian and a bunch of others but im deciding what I should use(I have already decided) that can load modules so we can get further and maybe automate my dev environment a bit more.

Anyone whose more intrested or has ideas or questions feel free to ask cuz this is really fun to do.
 
Looking at the layout of Mac OS, the only thing GNOME managed to copy was the folder icons, everything else is some Android 5.0 era UI without the utility.

I don't even know how these idiots managed to use an Apple product outside of browsing the web.
also unlike macos gnome is pretty keyboard driven
people say its very touch accessible but as someone using a linux tablet id much prefer kde for just about everything except the osk on wayland, and that will change very soon
for now gjs-osk is the supreme champion of wayland keyboards and its depressing
 
I always thought GNOME sucked because they were always trying to be Apple, but it turns out they suck because they want to be Apple AND Microsoft.
GNOME sucks because they want to be edgy, avant-garde visionaries redefining the desktop experience while simultaneously demanding that GNOME be the default DE for every distro. It's the same kind of hubris that leads to the demand for girldick to be normalized.

If the GNOME people were actually serious about boosting adoption among normal people, they'd have made something like KDE (and in fact, GNOME before version 3 was like that), but they only care about carrying out their desktop computing social experiments while forcing as many people as possible to take part.
 
(and in fact, GNOME before version 3 was like that)
That's just what getting taken over by trannies looks like. All prior goals get thrown out the window and replaced by ideology and gocksucking. It's pure destructive hedonism, and it's extremely apparent in many projects. Red Hat may be another example, at least in one division. The trifecta of RUST, Wayland and GNOME are most prominent, and were the most worthy targets for troons because so many projects depend on them directly. Only the Linux kernel itself is more important, and that gock-putsch failed. Lesser, even lower-T troons can only hope to take over individual distros (like happened with NixOS) which impact very few people, and therefore they cannot jerk off to it as hard.

In other news,
Sonic-DE.gif
It's so fucking over.
 
That's just what getting taken over by trannies looks like. All prior goals get thrown out the window and replaced by ideology and gocksucking. It's pure destructive hedonism, and it's extremely apparent in many projects. Red Hat may be another example, at least in one division. The trifecta of RUST, Wayland and GNOME are most prominent, and were the most worthy targets for troons because so many projects depend on them directly. Only the Linux kernel itself is more important, and that gock-putsch failed. Lesser, even lower-T troons can only hope to take over individual distros (like happened with NixOS) which impact very few people, and therefore they cannot jerk off to it as hard.
When does the ACKpocalypse happen to save our technology from these pests?
 
When does the ACKpocalypse happen to save our technology from these pests?
General tranny fatigue has already set in and they've been successfully rebuffed from usurping some projects like the Linux kernel itself.

Eventually these people will slowly ACK themselves or fade in obscurity and the next gen of developers (now more immunized against the mass troon delusion) will replace them.

Hector Martin/Lina was considered an irreproachable paragon of the open-source community just two years ago. Now the fat Spanish troon is a nobody and his nepo cancer network is slowly disintegrating.
 
Sailfish's UI is still proprietary (a).

If these 3 2 projects, which Nool uses, are that ego-driven, how much of a detriment would Sneedforo be to them? Reminder: The Farms needs more Rust Developers.
RUST, probably a lot, since it's not fundamentally broken. The tranny cultists merely use it as an ideological implement, it works just fine as a programming language in its own specific domain (which is developing Mozilla Firefox). Using it for Xenforo is a lot less questionable than using it for fundamental Cloudflare infrastructure, or the Linux kernel.
Wayland, on the other hand, is troon-first, usability second. No matter how much you use it, it'll still be troons in charge and you'll suffer for no real gain. There is no usecase for Wayland outside of culture wars. If X11 wasn't chronically, deliberately underdeveloped, it could have most of the features Wayland (falsely) touts, and it has to play catchup now that Red Hat enacted the quiet part out loud; moved to the extinguish part of the itinerary.
You can live together with RUST, as long as its ideologues haven't forced it into every place where it doesn't belong. You cannot live together with Wayland, and that's by design.
 
Back
Top Bottom