|
JawnV6 posted:every so often its obvious when someone comes thru and hasn't clicked back through 8 dead/haunted OP's to figure out what's cool for this thread and what should probably be posted elsewhere yeah i'd like to see this thread rebooted with some mention of the rules. i'm also not really sure what the rules are anymore. personally, I want to see: 1. a cjs thread for general chit chat 2. terrible programmer safety zone: a safe space for talking about programming/programming adjacent stuff 3. a try hard thread that's for more serious discussion but still chill. partly, i've felt kinda weird posting my functional programming stuff in here. it feels a little showoff-y, and it's made worse by the fact that i'm not really explaining what's going on or any of the process. but explaining the process is a lot of work and it feels weird to put effort into a thread that's intentionally kinda low effort. but maybe i just need to post in CoC more? i don't really for some reason. anyhow just because i made one dumb post 5 years ago doesn't give me any right to decide the fate of this thread so what do ya'll think? DONT THREAD ON ME fucked around with this message at 03:35 on Jul 31, 2018 |
# ? Jul 31, 2018 03:11 |
|
|
# ? Dec 4, 2024 03:35 |
|
as a relatively recent returnee to the forums, I think a lotta subforums would make a lot more sense if there were a more explicit "These are the general rules This subforum is for X, which makes it different from other subforum which involves X but also Y These are the evergreen threads and what generally does and doesn't belong in them" though there's something to be said for the "most context is implicit, figure it out fuckers" approach
|
# ? Jul 31, 2018 03:21 |
|
JawnV6 posted:every so often its obvious when someone comes thru and hasn't clicked back through 8 dead/haunted OP's to figure out what's cool for this thread and what should probably be posted elsewhere Lol if you paid for archives
|
# ? Jul 31, 2018 03:27 |
i can come add some rules to op? something like 1) general forum, yospos rules apply 2) don’t be a jerk to people for their tech efforts
|
|
# ? Jul 31, 2018 03:44 |
and the original thread purpose of discussing suboptimal programming practices and circumstances with no prejudice
|
|
# ? Jul 31, 2018 03:46 |
|
cinci zoo sniper posted:i can come add some rules to op? something like 2a) unless they are a worthless scumfuck sack of poo poo gimmick poster like shaggar
|
# ? Jul 31, 2018 04:16 |
|
3) dqs
|
# ? Jul 31, 2018 04:16 |
Mao Zedong Thot posted:2a) unless they are a worthless scumfuck sack of poo poo gimmick poster like shaggar shaggar is perfectly adequate when he posts about efforts, rather than choices
|
|
# ? Jul 31, 2018 04:19 |
|
also keep up the yospos canon such as - 6.5 figgies means whatever you want it to mean above 100k - don’t admit to using an anroid (lol) - everybody is a terrible programmer double especially those who think they’re good at it - computers were probably a mistake and Turing deserved death not for being gay but for creating them (USER WAS PUT ON PROBATION FOR THIS POST)
|
# ? Jul 31, 2018 04:53 |
Phobeste posted:also keep up the yospos canon such as let’s not.
|
|
# ? Jul 31, 2018 05:15 |
|
ha! hey guys.. yospos, bithc!!!!!!!
|
# ? Jul 31, 2018 05:17 |
|
Phobeste posted:also keep up the yospos canon such as wow, i dont care about any other thread rules but the first one i would like to propose is that you shut the gently caress up
|
# ? Jul 31, 2018 05:31 |
|
i'm confused, is this a thread for terrible programmers or a terrible thread for programmers
|
# ? Jul 31, 2018 06:51 |
Night Shade posted:i'm confused, is this a thread for terrible programmers or a terrible thread for programmers former
|
|
# ? Jul 31, 2018 07:00 |
|
i've never understood why there are two programming threads
|
# ? Jul 31, 2018 07:29 |
Toady posted:i've never understood why there are two programming threads the other thread is not for discussing practical problems
|
|
# ? Jul 31, 2018 07:49 |
|
Toady posted:i've never understood why there are two programming threads there is a thread where we admit we’re terrible programmers and a thread where we pretend we’re not
|
# ? Jul 31, 2018 08:30 |
speaking of terrible programming, i am actively regressing further back since im doing dumb financial reporting for like a month now already
|
|
# ? Jul 31, 2018 08:44 |
|
yeah i think just updating the thread with some rules and stuff is more than good cinci if you're up for that. less terrible programemrs, more terrible programming.
|
# ? Jul 31, 2018 13:06 |
|
i dont think this is intentionally mean spirited and is just in really bad taste but we should be calling this stuff out more and thanks to cinci + jit bull transpile for doing it.
|
# ? Jul 31, 2018 13:11 |
|
I wrote an abstract class without wanting to commit harry caray I think I’m no longer a terrible programmer
|
# ? Jul 31, 2018 13:18 |
|
Luigi Thirty posted:I wrote an abstract class without wanting to commit harry caray I think I’m no longer a terrible programmer trust me, i've seen lots of abstract classes written by terrible programmers
|
# ? Jul 31, 2018 13:22 |
|
all i know is that male shoegaze is posting about compiler code and writing libs and as such has graduated from this thread and that phoebeste post was in v poor taste
|
# ? Jul 31, 2018 13:24 |
|
Luigi Thirty posted:I wrote an abstract class without wanting to commit harry caray I think I’m no longer a terrible programmer i love how much variety there is in programming skills/interests. I don't get the high level/low level backend/frontend war: programming is for everyone get used to it.
|
# ? Jul 31, 2018 13:36 |
|
Captain Foo posted:all i know is that male shoegaze is posting about compiler code and writing libs and as such has graduated from this thread really though i dont know where i would be if it weren't for this thread / forum. i've learned so much here and it's been great watching everyone else get better too.
|
# ? Jul 31, 2018 13:37 |
|
MALE SHOEGAZE posted:programming is for everyone get used to it.
|
# ? Jul 31, 2018 13:37 |
|
I'm attempting to use rust's async/generators stuff so my delay(1ms) don't block but just yield in the control loop to allow other processor going on and jeez I don't really get how the nb (non blocking) library's await macro interacts with the rust generator await poo poo
|
# ? Jul 31, 2018 13:46 |
|
gonadic io posted:I'm attempting to use rust's async/generators stuff so my delay(1ms) don't block but just yield in the control loop to allow other processor going on and jeez I don't really get how the nb (non blocking) library's await macro interacts with the rust generator await poo poo yeah the current state of things is very confusing. what's the non-blocking library that you're referring to?
|
# ? Jul 31, 2018 13:48 |
|
MALE SHOEGAZE posted:yeah the current state of things is very confusing. what's the non-blocking library that you're referring to? https://japaric.github.io/nb/nb/ It's used in all the embedded crates. I have blocking delays working just fine
|
# ? Jul 31, 2018 13:55 |
|
Luigi Thirty posted:I wrote an abstract class without wanting to commit harry caray I think I’m no longer a terrible programmer I think this double qualifies you AS terrible programmer, sorry mate
|
# ? Jul 31, 2018 14:00 |
|
Finster Dexter posted:I think this double qualifies you AS terrible programmer, sorry mate I knew it!! specifically it's the base ui screen class for this dos game which contains all the drawing methods and junk it gets derived into different screens so I can call MainMenuScreen::Redraw() or whatever and it will draw the main menu by calling DrawRect() and DrawText() a bunch in the base class I think this is how UIs work idk
|
# ? Jul 31, 2018 14:17 |
|
yeah... in 2003
|
# ? Jul 31, 2018 14:47 |
|
HoboMan posted:yeah... in 2003 are you not familiar with the scope of luigi 30's work
|
# ? Jul 31, 2018 14:49 |
|
Sorry, that was in poor taste. I apologize.
|
# ? Jul 31, 2018 14:50 |
|
HoboMan posted:yeah... in 2003 lol if you think my compiler is even C++03 compliant
|
# ? Jul 31, 2018 15:06 |
|
Phobeste posted:also keep up the yospos canon such as no. given figgies x, dollars are 10^(x-1)
|
# ? Jul 31, 2018 15:08 |
updated opcinci zoo sniper posted:'tis thread for general programming chat, but also learning environment and sandbox for any topics in or around programming, without prejudice - however silly or irrelevant any given idea may feel
|
|
# ? Jul 31, 2018 15:36 |
|
cinci zoo sniper posted:updated op no such thing as a stupid question (asked in earnest anyway) E: actually I guess you kinda already said that
|
# ? Jul 31, 2018 15:48 |
gonadic io posted:no such thing as a stupid question (asked in earnest anyway) yeah i tried to say that all questions should be asked
|
|
# ? Jul 31, 2018 15:53 |
|
|
# ? Dec 4, 2024 03:35 |
|
MALE SHOEGAZE posted:yeah i'd like to see this thread rebooted with some mention of the rules. i'm also not really sure what the rules are anymore. personally, I want to see: We have all the threads you want and they operate in the way you describe. 1. the CJS thread, get to know the other yosposters 2. this one, help with the newbies 3. The PL (Programming Language) thread, the try hard programming thread + The Picture thread for funny computer These are the 4 main YOSPOS threads IMO that see lots of posts every day, but there are of course all the individual topic threads like Security, Android/Mac/Windows/Google, Buttcoin, Interviewing, SciFi/Fantasy Nerd poo poo, yosqueer hangout Also it sounds like your FP post should go in the The PL thread where it would be well received by all the PL weenies.
|
# ? Jul 31, 2018 16:19 |