To provide real-time updates or commentary on an event in progress through Twitter posts.
t-thanks, i was starting to think the other regular tweets were from dead people or something
Name:
Anonymous2018-06-11 2:05
>>3 nah, it's like this: when you make a facebook post about an event, you usually post pictures from after the event is over
livetweeting is when you tweet about something before it's over
and it's just as disappointing as it sounds
you're like "here we go, I'm at the entrance of the conference"
then you're like "hey check it out, here's the first presentation"
then you tweet "they sure are taking a long time to set everything up"
etc etc
it's like livestreaming but with text and no video
Name:
Anonymous2018-06-11 2:06
anyway first update: I got beer and now I am going to start on my homework #wewlad
Name:
Anonymous2018-06-11 2:08
this thread is like an RTOS: I am providing REAL-TIME UPDATES well except for the fact that the text board layout favors asynchronous communication no web sockets etc IRC is for boomers, I want something like twitch chat but without the video or video game aspect like AOL chatrooms all over again, but browser-based
anyway, back to homework my dudes
Name:
Anonymous2018-06-11 2:09
and yeah discord exists but each discord "server" is private and it's too closely tied to vidya games
no thanks
Name:
Anonymous2018-06-11 2:18
I have procrastinated SO much but here I go
time to start on this stupid homework
Name:
Anonymous2018-06-11 2:21
homework about overriding member functions
Name:
Anonymous2018-06-11 2:27
I just looked at the archive and the original world4ch /prog/ had over a million posts, and the original /lounge/ had just shy of half a million
I miss world4ch
I miss being younger
I miss being fit without much effort
I miss not paying bills
the world seemed to spectacular
SJWs hadn't taken over the internet yet
the web had more of a curious and wild west feel to it
now it's all about self-promotion and furthering your career and shit
current /lounge/ and /prog/ are cool and all, but they aren't the same -- only a handful of hardcore posters are still here
it's like a ghost town compared to world4ch, which seemed much busier, and had a lot more casual posters instead of just the really hardcore regs
Name:
Anonymous2018-06-11 2:28
I'm drunk btw
Fatal Error Please wait at least 20 seconds between new posts.
Back
Name:
Anonymous2018-06-11 2:29
I've gotten more into facebook and twitter and reddit and other normie shit like that, but I feel like I have to self-censor because people will jump on the chance to get offended and attack you for being anti-SJW or whatever
I only feel safe being honest on anonymous sites
Name:
Anonymous2018-06-11 2:40
I have an online assignment where I have to read source code and then type out what I think the output of the program is
and it's really picky about linebreaks
Name:
Anonymous2018-06-11 2:40
my muscles are so sore from working out
I only recently started going back to the gym with my friend
we go like 4 times a week now
Name:
Anonymous2018-06-11 2:41
drunk r n u u n r knurd
Name:
Anonymous2018-06-11 2:51
subclasses, superclasses, inheritance, overriding method calls this class is fucking easy as shit it's the same shit I already know, just in a different language the only difference will be once we get into different kinds of data structures later down the road, like graphs or some shit
Name:
Anonymous2018-06-11 2:55
I feel alone even around my friends because we don't have much in common
Name:
Anonymous2018-06-11 2:55
at least one of my friends encourages me to lift weights that's one good thing, I guess but our conversations seem to go nowhere
Name:
Anonymous2018-06-11 3:01
one of my friends wants to hang out all the time and go to expensive restaurants and bars, but I can't afford to keep on doing this, and he doesn't seem to understand that sometimes I would just prefer to be alone and in my apartment on my laptop, rather than always going out somewhere we chill multiple times per week but it's kind of draining on me
had a programming question where I had to write a function that's kind of like a toString(), though it's not called a toString() in this case, but it had to call its superclass's version of it within the overrided function
really easy stuff
just a few years ago I would've been blown away by this shit, but now? it seems so simple
but there's still so much higher-difficulty programming shit I need to do before I finish my computer science degree
dude beer lmao
Name:
Anonymous2018-06-11 3:11
a l c o h o l
l
c
o
h
o
l
Name:
Anonymous2018-06-11 4:05
reviewing polymorphism
easy shit
mammal.shit() is different from person.shit() even when person extends mammal
there is a difference between compile-time polymorphism and runtime polymorphism but as long as you understand the difference between runtime and compile time you should have no difficulty understanding what this means
virtual keyword
pointers
pure virtual function
abstract base classes
i.e. if you have an abstract NPC class, but then you have a subclass called shopNPC, or another called dragon, or some shit
you can't declare objects of abstract classes
too much hierarchy in object oriented programming, I think
you want to make a program that does a simple thing and you end up essentially making a factory for making many of the things that you only use once
b-but... muh extensibility
also some of this shit vaguely mentions vectors but not in-depth so idk lol
a class having a pure virtual function means objects of that class type can't be declared
this class is gonna be super easy, it's like everything I know about java, but in C++ instead
learning yet another programming language ain't hard
the only really new stuff that isn't just review or C++ syntax will be the abstract data types portion of the class, which won't be for a while
i know no1curr but i dunn curr that no1curr
also I have finished 2 of my 5 assignments now, they are pretty short
Name:
Anonymous2018-06-11 5:59
is-a vs. has-a relationships
I learned about this forever ago, why am I "learning" this again for this class? oh well
function templates
type parameters
reminds me of generics, sorta ish
only one more assignment to go
Name:
Anonymous2018-06-11 6:27
class templates
a class definition with a special type param used in place of a type in the class definition
this totally reminds me of generics in java, though it's been a while
truth be told, I usually just copy and paste instead of using generics lol
welp, that's it for today
finished all my homework
tomorrow I have to do a programming assignment and a lot of math homework too