Discussion Thread II: Bots? What bots?

Chat about anything and everything non-Etrian related!

Moderator: ItL Moderators

11697 posts
User avatar
PLA
Manticor
Posts: 6953
Joined: Wed May 11, 2011 4:27 pm
Location: Sweden
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby PLA » Tue Jan 29, 2013 10:36 am

"Make life rue the day it thought it could give Cave Johnson lemons!"

"I'm so happy with my evil plan; goodbye to music, gym and art
Soon I'll have the perfect school, where fun and excitement never start"


Wagahaiwa neko de aru.

User avatar
ZetaBladeX13
ItL Moderator
Posts: 7917
Joined: Thu May 22, 2008 6:24 am
Location: Scy's perfect math class
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby ZetaBladeX13 » Wed Jan 30, 2013 5:47 pm

I've got a little bit of C++, HTML, Cobol (ikr?), and Java under my belt.

Nothing more, sadly :V

User avatar
negzee
ItL's resident princess
Posts: 4049
Joined: Sun Aug 31, 2008 6:45 pm
Location: Minnesoouuda
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby negzee » Wed Jan 30, 2013 5:55 pm

lol COBOL

User avatar
ZetaBladeX13
ItL Moderator
Posts: 7917
Joined: Thu May 22, 2008 6:24 am
Location: Scy's perfect math class
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby ZetaBladeX13 » Wed Jan 30, 2013 6:06 pm

IKR?


One of my best friends took a course in Cobol with me, and after he graduated that semester, he was hired by Fidelity solely due to his knowledge in Cobol.

I guess taking a single college course made him more qualified than people that had been working there for years, lmao.

User avatar
PLA
Manticor
Posts: 6953
Joined: Wed May 11, 2011 4:27 pm
Location: Sweden
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby PLA » Wed Jan 30, 2013 6:09 pm

^ Is Cobol tasty? :3
"Make life rue the day it thought it could give Cave Johnson lemons!"

"I'm so happy with my evil plan; goodbye to music, gym and art
Soon I'll have the perfect school, where fun and excitement never start"


Wagahaiwa neko de aru.

User avatar
Reynard-Miri
Manticor
Posts: 3190
Joined: Tue Jul 10, 2012 5:09 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Reynard-Miri » Wed Jan 30, 2013 6:44 pm

with Cobol:
USEing a COLT.45 HANDGUN, AIM GUN at LEG.FOOT, THEN PLACE ARM.HAND.FINGER on HANDGUN.TRIGGER and SQUEEZE. THEN RETURN HANDGUN to HOLSTER. CHECK whether SHOELACE needs to be retied.

User avatar
Kimiko
Manticor
Posts: 6044
Joined: Wed Jun 18, 2008 9:31 am
Location: Leiden, Netherlands, EU
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Kimiko » Wed Jan 30, 2013 11:34 pm

I'm done with my PHP course now. It was okay, and somewhat interesting, but didn't get into any of the more difficult stuff like OOP*. Basically what I learned was how to do get/post/sessions and how to SQLite/MySQL, after the basics of course. Ah well, I'd have to rely on the online docs anyway for a while if I'd get a job programming PHP.

Cobol is an abomination that ought to be killed with fire. An employer once hired an instructor to teach Cobol to a group I was part of, but I was secretly like "la la la I can't hear you", and quickly forgot everything afterwards.


* OOP isn't really difficult of course, it's just that most of my programming experience is C, not C++.
Kimiko

Rewatching: Beast Player Erin


User avatar
Reynard-Miri
Manticor
Posts: 3190
Joined: Tue Jul 10, 2012 5:09 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Reynard-Miri » Wed Jan 30, 2013 11:44 pm

The most aggravating language I ever had to learn was Haskell. It's a very interesting language, but... It's hard to describe how frustratingly difficult it is to do anything useful with it.

User avatar
negzee
ItL's resident princess
Posts: 4049
Joined: Sun Aug 31, 2008 6:45 pm
Location: Minnesoouuda
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby negzee » Thu Jan 31, 2013 12:38 am

Hey I like Haskell. :P It's a beautiful language. Although, to be productive with it requires a significant shift from the imperative/procedural mindset suited to working in more mainstream languages.

User avatar
Kimiko
Manticor
Posts: 6044
Joined: Wed Jun 18, 2008 9:31 am
Location: Leiden, Netherlands, EU
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Kimiko » Thu Jan 31, 2013 4:42 pm

I got a call this afternoon from a recruiter I applied at. She wanted me to send some PHP code that showed familiarity with
- databases (uhm, I know how to open a MySQL connection and send queries, is that enough?)
- MVC (what's that? *looks it up* ... I still don't understand)
- security (well, theoretically I could make a login/password checking thingy?)
- OOP (I know how to do that in C, but have no experience with languages that are actually OO)
- documentation (uh, I can do excessive commenting if you really want that?)

*sigh* I feel so incompetent now :(
Kimiko

Rewatching: Beast Player Erin


User avatar
Hong
Manticor
Posts: 3090
Joined: Mon Oct 22, 2012 8:00 am
Location: Magicant
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Hong » Sun Feb 03, 2013 7:51 pm

Any of my fellow Canadians feeling a little unsteady with our new money? I almost gave the cashier $60 instead of $20. After that incident, I rub my bills furiously just to be sure they are not sticking to each other.

User avatar
zamisk
ItL Moderator
Posts: 6780
Joined: Thu Aug 05, 2010 9:09 pm
Location: No
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby zamisk » Mon Feb 04, 2013 2:49 am

I've been using my debit card a lot so I don't spend my change on crap and save mroe money, I've only had one or two since they've been here. Haven't had a problem yet.

"Everyone else is idiots, Zamisk. And you am idiots. And I are idiots."
-PLA

User avatar
Maxine MagicFox
ItL Webmaster
Posts: 13474
Joined: Wed Feb 27, 2008 12:20 pm
Location: Pennsylvania
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Maxine MagicFox » Mon Feb 04, 2013 2:50 am


[] - [] - [] - []

User avatar
Reynard-Miri
Manticor
Posts: 3190
Joined: Tue Jul 10, 2012 5:09 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby Reynard-Miri » Mon Feb 04, 2013 4:08 am


User avatar
negzee
ItL's resident princess
Posts: 4049
Joined: Sun Aug 31, 2008 6:45 pm
Location: Minnesoouuda
Contact:

Re: Merry Armageddon, Happy Apocalypse, and jolly Judgement

Postby negzee » Mon Feb 04, 2013 10:22 am

Regarding the documentation in code thing: my interpretation is that they're looking to see familiarity with standards and conventions of commenting like .


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
11697 posts

Return to “Discussion Section”

Who is online

Users browsing this forum: No registered users and 2 guests