/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Board Vibe
26 replies
439 days old
last post: Mar 1, 2020
Return

Board Vibe

1 Name: Anonymous : 2018-12-18 01:15
Hello All,

Could anyone sum up the general vibe of the board, having just stumbled upon it, I can't quite figure it out?
2 Name: Anonymous : 2018-12-18 08:18
Give it some time, some don't have to be put into words.
3 Name: Anonymous : 2018-12-18 14:32
Calming and healing.
4 Name: Anonymous : 2018-12-19 04:12
>>1
Iyashikei.
5 Name: Anonymous : 2019-01-01 20:24
>>1
The place is like a small town post office. There is a four sided bulletin board standing outside and to the left of the door and another one on the wall facing the window inside. The door is always open but the place is not always staffed. The coffee pot is lukewarm and mostly half emptied by the time you arrive. You might live near here, or far, but it doesn't matter. You come here no matter where you find yourself to be. You always make the time to stroll on by here, if only on occasion like today, and see if anyone's around and put something up on the board.

The TV is also constantly on too. You find the usual thing on is amateur music of some variety and channel surfing has never really been your thing so you leave it be. Someone is probably watching it, but where'd they run off too?

You scratch your head and take a sip from the cleanest mug from the counter. The coffee isn't hot but the rain outside makes the experience richer. You browse the photos pined to the wall and find some unique gems you'd otherwise miss if you'd just stayed home today. You can't find some others though. Guy must've taken them home or something.

You consider walking over to the telephone to make a call but the peace and quiet is worth more to you than the convince of instantaneous communication. Not that you don't appreciate it but, like others round these parts, you've come to want more and more of the simple and comfy life.

Ah! Another question has been posted since you last dropped in. You might give your two cents another time. Maybe. Setting the mug down you stroll to the door and pick up the local newspaper. The thought of joining the staff of AFTERNOON strikes you as somehow pretentious but you'l definitely draft an opinion column by the years end. Just like last year and the year before.

The chirping swallow outside reminds you of your plants back home. The rain has stopped but they still need watering. You are an indoor gardener after all.
6 Name: Anonymous : 2019-01-02 09:19
>>5
That was beautiful writing, anon
7 Name: Anonymous : 2019-01-02 10:05
>>5
Nice writing, it reminds me of the stuff in the little text adventure in the paper!
→/paper.pl?page=NewHome
8 Name: Anonymous : 2019-01-02 15:51
>>5

Damn dude, you have a talent.
9 Name: Anonymous : 2019-01-03 02:03
>>6
>>7
>>8
I'm flattered. Thank you guys! I've been meaning to write more fiction and pile a short novel together for a while now but been having motivation issues. Short bits like that can flow real easy though. Need a a bit more self discipline to push on to the goal. Someday soon I'll get done.

But yeah. I love this place. In a sense I wish this board was a real living place. But I've found places in the small mountain towns that fit the bill just as good.

Y'all are the best.
10 Name: Anonymous : 2019-01-04 21:06
This place captures some of the best people I’ve met online, though I’ve never “met” anyone from here l. A community of thoughtful people who put time, care and creativity into their posts. I imagine it extends to their real lives as well, so while I’ll most likely never meet any of you, I wish you well in bringing joy and comfiness into the world in each of your own special ways.
11 Name: Anonymous : 2019-01-31 19:50
I really loved this textboard! I'll try to come here more often. I'd like own textboard could be like this one, but if textboards are not common in the west, they're even less common in my country... Actually, my textboard is the first in my country.
12 Name: Anonymous : 2019-02-02 09:07
>>11
What did you use to make your textboard?
13 Name: Anonymous : 2019-02-03 23:54
>>11
You mean this one http://48-ch.net/ ?
14 Name: Anonymous : 2019-02-06 03:22
Y'all make this board so nice. Thank you.
15 Name: Anonymous : 2019-02-06 04:09
>>12
I used MicroTXT. You can take a look here: http://48-ch.net/

>>13
Oh my God! How do you know?!
16 Name: Anonymous : 2019-02-09 09:43
>>7
Some pages in that text adventure have been erased with spam. Someone should try and restore the original content, I would try but I never saw the original and I can't write.
17 Name: Anonymous : 2019-02-11 12:08
>>5
Really nice text, I enjoyed reading that.
18 Name: Anonymous : 2019-02-12 06:01
>>13
>>15
Hey, I don't speak your language but I like what you have done.
You say you used software called MicroTXT to make your site. Where is that software? Is there a github page for it? What is it wrtten in? Ruby?
19 Name: Anonymous : 2019-02-12 18:24
>>18
It's written in PHP!
https://github.com/beardog108/MicroTXT
20 Name: Anonymous : 2019-02-18 14:50
>>17
Well thanks! Honestly that was a genuine pleasure to write and it just flowed from my fingers on to my keyboard like nothing else in a long time.
21 Name: Anonymous : 2019-03-08 18:46
>>1
I think these say it best:
( ^_^)o自自o(^_^ )
ヽ(´ー`)人(´∇`)人(`Д´)ノ
ヽ(´▽`)/
22 Name: Paperplane : 2019-03-15 10:46
>>21
Middle row on the right is me
23 Name: Anonymous : 2019-03-17 02:53
>>22
I'm probably the one in the middle
24 Name: Anonymous : 2020-03-01 09:53

// ==UserScript==
// @name Nameless Post Office
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Makes all posts anonymous
// @author You
// @match https://afternoon.dynu.com/*
// @grant none
// ==/UserScript==

(function() {
'use strict';
var postNames = document.getElementsByClassName("name");
for (var i = 0; i < postNames.length; i++) {
var name = postNames[i];
if (name.textContent != "Anonymous"){
name.textContent = "Anonymous";
}
}

})();
25 Name: Anonymous : 2020-03-01 10:05
>>24
Apparently, the syntax highlighter inside code sections breaks the board's stylesheet. Sorry.
26 Name: Paperplane : 2020-03-01 12:16
>>25

Ahahaha this had me scared for a second!
→/1230/AnonBrokeTheBoard.png

Return

Name:
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /