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

Tripcode decoders

Name: Anonymous 2009-04-05 23:32

Why are they all single core?  Why are they all in Japanese?  Is it really hard to write multi-threaded apps?

Name: Anonymous 2009-04-05 23:35

They're not.
They're not.
No.
There's no such thing as ``decoding'' a tripcode.
Sage.

Name: Anonymous 2009-04-05 23:35

Let n = number of cores in your computer in
is it really fucking hard to split the tripcode domain into n equal parts and spawn n processes?

Name: Anonymous 2009-04-05 23:36

>>1
Is it really hard to write multi-threaded apps?
Yes. Neither Se nor Sepples has native support for threading, and if you are using anything else the speed loss from the excess bloat makes using threading redundant anyway.

Name: Anonymous 2009-04-05 23:52

>>4
lrn2pthread_create
also, see >>2.

Name: Anonymous 2009-04-05 23:53

>>5
native support is just another wrapper for the native thread API, just use the native thread API of your OS

Name: Anonymous 2009-04-06 0:16

>>5
native
pthread_create
0/10

Name: Anonymous 2009-04-06 0:19

>>7
C is always used for one of two things:
* implementing POSIX
* using POSIX

Name: Anonymous 2009-04-06 0:21

java.lang.Thread

Name: Anonymous 2009-04-06 0:31

>>8
Funny, I just checked the C89 and C99 standards, which define exactly what C should and shouldn't be able to do. Threading wasn't in there. Good luck porting your code off your 0.02% market share operating system.

Name: Anonymous 2009-04-06 0:31

>>7
pthread_create is nearly identical to erlang:spawn/3.  How could you expect it to be any nativer?

Name: Anonymous 2009-04-06 0:45

Name: Anonymous 2009-04-06 0:48

>>10
Funny, I just checked the real world, and nobody has ever programmed in Standard C.  They didn't give a fuck what's in there.  Good luck finding an OS my pthread code isn't already ported to.

Name: Anonymous 2009-04-06 0:56

>>12
This document is a proposal

>>13
Funny, I use the real world on a daily basis and with regret must inform you that GNU/HURD ``programmers'' and linux kernel tweakers are not to be found in it. Because you are retarded I will paste straight from the "PThreads WIN32" page.
Win32 does not, and is unlikely to ever, support pthreads natively.
I'm looking forward to your sincere apology.

Name: Anonymous 2009-04-06 0:56

>>9
But then I can't use Swing anymore :(

Name: Anonymous 2009-04-06 2:07

>>14
win32 doesn't support c natively either.

Name: Anonymous 2009-04-06 4:49

Win32 does not, and is unlikely to ever, support pthreads natively.
What does that even mean?

Name: Anonymous 2009-04-06 6:12

>>14
That's like saying Linux is unlikely to support the Win32 API natively. But we still have things like Wine Is Not Emulation (WINE.)

Name: Anonymous 2009-04-06 6:40

>>18
Except that Linux doesn't support Win32 API. WINE provides the API, not Linux.

Name: Anonymous 2009-04-06 6:44

>>19
Linux supports Wine and, by transition, WinAPI.

Name: Anonymous 2009-04-06 7:37

>>20
Leah supports her vagina and, by transition, my dick.

Name: Anonymous 2009-04-06 7:46

>>21
I take umbrage to those types of remarks. That's no way to speak about a lady, didn't you're mother teach you manners?

Name: Anonymous 2009-04-06 8:16

>>22
But Leah isn't a Lady. Also, I'm not mother.

Name: Anonymous 2009-04-06 10:10

Hey fuckers, TripExplorer is multithreaded and has an English translation. Now go jack off in your basement.

Name: Anonymous 2009-04-06 10:42

>>24
Basement Jacks

Name: Anonymous 2009-04-06 11:18

fork()! fork() is the standard!

Fucking threading. Tripcode explorers don't need a shared address space because the various instances don't need to communicate, and if you're using one process per core there's no additional overhead compared to threading once the processes have been created.
Using multiple processes instead of multiple threads also has the advantage that you can distribute it over several machines instead of just your shitty dualcore desktop.

Name: Anonymous 2009-04-06 11:39

>>26
Threading has the advantage that you don't end up trying the same combination multiple times, and if you precalculate the salt tables, you can save time and memory because it can then be shared among all threads.

Also, multiple threads and multiple processes are not mutually exclusive options.

Name: Anonymous 2009-04-06 11:42

>>27
IHBT.

Name: Anonymous 2010-11-25 15:01

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