Ermahgerd! What are you even working on, like, right now?

  • (107 Pages)
  • +
  • « First
  • 88
  • 89
  • 90
  • 91
  • 92
  • Last »

1592 Replies - 62251 Views - Last Post: 14 September 2017 - 10:59 AM

#1336 NeoTifa   User is offline

  • NeoTifa Codebreaker, the Scourge of Devtester
  • member icon





Reputation: 4935
  • View blog
  • Posts: 20,264
  • Joined: 24-September 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 10:31 AM

I've been throwing about $500 per month at my student loans and decided to see what kind of progress I was making.

Posted Image
Was This Post Helpful? 0
  • +
  • -

#1337 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 11:09 AM

Are you under the possible 5 billion dollars of National Collegiate that could get wiped out?
Was This Post Helpful? 0
  • +
  • -

#1338 ArtificialSoldier   User is offline

  • D.I.C Lover
  • member icon

Reputation: 3135
  • View blog
  • Posts: 8,936
  • Joined: 15-January 14

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 12:06 PM

I think that covers about 12 people.
Was This Post Helpful? 2
  • +
  • -

#1339 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 02:09 PM

hmm.. an interesting choice Standford..

Quote

Stanford University dumps Java as an introductory programming language
[...]In its latest update to the Programming Methodology course code CS 106J, the University replaced the difficult to master Java language that was present in CS 106A, with the more palatable language Javascript. Even though to the layman the difference might seem arbitrary just from the namesake; but in reality, this makes programming easier to understand mainly due to the latter having less 'bloat' to contend with.[...]

Was This Post Helpful? 0
  • +
  • -

#1340 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 02:43 PM

Making all CS students web developers... great. Because it isn't already hard enough to find qualified people in lower-level languages. With any luck they still teach the fundamentals of datastructures/ algorithms/ etc. in a lower-level language later on.
Was This Post Helpful? 0
  • +
  • -

#1341 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16480
  • View blog
  • Posts: 65,328
  • Joined: 12-June 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 02:54 PM

I may have to hire a Romanian bot-wrangler to making an overwhelming number of submissions to have them switch to PHP.. the language greatness.. as jon intended. :D
Was This Post Helpful? 0
  • +
  • -

#1342 Damage   User is offline

  • Lord of Schwing
  • member icon

Reputation: 300
  • View blog
  • Posts: 1,989
  • Joined: 05-June 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 05:56 PM

i dunnnno, given some of the quirks that javascript has like variable hoisting and being almost indiscriminate when it comes to typing, would that make it harder for someone new to programming to move to another language?
Was This Post Helpful? 0
  • +
  • -

#1343 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What are you even working on, like, right now?

Posted 20 July 2017 - 08:13 PM

The school that has served as the home and haven for DEK for so many decades is going to be a javascript school? Bigly sad.

I honestly don't understand the fixation with Javascript as a beginner's language. I honestly can't imagine a worse language to start someone off with. I mean, even BASIC - good old fashioned line-number BASIC, like grandpa used to use - is a better choice. At least if you write a couple of programs in BASIC, you're going to come away understanding something about program flow and how it works and why it's a good thing to write clear code.

Quote

It's pretty much known to anyone in the programming world that Java is one of the hardest languages to learn right off the bat; that is if you've never written a line of code in your life.


Say what? Who has trouble learning Java? Yeah, it's got about four quirks too many for most people to really enjoy programming in it, but how is it difficult? Especially compared with Javascript, which has all the complexity of Java's syntax bolted awkwardly onto a sorta-functional language, and enough weird idiosyncratic boobytraps to fill a book

Some days I wonder about people. Other days, I'm pretty sure. Today is one of the latter.
Was This Post Helpful? 0
  • +
  • -

#1344 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: Ermahgerd! What are you even working on, like, right now?

Posted 21 July 2017 - 09:04 AM

Trying (once again) to install gentoo on a VM. Hopefully this time I succeed. I have tried a couple of times in the past, but I always wind up with a system that doesn't boot at the end. At the moment though, it appears to be hanging on compiling systemd, so that's fun.
Was This Post Helpful? 0
  • +
  • -

#1345 Martyr2   User is offline

  • Programming Theoretician
  • member icon

Reputation: 5615
  • View blog
  • Posts: 14,693
  • Joined: 18-April 07

Re: Ermahgerd! What are you even working on, like, right now?

Posted 21 July 2017 - 09:34 AM

I think I would have started students off with something like Python if they wanted to get away from verbosity and yet still have a lot of flexibility without having all the quirks of JS. I get this feeling that JS will eventually be replaced as soon as browser vendors can get on the same page and come up with a language that is more well thought out.
Was This Post Helpful? 0
  • +
  • -

#1346 BetaWar   User is offline

  • #include "soul.h"
  • member icon

Reputation: 1695
  • View blog
  • Posts: 8,592
  • Joined: 07-September 06

Re: Ermahgerd! What are you even working on, like, right now?

Posted 21 July 2017 - 12:29 PM

Agreed, and I think the replacement is already in the works. Between WebAssembly, and people putting forward the idea of having native typescript support in browsers, the web could be looking at a drastic change in how it is developed.
Was This Post Helpful? 2
  • +
  • -

#1347 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What are you even working on, like, right now?

Posted 22 July 2017 - 09:56 PM

Installed emms. Seems to work pretty good. Going to play with it for a while, and then it's goodbye iTunes

(yes, emacs has now taken over music playback on my computer... trying to decide if I'm going to take on Slack or Jira next...)
Was This Post Helpful? 0
  • +
  • -

#1348 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: Ermahgerd! What are you even working on, like, right now?

Posted 24 July 2017 - 06:54 AM

Been making my dreams come true.

Saturday was surreal. It was like a dream. Back in February we booked a show at the smallest major venue in town. This is the stage I first saw Green Day, NOFX, Goldfinger, REM, Radiohead, Joan Jett and the Blackhearts, Reel Big Fish, Flogging Molly, Smashing Pumpkins, etc. I've been to a lot of shows there, and when I was like 14 I was like "I want to play on the stage some day." Then last January, before we even played out first gig, I said to my bandmates, "next year we're playing at Bogart's." I made good on both promises. I was totally geeking out in the green room, too. Tried hard to maintain my cool, but the whole time I was internally like Posted Image

One of the hosts of a local radio station was MCing the event, and is gonna play our song next Sunday night on a spot featuring local artists. So we'll have hit radio play.

And we're booking a tour in October! I think 10th-18th. I don't have a full itinerary yet but we're joining our friends Misunderstood - who sound kinda like the Distillers.

So I guess the next big thing to me is to open for a National act.
Was This Post Helpful? 2
  • +
  • -

#1349 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: Ermahgerd! What are you even working on, like, right now?

Posted 24 July 2017 - 06:58 AM

That's pretty cool stuff.
Was This Post Helpful? 0
  • +
  • -

#1350 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: Ermahgerd! What are you even working on, like, right now?

Posted 24 July 2017 - 07:10 AM

Graphic fucking-shoot-me-in-the-head design. It's always graphic design. They keep promising to hire a designer so I can focus on my actual job, yet here I sit... day after day... designing shit.

Today's design du jour: Creating a poster announcing a research award winner... in the "style of film noir"....

On the plus side, I made some kick ass zucchini bread over the weekend, so at least I have something tasty to munch on while working on this shit.

Posted Image

This post has been edited by BenignDesign: 24 July 2017 - 07:13 AM

Was This Post Helpful? 0
  • +
  • -

  • (107 Pages)
  • +
  • « First
  • 88
  • 89
  • 90
  • 91
  • 92
  • Last »