Comments for Filler https://blog.nerdbucket.com How can a crappy site with boring games waste more space? Sat, 25 Jun 2022 16:05:34 +0000 hourly 1 https://wordpress.org/?v=4.9.6 Comment on Three more reasons I hate you shitty little “developers” by xxx https://blog.nerdbucket.com/three-more-reasons-i-hate-you-shitty-little-developers/article/comment-page-1#comment-32301 Sat, 25 Jun 2022 16:05:34 +0000 http://blog.nerdbucket.com/?p=558#comment-32301 I totally agree with you. Fortunately since 2 yeras I have a new life – just switched from Rails to Djabgo :)

]]>
Comment on AutoIt fans rejoice! New version of myAutToExe available! by Anonymous https://blog.nerdbucket.com/autoit-fans-rejoice-new-version-of-myauttoexe-available/article/comment-page-1#comment-27900 Fri, 21 May 2021 19:36:04 +0000 #comment-27900 WayBack (archive.org) has hope… Files here require username and password.

http://web.archive.org/web/20190827041614/https://files.planet-dl.org/cw2k/MyAutToExe/myAutToExe215src.7z

]]>
Comment on myAutToExe and Ruby for the win! by 6sKaizen https://blog.nerdbucket.com/myauttoexe-and-ruby-for-the-win/article/comment-page-1#comment-27899 Fri, 21 May 2021 19:34:52 +0000 http://blog.nerdbucket.com/?p=86#comment-27899 WayBack (archive.org) has hope… Files here require username and password.

http://web.archive.org/web/20190827041614/https://files.planet-dl.org/cw2k/MyAutToExe/myAutToExe215src.7z

]]>
Comment on Another reason I hate Ruby by Todd Doucet https://blog.nerdbucket.com/another-reason-i-hate-ruby/article/comment-page-1#comment-23356 Sun, 12 Jan 2020 07:44:13 +0000 https://blog.nerdbucket.com/?p=702#comment-23356 I also despise Ruby, and tend to think it was written by a bunch of drunk frat boys who have limited talent even when sober.

]]>
Comment on AutoIt fans rejoice! New version of myAutToExe available! by JoseGrande https://blog.nerdbucket.com/autoit-fans-rejoice-new-version-of-myauttoexe-available/article/comment-page-1#comment-21675 Thu, 23 May 2019 12:59:52 +0000 #comment-21675 Even if these “other people” are your dead coworkers, and this “source code” is property of your company? Think before you speak. There is always a legitimate reason for utilities like this

]]>
Comment on AutoIt fans rejoice! New version of myAutToExe available! by JoseGrande https://blog.nerdbucket.com/autoit-fans-rejoice-new-version-of-myauttoexe-available/article/comment-page-1#comment-21674 Thu, 23 May 2019 12:57:53 +0000 #comment-21674 You are a lifesaver! A coworker wrote some programs, and he later passed away due to an illness. We were stuck with only the .exe files. This makes maintaining the programs here in the future impossible. I was able to decompile a program, so I think we’re good.

]]>
Comment on The horrible cost of using explicit returns in Ruby…. by Nerdmaster https://blog.nerdbucket.com/the-horrible-cost-of-using-explicit-returns-in-ruby/article/comment-page-1#comment-18246 Fri, 17 Nov 2017 18:22:06 +0000 http://blog.nerdbucket.com/?p=285#comment-18246 Python is far preferable to Ruby for me. Despite the fact that I don’t use either one on a daily basis, I can jump into Python a lot more quickly than Ruby. It’s more explicit and there’s far less magic. I still find runtime errors to be a major nuisance, but they don’t tend to be nearly as difficult to trace as in complex Ruby applications.

]]>
Comment on The horrible cost of using explicit returns in Ruby…. by dh37 https://blog.nerdbucket.com/the-horrible-cost-of-using-explicit-returns-in-ruby/article/comment-page-1#comment-18245 Fri, 17 Nov 2017 15:28:35 +0000 http://blog.nerdbucket.com/?p=285#comment-18245 What do you think of python?

]]>
Comment on The horrible cost of using explicit returns in Ruby…. by Nerdmaster https://blog.nerdbucket.com/the-horrible-cost-of-using-explicit-returns-in-ruby/article/comment-page-1#comment-18235 Tue, 19 Sep 2017 14:42:20 +0000 http://blog.nerdbucket.com/?p=285#comment-18235 I don’t see Ruby removing cruft anytime soon; it seems like “MOAR MAGIC” has been a driving force for Ruby (possibly thanks in part to Rails) for years. Which is unfortunate. I don’t use Ruby very often, and when I do it’s like re-learning the language.

As for the speed difference, it’s really a great question. But bear in mind my benchmarking was over six years ago, and probably with Ruby 1.8 or 1.9. Today’s Ruby (at least what I just pulled from docker) suggests there is no longer any difference in speed. I suspect there was indeed something stupid going on in those older versions. Of course, I stand by my claim that we shouldn’t worry about negligible performance gains compared to readability. Especially in Ruby and other slow-ish languages.

]]>
Comment on The horrible cost of using explicit returns in Ruby…. by SHAYNE https://blog.nerdbucket.com/the-horrible-cost-of-using-explicit-returns-in-ruby/article/comment-page-1#comment-18234 Tue, 19 Sep 2017 05:18:16 +0000 http://blog.nerdbucket.com/?p=285#comment-18234 Yeah frankly if Ruby ever does a python 3 style “Remove cruft and tighten up the language” iteration, implicit returns really need to go. At the very least Linter packages should throw big red flags up when people use them. Theres just too much oportunity to mess up whats actually been returned (And I’ve seen a LOT of this sort of bug working on other folks code).

I’m a bit surprised about implicit returns being “faster”. That seems like something terrible has happened in the interpreters implementation, I just cant think of a single sensible reason why it would be so.

]]>