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


Last Oekaki@Heyuri post was 6 hours, 18 minutes ago
Last Strange World@Heyuri post was 5 hours, 27 minutes ago ヽ(´ー`)ノ
Filter boards
Lounge@Heyuri

       クズ
      (;´ω`)ノ
    /(  )へ The server is flustered.
     く


       クズ
      ヽ(´ω`)ノ  
      (へ ) The router is flurried.
         > 

       クズ
       (;´ω`)ノ
    く(   )へ I can only dance the cucumber dance.
      く
2 posts omitted. Click Reply to view.
>>
hes so cute



   クズ
   (´ω`)
__(___)
>>
         三 三 三 クズ
    (´ω`)ノ
  /(___)

ハ    (´ω`)   ハ
 \/(___)\/

     ハ,,ハ
     <(´ω`)ゝ
     (___)


     ハ,,ハ
      ( ゚ω゚ ) I'm a cat now and i opened my eyes.
     (___)
>>
     ハ,,ハ
      ( ゚ω゚ ) Oh, and i grew legs too.
     )   ノ
     (_⌒ヽ
      ヽ ヘ }
 ε≡Ξ ノノ `J

     ハ,,ハ
      ( ゚ω゚ ) Arms and i refuse.
    /    \
 (⊂  )   ノ\つ))
     (_⌒ヽ
      ヽ ヘ }
 ε≡Ξ ノノ `J
>>
gujjobu (*^ー゚)b
>>
      ハ,,ハ
      (*^ω゚ )
    /    \n
 (⊂  )   ノ\E )
     (_⌒ヽ
      ヽ ヘ }
 ε≡Ξ ノノ `J

Lounge@Heyuri
One of the kaomojis that didn't make it to heyuri:

\(^o^)/

It's called "Owata".
Have fun making AA out of the kaomoji.
11 posts omitted. Click Reply to view.
>>
>>3710
Did you forget to use the AA tags?
>>

 / ̄ ̄ ̄/ ̄ ̄ ̄\
/    /    / ̄ ̄ ̄\
l   ⌒l   ⌒/   / ̄ ̄ ̄\
l       l      l  /        丶
\   \    l  l   ⌒  ⌒   !
  \__\___\ l       ◯/ ̄ ̄ ̄\      
  /    |   / \\   /        丶   / ̄つ
  |     |    |     \_l   ⌒  ⌒   ! / /
                  l       ◯    l/ /    ♪Owata♪
                 \        / /
                 /^\___/ ̄/
               //         ノ
>>
(^o^)
mogege~
>>
┏(┏^o^)┓
mogege~
>>
  ___
 |←樹海|
  ̄ || ̄
  ┏||┛
  ┏┗  三┏(^o^┓)┓

Lounge@Heyuri
I didn't believe it!
>>
Believe it! (actually it works on browsers a lot older than IE11)
>>
thats because lounge uses some pretty archaic html that lolico took from 2ch.
>>
It works perfectly on Lynx too, except when you try to post and get blocked for being a suspected bot depression

Lounge@Heyuri
It already exists!... in Japanese mona2
https://labo.koishikawachan.net/aatester/

I was working on translating it in secret to suprise everyone with it, but as usual I got sidetracked with other projects banana. From what I remember, I don't think there's much left for me to translate, so I could probably get it done soon

Just liek Mattari AA, it's entirely frontend HTML/CSS/JS, so no backend is needed + you can easily run it locally. It's way moar advanced than Mattari AA though, with lots of options, an image overlay feature, useful insertion/formatting tools, space highlighting, etc.

Screencap: https://2ch.sh/src/2659.png
13 posts omitted. Click Reply to view.
>>
I had a closer look, and indeed the response header for Heyuri's aatest.html contains:
content-type: text/html; charset=UTF-8


My test server (which is Apache, for what it's worth) just says:
Content-Type: text/html


Sum googling tells me the issue could actually be with Cloudflare, as a lot of people seem to have issues with content-type being wrong/changed on cached content monapc
>>
Screw it - I converted it to UTF-8 and it seems to work just fine:
https://2ch.sh/src/2661.zip
>>
>>3740
Thank you iyahoo
>>
     /⌒ヽ /⌒ヽ
/⌒ヽ( ^ω^) (^ω^/⌒ヽ
(  ^ω)   U) ( つと(ω^  )
| U (   ^) (^   ) と ノ
 u-u (l    ) (   ノu-u
     `u-u'. `u-u'
>>
banana

Lounge@Heyuri
A thread for Earthbound players ヽ(´ー`)ノ
>>
I love this album, this track in particular
https://www.youtube.com/watch?v=vBbRJoHTJAM&list=PL682FAAA919005D2D
it's from Mother instead of Mother 2 but I figure it's fine right?

Site Discussion@Heyuri
File: Compass.png
(576 KB, 596x560)[ImgOps]
576 KB
Would Heyurians be interested in a navigation script? I have created one for my personal test instance of Heyuri's software. You can use J and K to navigate up and down a thread, respectively. F and D to navigate up and down post-by-post. Use R to reply to the selected thread. Use B to go back to page 1 or refresh the page if you are on the first page. Use C to type in the text area and S to type in the subject text area. I plan to add H to navigate to the home page (www.heyuri.net) and other keys for navigation between pages.

I can create a pull request if desired. I could even make it toggleable in the settings menu
Marked for deletion (Old)
5 posts omitted. Click Reply to view.
>>
Ok working on a PR now. Going to see if I can try to put it in the settings menu first before creating the PR
>>
I'm having trouble getting it to work in the Settings menu. The console outputs "ERROR: Fatal error in module 'KK Keyboard Navigation'. Which is coming from koko.js
https://github.com/SleekDolphin/kokonotsubaNav/blob/main/js/navigate.js

Any help is much appreciated
>>
>>62813
If you are made a new kokojs module, it must be included in the <head> section, AFTER koko.js

<script type="text/javascript" src="https://static.heyuri.net/js/koko/koko.js"></script>
<script type="text/javascript" src="https://static.heyuri.net/js/koko/yourscript.js"></script>
>>
>>62816
Not sure if this is the problem but could be. the koko-js scripts were written by lolico 2 years ago and havent been touched much since. he's now gone
>>
>>62817
I wish that were the issue

Lounge@Heyuri
I fed GPT-3 the wiki article and FAQ and asked it to make a national anthem, so it did.
(This was on /b/, but I decided to delete it and post it here instead since I think it fits better here) (・∀・)

Verse 1
We are the children of the net,
Heyuri is the place we call our home,
Where we rejoice in our freedom
And celebrate our culture all its own.

Chorus
Heyuri, rise up, be brave and bold!
We will keep our culture safe and sound.
Our memories, our hopes and dreams,
We will keep them safe and sound.

Verse 2
From the hands of Wormhole-kun we make our way,
The laughter of lolico, we can hear him say,
Kaguya guides us with a steady hand,
And kuz will always lend us a helping hand.

Chorus
Heyuri, rise up, be brave and bold!
We will keep our culture safe and sound.
Our memories, our hopes and dreams,
We will keep them safe and sound.

Verse 3
We can learn and share our knowledge with each other,
We can laugh and joke and be free like no other,
Our spirit is strong and our hearts are true,
We will stand together, Heyuri through and through.

Chorus
Heyuri, rise up, be brave and bold!
We will keep our culture safe and sound.
Our memories, our hopes and dreams,
We will keep them safe and sound.

------------

What is the tune of the anthem?

The tune of the anthem is a traditional folk song with a jaunty, up-tempo beat.

Write the notes to the song along with how many beats and including rests.

Verse 1: G4 Bb4 A4 F4 G4 Bb4 A4 F4 (4 beats each note)
Chorus: G4 F4 Eb4 D4 C4 Bb4 A4 Bb4 (2 beats each note)
Verse 2: Bb4 F4 G4 Eb4 Bb4 F4 G4 Eb4 (4 beats each note)
Chorus: G4 F4 Eb4 D4 C4 Bb4 A4 Bb4 (2 beats each note)
Verse 3: A4 F4 Bb4 G4 A4 F4 Bb4 G4 (4 beats each note)
Chorus: G4 F4 Eb4 D4 C4 Bb4 A4 Bb4 (2 beats each note)

(1 beat of rest at the end of each chorus)
>>
>And kuz will always lend us a helping hand

Kuz will always lend us a helping B&NNED moar liek.ヽ(´∇`)ノ
>>
The lyrics aren't bad, but that melody isn't jaunty or up-tempo at all - it's slow and in freaking minor (`Д´)
>>
Nice work,you have my award!
>>
now we just need someone to sing it! :saitama2:

Lounge@Heyuri
is this one

The rest are either dead(er than this one) or jokey/memes. This is a good board though
7 posts omitted. Click Reply to view.
>>
>>2575

No SSZ is a shit admin.
>>
>>2577
>>2575
4-ch is dead and shit
>>
>>2485
quality is when you spam kaomoji and 20-year-old AAs
>>
>>3612
Quality is when I rape you :zuri:
>>

Site Discussion@Heyuri
File: Wake up.png
(705 KB, 2884x850)[ImgOps]
705 KB
Hey mods! It's time to wake up and actually delete posts that break the rule 8!
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
already dealt with
>>
>>62790
After 40 minutes! How many mods does Heyuri have? Is there a shortage?
>>
Also No.37443 stayed up for 10 days! We really need a report button
>>
>How many mods does Heyuri have? Is there a shortage?
It's basically just been me and kaguya since last spring - it's manageable at the current rate, but when the board is teh speedycat for an extended period and things are getting raucous (like a few weeks back), it can be a little much sweat2

>>62793
We used to have a report system on the old Heyuri software, but kokonotsuba never had it implemented - unfortunately it's not as simple as just adding a button and we've been starved of developers for a long time, but here's the link to our software in case anyone wants to give it a try: https://github.com/Heyuri/kokonotsuba

For now, you can use /q/ to report things nyaoo-closedeyes
>>
>>62794
>For now, you can use /q/ to report things
Okay, sure

Site Discussion@Heyuri
File: rip.png
(921 KB, 2120x1526)[ImgOps]
921 KB
wait, how the meta board has more posts than /b/?
how that happened?
Marked for deletion (Old)
>>
I don't remember the exact details, but it was something like "kuz copypasta'd some gurochan files when moving us to kokonotsuba and forgot to fix /q/'s post numbers", so /q/ ended up going from somewhere around 2K-2.5K to 60K overnight sweat2

By my rough calculations, it should really be about 5K right now

Additionally, /b/'s numbers are actually 1K beyond what they should be cuz we went from 14K straight to 15K due to a modhax GET

Site Discussion@Heyuri
File: unknown (cópia 1).png
(48 KB, 184x141)[ImgOps]
48 KB
Can we ban the edgy pedoniggers shitting up /b/ pretty please with sugar on top?
I'm not too innocent in that regard either but I don't keep making threads about my "nasty habits" every half second just to shock people, or boast about how cool I am that I watch LE CHILD PR0N!!!!! and LUST FOR CHILDRENEN!!!!
I like this place a lot and I don't want heyuri to become the "pedophile imageboard" sad
Marked for deletion (Old)
19 posts omitted. Click Reply to view.
>>
>>
>>62774

You first Redditfag.
>>
>>
>>62782
The threads were initially okay, we don't need to care for threads about cute little girls. It's part of Heyuri
And a lot that pedo poster's posts were already deleted, but it's hard to stop a ban evader... But that doesn't justify deleting innocent threads
>>
>>62784
>Yes it does, they were very obviously made by that same guy
...faganon (who made the SFW loli thread, underage daughter thread, hikikomori thread, etc.) and the MMD/pedo spammer (who spams all the MAP propaganda, creepy baby sex dolls, reposts template threads to various sites, etc.) are 2 different users sweat2

Both are pro-pedo, but the former is just an annoying elitist/tryhard that's been here since 2020, while the other is purposefully looking to disrupt & shit up imageboards (and only showed up here a month or so ago)

Lounge@Heyuri
Don't know when it happened.... but it happened. :mona3:
76 posts omitted. Click Reply to view.
>>
∧_∧ 
(´・ω・) 
(__)
>>
Did other discussion boards keep the global counter of posts?
From what I remember, they'd only count posts inside a thread. Looks unique to this place.
>>
>>3601
2ch-style boards typically have thread-based post numbers, yeah. Not for any real reason other tradition however, since it stems from the hacky way that sites like Amezou and 2ch attempted to implement reply threads

What's here on /lounge/ is effectively the same software as the imageboards under the hood, just modified to look more like a 2ch-style board - kinda liek the reverse of kareha's futaba mode :sip:
>>
didn't mean to sage... :banana:
>>
:13uo:

Site Discussion@Heyuri
269 KB
clicking No. on OP to open thread, and then clicking random post numbers to reply works fine.
clicking No. on replies to open thread and scroll to that post adds pagenum to your query and makes it so when you click on a random post number to reply to someone the page refreshes before it works the second time. cry
this has bothered me a while

im not making an issue on github so someone else must
Marked for deletion (Old)
>>
I've definitely experienced some weirdness with post number links before that ate my post, but I can't seem to replicate this one unsure
>>
>>62777
suddenly it stopped
it is a mystery
>>
it requires a high count of 5

Site Discussion@Heyuri
File: Undertaker in the shadows.png
(285 KB, 642x722)[ImgOps]
285 KB
I think the wiki isn't being taken care of as much as it should be. To this day there isn't an article on Little alice or the Heyuri album
Something should be done by the administration to give it more attention, since i'm a lot of new users don't even know about its existence
Marked for deletion (Old)
>>
>since i'm a lot of new users don't even know about its existence
I'm sure* a lot of new users
>>
Yes
What can be done about it?
>>
>>62740
I'd say to put a spotlight on it for a week or so. Maybe with a more visible link to it, a header message on /b/, or even a little event
Personally, i'll get to write some stuff in the next couple of days
>>
Preemptive reminder for those wishing to make more serious/informative articles to not fill Heyuri's wiki up with crap you learned from 4chan and other imageboards, or that you've copypasta'd from other wikis

1. cuz it's Heyuri's wiki about Heyuri first & foremost, and what applies to other sites doesn't necessarily apply to us (in fact it rarely does) sweat2

2. cuz fresh original research > parroting a series of regurgitated misinformation from 10-20 years ago about anonymous BBSes, 2ch, Ayashii World, etc. that 99% originates from some bullshit that Shii and others made up sweat3
>>
I feel the infrastructure on HHS needs a revamp. Possibly with a version update and reinstall. Then with true VisualEditor enabled, as well as exporting, rewrite engine, and other things.

Lounge@Heyuri
have you found any cool articles you want to share? i found these cool https://en.wikipedia.org/wiki/Perlin_noise https://en.wikipedia.org/wiki/Temperate_rainforest
48 posts omitted. Click Reply to view.
>>
>>1859
https://en.wikipedia.org/wiki/Loli_(district)
Utopia exists and this is the place
>>
>>
>>1963
>The district shares its name with the Loli clan residing in the town of Waikabubak (today a separate district) and the Loli countryside.

Loli clan ∑(O_O;)
>>
(;´Д`)
>>
Wikipedia is trash and it should be banned from the internet

Site Discussion@Heyuri
File: peruvianNazis.jpg
(196 KB, 885x584)[ImgOps]
196 KB
How much involvement does Kolyma Network still have with Heyuri? I can't help but doubt that a shady organization would give up complete control over their second most used website without some sort of concessions or something like that
Marked for deletion (Old)
>>
>>62763
I believe kuz still hosted it but actually I think kaguya said he got his own new hosting a while ago. Some of the boards still have Kolyma branding but no direct involvement from Kolyma
>>
> their second most used website without some sort of concessions or something like that

Not even close. Vidlii, gurochan, the soyjak site, etc are all way bigger.
>>
>gurochan
Last thing i remember is that GC was going through a tough situation, for one reason or another
>>
afaik kuz hosts the site for the most part
he did set some rules where you cant really have slander against him, so it was either remove kuz slander or no heyuri

Lounge@Heyuri

                   _____≫'’:::::::::::::::::::::``ヽ、       //                   /-_-_/
                   _ア゙:::::::::::::::::::::::::::::::::::::::::::::V  //                     /-_-_人
               ∠二二:::__::::``ヽ、___:::::::::::::::::W , '’                   _厂-_「
             jI斗=ニ: :^~: :⌒:::::::::::::::ヽ::::::::``ミ、::/'’                    _厂-_厂
          。s<:::::::,、ヽ``: : : : ::::::::::::::::,、丶``:::::::::::\ ___   -== ¨ ̄」           _厂-_厂
          /::。s</:::::::::::::::::::::::::::::::::::,::´:::::::::::::::::::::::::::::::`、^~     ¨¨ ̄ ̄         _厂-_厂
       /ィ  ,/::::/::::::::::::,:::::::::::>/:::::::::::::::::::::::::,イ}:::::::::V                    _厂-_厂
        ,、ヽ`/::::: /::::::::::::: /::::::/ //::::::::::::/:/ヾ:リ::>ミV                   _厂-_厂
   _,、。s<:::::: :/:::: : |::::::::::::::/:::/ ̄"` |::::::::::://   `、| {::| V                 _厂-_厂
>'’:::::::::::::::::::::::::{::::::/ |:::::::::::/|::,'x=ミゥ、 |::::::::/|(      7 ,,,, }               _厂-_厂
::::::::::::::::::::::::::::::::::{:/:{ 八:::::::::| V  んハ .V:::/   ''''''  、  ヾ、,ソ}           _厂-_厂
::::::::::::::::::::::::::::::::::|{:八 |\::::| ` 仗rり   V   xミ  `、 }::::::::::\         _厂-_厂
::::::::::::::::::::::::::::::::::::::V:`:.|:::::`::|  ,, ,, ,,        .だハ ‘,  八:::::::\:≧=-     _厂-_厂
::::::::::::::::::::::::::::::::::::::::゚, : |::::: : |           トfrツ 」 ,::|V:\::::::::`¨¨¨¨ラ __厂-_厂
::::::::::::::::::::::::::::::::::::::::::`、|::::::::::'.       ′  ,, ,, ,, /:: |. \「ニ=―=ニ´  ._厂-_厂
:::::::::::::::::::::::::::::::::::::::: : ィ|::::::::::::'.      ( 7       ,イ::::::::::'.       _____厂-_厂
::::::::::::::::::::::::::::::::::::/ /:::::}::::::::ト―-      _,,、 ’―-ミ::::\_jI斗=ニ-=_厂-_厂
::::::::::::::::::::::::::::::/ /イ:::ハ::: |:::}   }i ̄>'’i:i:):::::::::::::{:i:i:i:\::\^~  _厂-_厂
:::::::::::::::::::::::::::/ _,、丶```"ニ=-、リ_  {{/:i}:::::_  ----ミ::::::::::::`、:::``<,_-_厂
::::::::::::::::::::::>/:::::、:i:i:ノ:::::::::::::::::::::\:/_。s<       `ヽ、:::::::V\:::::::`、
:::::::::::::::::〃. ;':::::::::::::,、 ^~ ̄ ̄ ̄ ̄\=\_: : : : : : : : : ..   `、::::}   V:::::::`、
:::::::::::::::∥ ;:i ): :/        . .,   \ \__ ``ヽ、: : : .. V}   V:::::::::V
::::::::::: : i{  {:::::::/     . .. : ,: '´    >.。,≫s、____≫  : : : :}}.   V 、:::}
::::::::::: : i{  {:::::;'   . : : :,:  ´           ⌒>.。,>.。,_  \/    V }::}
::::::::::::::::',  V::{: : : : : :./               ⌒>.。,>.。,_\ _____,,,V/
::::::::::::::::::',  V{: : : : : ´:                    ⌒ニ=-丶、≧s。Λ
:::::::::::::::::::|  ヾ: : :,': : :                  \         ニ=-\゚_
;:::::::::::::: : |.    ``,: : :.                      ヽ          `、>.。,_
\:::::::::: : |       ゚,: : : ..                             /≧=--―=ニニニミx_
  \::::: : |      |`、: : : : ..                           /ニニニニ=-  ^~ 《__》 《:》、
   \::::|       ト、 \: : : : : .                   _。s<⌒/Λ 《___》   《__》 《:》\
      `、|     .|:::`、 `丶、: :.             /≧s。__。s<⌒     ./Λ  《__》 _jI斗====ミ_
      .|      .|:::::::`、    \:        /ニニニ/           ./Λ__。s≦ニニニニニニニニニニニh。
        }       .|:::::::::::V   ./}      /ニニニ= ^ V/       _ -=ニニニニニニニニニニニニニニ。s≦ ̄ `、
        |       W::::::: }}   _}:.}     /ニニ=^   .V/   _ -=ニニニニニニニニニニニニニニ,、ヽ`       `、
        |       .W::: : リ   }:.}   /ニニ=^《___》   .V/_-=ニニニニニニニニニニニニニニ/.             `、
        |      .}:::::/  _/:.j_。s<ニ=^    《___》 _-=ニニニニニニニニニニニニニニニニ_/             `、
        |      .}::/   _/:/ニニ=^《__》     _-=ニニニニニニニニニニニニニニニニニ;/                     `、
       /,      ..},'  _/:.〃ニニ=^     《__》_ -=ニニニニニニニニニニニニニニニニニ;,'’                   V
      ./::::,     |  /:\i{ニ=^《__》 《__》_ -=ニニニニニニニニニニニニニニニニニニニ二,’                     V
   ,.::::::::::::,      .|ミ彡_-_:i{,イ|    ,、-=ニニニニニニニニニ≧s。ニニニニニニニニニニニ,’                      V
  /:::::::::::/i:,     ノニニV_-_-:》|《__:/_,、丶^ ̄ ̄ ̄ ̄ ̄ ̄ ~^丶、,≧
=彡ニ,’
.::::::::::::,:::::/ミ―=ニニ((_):/-_-_-j{ //                 、  `<ニニニ{
:::::::イ:::::::しニ((_))ニニニ/-。s≦_Y/                       ;     \ニニ{
/ |::::::::::≧≦ニニV-_-_- ,’                       :  V:::{
   |:::::::::://二ニニニニ二}i-_-__,’                            :   |ニ{
   |::::::::::/____/ニニj{ニニ}i-_-.,’                       ;   j:|ニ{
   |:::::: /ニニニニニ/|ニニ八___,’                          ;  .,'/::::{
   |:::::/ニニニニニ/-|^^|-_| ,’                         ,  j{。sく:|
   |::/≧s。_二/--| |-_:| ,’                            '  ,'    |
   |{ / / ア-\.八_|-:::|,’                        ,  /    |
   |{ ,' ,' /-_-_-\-_-_7    _  =ニニニニニニ=   _         '  /               _  ―===―    _
   |{,'./ ./-_-_-_-/i\_7。s≦              ≧s。     ,  /      ‘,    ,。.<                   >.。,
  /{。sイ-_-_-_-/i:i:| 7                    `ヽ、 '  /      ∧  /
 ./-_-_-_-_-_-_/ i:i:i|..7                          `、./          ∧/
>>
Shmexy yoko ヽ(゚ρ゚)ノ
>>
Very cute!!!ヽ(´∇`)ノ
I want to lick her tummy (・∀・)

日本語@へゆり
File: 005.jpg
(391 KB, 1200x600)[ImgOps]
391 KB
としあきのやってるスマホゲームはある?
俺は最近「ブルーアーカイブ」というゲームを始まった
なぜなら美少女いっぱいし、電車でやれるしねww
Marked for deletion (Old)
1 posts omitted. Click Reply to view.
>>
ちな風のアニメゲーム...
ゴミじゃないが?
>>
>>214
ないだろけど
電車とかを乗るとき、二次元キャラの乙女たちと連絡するのは最高だ
>>
1790 KB
アズールレーンならやってるけど
ストーリーは全部スキップしてる。
>>
ハムマンのハミマン
>>
Candies&Cursesをあそんでます

Site Discussion@Heyuri
File: VPNblocked.png
(58 KB, 1916x264)[ImgOps]
58 KB
I've been posting so much less because more and more of the IPs on my VPN are getting banned. Anyone else having this issue? Is there even a fix for something like this (besides buying a different VPN)?
Marked for deletion (Old)
>>
I have no control over SpamDB, but if you contact kaguya-san and let him know the IP(s) in question, he will likely try and get it removed

>IP adress
Found a typo!
>>
Yeah, stop using a VPN.
>>
test
>>
Fuck I legitmately thought I got banned for a second then realized the page probably refreshed on the VPN

Site Discussion@Heyuri
File: 892485943.png
(330 KB, 600x600)[ImgOps]
330 KB
Hi Heyuri!
After 274 days since the last one, I decided to hold another townhall next week, details below

If it's your first time, read about townhalls here: https://wiki.heyuri.net/index.php?title=Townhall - the logs are worth at least taking a glimpse at, though a lot of issues brought up can be considered obsolete today
As usual, we will be discussing meta topic stuff. You can prepare your own topics to bring up during the townhall if you want to as well

Date: 28 January Saturday, 19:00 (7PM) UTC
Location: Probably at https://gikopoipoi.net/
There will be another thread on /b/ as the date approaches, the location will be certain by then too.


                /  ̄ ̄ ̄ ̄ \
              /               \
             /               ヽ
            /             ⊂ニニニ⊃
            |           ⊂ニニニニニニニニ⊃
            | ΛΛ  / ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄
        Λ_Λ (゚Д゚) < Don't miss it!
        ( ´∀`)( ,,ノ   \________________
        (  つーo皿             /
        (_ ̄)'^◎            /⊂ニニニ⊃
         |/(_)  \ ____ /
        ◎
Marked for deletion (Old)
32 posts omitted. Click Reply to view.
>>
>>62693
That was far from the only time the database got leaked too - naturally I saved them for posterity biggrin

I probably don't have t3h sk1llz, but I've thought about attempting to turn the leaks I have into a browsable archive - it's basically everything between TEH CRASH restoration (2020/7/12) to immediately before /b/'s 8KGET (2020/08/17), except lounge for some reason. There's no images or thumbnails (I think only kuz has those), but it would still have an important cultural value
>>
I recorded the townhall, well most of it.
https://files.catbox.moe/gh03rv.mkv
>>
>>62727
Thanks!!!

...61.1 MB for a 1hr video!? Technology sugee sweat
>>
>>62727
Awesome biggrin
>>
>>62732
I compressed the shit out of it. Also barely anything moved in the video.

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]