i sadly cannot find the Original Link :(
But here is the downloaded File upload i found on the Wallpaper Site :P
https://getwallpapers.com/wallpaper/full/1/5/0/416639.jpg
Retro-Hax
- 7 Posts
- 29 Comments
Thanks :D
Honestly the only reason im still not on Wayland aside from the Screenshot Issues “FoR SEcURiTY” :P
ooooo this looks like a cool project :0
Im a Certified Rarioty Hater >:D
Jk jk :P
Retro-Hax@feddit.orgOPto
C++@programming.dev•How would i include a seperate Class in my Constructor
1·14 days agoyup just removed the infinite cycle by just doing class ErrorWindow; inside mainwindow.hpp :P
also if i remove MainWindow MainWin; from main then obviously all i get is a compiler Error as i require MainWin inside my Main Function >.>src/main.cpp:20:5: error: ‘MainWin’ was not declared in this scope; did you mean ‘MainWindow’?
Retro-Hax@feddit.orgOPto
C++@programming.dev•How would i include a seperate Class in my Constructor
1·14 days agoBasically my Idea is/was to use 1 Function that being DisplayErrorWindow and have all the Errortexts basically inside it as nothing ever changes aside from the Text i couldve just used if statements :P
But sadly it wiull only display the first Error Text and not any of the other Error Texts no matter what i modify and i did already check my if statement Logic inside the Function and nothings wrong on that Part :c
Retro-Hax@feddit.orgOPto
C++@programming.dev•How would i include a seperate Class in my Constructor
1·14 days agohuh? O.o
so you mean like this for Example? >.>int main() { ErrorWindow* ErrorWin; MainWindow MainWin(&ErrorWin);and then inside mainwindow source files like this? O.o
class MainWindow { public: MainWindow(ErrorWindow* ErrorWin); private: ErrorWindow* ErrWin; MainWindow::MainWindow(ErrorWindow* ErrorWin) : ErrWin(ErrorWin) {because all i recieve is this error even tho i included errorwindow.hpp inside mainwindow.hpp and cpp file >.>
In file included from src/gui/errorwindow.hpp:20, from src/main.cpp:13: src/gui/mainwindow.hpp:56:27: error: expected ‘)’ before ‘*’ token 56 | MainWindow(ErrorWindow* ErrorWin); | ~ ^ | ) src/gui/mainwindow.hpp:83:5: error: ‘ErrorWindow’ does not name a type 83 | ErrorWindow* ErrWin; | ^~~~~~~~~~~ make: *** [Linux.mk:39: build/main.o] Error 1
well without iocane https://retro-hax.net/ can be accessed but just if i do uncom,ment the iocane stuff then i just get this 421 error But iocane is running via the systemd system and started so i dont understand why it doesnt work easily >.>
Well for me my Physical Host Layout how do you mean? O.o
Like i just use Caddy as my Web Server running on Port 80 and 443 which are open physically on my Router >.>
and i dont think i use a Proxy? >.>
I infact dont even use a Firewall tho i probably should set that up sometimes XD
Retro-Hax@feddit.orgto
Selfhosted@lemmy.world•Harmony - Yet Another Discord AlternativeEnglish
7·1 month agoeh while i appreciate this Project i do also think that contributing to Software like Matrix or XMPP would be better as theyre actually used in Production and Companies :P
Retro-Hax@feddit.orgOPto
Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses
1·1 month agoWell i do usually go for GPL 2.0 only or LGPL 2.1 or later (unless its Python where i usually go with either GPL 3.0 or AGPL 3.0 only) :P
But with writing Assembly by Hand and translating Reverse Engineered ASM from one CPU Architecture to another one that is kinda my unknown basically :(
Especially as im usually a Tooling Dev than a Game Dev more on PC and usually when i write ASM Patches it is for LGPL 2.1 and written from Scratch (So im not modsifying for Example existing Nintendo Code) :P
Retro-Hax@feddit.orgOPto
Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses
2·1 month agoyup basically that as in writing Assembly by Hand :P
Translate 6502 Assembly Code to x86 Assembly Code that in turn Assembles into a Windows 95 Executeable (as im looking to doing some Windows 95 Programming) :P
Retro-Hax@feddit.orgOPto
Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses
1·1 month agoah alright then :0
Thanks! :D
and yea i did refer the 6502 Assembly Code which i got via a Emulator Debugger basically so ill probably just attach the CC0-1.0-Universal License to my Translation and call it a Day :P
I would say it is very much not a derivative due to the Way the Hardware works/differs but hm ill just have to see really >.>
Peak Post! :D
ALso yea i 100% agree! >:D
I personally really do not understand the reason as to why People are so Happy about GenAI like WTF?! >.>
The only Thing i see in LLMs is the use for Translations and Scientific Stuff for Language Helping SUpport and such Cases where it actually makes Sense as a Tool :P
But GenAI as a whole where it just shits out a bunch of NonSense and calls it “Good XYZ Thing” is just ugh -.-
Retro-Hax@feddit.orgOPto
Open Source@lemmy.ml•Question about Reberse Engineered Code and Licenses
1·1 month agohuh? >.>
how you mean? >.>
The Plan is to basically also Open Source it obviously :P
Retro-Hax@feddit.orgOPto
Fuck AI@lemmy.world•Is it even worth it to defend your Human COntent (Code, Art, Music, etc.) against AI anymore?
2·2 months agoi did actually look into AI Poisoning but i am still super confused on how to make it work or as to what exactly is required, etc. >.<
Retro-Hax@feddit.orgOPto
Fuck AI@lemmy.world•Is it even worth it to defend your Human COntent (Code, Art, Music, etc.) against AI anymore?
1·2 months agoi mean yea i can 100% see and understand that obviously :P Just sucks that there isnt an off Toggle or some kind of AI Poisoning that works on the Big Social Medias as well :(
Retro-Hax@feddit.orgto
Technology@lemmy.world•Valve’s Steam Machine has been delayed, and the RAM crisis will impact pricingEnglish
1·2 months agoeh even without high RAM Prices i just cant imagine the Console being able to be affordable at all >.> Like if were talking 600 - 800 Euros then at that Point you can get a PC honestly >.>

yup also true XD