nevon

- friends
1,135 link karma
9,264 comment karma
send messageredditor for
what's this?

TROPHY CASE


  • Verified Email

    Two-Year Club

SmartTV development questions by NyteMyrein webdev

[–]nevon 0 points1 point ago

This is entirely in the wrong place.

/r/coding is probably a better fit.

Rum i kollektiv by 0tso2in sweden

Which Framework should I learn to get hired? by eatMoarCornin webdev

[–]nevon 2 points3 points ago

It's not really fair to compare RoR to PHP. It would be more fair to compare, say, RoR to CodeIgniter.

That said, I mostly don't blame the language. It has some odd quirks, yes, but I think the problem is with the developers. Even if a lot of us got started with PHP, most good developers branch out and try other languages as they become more experienced. Whereas crappy developers tend to stick with the same language, writing the same crappy code over and over.

Which Framework should I learn to get hired? by eatMoarCornin webdev

[–]nevon 1 point2 points ago

I have the impression that Rails jobs are very rare.

Not really. They're more rare than PHP jobs, for sure, but there are also a lot fewer Rails devs than there are PHP devs. Unfortunately I can't find the graph, but in a relatively recent comparison of <language> job listings to available <language> devs, there were actually more available, listed jobs in Python and Ruby per available developer, than there were for PHP - even though there were many times more jobs listed for PHP devs. I'm not entirely sure, but I think the comparison was made on the stackexchange job board.

Which Framework should I learn to get hired? by eatMoarCornin webdev

[–]nevon 4 points5 points ago

As a dev who works mostly with PHP, I second this.

Seriously though, I've worked with really nice codebases written in PHP, but I've worked with far more horribly written PHP. Staying away from PHP will probably decrease the risk of running into that kind of horribleness.

What's the best way a non-technical person can support the Ubuntu community? by evildwarfin Ubuntu

[–]nevon 1 point2 points ago

Spend money. If you really want to help out open source software projects, donate to them in similar amounts that you would have spent on commercial software.

Some clients are just not worth it. by Mr__Xin talesfromdesigners

[–]nevon 2 points3 points ago

And that's why you always charge by the hour.

What are some of the first things you install/change/configure after a fresh 12.04 install? by uvtcin Ubuntu

[–]nevon 0 points1 point ago

Google Chrome Dropbox Caffeine Guake CCSM (and set up the bottom-right corner to activate the scale plugin) apache mysql php sublime text 2 virtualbox gimp 2.8 inkscape

I then remove the global menus and install a couple of VMs for IE testing.

Trying to "charge" a bulletspeed. Why doesn't it work? by Bloodovein love2d

[–]nevon 3 points4 points ago

bulletSpeed = bulletSpeed + (dt * 100)

Should be:

bulletSpeed = bulletSpeed+dt 

if you want it to increase by 1 per second.

if love.mouse.isDown("1") then

Should be

if love.mouse.isDown("l") then

It's lower-case L, not the number one.

Best way(s) to implement search? Is MySQL Full Text Search a good way to get things done? by phaggocytosisin webdev

[–]nevon 1 point2 points ago

It's almost ironic that you would post that on reddit.

Anyway, searching is ridiculously hard to get right. We've had some moderate success with Solr, but I honestly can't say it's been great.

Server dies; La Persistence respawns by Geminii27in talesfromtechsupport

[–]nevon 0 points1 point ago

Perhaps /r/programminghorror would be a better fit.

20 leading web designers desks for inspiration. Not a single PC. by brontosaurus-rexin web_design

[–]nevon 2 points3 points ago

Probably virtual machines. I do almost all my web development in Linux, so I have three virtual machines with various flavors of Windows on, to test in IE 7, 8 and 9.

Why Macs are bad, and so is HDD partitioning, and Chrome, and... by iMattRin talesfromtechsupport

[–]nevon 2 points3 points ago

You're forgetting three virtual machines with XP and W7/Vista, and IE 7, 8 and 9 on them.

Why Macs are bad, and so is HDD partitioning, and Chrome, and... by iMattRin talesfromtechsupport

[–]nevon 11 points12 points ago

when it comes to tinkering and tweaking I like doing that on the PC better.

You should give Linux a go. (Also, please stop saying PC.)

Men of Reddit, what is something a girl can impress you with? by c3h3e3l3sin AskReddit

[–]nevon 0 points1 point ago

Complete opposite for me. I learned how to drive using a manual (as 99% of all cars here are automatics), but then I borrowed an automatic once, and now I never want to go back. It's just so convenient. I don't find manuals to be difficult or anything, but with automatics, I don't even have to worry about it.

There are a few downsides though. The automatic doesn't shift gears as smoothly as I do, and if I'm driving on ice and lose traction, I can't use the clutch to try and regain it.

The Third Great Steam Game Giveaway! by ArmoredCavalryin gaming

[–]nevon 0 points1 point ago

Upvoted and in for Lara Croft and the Guardian of Light.

Are there any good reddit sourcecode driven sites out there ? by pistachiomanin web_design

[–]nevon 2 points3 points ago

And can you tell me in what language the code written ?

https://github.com/reddit/reddit

Python.

Hey Reddit, I put together a list of Web Design Contracts and other fun docs. by lxa478in web_design

[–]nevon 0 points1 point ago

That's one hell of a coincidence, but jag skulle gärna ha svenska versioner jag med.

How do I get my lazy-ass son to pull away from Reddit and get a frickin job? by DadOfARedditorin AskReddit

[–]nevon 0 points1 point ago

Sure, but he could make a lot more quite easily, if he's contributed to a few open source projects.

How do I get my lazy-ass son to pull away from Reddit and get a frickin job? by DadOfARedditorin AskReddit

[–]nevon 1 point2 points ago

This hits home really hard.

How do I get my lazy-ass son to pull away from Reddit and get a frickin job? by DadOfARedditorin AskReddit

[–]nevon 1 point2 points ago

It's extremely low for a programmer. I haven't even graduated, and I'm making a lot more than that.

Just started a new job. Asked me if I wanted two 19" monitors or one 24" monitor? Which do you prefer? by isurfbecausein webdev

[–]nevon 6 points7 points ago

A 24" is probably going to get you something like 1920x1080 pixels of real estate. With the two 19", you'll get 2560x1024.

Hey Reddit, I put together a list of Web Design Contracts and other fun docs. by lxa478in web_design

[–]nevon -1 points0 points ago

This is really cool. Thank you!

The only thing I'm missing is translations. Ideally, the translations could be crowdsourced, but I'm guessing that's not a great idea for legal documents.

I'm sorry I was a bitch in high school. What have you done in your past that you need to apologize (even anonymously) for? by [deleted]in AskReddit

[–]nevon 0 points1 point ago

Definitely this. While I'd like to think that I'm a pretty nice guy these days, I was bullied in jr. high, and I took it out on one poor girl in our social circle. One day, I was cleaning out an old email account and found a terrible email I had sent her where I said all kinds of nasty things about her and her future. So I sent her a new email, explaining to her that I am now aware of what an extraordinary douche I was to her, that I regret it deeply and apologized profusely. She got back to me and told me how much it meant to her to hear me say that, and after that, we became friends again. We later drifted apart, but I know that that apology meant an awful lot to the both of us.

view more: next