Wednesday, June 29, 2016

The opposite of "last updated" = "least active"

Dev,

Today I found myself absorbed with a co-worker in search of the right term for the opposite of "last updated". I found probable terms like "wane", "stale", and "untouched", but none quite fitting and self-explanatory for users.

We asked a fellow co-worker, an analyst, who came up with "active" and "idle". Of course, why didn't I think of this? In earlier projects and working with former teams, it's common to use the phrase "most active" and "least active" in respect to projects.

So, there we have it and now I have it recorded for my future reference to never waste another couple hours trying to figure this out. I can't believe this isn't already captured in certain websites or online forums like: http://english.stackexchange.com/questions/46976/opposite-of-most-recently

Photo by betaBoston
Happy Thinking,
G2

Tuesday, June 21, 2016

Encoding - A Developer's Knowledge Requirement

Devs,

"It's really simple: Know what encoding a certain piece of text, that is, a certain byte sequence, is in, then interpret it with that encoding. That's all you need to do. If you're writing an app that allows the user to input some text, specify what encoding you accept from the user. For any sort of text field, the programmer can usually decide its encoding. For any sort of file a user may upload or import into a program, there needs to be a specification what encoding that file should be in. Alternatively, the user needs some way to tell the program what encoding the file is in. This information may be part of the file format itself, or it may be a selection the user has make (not that most users would usually know, unless they have read this article)."

http://kunststube.net/encoding/

This was a really good read and I...actually agree. Encoding isn't just a problem with data files, but also with development environments, or specifically IDEs like Eclipse. Unfortunately, just like English is not a universal language, neither is UTF-8. Let's know how we're speaking to each other to understand each other - even in the world of code.

Additional, check out Joel's article:
Cheers,

Monday, June 6, 2016

Why Facebook hasn't migrated away from PHP

Dev Fam,

Sometimes I just don't have time to play with code and simply need to up my learning by reading a *good* article. Today's article is from my question identified by a post in Quora.

https://www.quora.com/Why-hasn-t-Facebook-migrated-away-from-PHP

This is good to know considering how our young generation today of developers can be influenced like fans of an entertainer. In the field of science and technology, we can't just go with the flow of the crowd or get caught in the wave of the current. STEM folk have to evaluate into the depth of what's happening with any new technology or scientific discovery and ensure its proper usage before applying. This is especially true for any large subject matter, product, or system.


Friday, June 3, 2016

Bootcamps vs College

Dev Fam,

This is fascinating news! The debate between skills vs education to prepare an individual for the business world continues to prove that those willing to work hard (not necessarily smart) will make the profit.

http://blog.triplebyte.com/bootcamps-vs-college

I've been reading many articles on bootcamps and comparing them to colleges lately.

This article, however, forgets to factor in a HUGE variable - cost of the program. Colleges are ridiculous in expenses (i.e. tuition) for its ROI whereas bootcamps make total sense for people who need to live and do well in life.

My conclusion is still for the skills based training opposed to a college education unless a student will attend college for free, in which this student can enjoy college life and, if they are smart, use the free time to advance in many other areas like understanding and gaining the spirit of entrepreneurship.

God Speed,
G2