Devember Time!

Who is liking the new colors in the logo?

1 Like

I donā€™t mind it.

Itā€™s a nice change, fits with the color scheme and not completely obnoxious, so Iā€™m all for it.

Just ran across this on Superuser. Thought it was relevant.

2 Likes


2 Likes

I donā€™t think I could ever do this challengeā€¦ when I sit to program, before I know it 6+ hours are goneā€¦ working in 1 hr increments would be torture.

3 Likes

I didnā€™t see any time limit :slight_smile:

the rules say

Whole December. Every day. At least 1 hour a day.

1 Like

Looks like it needs a regex: h(im|er)self

1 Like

I am in. Going to write the Longest Hello World program in the world

6 Likes

Lazy programming, not counting for edge cases.

Fix this, commit it and Iā€™ll consider merging it at that point.

Alright, Iā€™m awake from my nap! Time to get to work!

1 Like

Did you just assume my variable type?

4 Likes

I believe its to keep one dedicated, and focused on the problem.

Oh, so this is why static typing has fallen out of favour. Now I see how it is.

1 Like
luke@mercury ~/code/src/gitlab.com/devember2017 $ git push heroku master
Counting objects: 26, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (22/22), done.
Writing objects: 100% (26/26), 26.60 KiB | 5.32 MiB/s, done.
Total 26 (delta 2), reused 2 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Node.js app detected
remote:
remote: -----> Creating runtime environment
remote:
remote:        NPM_CONFIG_LOGLEVEL=error
remote:        NPM_CONFIG_PRODUCTION=true
remote:        NODE_VERBOSE=false
remote:        NODE_ENV=production
remote:        NODE_MODULES_CACHE=true
remote:
remote: -----> Installing binaries
remote:        engines.node (package.json):  8.9.1
remote:        engines.npm (package.json):   unspecified (use default)
remote:
remote:        Resolving node version 8.9.1...
remote:        Downloading and installing node 8.9.1...
remote:        Using default npm version: 5.5.1
remote:
remote: -----> Restoring cache
remote:        Skipping cache restore (not-found)
remote:
remote: -----> Building dependencies
remote:        Installing node modules (package.json + package-lock)
remote:        added 49 packages in 2.735s
remote:
remote: -----> Caching build
remote:        Clearing previous node cache
remote:        Saving 2 cacheDirectories (default):
remote:        - node_modules
remote:        - bower_components (nothing to cache)
remote:
remote: -----> Build succeeded!
remote: -----> Discovering process types
remote:        Procfile declares types -> web
remote:
remote: -----> Compressing...
remote:        Done: 17.8M
remote: -----> Launching...
remote:        Released v3
remote:        https://fast-gorge-78145.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/fast-gorge-78145.git
 * [new branch]      master -> master

https://fast-gorge-78145.herokuapp.com/

excitement

Dang it! Why did you have to post this!!!

Iā€™m so burnt out from work, but really want to do some ā€œmeā€ programming rather than ā€œcan you program this for meā€ programming.

Iā€™ve done my hour for the day, so Iā€™m in the clear, but Iā€™ll have to consider itā€¦

Iā€™ll probably do some super boring ā€œback to the basicsā€ programming and not anything sexy.

Like writing a LRU cache in C, or emplementing an AVL tree in Ruby. Weā€™re talking an algos and data structure refresher here :wink:

Sheeze, I really miss ā€œfun/meaningfulā€ programming.

Try x86 Assembly :wink:

@cotton Here is a hello world example I did to help get you started.

~> nasm -f elf source.asm
~> ld -m elf_i386 -s -o executable source.o
~> ./executable
1 Like

Thatā€™s for sure a goal. Hopefully, that will lead to reverse engineering, but I donā€™t have the willpower to push through that. Lol!

Iā€™m just going back to boring basics.

Boo! :point_down::ghost:

I really need to brush up on my pointers and data structures. You never know when you may need a solid fifo queue in C++

Come on, do it! Thereā€™s still time left in the day.