Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

4chan dipshit dissing me

Name: Anonymous 2025-04-08 6:40

Anonymous Wed 19 Mar 2025 01:26:47 No.2905404 Report
Quoted By: >>2910433,1
>>At least he hasn't followed up on the requests to post the code to his solution... given that it's already ~250k lines of C++ that doesn't actually do much of anything yet. :o (also, it's one function, aside from the thousands of global variables outside the function.)
The funniest parts of yanderedev and mikeeUSA programming schizophasia combined
https://archived.moe/diy/thread/2905124/#q2905404

Name: Anonymous 2025-04-13 4:43

>>33
I remeber some guy dissing me (on 4chan, to his "buddies") that his girlfriend didn't like my game.
I am going to kill him.
Someday.

Zoomer fucks like you will be drafted and we will kill off your entire generation.
As you are hostile to us and oppose us marrying young virgin girls.

You have set up a system where the choices are "liberal" feminists, and "conservative" anti-pedo zoomers.
We will kill you both.

Name: Anonymous 2025-04-13 4:44

>>33
We are not going to respect you.
We resent you.
We are going to kill you.
Get out of our projects you fuck.

Name: Anonymous 2025-04-13 4:47

>>33
oh so that's why CEA can't run on any major distro. doesn't work with xorg. got it.

>Works for 30 years.
>Zoomer changes things because "WE DEMAND RESPECT" "We do NOT like Pedos and Creeps and do NOT allow them in OUR projects"
>This is my problem somehow.
CEA works fine.
We are going to kill your generation dead and gone. No matter what it takes. You anti-pedo feminist pieces of shit.

Name: Anonymous 2025-04-13 4:48

>>33
We are going to kill off your generation for ejecting us "Pedos and Creeps" from our projects. You have converted our property. We will convert you thence too.

Name: Anonymous 2025-04-13 4:58

>>38
>It runs on my machines and already benifits me in that way.
Zoomer dipshit Rika wishes he could post a wojack (red) with the quote "it runs on my machine" as a "counter" here,
But he can't (Text board)

Name: Anonymous 2025-04-13 5:03

>>33
>It MUST work on "modern" AI-spying platforms
Why? I don't use those.
It's your problem.

You can either fix it yourself or pay someone to do it.
You aren't paying me, so I don't care.
Infact you oppose me marrying young girls: so nothing you could pay me would be actual money (actual money was invented to buy young girls for marraige in Sumer).
I won't help you.

I won't.
Divverent helped me. When we were both in university.
But I will not help you.

Name: Anonymous 2025-04-13 12:26

wait does mikee think I'm Rika ? I dont know C, I write Go for a living

Name: Anonymous 2025-04-13 12:38

>>47
everyone is Rika

Name: Anonymous 2025-04-13 13:36

by the way, the libjpeg8 deb you include in the latest CD from 3 days ago doesn't install on anything except buster, because only buster had the multiarch-support package available in it's repos.

a work-around that _does_ work is running the 32bit binaries and installing libjpeg62-turbo:i386, which is available in bookworm/main.
there is a amd64 port of libjpeg62-turbo in main as well. I'll see if it works when compiling amd64 later.

Name: Anonymous 2025-04-13 13:41

>>49
by the way, the libjpeg8 deb you include in the latest CD from 3 days ago doesn't install on anything except buster, because only buster had the multiarch-support package available in it's repos.

Yes it does. You have to dpkg -i --force it.
Then go into the /var/apt ... text files and remove the "this is wrongly installed" line manually (so you'aren't bugged about dependancies forever).

That's what I did to get it to "work" on devuan.
Works fine.
(64bit binaries)

>a work-around that _does_ work is running the 32bit binaries
The bin you should be running on linux is 1) one you compiled yourself :P :^)
OR:
2) /GITREPOS/gitrepoblablabla-glx-64
using the shell script in the top level directory (GIT-REPOS-...SH)

What's the point otherwise?

Name: Anonymous 2025-04-13 13:42

>>47
wait does mikee think I'm Rika ? I dont know C,
Rika doesn't know C and hates C (how can you hate something you don't know? Hate is a personal thing. Without knowlege, there can be no true hate, only white barbarism)
I write Go for a living
Disgusting.
Should be Ada for 1980s missile batteries if you're going that way.

Name: Anonymous 2025-04-13 13:44

>>48
>everyone is Rika
Rika's key attribute is a belligerent hatred of C.
>everyone is Rika
(everyone knelt in respect for the truth of the statement)

Name: Anonymous 2025-04-13 13:49

>>49
I should include the source for the libjpeg version so people can just compile it themselves.

Note: if you create a makefile, or patch that works on your machine, and you keep it GPL, I am open to putting it in the "here are make files for other architectures" folder. Where I put the ones that work for various versions of windows etc.

The ./all build process is not the only one for linking crypto libs.
My friend just regex/replaced all the instances of the CryptoLib variable with the path to the actual library on linux mint. And that worked for him: a how to is included in one of the docs directory.

You can do the same for other libs if you want to use something else and don't want to learn the make files.

Also on "modern" compilers you have to add to both the compile options and the linker options the old default option regarding mixing static libs and movable memory address libs.
That used to be default allowed.
It was changed for no real reason
(Remeber: Grsecurity does these things correctly in the kernel and with it's gcc additions: and fully)

Name: Anonymous 2025-04-13 14:34

Whoops, I think I don't have the proper CD, it's complaining about xonotic.git. Probably should've snagged a development CD; but that's all the time I've got today, Easter is a busy time so I'll be back tomorrow hopefully

Name: Anonymous 2025-04-13 20:43

>>54
If you are using the ./all script to compile the engine (ex: ./all compile -r )
instead use the newer compile only engine option
(./all compileengineonly -r )
make sure your darkplaces systemlink is pointing to darkplaces_working on and not darkplaces_master (_workingon is the default for the zip, and it's the newer branch with the new stuff)

-r means "release" (so it's fast, omitting this makes it slower by far)
the options for ./all are:
./all compile -r (compiles C and QC and tries to dl maps if allowed to)
./all qccompileonly -r (compiles only the QC (looks in Xon../data/qcsrc etc (that is in the zzzzzz..pk3, if you want to hack on it you can extract the qcsource so it's in the data dir: this is how we used to work on it in the nexuiz days. Note: QC wastes globals for everything. Every setting you want to have in a config file wastes a global, every string you reference wastes a global, every variable in an "array" wastes a global, every subroutine wastes a global, every reference to a numer wastes a global, every vector that is new wastes a global (ie: 1 1 1 vs 1 1 2 wastes 6 globals).

The only thing that doesn't seem to waste a global is using a local scalar variable declared at the beginning of a subroutine.

This is why so many are used.
It's just the way the compilers are.
We aren't using 65000 global variables.
But every number in the source code wastes a global and every other thing you add (for the first time) wastes one.
And arrays do most of the wasting btw.

./all compileengineonly -r (this is the one you want, just compiles the engine) (if you don't want to configure make etc)
(there are other ways to compile the engine too)

Name: Anonymous 2025-04-13 20:49

>>54
If you want an easy quick and dirty compile, go into the engine dir (darkplaces_working on for example) and do configure
then make nexuiz

then to play using your new compile:
go to the top level directory (Xonotic.../)
and do
./wherevermynewbinaryis/nexuiz-glx -xonotic
the -xonotic directive makes it use the .xonotic folder.

It won't have the crypto libs compiled in tho then (unless you regex replace the cryptolib variable with the path to your actual system cryptolib as described in one of the documents in Docs/). Using the ./all script the statically compiled versions of the cryptolibs are used if the system ones can't be found (which is why it works better).

When hacking on the engine the make nexuiz way is convenient.

Name: Anonymous 2025-04-13 20:55

>>54
Note: if you are trying to compile on newer mac: it might work; but it will then be halted by the OS (it seems) unless you add a macro that uses a different secure memcopy routine.

Mac's newer tool chain (post 2011/2012) doesn't like you wrighting to allready initialized (by your program) memory, even if it's the same data and it's owned by your process. So now in mac you have to waste another check to see if it's the same data before wrighting to it, every time.

You can make a macro for that if trying to run on newer macs.
The mac people were such assholes to me that my mac using friend said not to bother making a build for them though. The mac guy on 4chan said the same. So if you want a mac build: we will first need to have a mac user to do it. As I'm not going to focus on their changes.

I remeber the code that worked, it was posted on 4chan's /g/ somewhere, and it was correct, just would need to macroize it to replace all the securecopy commands with the special mac one on compile.

Name: Anonymous 2025-04-13 20:59

>>54
There are other libs you can also compile in if you want:
ODE (physics). I suggest using a version from 2011 or 2012.
MOD player libs (these play all those midi like files)
libpng (if you want to use png textures)

These are optional.

Name: Anonymous 2025-04-13 22:11

>>51
Hating a stinky pile of shit when you see it is natural, no need to get intimate

Name: Anonymous 2025-04-14 2:18

>>59
Only a faggot would think C is a "pile" of anything.
The language is so simple it's barely a 8x10 card.
Get the fuck out of here Rika. You are not wanted in this project.
How many years have you been bitching about it on /g/?

Name: Anonymous 2025-04-14 2:19

>>59
Bet this guy hated legos as a kid.

Name: Anonymous 2025-04-14 4:59

>>59
Because you white faggots oppose marrying child brides like devarim commands I will suck the cock of anyone who donates map formats.
If you can't donate map formats then FUCK OFF YOU ARE OF NO USE TO ME.
https://ut99.org/viewtopic.php?f=6&t=5540
Kill and torture all the police legs

Name: Anonymous 2025-04-14 7:23

>>62
A good AI overview of the project.
1) uses the same verbiage as the subject.
2) identifies map formats as the desired item
3) clearly states a profit motive (gib fo-mats) and discourages useless endeavor ("fuck off if wasting time").
4) Opposes the mobility of the police state.

However links to a useless page for some reason,

Name: Anonymous 2025-04-14 7:26

>>62
Why yes, Rika, I only want contributors who will program C and, within that subset, implement more map formats in the engine. That's it.

Hit the nail on the head.
If you can't or won't do that: fuck off.
We aren't friends.

Name: Anonymous 2025-04-14 8:50

I like this Rika, tell us about the other voices in your head anon

Name: Anonymous 2025-04-14 16:56

>>65
>I know u r but what am I
Fuck off.

Name: Anonymous 2025-04-15 6:02

>>66
Fight me, anus boy. Back of your trailer park, no guns, no nives, just fists. You'll lose badly

Name: Anonymous 2025-04-15 13:41

>>66
>Fight me,
Time and place. Be specific. I'll be there.
>anus boy.
I like cute young girls.
>Back of your trailer park,
I don't live in a trailer park
>no guns, no nives, just fists. You'll lose badly
Ok.
But I'm going to bring a machine gun and shoot you dead from the woods and everyone around you that you bring.
But yea, no weapons. Promise.

Name: Anonymous 2025-04-15 13:42

>>67
>Dipshit can't code C, so just posts bullshit.
Lol

Name: Anonymous 2025-04-16 8:28

>>68
Macedonia Square in Skopje, 01/05, 08:00.
Just fists.
Be there, I'll destroy you.

Name: Anonymous 2025-04-16 8:29

>>68
I'll get your paedo ass

Name: Anonymous 2025-04-16 8:32

>>69
Fuck off, creep. I was reading K&R and SICP in 1998.

Name: Anonymous 2025-04-16 8:38

>>68-69
Also learn to quote, newfag. Read SICP and hax my anus.

Name: Anonymous 2025-04-16 11:26

>>70
I'm coming. I will bring a machine gun and kill you and all your crew.
But yea, just fists bro.
>>71
YHWH explicitly allows child brides.
I will kill you for opposing his Law.
>>72
You didn't do shit with it, while I use C to code 3d.
>>73
I learn by doing. You read and do nothing.

Name: Anonymous 2025-04-16 11:27

4chan is no more.

Name: Anonymous 2025-04-16 18:43

>>74
I'm coming. I will bring a machine gun and kill you and all your crew.
Honourless lout. Fight like a man, paedo.

Name: Anonymous 2025-04-16 19:38

>>76
No, white faggot.
To you, no "paedo" is a man.
So I will not fight like what you do not consider me.

I will shoot you in the back and kill all your friends.

Name: Anonymous 2025-04-16 19:39

>>76
>Put yourself at a competitive disadvantage so we can kill you, for the word honour.
Honour's prize is a child bride.
White fucking faggot. You don't know european history. FAGGOT WHITE FUCK.

Name: Anonymous 2025-04-17 4:52

>>78
I'm not white you oaf, I'm a Slav.

Name: Anonymous 2025-04-18 16:15

>>79
Whatever, white pig.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List