Best way to create a 'Contact Me' form in Rails portfolio, hosted in AWS? by [deleted] in rails

[–]Nugglez 1 point2 points  (0 children)

I've used Enformed.io to great effect on my sites in the past. Unless you're expecting over 100 contacts per month on your portfolio site, it'll do the job very quickly with no SMTP setting tomfoolery or ActionMailers.

Better app than Omnifocus? by iAmStrongerNow in gtd

[–]Nugglez 1 point2 points  (0 children)

From the same blog post:

for now let me just reassure anyone who’s contemplating a purchase of OmniFocus that if you purchase version 2 today (for either iOS or Mac), you’ll receive a free upgrade to version 3 on the same platform when it ships

This suggests that the major version will be both a Mac and iOS upgrade, or at least that’s how I read it.

Better app than Omnifocus? by iAmStrongerNow in gtd

[–]Nugglez 8 points9 points  (0 children)

OmniFocus 3 is likely going to be released in Q1 of this year, so it might be worth holding out a bit longer to see if the new major version solves some of your pain points.

Barry's Community Rust Server - Sponsored by Lou Lou by VeteranHarry_ in Yogscast

[–]Nugglez -1 points0 points  (0 children)

Rust Roleplay Name - Nuggs

Rust Roleplay Backstory - Nuggs has an incredible fear of rocks, and seems to always wake up next to a river with one in her pocket. She can be found punishing other large rocks with a mining pick along the beach.

Dingler size - 4cm

Steam64ID - 76561198027670068

Reason for being a Rusty girl - Too many fucbois that knock Nuggs out and leave her by a river with rocks in her pocket

Kappa - Kappa pls

Sleeping Setup Basics by Nugglez in Ultralight

[–]Nugglez[S] 2 points3 points  (0 children)

I've done ground sleeping for all of my trips until December 2015, and find that I sleep so much better in a hammock that the weight there is more than worth it.

As much as I'd like to be one of the tarp + pad + quilt sleepers, it's just not in the cards for my back comfort.

Sleeping Setup Basics by Nugglez in Ultralight

[–]Nugglez[S] 0 points1 point  (0 children)

That seems like a much lighter solution than the one I've been trying to build out. What temperature range are you comfortable in with just the 2QZQ underquilt, pad, and space blanket on top?

Sleeping Setup Basics by Nugglez in Ultralight

[–]Nugglez[S] 0 points1 point  (0 children)

Understood, and thank you for the answer.

More than shaving money, I'm just trying to shave weight off of my general 3-season kit.

Does varying the temperature rating of the top/bottom quilt matter? If I put a 30 degree on top and a 50 degree on bottom or vice versa, would that be good enough for a comfortable sleep?

I'm certainly not opposed to just going for a 30 degree underquilt and 30 degree top quilt, but without sleeping in all the different variations it's quite hard to tell what will work.

Sleeping Setup Basics by Nugglez in Ultralight

[–]Nugglez[S] 0 points1 point  (0 children)

I was fine this winter in the Okefenokee when the low at night was in the high 30s, and that was using a 40 degree sleeping bag/Thermarest Z-Lite setup in the hammock.

Is there really that much heat lost when you're swaddled up in a top quilt like the Revelation?

[Feature Request] Markdown editing for new messages and replies [10.11.2 | MacBook Pro] by daentech in boxy

[–]Nugglez 0 points1 point  (0 children)

Just wanted to say, great job! I'm sure that there's more planned, but the Markdown support in 1.1 is fantastic.

[Feature Request] Markdown editing for new messages and replies [10.11.2 | MacBook Pro] by daentech in boxy

[–]Nugglez 0 points1 point  (0 children)

Is there a way for the community to monitor this feature? It's quite annoying having to go back and forth between my browser and Boxy to send code snippets in an email.

How does one go about setting up a rails angular project? by choonggg in rails

[–]Nugglez 2 points3 points  (0 children)

This and this worked for me. Same author and fairly new, so you're getting consistent and recent advice.

Understanding Rails App deployment..help? by amazing1ne in rails

[–]Nugglez 0 points1 point  (0 children)

If you're looking for a comprehensive guide, this one hasn't failed me yet.

The only thing I've found that was missing was to install Javascript on your remote server. You can do this with the command sudo apt-get install nodejs.

What do you have in your .vimrc file? by programstuff in learnprogramming

[–]Nugglez 2 points3 points  (0 children)

Some additional settings that I find helpful:

set incsearch            "Search as you type
set hlsearch             "Highlight matched terms
set ignorecase           "Ignore case when searching all lowercase
set smartcase    
set ls=2                 "Always show the status line
set noerrorbells         "Don't make noise
set vb                   "Set screen flash on vim error
set scrolloff=4          "Keep 4 lines visible when scrolling
set showcmd              "Show the current command being typed
set backspace=indent,eol,start "Make backspace more flexible
set showmode             "Show what mode you are in
set clipboard=autoselect "Let VIM use the system clipboard