[Home] [Catalog] [Search] [Inbox] [Write PM] [Admin]

We will watch Strike Witches (2008) next Saturday 18:00 UTC [Info] [Countdown]

Last Oekaki@Heyuri post was 1 hour, 29 minutes ago
Last Strange World@Heyuri post was 4 hours, 58 minutes ago ヽ(´ー`)ノ
Filter boards
Off-Topic@Heyuri
File: k-on.jpg
(45 KB, 1280x720)[ImgOps]
45 KB
what is /b/ favorite movie?
Marked for deletion (Old)
>>
File: l7BA3rxNdUqQ6dNygnQS9q0FBvZUcZdX06h10bY(…).gif
(740 KB, 356x200)[Animated GIF][ImgOps]
740 KB
キタ━━━(゚∀゚)━━━!!
>>
Heyuri: TEH MOVIE (1931)

the kizumonogatari movies
>>
The Disappearance of Haruhi Suzumiya
>>
pulp fiction (´人`) i wanna make animations with some of the scenes but im so fuckig lazy
>>
The Reappearance of Haruhi Suzumiya

Off-Topic@Heyuri
20 KB
like this
Marked for deletion (Old)
9 posts omitted. Click Reply to view.
>>
File: cp.jpg
(29 KB, 540x296)
29 KB
キタ━━━(゚∀゚)━━━!!
>>
>>149705
the graphics make it look like Y3 but i dont remember this scene
>>
bump
>>
File: heyuriCOOL.png
(530 KB, 1110x783)[ImgOps]
530 KB
Heyuri-tan if she was COOL and EPIC :cool: instead of just a LAME girl (:xp:)
>>
File: header.jpg
(74 KB, 460x215)[ImgOps]
74 KB

Flash@Heyuri
File: Clean Clean.swf
(792 KB, 1920x1080)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)

Off-Topic@Heyuri
File: pet.jpg
(103 KB, 767x575)[ImgOps]
103 KB
Have we been doing petting wrong all along?

If you imagine someone pressing their hand against the top of your head and moving their hand towards the back, wouldn't that feel awkward, maybe even a little uncomfortable?

Wouldn't running their hand up from the bottom of the neck feel way better?
Marked for deletion (Old)
>>
>>150145
humans may be the only animal that likes being petted against the natural hair direction.
>>
My humans like it against the natural hair direction too.
>>
my pet human prefers the natural direction
>>
My human hates petting but then becomes really mad if I don't do it. Why are they so difficult? :sweat2:

Off-Topic@Heyuri
File: heyuri_source_dark_theme.png
(129 KB, 910x801)[ImgOps]
129 KB
This is kind of cool for a dark theme. ( ´ω`)

/* Heyuri Theme - Source Dark */
:root {
    --color-bg-main: #2D2D2D;
    --color-fg-main: #E0E0E0;
    --color-fg-link: #628DB6;
    --color-fg-link-hover: #FFA500;
    --color-bg-boardlist: #3A3A3A;
    --color-fg-boardlist: #D0D0D0;
    --color-bg-theading: #3D4A2F;
    --color-bg-theading2: #4A5A3A;
    --color-bg-theading3: #5A6A4A;
    --color-bg-postblock: #3D4A2F;
    --color-fg-title: #FFCC66;
    --color-fg-name: #B8D0FF;
    --color-fg-warning: #FF6666;
    --color-fg-warning-ip: #FF4444;
    --color-fg-quote: #A0A0A0;
    --color-fg-quote2: #888888;
    --color-bg-reply: #3A3A3A;
    --color-bg-reply-hl: #4A4A4A;
    --color-hi-contrast-border: #1A1A1A;
    --color-lo-contrast-border: #4A4A4A;
    --color-fg-logo: #FFA500;
    --color-fg-global-message: #FFA500;
    --color-bg-window-item-highlight: #4D5A3F;
    --color-bg-postlists-header: #3D4A2F;
    --color-fg-postlists-header: #E0E0E0;
    --color-fg-postlists-header-link: #FFCC66;
    --color-bg-postlists-odd: #3A3A3A;
    --color-bg-postlists-even: #2D2D2D;
    --color-fg-quotelink: var(--color-fg-link);
    --color-fg-quotelink-hover: var(--color-fg-link-hover);
    --color-border-button: #1A1A1A;
    --color-bg-code: #2A2A2A;
    --color-fg-code: #C0C0C0;
    --color-bg-flashboard-even: #3A3A3A;
    --font-family-main: 'Consolas', 'Lucida Console', 'Courier New', monospace;
    --font-size-main: 14px;
}

/* tweakz */
body {
    line-height: 1.0;
    margin: 0;
    padding: 0px;
}

/*Beveled Panels and Panel Gradient*/
.theading, .theading2, .theading3,
.neomenuTopLevel, .detailsbox, .postblock, .reply, .window {
    border: 2px solid var(--color-hi-contrast-border);
    background: linear-gradient(to bottom, #4A5A3A 0%, #3D4A2F 100%);
    box-shadow: 
        inset 0 2px 0 rgba(255, 255, 255, 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.3);
    padding: 0px;
    margin-bottom: 0px;
}
/*  Buttons */
button {
    background: linear-gradient(to bottom, #6A7A5A 0%, #4A5A3A 100%);
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    font-family: var(--font-family-main);
    font-size: var(--font-size-main);
    padding: 4px 12px;
    margin: 2px;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

button:hover {
    background: linear-gradient(to bottom, #7A8A6A 0%, #5A6A4A 100%);
    color: #FFCC66;
}

/*Input Fields*/
input[type="text"], input[type="password"], textarea, select {
    background: #2A2A2A;
    border: 1px solid var(--color-hi-contrast-border);
    color: var(--color-fg-main);
    padding: 4px;
    font-family: var(--font-family-main);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

/* Links */
a {
    color: var(--color-fg-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-fg-link-hover);
    text-decoration: underline;
}

/* Logo */
.logo {
    color: var(--color-fg-logo);
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* Threads */
#catalogTable .thread {
    background: var(--color-bg-reply);
    border: 1px solid var(--color-hi-contrast-border);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    padding: 8px;
}

/* Headings  */
h1, h2, h3, h4 {
    color: var(--color-fg-title);
    font-family: 'Arial', sans-serif;
    border-bottom: 1px solid var(--color-lo-contrast-border);
    padding-bottom: 4px;
}
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
280 KB
キタ━━━(゚∀゚)━━━!!
>>
407 KB
still goated (●'∇')σ
>>
I liek it
>>
>>150126
I like YOU!

thanks for liking.

>>150113
>>150116
These are cool too :cool:
>>
>>150116
What's a "goated"?

2D Cute@Heyuri
File: CigMXrqUgAEA1xr.jpg
(104 KB, 937x1322)[ImgOps]
104 KB
キタ━━━(゚∀゚)━━━!!
>>
File: FMcKKAYaIAACT6b.jpg
(412 KB, 2507x3541)[ImgOps]
412 KB
キタ━━━(゚∀゚)━━━!!

Site Discussion@Heyuri
File: webbanners.png
(523 KB, 415x584)[ImgOps]
523 KB
I decided to list our banners at https://heyuri.net/index.php?p=advertise for other websites to use when linking to Heyuri.
...but we seem to have a lack of banners :sweat2:

How u decide to design is up to you, but some cute 2D girl (I think Japanese often draw such CG themselves, but it should be fine to get them off old booru posts or 2D Cute board; or our own higher quality oekaki pics) and a pretty font is what a lot of Japanese otaku-muke sites seem to do
I couldn't find a good collection of them on the internet, but you can view a few examples @ https://m-pe.tv/u/page.php?uid=99tdtd8532&id=13 or https://moeeki.net/rori.htm

200x40 is the one I know that we're lacking, but feel free to submit any other commonly used dimensions, they'll all be listed on that page ヽ(´ー`)ノ
11 posts omitted. Click Reply to view.
>>
>>69016
forgot to credit Sorodan's art, my bad
https://img.heyuri.net/o/potiboard.php?res=5004
>>
why did my post about heyuri-2ch relations got deleted :sad:
>>
added the banners above to the page, thx for creating :biggrin:
Among other ratios (I'm not sure which is used moar often than others), we can also have some 88x31 buttans if anyone is up to designing

>you could try the fellow who runs futabaforest
I don't see any kind of "links" section on their site, so it's not likely to happen :sweat2:
I've seen many Futaba/Nijiura derivative sites who I'd have contacted if they didn't die off long ago...
>>
Besides the usual 88x31 buttons and 468x60 full banners, these were also very common standards back in teh day:

- 120x60 (button)
- 125x125 (square button)

- 234x60 (half banner)
- 728x90 (leaderboard)

- 120x240 (vertical banner)
- 120x600 (skyscraper)
- 160x600 (wide skyscraper)
>>
>thx for creating

:nyaoo-closedeyes: ❤

Off-Topic@Heyuri
File: the_game.jpg
(130 KB, 1000x1500)[ImgOps]
130 KB
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
NOOOOOOOOOOOOOO
>>
The only winning move is to never read the rules of the game, that way you can't lose. That's also how you can be immune to getting b& because mods must respect the fact that if you didn't read the rules then you aren't bound by them.

(*throws the rules book at your face*) banhammer


Off-Topic@Heyuri
File: hmm-1lzyfqm.jpg
(269 KB, 1513x2048)[ImgOps]
269 KB
oh... my apples are melting.... what do i do...
Marked for deletion (Old)
>>
CALL AN AMBULANCE!!!
>>
>>150103
spread it on toast ヽ(´ー`)ノ
>>
how fucking hot does it have to be for apples to melt???
>>
This is why you keep them in the fridge. (´ー`)
>>
made in china... ( ´,_ゝ`)

Off-Topic@Heyuri
File: heyuri.png
(841 KB, 1217x936)[ImgOps]
841 KB
Hey, did you know that Heyuri-tan has a best friend?!?! Her name is Aida-chan, and you can go visit her at 20chan.com

Let's make the internet a fun place again :wink: !!!
Marked for deletion (Old)
37 posts omitted. Click Reply to view.
>>
>>149989
DONT VISIT GOOGLE DOT COM ITS VIRUS ヽ(`Д´)ノ
>>
>>150004
googles search engine is not going to recommend a brand new imageboard to anyone.
>>
File: abu gharib.jpg
(118 KB, 962x1283)[ImgOps]
118 KB
>>149989
free advertizing?
VISIT MOOTXI.CO WHILE YOU'RE AT IT >:D
Or don't
>>
>>150111
i would, but 4:3 displays are not computers apparently. will they ever fix that?
>>
oishii manko 7w7

Anime/Manga@Heyuri
File: IMG_20250716_120459.jpg
(4906 KB, 4080x3072)[ImgOps]
4906 KB
my yotsuba mangas came (in my national language) :biggrin:
9 posts omitted. Click Reply to view.
>>
bo mam dwa komplety i podzielic sie moge
ale piecze bo to kosztowalo
za granice by mi sie nie chcialo nadawac

mam nadzieje ze nie dam tego komus kto kompletnie nie bedzie w stanie tego przeczytac :cry:

>>
>przeczytac
Spokoooo na razie dwa tomy mi wystarczą najpierw muszę zobaczyć czy yotsuba przypadnie mi do gustu
>>
i love my polish otaku
>>
>polish
Thank ya mon ami :biggrin:
>>
im happy for you op
and im also begging kami-sama to make yotsuba manga available in the stores in my area

Flash@Heyuri
File: DMX-DOG-NEEDS.swf
(2180 KB, 640x360)[swfchan]
SWF Embed
I made this
no one got the joke
w/e
Marked for deletion (Old)
>>
grrr....
>>
this is great

Off-Topic@Heyuri
File: 2201.jpg
(103 KB, 800x600)[ImgOps]
103 KB
necrofag noooooooooooo!!!!!!!!! :cry::cry::cry::cry:

Your fortune: We don't know what happens next

Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
Hey, how's it hangin'? ... oh. :dark:
>>
He's a sweaty German dude. Not a cute rori.
>>
>>150098
yeah, right...
>>
>>150098
you dont know that!!! he could be a loli!! a small german loli that really really likes dead people!!
>>
left sage on. Like A Bosss....

Off-Topic@Heyuri
File: bananabirds.jpg
(72 KB, 640x480)[ImgOps]
72 KB
Herez mai pet birds :nyaoo:
Marked for deletion (Old)
>>
Creepy .. :dark:

Your fortune: You have cancer

>>
Would you like a banana?
>>
File: BANANA.jpg
(29 KB, 640x480)[ImgOps]
29 KB

2D Lolikon@Heyuri
File: 799293.png
(1078 KB, 995x1500)[ImgOps]
1078 KB
キタ━━━(゚∀゚)━━━!!

Flash@Heyuri
File: The Right Mix.swf
(677 KB, 600x440)[swfchan]
SWF Embed
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
I got a score of 8372 with a kamikaze cocktail (`ー´)
>>
8740 with a simple vodka cranberry

Lounge@Heyuri
Apparently you can snort or smoke caffeine (or tea or such for smoking) and it both tastes good and gives it a stronger effect, though smoking is less strong than snorting.
Have you ever tried that or heard of it?
7 posts omitted. Click Reply to view.
>>
snorting crushed caffeine pills wouldn't be any safer, it causes your nose to permanently rip over time
>>
why cant you just do coffee enemas like a normal person!! ヽ(`Д´)ノ
>>
coffee... enema? :nida:
>>
If alcohol enemas get you drunk faster (and, in most cases, kill you) because it's absorbed quicker in your colon, would coffee enemas stimulate you faster than drinking it orally? ...And possibly kill you? :monapc:
>>
>>14683
@grok how much coffee should i put up my ass? :saitama2:

Site Discussion@Heyuri
File: 1752378938799.png
(1015 KB, 896x1152)[ImgOps]
1015 KB
How do we spread teh word about how cool heyuri is?

post ur ideas.
9 posts omitted. Click Reply to view.
>>
>>68986
i tried to before and i would need to do lot of processing on it
>>
test
>>
If theres anyone who uses the ATF forums, you could put a link to heyuri in your signature. i dont go there much, but doing that might increase usership of /l/ (´ー` )
>>
>>69011
That's a terrible idea. There are a lot of Sus people on that board. I should know, I occasionally visit that site myself.

...I'm not Sus! Σ(゚д゚|||)
>>
>>69013
ur right that is a terrible idea.

Girl Talk@Heyuri
File: carlotta.jpg
(52 KB, 474x675)[ImgOps]
52 KB
Have you seen an outfit that you think looks really pretty but one you wouldn't wear personally?
1 posts omitted. Click Reply to view.
>>
File: Sailormoon.png
(261 KB, 473x527)[ImgOps]
261 KB
I really like the Sailor Guardians’ uniforms, but I’d be too embarrassed to wear it in outside. (;´Д`)
>>
they need to invent something that removes embarrassment so that we can do cosplay, oh wait im describing drugs. ( ´,_ゝ`)
>>
>>181
it's booze! liquid courage!
>>
>>
ever since i was little i wanted to do Slayers cosplay.
Matoko from GITS too, but id need big booba and steroids for that. :sweat2:

Off-Topic@Heyuri
File: inu.jpg
(89 KB, 545x437)[ImgOps]
89 KB
Inu-san was later eaten by teh chick
Marked for deletion (Old)
>>
You're lying. Stop lying to me. :closed-eyes:
>>
File: imposibru.jpg
(68 KB, 1008x568)[ImgOps]
68 KB
キタ━━━(゚∀゚)━━━!!

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] [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] [512] [513] [514] [515] [516] [517] [518]