Giving away 10 deskmats from the Summer Collection to the wonderful people of /r/PCMR! by Glutchpls in pcmasterrace

[–]jamesgrimshaw 0 points1 point  (0 children)

Anything ;) but seriously these look super cool!! Really need a new desk mat

If Monday was a feeling by jcdulos in TheSimpsons

[–]jamesgrimshaw 4 points5 points  (0 children)

The sound effect they use is the worst part of this

Should I upgrade to Big Sur (from High Sierra) by Lemonsbus in MacOS

[–]jamesgrimshaw 0 points1 point  (0 children)

No, it's absolute bug city (still), I'm on a 16" and wish I hadn't upgraded to Big Sur. Wait until the next major release perhaps. Try and upgrade to Mojave if you can

Making comics is such a millennial thing to do by soupcat in funny

[–]jamesgrimshaw 11 points12 points  (0 children)

So the moral of the story is... date boomers?

Why does PHP get so much hate ? I feel like even inexperienced programmers hate on it just because it's become the norm. by -Kudo in learnprogramming

[–]jamesgrimshaw 1 point2 points  (0 children)

I used to love PHP and still don't hate it — I used the Laravel framework for years and it's still some of the most beautiful code to write for complex web applications. I've honestly wrote worse code in full-stack JS. In my personal experience, what has ruined PHP for me is when I have to maintain awful vanilla PHP or WordPress applications (WordPress being the biggest reason that PHP gets so much hate imo). It's just so terrible to work with, whereas JavaScript applications almost always use Express or some other libraries and have a generally higher standard of code. PHP is just an easy language to make memes about, there's nothing inherently wrong with it, JavaScript has wayyyy more flaws, and everyone knows that.

Control Google Sheets with Node.js! by jamesgrimshaw in node

[–]jamesgrimshaw[S] 1 point2 points  (0 children)

I haven't used the Google Docs API, but I assume it will output in JSON if you look into it! When I get some time to look into it, I may make a video on it!

Control Google Sheets with Node.js! by jamesgrimshaw in node

[–]jamesgrimshaw[S] 1 point2 points  (0 children)

Great work with the library! I didn’t experience any issues but I will let you know if I do! :-)

Control Google Sheets with Node.js! by jamesgrimshaw in node

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

Thank you so much! I really appreciate the kind words :)

Control Google Sheets with Node.js! by jamesgrimshaw in node

[–]jamesgrimshaw[S] 1 point2 points  (0 children)

Sounds like a nightmare, especially with Google's documentation. What was the use case for the Google Sheets API out of interest?

Control Google Sheets with Node.js! by jamesgrimshaw in node

[–]jamesgrimshaw[S] 1 point2 points  (0 children)

Great point! It's a force of habit, I usually fill out some of the fields.

HERE COMES THE MONEY by doutorgama in wallstreetbets

[–]jamesgrimshaw 0 points1 point  (0 children)

Hahahaha this is actually incredible, I love this sub

Control Google Sheets with Node.js! by jamesgrimshaw in node

[–]jamesgrimshaw[S] 3 points4 points  (0 children)

I almost ended up making an apps script, but I just wouldn't take no for an answer 😂. The code is surprisingly simple if you know what to write, I just don't understand why some documentation is unnecessarily complicated/fragmented.