|
Members in Shoutbox
None.
Shoutbox Search
Shoutbox Commands
/w [name] > Whisper
/r > Reply to last whisper /me > Marks as action Shoutbox Information
Moderators may delete any and all shouts at will.
|
Global Shoutbox
Please log in to shout.
[2017-3-21. : 3:41 pm] zsnakezz -- once or twice a month ill sit here for an entire day or a few days to work on everything[2017-3-21. : 3:40 pm] zsnakezz -- Mini Moose 2707Mini Moose 2707 shouted: Why do I feel like this dude always posts his shit a day or two after I release an update on purpose LMAO no we probably just have similar creative working hours[2017-3-21. : 1:29 pm] TF- -- you're not allowed to post unless it's super relevant anyway so that would just create more silence[2017-3-21. : 1:27 pm] IskatuMesk -- I also recommend switching all fonts to Comic Sans so you trend with the professional crowd.[2017-3-21. : 1:26 pm] IskatuMesk -- Mini Moose 2707Mini Moose 2707 shouted: Then again, nobody using the forums anyway so who cares LMAO That's only because of the shoutbox. Remove shoutbox, forum activity will go up. Also you have like a dozen General Discussion forums, so cleaning that up can help too.[2017-3-21. : 12:33 pm] NudeRaider -- FaRTy1billionFaRTy1billion shouted: well, so long as the first byte in each row is 0 is it though?[2017-3-21. : 6:05 am] O)FaRTy1billion[MM] -- Now I can read PNGs manually xD http://pastebin.com/kHk7df69[2017-3-21. : 5:53 am] O)FaRTy1billion[MM] -- woo, I successfully wrote my own DEFLATE algorithm. Now I can write it in 8-bit ASM ![]() [2017-3-21. : 5:03 am] O)FaRTy1billion[MM] -- lol, my DEFLATE code wasn't working because I had a char instead of a short so it wasn't loading enough symbol lengths[2017-3-21. : 4:49 am] CecilSunkure -- Mini Moose 2707Mini Moose 2707 shouted: Then again, nobody using the forums anyway so who cares LMAO tru[2017-3-21. : 1:41 am] Corbo -- I have noticed that. In fact once I was so close to post a "BUT IS IT BUG FREE?!" In your topic updatw ![]() [2017-3-21. : 1:29 am] Moose -- Why do I feel like this dude always posts his shit a day or two after I release an update on purpose LMAO[2017-3-21. : 1:24 am] Corbo -- zsnakezzzsnakezz shouted: havent not tested this update, i was surprised to see some glitches, plus this behavior wait, you were surprised to have glitches?[2017-3-21. : 12:33 am] Ahli -- I tend to describe the logic within a function in textual pseudo code... kind of like step 1, 2, 3...[2017-3-21. : 12:06 am] lil-Inferno -- ya but "// return the result" perfectly explains what's going on to the reader so it's a good comment imo C|X^ D[2017-3-21. : 12:05 am] Moose -- lil-Infernolil-Inferno shouted: ya but when people are told to write comments, they apply that to every single thing LMAO Mini Moose 2707Mini Moose 2707 shouted: Hence "good comments" LMAO [2017-3-21. : 12:04 am] lil-Inferno -- they think, "comments are good, so the more comments I have the better my code is O_O"[2017-3-21. : 12:04 am] jjf28 -- my namings are excellent, my code is pretty minimally complex for the problem/performance needs; comments... ehh I could summarize larger pieces better, mostly I just explain the jist of tricky code blocks[2017-3-21. : 12:04 am] lil-Inferno -- ya but when people are told to write comments, they apply that to every single thing LMAO[2017-3-21. : 12:03 am] lil-Inferno -- e.g., don't do this bullshit: return result; // return the result LMAO[2017-3-21. : 12:02 am] lil-Inferno -- Mini Moose 2707Mini Moose 2707 shouted: TBH, name things well, don't do fancy shit to show off, and write good comments and a lot of it needs no further explanation. tbh fam, only write comments for shit that needs explanation. Not every line requires explanation[2017-3-21. : 12:01 am] Moose -- TBH, name things well, don't do fancy shit to show off, and write good comments and a lot of it needs no further explanation.[2017-3-21. : 12:00 am] jjf28 -- TiKelsTiKels shouted: Gotta say, reading out and explaining a few hundred lines of code is pretty tiring. try it with a complex searching algorithm, it takes all friggin' day[2017-3-21. : 12:00 am] lil-Inferno -- TiKelsTiKels shouted: lil-Inferno If this was directed at me, the recommendations were all very specific I was talmto jjf[2017-3-20. : 11:59 pm] TiKels -- lil-Infernolil-Inferno shouted: tells you to just try again instead of telling you what to fix and why smh If this was directed at me, the recommendations were all very specific[2017-3-20. : 11:58 pm] lil-Inferno -- tells you to just try again instead of telling you what to fix and why smh[2017-3-20. : 11:58 pm] jjf28 -- ... but I'm basically a better coder than him so it's usually not an issue ![]() [2017-3-20. : 11:58 pm] TiKels -- Gotta say, reading out and explaining a few hundred lines of code is pretty tiring.[2017-3-20. : 11:57 pm] jjf28 -- at my job all my code changes have to be approved, and my lead likes to go through around 40% of the code, if it doesn't meet a certain threshold of acceptability he'll tell me to try again[2017-3-20. : 11:57 pm] lil-Inferno -- lil-Infernolil-Inferno shouted: it's good to have standards so that someone doesn't come in and start following the new standards you would've set in your code, thus proliferating competing standards ...and causing argument AF LMAO[2017-3-20. : 11:57 pm] Moose -- Usually there's a less formal process of peer review. I think they may have just been making it rigorous for purpose of instruction.[2017-3-20. : 11:57 pm] TiKels -- Would you call that mentorship? I mean I only did like 2 or 3 demonstrations[2017-3-20. : 11:56 pm] lil-Inferno -- it's good to have standards so that someone doesn't come in and start following the new standards you would've set in your code, thus proliferating competing standards[2017-3-20. : 11:55 pm] TiKels -- Like I didn't follow the naming/capitalization standard for variables a few times and got "recommended to fix it"[2017-3-20. : 11:55 pm] TiKels -- When I was coding as a internship, I had to design it to industry standards and had to report and demonstrate the quality of my code to a senior member. Is that not common?[2017-3-20. : 11:53 pm] jjf28 -- win32 all day every day: "Vaguely hint there is some subtle difference, where none exists."[2017-3-20. : 11:51 pm] jjf28 -- AposApos shouted: Classic: How To Write Unmaintainable Code - Ensure a job for life honestly i'd get fired cause none of my PRs would be approvable ![]() ![]() [2017-3-20. : 11:47 pm] Moose -- Ya, when your job security code is that obvious, you just get bopped LMAO |
IskatuMesk