Search found 37 matches

by MostAwesomeDude
Fri Jun 29, 2007 12:59 pm
Forum: Development
Topic: How many people actually use ENCRYPT?
Replies: 7
Views: 20935

Ah. I will put off implementing it, then. It gives me a mental image of a 25-year-old code monkey in a cubicle, surfing AniDB over an encrypted connection so he doesn't get ridiculed by the IT guys...

~
by MostAwesomeDude
Fri Jun 29, 2007 7:57 am
Forum: Development
Topic: How many people actually use ENCRYPT?
Replies: 7
Views: 20935

How many people actually use ENCRYPT?

Like the title says. I'm almost finished with the essential UDP base, and noticed this command. Is it commonly used (i.e., should I rewrite my UDP thread to handle it, or is it a novelty, one-off kind of thing?)

~
by MostAwesomeDude
Mon Jun 04, 2007 6:08 am
Forum: Development
Topic: re-using kowai
Replies: 25
Views: 21181

without going into the rest of your post, one important note: mylist ids are global, by incrementing your last lid you will most likely end up with the lid of another user and will therefore only get a 502 ACCESS DENIED reply. BYe! EXP *blink* Well, that explains this afternoon, then. Wish that was...
by MostAwesomeDude
Sun Jun 03, 2007 8:43 pm
Forum: Development
Topic: re-using kowai
Replies: 25
Views: 21181

"Gestalt" is the word used at my work for any type of binary snapshot. I blame it on my boss, who's like 65 and fading fast. He talks about monads, too, actually. Rambles on for hours on end. He pays well, though. Yeah, caching a database ain't practical, but it certainly beats dumping the...
by MostAwesomeDude
Fri Jun 01, 2007 9:49 pm
Forum: Development
Topic: re-using kowai
Replies: 25
Views: 21181

i have about 10% of anidb in mylist... you can parse the *.js for yourliste may be a way faster than parsing html ? like fahrenheit said why curl everythings...once you have your list and every 5ms you add a file + add it in your cache. do you need more? Depends on how much of AniDB you are trying ...
by MostAwesomeDude
Fri Jun 01, 2007 8:12 pm
Forum: Development
Topic: re-using kowai
Replies: 25
Views: 21181

You know, the reason there is an udp api is to prevent stuff like what you are sugesting. Yeah, you could curl the entire site for the data you want but you just need to think a bit to figure out why that isn't the best aproach, the amount of unnecessary data you are requesting is just too big. Exa...
by MostAwesomeDude
Fri Jun 01, 2007 11:19 am
Forum: Development
Topic: re-using kowai
Replies: 25
Views: 21181

What you're envisioning is essentially not practical. At any rate, step #1 is getting a working client ap that uses the UDP interface, so concentrate on that. Rar #1 yeah it's already connecting and retrieving mylist stats and anime info... i was just thinking about further. anyway i hope to have f...