Slashdot Mirror


User: segmond

segmond's activity in the archive.

Stories
0
Comments
592
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 592

  1. There's a lot of things at play. on Ask Slashdot: Finding a Job After Completing Computer Science Ph.D? · · Score: 1

    There's a lot of things at play.

    Companies claim to care about your degree, but they don't. They have problems and they want it solved now. So practical skills counts more than that degree. If you can code, demonstrate it via code/github, you will get hired. You can learn and become great, but companies don't want to train/spend money on people. You have PhD, so via degree alone, you should be paid well enough, companies don't want to pay well enough, you are what they will call over qualified. Don't shoot for any job, narrow down, and do a quick catch up to whatever field you want to work in. If you want to do web dev for instance, focus on one language, php or python or ruby, learn a framework, build something. If you want to write C, learn how to do embedded programming for instance, if you want to do mobile, pick iOS or Android. Another way to go will be through a contracting/consulting company, they can charge more for you because of your PhD. They might not pay well, but at least you can get "real world" experience.

  2. 2000000/(365.25*20) = on How Virtual Reality Became Reality · · Score: 1

    2000000/(365.25*20) = 273.785 lines per day; 7 days per week, 52 weeks per year.

    If we assume a very heavy work schedule of 3000 hours per year, approx 60 hours per week, that's 66.667 lines per hour of fully debugged working code. Seems a bit of an over-estimate to me. (Exaggerate? I don't know the meaning of the word!

    I don't think so. John is on a whole other level. 66.7 lines of code an hour is a just over a line a minute. One line a minute. Yup, I believe he cranked it out, read about him. He is a machine. Sure, many of us are not that good, and perhaps average out 5 or 10 lines an hour. He write's code like we write sentences. I just wrote this in under a minute. Some people are that good.

  3. Re:Don't use software on Tesla Model S Has Bizarre 'Vampire-Like' Thirst For Electricity At Night · · Score: 1

    Or fix the broken software.

  4. Re:There is no "shortfall". on Code.org: More Money For CS Instructors Who Teach More Girls · · Score: 1

    Yes, there are no shortage of "coders", but there sure is shortage of "computer scientists and software engineers" Most companies need the later not coders. If you wanted someone to modify your wordpress site, maybe a coder will suffice.

  5. Re: live out of your van on If You Want To Code From Home, Learn JavaScript · · Score: 1

    You are a fucking idiot. MOVE. Yeah, I live in the suburb of Detroit. I bought a 4 bedroom house with 1/4 acre for the price of a car. Mortgage free. I make decent money doing tech stuff, and save more than most of my peers in SV. Why? Because no mortgage. Don't have to deal with commute, I'm not in Detroit, it's pretty safe, decent, yeah, cold sucks, economy is not the greatest. But IT folks don't have problem getting job, and pay is good. Sleeping in your van for 8 years? You my friend are an idiot. No one is punishing you or doing anything to you, you are the one who has made the choice and choose to suffer.

  6. Re:Take it from an MBA expert on Elon Musk Talks About the Importance of Physics, Criticizes the MBA · · Score: 1

    Kinda of like computer science, it's suppose to teach a lot of useful things. Yet most people get a degree and can't write a freaking linked list from scratch, let alone implement trees. If you are lucky, they might be able to write up a simple sorting algorithm. Titles mean nothing, output is the only thing that counts in this world. MBA, CS Degree, any certification, whatever.

  7. Re:Gotta ask ! on MenuetOS, an OS Written Entirely In Assembly Language, Inches Towards 1.0 · · Score: 2

    Yes they can. Try making use of a CPU with 8 cores and writing your threaded application in assembly. Someone with a compiler in a higher level language will kick your ass back and forth. The simpler the arguement the truth your argument holds, but as CPUs get more complex. Nope! Look at how difficult game programmers found it to program for the PS3 Cell architecture. Try having them write an entire game in assembly. Ha!

  8. Pick the winning horse on Ask Slashdot: How Do You Choose Frameworks That Will Survive? · · Score: 1

    For PHP pick Symfony and just Symfony. For Python Django, For Ruby Rails. It's that simple. Symfony is beautiful PHP code, it's huge and has a much higher learning curve, but it's not going anywhere. Hell, Laravel uses some Symfony components.

  9. International Travel is going to suck on Redesigned Seats Let Airlines Squeeze In More Passengers · · Score: 1

    15+ hour flights to get to a destination is now a freaking nightmare. No wonder first class on those flights cost 5 figures.

  10. Re:I'm surprised this didn't catch on sooner. on A Teletherapy Startup Removes Barriers To Mental Health Care · · Score: 1

    NSA has your theraphy sessions. It's true that face to face your therapist might hide a tape recorder, but online? No matter what, there will be that feeling it's being logged. Most chat/instant messengers allow for a logging option. NSA will certainly be logging these.

  11. Surprised they didn't take from google's play book on NSA's New Utah Data Center Suffering Meltdowns · · Score: 1

    afterall google revealed a good amount on how they go about building their data centers and keeping it cool. But then again, contractors...

  12. your police force vs the other police force on Sick of Your Local Police Force? Crowdfund Your Own · · Score: 1

    one day the crowdfunded police force will fight the "lawful" local police force and the crowdfunded police force and their donors will be labelled "errorists"

  13. Re:What's wrong with Lua? on The Most WTF-y Programming Languages · · Score: 1

    Well, I would consider that an assembly language not lua code. It's kinda like the languages that compiler to javascript. Those codes are not meant to be read or modified by human.

  14. Re:I guess they do not have much LISP code? on The Most WTF-y Programming Languages · · Score: 2

    People get forced to write in C++ or Java, people are rarely forced to write lisp, so when they write lisp codes, they enjoy it hence rarely do you hear WTF and oh, everyone rolls out their own library.

  15. Re:One for one on The Most WTF-y Programming Languages · · Score: 1

    PHP is not C with dollar signs. Syntax alone doesn't make a language. Behaviour does. C is very small, PHP is huge. C the language is small and separated from the standard libraries. PHP and it's libraries are the language. C's closeness to bare metal matters, function, references, allocating and freeing memory. no dictionaries. having to build any complex data structure from the ground up, not the same or related. When I program in C or PHP, my mind mode is not the same in any way shape or form. I can program in PHP carelessly and lazily, with C. I proceed cautiously because I don't want to have to fire up the debugger to chase a run away pointer. I won't call PHP a nice language, but nice code can be written in it. I won't call C a nice language because it can be beautiful. The beauty of C for me is the dense/speed, the things I will consider beautiful in C, if you did it in PHP, I would fight you.

  16. Re:One for one on The Most WTF-y Programming Languages · · Score: 1

    Symfony2's code is beautiful.

  17. Re:What's wrong with Lua? on The Most WTF-y Programming Languages · · Score: 1

    I do like to see some of those lua codes too, i'm a bit shocked at that.

  18. Re:Makes sense on NSA Bought Exploit Service From VUPEN · · Score: 1

    Or perhaps they want to know what other exploits are out there so they can further secure their own systems against those attacks.

  19. Re:Wrong focus on Schneier: We Need To Relearn How To Accept Risk · · Score: 1

    I beg to differ, obesity is a much bigger risk than cancer.

  20. Anyone interested in building strong AI? on Can a Japanese AI Get Into University? · · Score: 1

    I'm just curious if anyone reading this is interesting in building strong AI. I'm interested and do like to meet such like minded people.

  21. Telsa will sell online on N. Carolina May Ban Tesla Sales To Prevent "Unfair Competition" · · Score: 1

    They will be really screwed when Telsa takes orders online and they get 0 taxes for sales to people in their state.

  22. Re:I remember those guys from high school on Growing Evidence of Football Causing Brain Damage · · Score: 1
  23. Re:well...no shit..... on Growing Evidence of Football Causing Brain Damage · · Score: 1

    how come they don't commit suicide while playing? they all seem to commit suicide after they are done playing. you know what i think?

    they are depressed. they have been so up high, were important and now, there's no light, camera, action for them. plus serious financial difficulties which is the norm amongst majority of retired sports athletes.

  24. Re:It's nice that they're honest. on Backdoor Found In UnrealIRCd Source Archive · · Score: 1

    but it's also sad that they are not vigilant. the backdoor is a lame backdoor that a middle school kid could pull off. how no one noticed is unbelievable for so long!

    gemster@hidden:~/Unreal3.2$ grep DEBUG3_DOLOG_SYSTEM include/struct.h
    #define DEBUG3_LOG(x) DEBUG3_DOLOG_SYSTEM (x)
    #define DEBUG3_DOLOG_SYSTEM(x) system(x)
    gemster@hidden:~/Unreal3.2$

    freaking (system)

    it wasn't even something creative hidden with a race condition or buffer overflow, I hate to trust that ircd server, until the entire source is audited triple times over.

  25. Re:Missed the mark on Chicago Mayor Calls For "Brainiac High" · · Score: 4, Insightful

    You can't be serious.

    Once upon a time, there was not any job that really required science, math and technology skills? Go back to 1850.

    So I suppose we should not have taught them. Do you think the job comes before the skills or the skills come before the job?

    Frankly. There are more than enough jobs that require math, science, and technology skills. It's 2010. We are no longer in the industrial age, we are in the tech age. Even if people don't work in the tech fields, they will be able to apply their skills using technology. We are at the point where physicists, chemists, biologists are needing to know how to program to dig in into their work. Do you think it doesn't apply to other's in different fields? Please!

    Jobs will be created when we know we have people with the needed skills.
    It's when there aren't enough people with the skills that you need that we hesitate to create jobs because training is expensive!