Forum Settings
Forums
New
Reply Disabled for Non-Club Members
Pages (2) « 1 [2]
Mar 12, 2015 7:59 PM

Offline
Mar 2013
20064
Feaor said:
You managed to segfault in Simulink? What the hell were you doing? I've done a lot with Simulink and I never ran into that problem.


I don't even know.

The best part is I just compiled the model a few more times and it just... went away.

I mean my model still has other problems (tfw when you open a scope, click auto scale, and the y axis goes up to 5 * 10^287)
fstMar 12, 2015 8:06 PM
Mar 12, 2015 8:06 PM

Offline
Oct 2012
14691
But who am I to really talk, I had a C executable that kept segfault-ing until I realized that I spelled the input file wrong.
Mar 12, 2015 8:09 PM

Offline
Mar 2013
20064
oooh lets make this the thread where we all talk about our dumbest programming mistakes.

The dumbest one I made today was changing the variable input to a sum function, except instead of overriting, I ended up pasting the second variable in the indices of the first variable and spent almost 15 minutes wondering why I was getting out of bounds error, despite the fact that I stared straight at the error at least 3 times.

go me.

Your turn. You can probably just tell us about how you bombed an interview since I assume you don't write much code these days.
Mar 12, 2015 8:12 PM

Offline
Oct 2012
14691
I actually really should be writing more code, I've been working on some NLP and Computer Vision stuff in my spare time but getting the libraries to play nice is sometimes a massive hassle.

I embarrassingly couldn't write a unit test on my interview the other day, I never really bothered with unit tests in my Thesis since it would be basically impossible to test in any meaningful way.
Mar 12, 2015 8:13 PM

Offline
Dec 2012
957
fst said:
oooh lets make this the thread where we all talk about our dumbest programming mistakes.

mayuka says "go for it"
[right]
"The big secret to breaking the rules is to make it look as though you're following them."
Mar 12, 2015 8:16 PM
Offline
Sep 2013
1811
using java for any project that is taken seriously

oh and, == and .equals()

seriously fuck java
bbrianMar 12, 2015 8:19 PM
Mar 12, 2015 8:22 PM

Offline
Oct 2012
14691
amazingbrian said:
using java for any project that is taken seriously
2 out of 3 tech interviews I've had so far this year have been Java oriented positions, Java is very straightforwards but the JVM is a memory hog which is kinda annoying. I still love Python, I like dynamically typed languages and its got the best library support for Machine Learning.
Mar 12, 2015 8:22 PM

Offline
Dec 2012
957
amazingbrian said:
using java for any project that is taken seriously

oh and, == and .equals()

seriously fuck java

+1
[right]
"The big secret to breaking the rules is to make it look as though you're following them."
Mar 12, 2015 8:24 PM
Offline
Sep 2013
1811
Feaor said:
amazingbrian said:
using java for any project that is taken seriously
2 out of 3 tech interviews I've had so far this year have been Java oriented positions, Java is very straightforwards but the JVM is a memory hog which is kinda annoying. I still love Python, I like dynamically typed languages and its got the best library support for Machine Learning.


i freaking LOVE python, it's so simple makes me excited just thinking about it
Mar 12, 2015 8:25 PM

Offline
Mar 2013
20064
pffft.

Matlab is all I'll ever need.
Mar 12, 2015 8:27 PM
Offline
Sep 2013
1811
machine code is where it's at
Mar 12, 2015 8:29 PM

Offline
Oct 2012
14691
amazingbrian said:
i freaking LOVE python, it's so simple makes me excited just thinking about it
Until you use a library where its a complete mind fuck and even your supervisor can't understand the error messages because they're so terse.

Python's great for research oriented projects like my thesis but holy hell some of the numerical computation libraries are a complete headache but are necessary.
Mar 12, 2015 9:04 PM

Offline
Feb 2015
9640
hakuyu said:
amazingbrian said:
using java for any project that is taken seriously

oh and, == and .equals()

seriously fuck java

+1

Pshh, the only problems you will be having with Java are syntax errors. Now with C++, memory management is painful, even when you think you're qualified after finishing the Effective C++ series.

Feaor said:
amazingbrian said:
i freaking LOVE python, it's so simple makes me excited just thinking about it
Until you use a library where its a complete mind fuck and even your supervisor can't understand the error messages because they're so terse.

Python's great for research oriented projects like my thesis but holy hell some of the numerical computation libraries are a complete headache but are necessary.

Scikit is beautiful. It was fun playing around with it and TweetPy.
PenislandMar 12, 2015 9:08 PM
Mar 12, 2015 9:08 PM
Offline
Sep 2013
1811
programmers workshop meetup
Mar 12, 2015 9:12 PM
Mar 12, 2015 9:17 PM

Offline
Oct 2012
14691
PBJMaster said:
Scikit is beautiful. It was fun playing around with it and TweetPy.
I used Theano in my thesis and its a bear, but its really powerful because it lets you do GPU computation pretty easily.
Mar 12, 2015 9:24 PM

Offline
Feb 2015
9640
Feaor said:
PBJMaster said:
Scikit is beautiful. It was fun playing around with it and TweetPy.
I used Theano in my thesis and its a bear, but its really powerful because it lets you do GPU computation pretty easily.

So it's basically NumPy and SciPy with GPU support? Looks interesting, but why not use something like R instead?
Mar 12, 2015 9:32 PM

Offline
Oct 2012
14691
PBJMaster said:
So it's basically NumPy and SciPy with GPU support? Looks interesting, but why not use something like R instead?
Mostly because this library was developed specifically for the type of model I was using and I have written quite a bit of python but never used R.
Mar 12, 2015 9:52 PM
Offline
Sep 2013
1811
Mar 12, 2015 10:32 PM

Offline
Nov 2010
3028
fst said:
mayukachan said:

feel free to pm you know who so we can reschedule >.>


Why can't I just text you like a normal person >.>
is this actually happening
Mar 13, 2015 10:27 AM

Offline
Mar 2013
20064
Zergneedsfood said:
fst said:


Why can't I just text you like a normal person >.>
is this actually happening


It is if she doesn't sleep in again
Mar 13, 2015 10:46 AM
Offline
Sep 2013
1811
something actually gonna be set up or is it just the two of you that's gonna be having all the fun? :p
Mar 15, 2015 7:29 PM

Offline
Nov 2010
3028
fst said:
It is if she doesn't sleep in again
ROFL

MAYUKA PLS. STOP DENYING ME PICS
Mar 19, 2015 3:06 PM

Offline
Dec 2012
16305
Updateratederoo. And whatnot.
Mar 19, 2015 5:53 PM
Offline
Sep 2013
1811
oo, pretty
Mar 19, 2015 6:22 PM

Offline
Jul 2014
1982
Roth u da bes 4real doe

Mar 19, 2015 7:25 PM

Offline
Dec 2012
16305
Thank you guys c:
Mar 21, 2015 2:36 AM
Mob Character C

Offline
Oct 2009
5320
Oh my goodness, the list looks lovely!

Enjoy your anime! | Witch Cafe Wisteria
Mar 22, 2015 4:44 PM

Offline
Nov 2012
26406
hi, I'm from Budapest, Hungary
Mar 26, 2015 8:03 PM

Offline
Jul 2009
71
Mathieu, from Paris, France.

If there's people who want to hang out around a beer or two, it'll be a pleasure.
Mar 26, 2015 8:07 PM

Offline
Dec 2012
16305
Glad to see you here c:
Mar 27, 2015 5:43 PM

Offline
Jul 2009
71
Roth said:
Glad to see you here c:


Thanks :D You lured me in when you replied on my topic :P

--

And I can see there's programming talks here. Interesting.
Apr 19, 2015 6:06 AM
Offline
Dec 2010
10762
Linköping, Sweden. Occasionally travel home to Katrineholm, so anyone in the Stockholm region shouldn't be too hard to meet up with.
Apr 19, 2015 4:21 PM

Offline
May 2013
78
i live in ye olde england
Apr 20, 2015 4:59 PM

Offline
Jan 2013
1458
I live in Toronto, Canada.
Signature removed. Please follow the signature rules, as defined in the Site & Forum Guidelines.
Apr 21, 2015 12:47 AM

Offline
May 2014
1062
; n ; I'm still the only one from Illinois.
Apr 28, 2015 4:21 PM

Offline
Mar 2013
2154
Thebigofan said:
I live in Toronto, Canada.


Yes, me too.
Apr 30, 2015 12:23 PM

Offline
Oct 2013
972
Does Vancouver even exist anymore? I'm starting to think it doesn't
May 18, 2015 1:33 PM

Offline
Jul 2012
48255
furdlemygurdle said:
Does Vancouver even exist anymore? I'm starting to think it doesn't

there's one more person now!

updated the list
Jun 8, 2015 10:37 AM

Offline
Aug 2014
2829
amazingbrian is in the same city as me.
Jun 9, 2015 11:28 AM
Offline
Sep 2013
1811
v8 said:
amazingbrian is in the same city as me.


lets meet up bro, sq1 mall rat status
Jun 9, 2015 1:16 PM

Offline
Aug 2014
2829
amazingbrian said:
v8 said:
amazingbrian is in the same city as me.


lets meet up bro, sq1 mall rat status


when?
Jun 10, 2015 7:45 PM
Offline
Sep 2013
1811
v8 said:
amazingbrian said:


lets meet up bro, sq1 mall rat status


when?


next monday, amateur night at diamonds
bbrianJun 10, 2015 7:52 PM
Jun 13, 2015 4:15 PM

Offline
Aug 2014
2829
amazingbrian said:
v8 said:


when?


next monday, amateur night at diamonds


lmao, you live on dundas?
Jun 14, 2015 7:59 AM
Offline
Sep 2013
1811
v8 said:
amazingbrian said:


next monday, amateur night at diamonds


lmao, you live on dundas?


yea lol, on st w
Reply Disabled for Non-Club Members
Pages (2) « 1 [2]

More topics from this board

Sticky: » 【!】Introductions ( 1 2 )

Mayuka - Mar 5, 2015

83 by Tealjow »»
Dec 22, 2018 4:48 PM

» 【Mall of Asia, SMX Convention Center】Cosplay Mania 2017 [Sept. 30 - Oct. 1, 2017]

violity - Sep 27, 2017

1 by violity »»
Sep 27, 2017 9:27 PM

» 【Intramuros, PH】LPU Seminar [September 30, 2016]

violity - Aug 27, 2016

0 by violity »»
Aug 27, 2016 6:25 AM

» 【Cebu, PH】Bon Odori Festival [August 12&13, 2016]

violity - Jul 6, 2016

2 by violity »»
Aug 13, 2016 11:39 AM

Sticky: » 【!】Suggestions

Mayuka - Mar 5, 2015

29 by Thebigofan »»
Feb 23, 2016 9:23 PM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login