u/sdgsdgsdgsg - 7 Archived Voat Posts in v/programming
u/sdgsdgsdgsg
  • home
  • search

u/sdgsdgsdgsg

0 posts · 7 comments · 7 total

Active in: v/programming (7)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)

So, in your opinion, no one should teach anyone, and theres never a reason to.

I dont know why Im wasting my time here.

0 12 Apr 2016 20:14 u/sdgsdgsdgsg in v/programming
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)

Actually, an expert showing me is way better use of my time than me having to go find, read, and try to parse out the meaning of some arcane article on what transmission fluid is.

They can call me an idiot all they want, if they are contributing to my learning. Unless its true that youre an idiot, it shouldnt hurt your feelings.

0 12 Apr 2016 00:10 u/sdgsdgsdgsg in v/programming
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)

you know how to get better at coding? Share your shit. Yes, it will be bad. This is where you need to give up ego. Let people tear apart everything about your code. Then you learn from it. If I write something bad I fully expect to be shit on. Then I fix it.

0 10 Apr 2016 21:54 u/sdgsdgsdgsg in v/programming
Comment on: Model shows off her sick coding skills (X-Post from /v/funny)

In addition to what sirewolf said...

She issues the cd command like this

cd..

this is an error, and it says so 'command not found cd..'

She then repeats it.

She dosent even understand how to change directories. Shes on the master branch of a git repo, and cant get cd .. right.

4 10 Apr 2016 21:53 u/sdgsdgsdgsg in v/programming
Comment on: How do i start my Software Developer path.

You dont actually want this.

Here is 100% of everything you need. Its all 100% free.

http://www.codeblocks.org/

http://www.cplusplus.com/doc/tutorial/

Thats everything you need. Thats more than Bill Gates, John Carmac, or Notch had starting out.

Youll give up within 20 minutes.

1 19 Feb 2016 22:36 u/sdgsdgsdgsg in v/programming
Comment on: What constitutes 'coding'?

So whats Java? Its compiled to bytecode thats intrepreted.

Your definition is so narrow.

No one says theyre 'scripting' when writing javascript. People also say they 'code' html.

OP, theres a book, 'code complete', you should read.

2 15 Feb 2016 15:22 u/sdgsdgsdgsg in v/programming
Comment on: Should I host jQuery Library, fonts, etc or should I just link them from external websites like Google Fonts, etc?

As everything on the internet, just about everyone is wrong.

Do both.

//pseudocode
script src='your cdn and script of choice' /script
script
    if(!(jQuery)) //jQuery failed to load from the CDN...
        //create script element with src='local copy of script of choice'
/script

Theres even better options and ways to do this, but thats the general idea : CDN for speed / bandwidth gains, with a local fallback option on fail.

3 19 Jan 2016 21:02 u/sdgsdgsdgsg in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.