Comment on: COBOL Is Everywhere. Who Will Maintain It?
1 21 Jun 2017 00:41 u/DickHertz in v/programmingComment on: 10 strategies for beating programmers block
Here's a one strategy: just fucking do it snowflake.
Comment on: Worrying trend in the developers world
The other trade off is shitty pay and benefits.
Comment on: How do you usually read programming books?
Sometimes a publisher will charge a nominal charge for the e-book if you buy the printed one so you can get both.
Comment on: Nasa runs competition to help make old Fortran code faster
Hand crafted machine language not even using an assembler :)
Comment on: Only 36% of Indian engineers can write compilable code: study
From that description of your workplace my guess is whatever their expectations were they never imagined you :)
Comment on: Some day we won't even need coders anymore
Exactly. If a machine can understand natural language why would you waste it's time writing code? in fact when it gets to that point the machine and everyone else may have no idea of what low level instructions to run to convey the same thing as something in a spoken language they same way we have a huge gap of understanding between our physiology and our thoughts.
Comment on: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
'Scramble' -lol not like anyone could see it coming.
Comment on: AGILE/SCRUM is litteraly the homeopathy of the developers community
True that.
Comment on: Is 40 too late to start a career as a software developer?
No.
Comment on: AGILE/SCRUM is litteraly the homeopathy of the developers community
The problem with Agile/Scrum is that it is based on the premise that the first step to going to the moon is climbing a tree.
The problem with Waterfall is that it is based on the premise that every project is a moonshot.
Comment on: Make An Average Face With OpenCV
For some reason that image fucks with my brain. She seems to be constantly changing to me but stays the same - weird.
Comment on: Postgraduate Degree in Something Computerscience(ish)?
No math no CS degree.
Comment on: Why smart people don't multitask
Context switching is expensive.
Comment on: What programming language SHOULDN'T you learn?
Yes I did see that the spec allows for class definitions which I didn't realize. So it's technically OO but it has to be the worst one for actually doing OO programming. The first compile is to IL code but I'm pretty sure it either jit'd to native code when run or ahead of time using ngen tool and once that happens the il isn't even used anymore except for reflection. Of course the jit and ngen processes have to do a lot more checking than would otherwise be needed for a simple compile.
Comment on: What programming language SHOULDN'T you learn?
IL Assembler is not OO it's obviously imperative. The lower level they are compiled to is machine language.
Comment on: Are coding bootcamps only for the rich?
Do companies actually pay people to attend these?
Comment on: Will being a programmer become a near minimum wage occupation?
No.
Comment on: What programming language SHOULDN'T you learn?
How about IL Assembler?
Oh yeah forgot F#.
Comment on: High Performance JavaScript Charts
Spam
Comment on: How to get the most out of working with an overseas software company
SPAM
Comment on: Top the Most Popular Programming Languages Of 2016
What a surprise Pascal is not very popular :)
Comment on: Can Wikipedia Views Predict Market Movements? My first R Programming Project.
I think there is merit to the idea that since the whole world is wired it seems likely that there is sufficient signal from the internet to predict movement. I wouldn't be surprised if someone is already looking into it. Of course if it works it will end up with computers playing against other computers and using post bots to influence what they other computer will do or what they can force force people to do :)
On the other hand after thinking about it for a minute the amount of noise is staggering...
Comment on: Coding principles: The difference between defensive and offensive programming
Stage 2: use Disposable pattern incorrectly
Comment on: Is mongodb database ACID compliant enough for Inventory/CRM/Accounting systems of small businesses?
ACID or ACID not. There is no 'enough'.
Writing an accounting system on mongo is pretty much grounds for a lawsuit.
Comment on: This is what scrum projects feel like
Ah of course. The burndown chart is behind him.
Comment on: This is what scrum projects feel like
Where's the guy who has never laid a brick in his life running the show?
Comment on: Obama Announces $4B for Comp Sci Education
Spot on.
Comment on: Question: Is Computer Science a Cool and Fun Profession?
Neither.
Comment on: Which Programming Language Should You Learn? The Infographic to Code It All
Swift
Comment on: Which Programming Language Should You Learn? The Infographic to Code It All
It's interesting that you mention SE since in general CS seemed to be much more oriented to theory and mathematics than anything to do with how to create and organize maintainable code. That anything involving so much abstraction could fall under the heading of 'engineering' never really made sense to me.
Comment on: Which Programming Language Should You Learn? The Infographic to Code It All
Did it take you about halfway through the course before the light went on?
Comment on: Database leak exposes 3.3 million Hello Kitty fans
You might think that would be embarrassing but it's Hello Kitty fans we are talking about here. They don't keep it a secret.
Comment on: 97 Things Every Programmer Should Know - GitBook
Nobody has any idea of the "97 things that every programmer should know" - true story.
Comment on: An Expert Speaks Up on What You Should Know About Programming Languages
A+
Comment on: Comparing C to machine language
assembly != machine language
Comment on: glot.io open source pastebin where you can run code in browser (20+ languages)
Cool but snippets leave a lot to be desired :)
Old server? This shit runs on mainframes.