[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]
(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.





File: reis.png
(1.53 MB, 822x1080)[ImgOps]
1605632
REI
Marked for deletion (Old)
>>
OMGREI :nosebleed:
>>
i had the one where she's sitting in a handrail, but gave it away to a friend ( ´,_ゝ`) Can one ungift a gift?
>>
gei

File: cbt.gif
(1.98 MB, 220x270)[ImgOps]
2080768
Has anyone here eaten a PENIS clam before? :kuz:
Marked for deletion (Old)
>>
No. I'm an open-minded person and would eat a lot of weird dishes but I would not touch that fuckin thing. Kill it with fire.
>>
I'm not very open-minded towards food, but I wouldn't mind trying that clam... Maybe it tastes good, despite it's shape!
>>
i'd eat a PENIS clam
>>
Why do Chinks like eating things that nature is basically screaming at you not to eat?
>>
that looks equally as gay as eating a hotdog but far healthier since it's not made from little pieces of 100 different animals scraped off the floor of a butchery

File: 0x5Eaok.jpg
(296 KB, 1600x1200)[ImgOps]
303104
I love the crunchy center of CPUs, so tasty. And the gooey outer coating, too. :drool:
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
stupid little cpu can't handle overvoltage :angry:
>>
I recommend this video, the russians have made a CPU soup recipe and it's tasty. Better than eating them raw!
https://www.youtube.com/watch?v=i_dCroD0jZA
>>
are you the anon who came on his hhd?
>>
i remember seeing third worlders who extract the gold from cpus and sell it
>>
>>148010
i've got to try this :drool::drool::drool:

File: eL1KHW0.jpg
(65 KB, 500x750)[ImgOps]
66560
i come to heyuri dot net to masturbate :biggrin:
Marked for deletion (Old)
63 posts omitted. Click Reply to view.
>>
>>148049
i dont have much. (;´Д`)
>>
キタ━━━(゚∀゚)━━━!!
>>
>>148052
yai is too cute
>>
File: 1639777772929.jpg
(145 KB, 725x1024)[ImgOps]
148480
>>
File: pedocum2.jpg
(6.36 MB, 3504x4656)[ImgOps]
6673408
>>148060
A winrar is you! Sorry it took so long to deliver, I was edging. :blush:

File: 1596571403571.jpg
(138 KB, 768x1024)[ImgOps]
141312
i want to apologize for any pain and suffering i have caused any of you by posting on heyuri dot net :cry:

(USER WAS NOT FORGIVEN FOR MY PAIN AND SUFFERING) banhammer

Marked for deletion (Old)
>>
File: 1744606470163.gif
(1.67 MB, 540x540)[ImgOps]
1752064
it hurts. It hurts so much.
>>
APOLOGY = REJECTED!!1!1!
>>
Apologize for not posting moar on 3D Girls!! ...but keep it legal plz
>>
>>148015
i apologize. i repent. i don't want to make the mods mad at me again :cry:

File: ivu_edit.mp4
(15.16 MB, 960x720)
15898624
small tribute to teh IVU thread, i wouldve made this a reply 2 the original thread but its in autosage :sweat2:
Marked for deletion (Old)
16 posts omitted. Click Reply to view.
>>
キタ━━━(・∀・)━━━!!
Saved!

キタ━━━(・∀・)━━━!!
Nice Job!
>>
Beautiful.
>>
File: heyuri_seal_of-winrarV2.gif
(7.58 MB, 552x554)[ImgOps]
7948288
EPIK WINRAR!
>>
>>147904
How to make gifs like this :astonish:
>>
File: obi.jpg
(14 KB, 359x300)[ImgOps]
14336
>>148054
with love and teh force :biggrin:

File: photo_2025-06-29_23-41-43.jpg
(721 KB, 2425x2560)[ImgOps]
738304
I finished on hdd with cp
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
lol'd
>>
LOL
>>
LOL what was it in before?
>>
File: CUMDD.jpg
(306 KB, 1920x1080)[ImgOps]
313344
CUMDD 2PETACUMS
>>
>>148057
DO IT ON A FLOPPY NEXT

File: mizuki8.jpg
(132 KB, 800x600)[ImgOps]
135168
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

File: wiseaufilms34.png
(240 KB, 711x403)[ImgOps]
245760
You know what they say... love is blind.
Marked for deletion (Old)
>>
I CAN'T SEE SHIT :love:
>>
File: tumblr_lrvmry3TIR1qg39ewo1_500.gif
(378 KB, 499x260)[Animated GIF][ImgOps]
387072
>>
File: 440px-Tommy-Wiseau-1.jpg
(29 KB, 440x581)[ImgOps]
29696
i did not ban evade it's not true it's bullshit i did not ban evade i did naaaawt (`Д´)

o hai mod ( ´ω`)
>>
File: xvq1jpocwfa01.png
(302 KB, 1080x604)[ImgOps]
309248
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!
>>
File: 121.png
(318 KB, 1600x1200)[ImgOps]
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.
>>
File: savefrom-18674.mp4
(1.72 MB, 480x854)
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:

File: 1748461707360.png
(417 KB, 749x749)[ImgOps]
427008
PLEASE PLEASE PLEASE boot up your machine and seed coolier.net oeakakis 4 me!!!
i downloaded 691.7M already!!!
Marked for deletion (Old)
>>
pwease...

File: 1751070956211.jpg
(192 KB, 1000x616)[ImgOps]
196608
キタ━━━(゚∀゚)━━━!!
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 ( ´ω`)

File: 1751236346191194.jpg
(69 KB, 1000x548)[ImgOps]
70656
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.
>>
File: canigetuhhh.jpg
(41 KB, 640x640)
41984
>>147983
or must be*

File: mrd_cirno-petscii.png
(3 KB, 384x272)[ImgOps]
3072
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.
>>
File: New Screen.png
(6 KB, 384x272)[ImgOps]
6144
lol heyuri
>>
File: lolheyuri.png
(2 KB, 320x200)[ImgOps]
2048
キタ━━━(゚∀゚)━━━!!
>>
>>147907
ヽ(´∇`)ノ
>>
I discovered you can use custom tiles by using the "bitmap editor" (゚ー゚)
>>
File: New Screen(1).png
(29 KB, 768x544)[ImgOps]
29696

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.


Delete post: []
[0] [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]