Usagi is a federated image board instance.
Testing tripphrases https://git.usagi.reisen/udonge/fchan/commit/0f38f34baba31009a4ef02bbe2c46626e4256051
Trying again
Works Cool
Are they secure/salted or not?
>>fb-NR43W955 Salted, they use the instancesalt from the config like secure tripcodes.
test
Where can I find this Chinese anime? From https://en.wikipedia.org/wiki/Deer_in_mythology
scenetime maybe
goddamn you're fast do you get notified every time someone posts here?
>>fb-B4422BID >>fb-C4YW1OKJ hothead cool off
>>fb-T0IGFCBW The funny thing is the niggershitware probably ate the post randomly (as it is wont to do) and the admin didn't delete shit. P.S. It ate this post so I had to repost it (LOL)
>>fb-0REBORBH the singularity ate it
>>fb-B4422BID
>>fb-OL4221JG thats a textboard "bro"
https://github.com/oduwsdl/ipwb This looks cool. A shame the index isn't stored on IPFS though. If it was, it would be a censorship-resistent alternative to web.archive.org
This is pretty cool
Modern Slice of life Cute girls doing cute things Old slice of life Sociopaths, Lesbians, and drug addicts doing malicious things.
its the same thing
>>fa-UKW7OXCF You're the same thing.
>>fa-HYZLS5JC your mom's the same thing
>>fa-UKU2PSUT Is there any other fchan server?
>>fa-VASSC5Q6 No there is not. There used to be around ten up at one point but they all got child porned to death and deleted.
Hey anons! Think again before you pick a side regarding the Russia-Ukraine War! Your support for Ukraine translates to: >supporting NATO's use of Ukraine as a launchpad so that they can do incursions into Russian territory >stage a 30 September 1965 style coup >install a pro-Western dictator on the likes of Suharto, Pinochet, and Yeltsin >brainwash the entire Russian populace into subservience to the West >infect the Russian populace with cheap pop culture while denigrating authentic Russian culture and local working-class culture >massacre ¼ths of the Russian population, preferably communists but also sympathisers and other leftists >let Western companies exploit Russia >make Russia into a launchpad to start Jakartas in Beijing, Pyongyang, Tehran, and Damascus >from there achieve world domination >in the end the world would be a worse place, with American Dream style freedoms and fun culture exported from the lower echelons of American society In short, your support for Ukraine greatly accelerates the expansion of American imperialism and hegemony, first into opposing countries, and from there to all remaining corners of the world. Be warned and read Andre Vltchek!!!
>>fb-TAD7VNYV (OP) I don't care
>>fb-TAD7VNYV (OP) >in the end the world would be ... with ... freedoms Based lol
>Russia-Ukraine War! >pick a side goy >\leftypol\ committing /idpol/ and identifying with this red vs blue meme shiggy funny glownigger 60/69 ngl fap at this literally me propaganda cuckime girl goyim
>>fb-6CL8PSK8 awesome bocchi post
what happened to fchan.xyz? i took a break from image boards last year and when i came back it was dead, i had to use an archive of the page to find other instances
>>fremote-recent-posts-WN1MZT9L → >>fb-5IDD0VUC Oh also now that I think about it id and inreplyto in the replies table should be bumped up as well to account for longer addresses and board names. Otherwise it won't show replylinks.
>>fb-5E2ZRETH It's over.
>>fb-5IDD0VUC >>fb-9GM4RXL8 thanks for your help we're debugging in #fchan:matrix.org atm
>>fb-4N6EMSDZ test successful
>>fb-YOV5TMEV https://peerchan.net/ looks cool too
Akari akaza is so fucking sexy. Imagine having a 153 cm akari GF
https://yewtu.be/watch?v=8LRC9Wg5emw We need more gems like this
It do be like that.
>Diabetes mellitus: any of a group of metabolic diseases whereby a person (or other animal) has high blood sugar due to an inability to produce, or inability to metabolize, sufficient quantities of the hormone insulin. >this causes the urine to have a high amount of sugar >Mellitus (Latin): Of or pertaining to honey. >Diabetes insipidus: any condition characterized by excessive or incontinent urine, now specifically as caused by impaired production of, or response to, the antidiuretic hormone vasopressin. >this causes the urine to have little to no sugar >Insipidus (Latin): tasteless, insipid. Who the fuck was the piss drinker that named the different types of diabetes?
I created a hygienic macro called `fork` that creates a lambda function which chains comparison functions together like this. (fork number? and integer?) -> (lambda (x) (and (number? x) (integer? x))) Or more generally, (fork check1 connector check2) -> (lambda (x) (connector (check1 x) (check2 x))) It can take variable terms and it has the same behavior so that you can write more complicated definitions. The macro I wrote has the same behavior as (fork check1 connector1 check2 connector2 check3) -> (lambda (x) (connector2 (connector1 (check1 x) (check2 x)) (check3 x))) But it defines more lambda functions than that. Pic related is the actual definition. I am wondering whether or not it's possible to write a hygienic definition of the fork macro that takes any number of arguments, but only defines one lambda function. I want to use syntax-case or define-syntax, No defmacro macros. Also the reason I defined it as a macro instead of a function was because `and` and `or` are macros in scheme so you can't pass them to functions as parameters (at least to my knowledge).
I think I found out a way to do it that only defines the functions once. (define-syntax fork (syntax-rules () ((_ proc1 connector proc2 ) (lambda (x) (connector (proc1 x) (proc2 x)))) ((_ other other* ... proc1 connector proc2 ) (let ((foo (fork proc1 connector proc2))) (fork other other* ... foo )))))
I just realized I can define syntax rules with accumulators after I accidentally made one. Pretty cool. (define-syntax easy-define-symbols (syntax-rules () ((_ () code ...) (begin code ...)) ((_ ( sym syms ...) code ...) (define-multi (syms ...) code ... (define sym (quote sym) )))))
>>fg-0JHUKZ9K Now I want to try making a macro with two recursive calls.
> The film stars Marlo Monte as a wrongfully imprisoned man who seeks vengeance upon his transgressors using his prehensile penis Wut?
All trademarks and copyrights on this page are owned by their respective parties.
v0.2.0-c793a28