- Joined
- Jun 12, 2024
It’s like HHH but brown and smelly. I like him for how dumb he is. It makes me giggle.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'm not crying about it I'm here to do what I can to make low level shits kill themselves before the below happens.Then why are you crying about it like a fag?
kiwifarms.st##article[data-author="ANNOYING-PAJEET-CSEETHER"]
That is cool, though ideologically, I always prefer to ignore manuallyFun fact. Did you know that every post has a data-author which can be used to setup a rule to filter someones posts in ublock origin?
Code:kiwifarms.st##article[data-author="ANNOYING-PAJEET-CSEETHER"]
Do with this what you will. All I can say is that it's making this thread much more enjoyable for me.
I just don't like having to scroll past seethe stacks.That is cool, though ideologically, I always prefer to ignore manually![]()
I've used Flex/Bison before and that was fun.Okay so the larper doesn't have a job. cool. Anyone here write a language interpreter before? They're pretty neat toys.
I wrote my own preprocessor layer for C once, it was awful, one of my worst decisions and creationsOkay so the larper doesn't have a job. cool. Anyone here write a language interpreter before? They're pretty neat toys.
You know, I originally replied to your comment point-by-point, but now I realize that continuing this discussion will be a waste of my time.<...>
Here's another fun alternative to reading certain types of drivel.Fun fact. Did you know that every post has a data-author which can be used to setup a rule to filter someones posts in ublock origin?
[data-author="someone special"] .message-body * {
display: none;
}
[data-author="someone special"] .message-body:after {
content: 'get creative';
}
It's like how people who brag online like "Im fuckin SO MANY BITCHES and gettin SO MUCH PUSSAY!!!" have never even seen a pussy outside of a screen, except in this case he's bragging about how much money he makes by working 30 minutes each day in three different remote jobs (except for those times when he has to pull all-nighters)Okay so the larper doesn't have a job. cool.
Not for any already-existing language, but a while ago I did start working on an embedded scripting language for Kotlin Multiplatform because I wanted something that would work the same way in every environment without needing to get separate libraries for JVM, JS, and maybe Native and then wrap them in a common API interface. The language I ended up making was pretty simple: no static typing checks and no user-definable data-types, just functions and variables. Its only data-types were Nihil, Text, Whole, Real, Logic, Order, and Dict, and they had those names so they wouldn't be confused with kotlin.String or kotlin.Int or whatever.Anyone here write a language interpreter before? They're pretty neat toys.
I never felt so in touch with my processor as when I wrote Assembly. It was transcendent.Isn't there some inherent benefit to learning Assembly, for example? Of course you cannot do any practical solutions for web design or for a client, for example. But lower level languages seem to have something practical.
I'd argue the main reason that you'd want to write assembly is to understand what the disassembler's spitting out at you when you're reverse-engineering/debugging without symbols.I never felt so in touch with my processor as when I wrote Assembly. It was transcendent.
Useful? Maybe if you want to write your own language and also create a replacement for LLVM. Or for specific optimization edge cases when you're working with a particular chip. You can in-line Assembly in C and C++ code so there are probably still some hacky optimizarions possible, though unlikely you'll ever beat the compiler these days.
Also useful for disassembly, if you want to reverse engineer a program. Or hack it.
The MAIN reason you'd want to learn Assembly though is so you can write custom gameboy ROMs
You might enjoy this little project in that case.I never felt so in touch with my processor as when I wrote Assembly. It was transcendent.
You apply to the very OOP jobs you claim you hated and you are desperate so you suck dick your way past the interview. Now you meet someone like me, ie someone actually getting shit done. All we do is I consistently prove you wrong every 5 minutes for 4 months, which isn't that hard because all you do is suggest we go back to the 1980s and throw away our codebase and re-write it in some autistic bullshit because you're doing the same thing again, now that you have basic income and can eat, you want to pretend to win hipster points.
He never answers any conceptual questions about OOP. He just says "OOP makes money", and then shits in the street.Ok Mr. OOP, let me ask you this:
Are you such a stickler to OOP that you require everything be abstracted via inheritance, or are you OK with a lot of composition too?
In my mind there's the useful OOP and then the religiously overdone OOP dogma but full anti-OOP is a fad too
Sed eheu, non possum in latina codere. Mirabile dictu, lingua deorum est C, sive C++. Lingua pessima est Iava, lingua gentis stercorum.Te interficiam tum pedicabo, barbare. Anglicam dixisti sed Latinam cogitavisti! Loquere in lingua virorum, non bestiarum.
There's nothing pretend about the fact I can write video games for a variety of 1980/1990 video game consoles and you can't.Knowing assembly is immensely useful for pretending to flex
I get that. I was trying to mod a UE4 game and spent the better part of 4 hours trying to find a binary signature to a function that ran at the start. I never did.There's nothing pretend about the fact I can write video games for a variety of 1980/1990 video game consoles and you can't.
You just got flexed on, pleb.
Also reverse engineering is a highly competitive and paid profession, but that's beside the point.