Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 7001 7002 [7003] 7004 7005 ... 8167

Author Topic: Things that made you sad today thread.  (Read 9430270 times)

Frumple

  • Bay Watcher
  • The Prettiest Kyuuki
    • View Profile
Re: Things that made you sad today thread.
« Reply #105030 on: May 22, 2016, 01:14:10 am »

May it continue to hold off.
It didn't.
Logged
Ask not!
What your country can hump for you.
Ask!
What you can hump for your country.

Spehss _

  • Bay Watcher
  • full of stars
    • View Profile
Re: Things that made you sad today thread.
« Reply #105031 on: May 22, 2016, 01:40:46 am »

@Spehss:
Just to make sure:
https://jdonaldmccarthy.wordpress.com/2014/09/05/how-to-set-up-pdcurses-in-visual-studio-2013-c/

May be outdated.
See, I don't use Visual Studio. That's an example of information I've found on the subject that I cannot apply to my situation. I'll look over the article though.

I've tried using VS. Download time or install time was way too bloody long, never completed it, too much hassle to set up and learn another IDE.

May it continue to hold off.
It didn't.
RIP Frumple's stomach.
Logged
Steam ID: Spehss Cat
Turns out you can seriously not notice how deep into this shit you went until you get out.

i2amroy

  • Bay Watcher
  • Cats, ruling the world one dwarf at a time
    • View Profile
Re: Things that made you sad today thread.
« Reply #105032 on: May 22, 2016, 03:17:30 am »

What the hell am I thinking choosing computer science as a major. I know almost jack shit about actually writing actually useful applicable programs in the real world. I know next to nothing about compilers, or IDEs, or anything like that. And I can't seem to find any information online because I have no idea what to search for or where to look or what I'm doing wrong. Or the information I do find I just don't understand.

Extremely discouraged. Not getting anywhere. Realizing I know very little about something I thought I was competent at.
As a computer science major I can tell you that finally, at the end of my junior year, am I starting to feel like I actually know how to write real-world "useful" programs. Honestly though my biggest piece of advice for learning "useful" things like that is to simply buy a school textbook in the field you want to learn in (or torrent/download, CS books are usually the easiest to find somewhere, and I promise I won't hate you if you decide you don't want to pay the 1000% markup because publishers are scumbags) and start reading it/coding up simple projects.

Another thing I found was really helpful was to get involved in an open source project (mine is linked in my sig, of course :P). Joining something like that means you get a constant list of problems that you can work on and you get to immediately see results, as opposed to coding up something from scratch where the really big projects might require years of effort before you get something even really workable. Working with an open source project also helps you learn to work as a team (which is honestly a key skill for any real development), and the fact that there is a community you get involved with helps you come back to it time and again and stay focused on helping out.

That said my biggest piece of advice for any computer programmer is to "think about what you are programming, and why you are programming it long before you ever write a single line of code". Use whiteboards, use mind maps, use whatever the heck you want, but if you don't already have at least the key components of whatever algorithm you want to use in your head by the time you are actually trying to fix a problem, then you've already failed. Thinking about what you are coding, and taking the time to do so are what separates a true computer scientist from someone who just knows how to program (and it's an idea you can begin applying all of the way back in CS 101; even if you don't know all of the fancy algorithms and logic simply taking the time to think about what you want to do, to logically break it down into smaller steps, is enough).
Logged
Quote from: PTTG
It would be brutally difficult and probably won't work. In other words, it's absolutely dwarven!
Cataclysm: Dark Days Ahead - A fun zombie survival rougelike that I'm dev-ing for.

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Things that made you sad today thread.
« Reply #105033 on: May 22, 2016, 07:25:04 am »

@Spehss_:If you are coding in Notepad, I feel kind of sorry for you.

A decent IDE makes programming so much easier.

So...Yeah, you probably want Visual Studio.  Even if it takes a carpton of time to install, it's probably worth it.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

miauw62

  • Bay Watcher
  • Every time you get ahead / it's just another hit
    • View Profile
Re: Things that made you sad today thread.
« Reply #105034 on: May 22, 2016, 07:34:32 am »

What the hell am I thinking choosing computer science as a major. I know almost jack shit about actually writing actually useful applicable programs in the real world. I know next to nothing about compilers, or IDEs, or anything like that. And I can't seem to find any information online because I have no idea what to search for or where to look or what I'm doing wrong. Or the information I do find I just don't understand.

Extremely discouraged. Not getting anywhere. Realizing I know very little about something I thought I was competent at.
As a computer science major I can tell you that finally, at the end of my junior year, am I starting to feel like I actually know how to write real-world "useful" programs. Honestly though my biggest piece of advice for learning "useful" things like that is to simply buy a school textbook in the field you want to learn in (or torrent/download, CS books are usually the easiest to find somewhere, and I promise I won't hate you if you decide you don't want to pay the 1000% markup because publishers are scumbags) and start reading it/coding up simple projects.

Another thing I found was really helpful was to get involved in an open source project (mine is linked in my sig, of course :P). Joining something like that means you get a constant list of problems that you can work on and you get to immediately see results, as opposed to coding up something from scratch where the really big projects might require years of effort before you get something even really workable. Working with an open source project also helps you learn to work as a team (which is honestly a key skill for any real development), and the fact that there is a community you get involved with helps you come back to it time and again and stay focused on helping out.

That said my biggest piece of advice for any computer programmer is to "think about what you are programming, and why you are programming it long before you ever write a single line of code". Use whiteboards, use mind maps, use whatever the heck you want, but if you don't already have at least the key components of whatever algorithm you want to use in your head by the time you are actually trying to fix a problem, then you've already failed. Thinking about what you are coding, and taking the time to do so are what separates a true computer scientist from someone who just knows how to program (and it's an idea you can begin applying all of the way back in CS 101; even if you don't know all of the fancy algorithms and logic simply taking the time to think about what you want to do, to logically break it down into smaller steps, is enough).
Since roy is shilling for cata, i'll just pop in and say that /tg/station has taught me a lot of things. BYOND may be a really shitty language but we actually care about writing maintainable code! I honestly feel like a better programmer for having made some things there (even if im probably still bad)
Logged

Quote from: NW_Kohaku
they wouldn't be able to tell the difference between the raving confessions of a mass murdering cannibal from a recipe to bake a pie.
Knowing Belgium, everyone will vote for themselves out of mistrust for anyone else, and some kind of weird direct democracy coalition will need to be formed from 11 million or so individuals.

Frumple

  • Bay Watcher
  • The Prettiest Kyuuki
    • View Profile
Re: Things that made you sad today thread.
« Reply #105035 on: May 22, 2016, 08:46:57 am »

@Spehss_:If you are coding in Notepad, I feel kind of sorry for you.

A decent IDE makes programming so much easier.

So...Yeah, you probably want Visual Studio.  Even if it takes a carpton of time to install, it's probably worth it.
Eeehh... notepad++ does pretty alright, if you don't want something heavier. Syntax highlighting goes a long way. Now... yeah, space, if you're using just bog standard notepad... stop. Go download notepad++. Your sanity will thank you.
Logged
Ask not!
What your country can hump for you.
Ask!
What you can hump for your country.

Sirus

  • Bay Watcher
  • Resident trucker/goddess/ex-president.
    • View Profile
Re: Things that made you sad today thread.
« Reply #105036 on: May 22, 2016, 11:28:43 am »

Real pros do all their coding in MS Word.
Logged
Quote from: Max White
And lo! Sirus did drive his mighty party truck unto Vegas, and it was good.

Star Wars: Age of Rebellion OOC Thread

Shadow of the Demon Lord - OOC Thread - IC Thread

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Things that made you sad today thread.
« Reply #105037 on: May 22, 2016, 11:29:36 am »

Real pros do all their coding in MS Word.
Holy Armok on a plate of nachos NOOOOOOO.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

Xantalos

  • Bay Watcher
  • Your Friendly Salvation
    • View Profile
Re: Things that made you sad today thread.
« Reply #105038 on: May 22, 2016, 11:31:36 am »

Real pros do all their coding in MS Word.
Pffft, MS Paint.
Logged
Sig! Onol
Quote from: BFEL
XANTALOS, THE KARATEBOMINATION
Quote from: Toaster
((The Xantalos Die: [1, 1, 1, 6, 6, 6]))

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: Things that made you sad today thread.
« Reply #105039 on: May 22, 2016, 11:32:55 am »

Real pros do all their coding in MS Word.
Pffft, MS Paint.
There is actually a language for that.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

Sirus

  • Bay Watcher
  • Resident trucker/goddess/ex-president.
    • View Profile
Re: Things that made you sad today thread.
« Reply #105040 on: May 22, 2016, 11:34:02 am »

Real pros do all their coding in MS Word.
Pffft, MS Paint.
Minesweeper.
Logged
Quote from: Max White
And lo! Sirus did drive his mighty party truck unto Vegas, and it was good.

Star Wars: Age of Rebellion OOC Thread

Shadow of the Demon Lord - OOC Thread - IC Thread

Tawa

  • Bay Watcher
  • the first mankind all over the world
    • View Profile
Re: Things that made you sad today thread.
« Reply #105041 on: May 22, 2016, 11:45:09 am »

Real pros do all their coding in MS Word.
Pffft, MS Paint.
Minesweeper.
Solitaire, you filthy casuals
Logged
I don't use Bay12 much anymore. PM me if you need to get in touch with me and I'll send you my Discord handle.

Xantalos

  • Bay Watcher
  • Your Friendly Salvation
    • View Profile
Re: Things that made you sad today thread.
« Reply #105042 on: May 22, 2016, 11:48:32 am »

Potato!
Logged
Sig! Onol
Quote from: BFEL
XANTALOS, THE KARATEBOMINATION
Quote from: Toaster
((The Xantalos Die: [1, 1, 1, 6, 6, 6]))

IcyTea31

  • Bay Watcher
  • Studying functions and fiction
    • View Profile
Re: Things that made you sad today thread.
« Reply #105043 on: May 22, 2016, 11:49:44 am »

Spoiler: Relevant (click to show/hide)
Logged
There is a world yet only seen by physicists and magicians.

Arx

  • Bay Watcher
  • Iron within, iron without.
    • View Profile
    • Art!
Re: Things that made you sad today thread.
« Reply #105044 on: May 22, 2016, 11:54:23 am »

Real pros do all their coding in MS Word.
Pffft, MS Paint.
Minesweeper.
Solitaire, you filthy casuals

Solitaire? Freecell or bust.
Logged

I am on Discord as Arx#2415.
Hail to the mind of man! / Fire in the sky
I've been waiting for you / On this day we die.
Pages: 1 ... 7001 7002 [7003] 7004 7005 ... 8167