[Settings] [Home] [Catalog] [Search] [Private messages] [Admin]
Emotes
Kaomoji
Emoji
BBCode
(for deletion)
  • Allowed file types are: gif, jpg, jpeg, png, bmp, swf, webm, mp4
  • Maximum file size allowed is 50000 KB.
  • Images greater than 250 * 250 pixels will be thumbnailed.
  • 33 unique users in the last 10 minutes (including lurkers)





Want your banner here? Click here to submit yours!

All of you BBS hackers of Heyuri, where have you learnt your Perl? I want to learn Perl to make/modify CGI scripts. First I thought I'd go over the "camel book", but now it seems way too long and detailed for my purposes, and I've been thinking that perhaps some web resource would suit me better.
Marked for deletion (Old)
4 posts omitted. Click Reply to view.
>>
>>147921
>All of you BBS hackers of Heyuri, where have you learnt your Perl?
ah i should have awnserd. trial and error trying to help /cgi/ with new stuff and already knowing programing. i want to learn perl as its kool and openbsd supports it natively fully (there pakage manager was written in perl) and i thought there would be a hand full of jobs maintainng this shit
tho i never used it on openbsd. and setting up web shit for perl sucks, i thought there would be ton of guids to get perl working with nginx or apachie (since it use to run the whole web at one point) but there is nothign and it a pain.

another thing. cgi just means commen gateway interface. and what that means is. user parameters come from std in and html goes std out
so you could write c programs and put them in a cgi bin and have them execute and work. https://learnbchs.org/
>>
why did CGI scripting die off anyway? it seems perfectly serviceable for software like this
>>
>>147988
program in perl and tell me! cgi scripting is not bad. php is still cgi. its the most simplest way to make dynamic pages. but outside of nginx or apachi.
ppl use different web servers with there own way, like go's web server or flask in python or spring boot's web server. each still do read http protocol (witch is still plane text, u can use telnet and see) and put raw text and get raw text out, they just digest it all difrently and its more frame work centric then just using any old language and reading stdin and pumping stdout.aka the frameworks dont think of it as stdin and stdout. shit even lareval a php framwork, its just so far from thinking and using it in a stdin/stdout way that you prob could not consider it to be cgi with how you have to use it

>>
>why did CGI scripting die off anyway? it seems perfectly serviceable for software like this
I don't know teh technicalities, but it seems to have inherent limitations regarding "live" updates and things of that nature

Here's something from teh interwebz circa 2018: https://www.perl.com/article/perl-and-cgi/#why-not-to-use-cgi
So, why did CGI drop from “state of the art” to discouraged by its own maintainers?

There are two big issues with CGI: speed and complexity. Every HTTP request triggers the forking of a new process on the web server, which is costly for server resources. A more efficient and faster way is to use a multi-process daemon which does its forking on startup and maintains a pool of processes to handle requests.

CGI isn’t good at managing the complexity of larger web applications: it has no MVC architecture to help developers separate concerns. This tends to lead to hard-to-maintain programs.

The rise of web frameworks such as Ruby on Rails, and the application servers they run on, have done much to solve both problems. There are many web frameworks written in Perl; among the most popular are Catalyst, Dancer, and Mojolicious.

CGI also contains a security vulnerability which must be coded around to avoid parameter injection.
>>
>>147994
>Every HTTP request triggers the forking of a new process on the web server
look up fastcgi
>it has no MVC architecture
framework issue not a protocol issues. see php and php larevel
>CGI also contains a security vulnerability which must be coded around to avoid parameter injection.
u have to do that anyways in any lang where you want to save and use user data.

it being "slow" or not scalable is quite retarded. take any modern nu web app vs some ol cgi bin, it rapes the nu web app in speed over and over.

now the issue with it being live (or i assume reactive/restful, that is just mixing js with some json end point)cgi can do that. now if you mean websockets, yeah cgi cant really do that and its not really even http to begin with but you can use websocketd and its basically the same as cgi scripting as you read std in and send msg to std out

You know what they say... love is blind.
Marked for deletion (Old)
>>
I CAN'T SEE SHIT :love:
>>
>>
i did not ban evade it's not true it's bullshit i did not ban evade i did naaaawt (`Д´)

o hai mod ( ´ω`)
>>
Anonymous enters teh imageboard.

Anonymous: Hi.

Kaguya: Can I help you?

Anonymous: (removing sunglasses) Yeah, can I have a dozen lolis, please?

Kaguya: Oh hi, Anonymous, I didn’t know it was you. Here you go.

Anonymous: That’s me! How much is it?

Kaguya: It’ll be eighteen internets.

Anonymous: Here you go, keep the change. Hi hachikuji!

Kaguya: You’re my favorite poster.

Anonymous: Thanks a lot, bye!

Kaguya: Bye bye!
>>
325632
An internet business

Marked for deletion (Old)
15 posts omitted. Click Reply to view.
>>
>>147854
i am not surprised that the show attracts a bunch of weirdos due to its popularity.
>>
1808384
Has anyone been to a convention and seen someone in a Digital Circus costume?
>>
>>147896
this is cute! :biggrin:
>>
>>147938
now its blank! :astonish:
>>
i went back to watch all the episodes because of this thread. :biggrin:

PLEASE PLEASE PLEASE boot up your machine and seed coolier.net oeakakis 4 me!!!
i downloaded 691.7M already!!!
Marked for deletion (Old)
>>
pwease...

キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
DON'T LAUGH, I WAS BORN WITH THESE PIXELS
>>
LOL @ pixels
>>
it was censored not for being a cock
but for the violence they had enacted upon it ( ´ω`)

Why is it that every White person or non Indian person for that matter that gets into Hinduism is extremely weird? i get that converting to a foreign religion is usually done by those who are on the outskirts of whatever society they are currently a member of but Hinduism consistently seems to attract the most insane people
Marked for deletion (Old)
>>
i would not touch anything indian with a stick
>>
They don't want to POO in teh LOO any longer. :biggrin:
>>
same observation here
>>
I've seen more white people into Buddhism than Hinduism, but yes, Westerners are interested in Eastern religions. One reason is that they misunderstand the dharmic religions and feel they have "less rules" or be "more tolerant" than the Abrahamic religions. But this is not always the case, and I think many are sincerely seeking spirituality. They rightly see that Evangelical Christianity is the McDonald's of religion and because of its widespread influence, mistakenly believe all Christianity must be similarly bereft of wisdom so they go looking for it in the East.
>>
41984
>>147983
or must be*

was fucking around with Petmate, an editor for making C64 PETSCII art
https://nurpax.github.io/petmate/
and I re-drew some pictures with it

give it a shot!

black background is the easiest since you can't change that color per-cell, but you have options
Marked for deletion (Old)
7 posts omitted. Click Reply to view.
>>
lol heyuri
>>
キタ━━━(゚∀゚)━━━!!
>>
>>147907
ヽ(´∇`)ノ
>>
I discovered you can use custom tiles by using the "bitmap editor" (゚ー゚)
>>

Does this disqualify me from being a virgin?
Marked for deletion (Old)
5 posts omitted. Click Reply to view.
>>
I've noticed that the less i fap, the more often i have these dreams.
I did not touch my dick for 7 days and starting from day 2 i've had lewd dreams almost every day.
Try it :nyaoo:
>>
A few nights ago I had dream where some dumb bint was in my bed and I manhandled her, but nothing else. But then later on I went outside and there was a giant open field full of people fucking, including a "spent bitch pile" where the girls just lied there used up. :sweat2:
>>
I've been having sex dreams involving 2D girls often for teh past year or so. It must be doutei kami-sama's blessing for not betraying 2D :nyaoo-closedeyes:
I had a good haarem sekkusu just this night too, but I can't recall details...
>>
>>147905
But I can't stop touching my PENIS :blush: I need someone to keep me in chastity. :blush:
>>
>>147874
>>147875
>>147898
So... No consensus?
>>147900
It was Lilly from Katawa Shoujo, it is odd as i like Rin more.

ヽ(´ー`)ノPost your favorite music from video games or whatever.
Marked for deletion (Old)
5 posts omitted. Click Reply to view.
>>
>>
i share mine
now it's your turn (´・ω・`)
>>
>>
https://www.youtube.com/watch?v=aT3z4k1BlDg&list=PLA7E90B6A7F3A3750

the Cho Ren Sha soundtrack kicks ass :cool:
stages 3, 4, and 0 are my favorites
>>
>>147877
I love you anon :3

I woke up and my hand is sonic teh hedgehog (;´Д`)
Marked for deletion (Old)
>>
Sonic hand loves you
He's blue for you
https://www.youtube.com/watch?v=pXMWQoUbtrc
>>
sonic no hibi :astonish:

File: squishyface.gif
[Animated GIF](276 KB, 320x240)
282624
heyuri, how to can i speak english? :unsure:
i quite havent it figure out yet...
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
i wont stop rocking till i retire
>>
watch a lot of american cartoons
>>
>>
>>

Are there any Heyuri users from New York City? :happy:❔

Marked for deletion (Old)
9 posts omitted. Click Reply to view.
>>
I- ah just immigrare 'ere from Sicilia, paisano. I ah no speak no bene inglese yet
>>
does chicago or new york have the better pizza joints?
>>
>>147372
Another heyuri user from boston? :astonish:
>>
>>147620
a stissa cosa, me frati. messina gemella di nyc
>>
me

391168
biu :astonish:
Marked for deletion (Old)
>>
miu :astonish:
>>
>>147859
miu deserves to bear my offspring!!!

Marked for deletion (Old)
3 posts omitted. Click Reply to view.
>>
ah i FAIL'd it :sweat2:
>>
キタ━━━(゚∀゚)━━━!!
>>
>>147681
Being smothered with a BAG of TATS (potatoes) sounds unpleasant...
>>
>>147678
SHE-YURI
>>
>>147681
BAG TATS!

File: robort.mp4
(3.7 MB, 720x720)
3880960
ヽ(´∇` )ノ
Marked for deletion (Old)
3 posts omitted. Click Reply to view.
>>
(⌒∇⌒ゞ)
>>
how can I fuck it
>>
Does it have custom faces when you hurt it? (・∀・)
>>
>>147843
robots can't feel pain, so you may strike him however many times you like, he will always smile and wave
>>
>robots can't feel pain
it is only a matter of programming pain reception into it (・∀・)
>he will always smile and wave
booo! guess i won't hurt him to find out, then :glare2:

Want your banner here? Click here to submit yours!

Delete post: []
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511]