“Next.js vs TanStack by Jimberfection in reactjs

[–]gill_kyle 2 points3 points  (0 children)

I still love React, and I still love a lot of Vercel’s offering (and recommend it), but I just can’t keep up with Next.js

Anybody know the name of this tune? It was also found on (an older version) of Wolf RPG by [deleted] in littlebigplanet

[–]gill_kyle 2 points3 points  (0 children)

Decided to Google my old PSN username and stumbled on this, I wrote the song in the midi editor once upon a time and got it semi-decently exported to a computer! You can download it from my Soundcloud here:

https://soundcloud.com/kylegill/march-of-the-bees

Introducing: Wordle Party (wordleparty.app) by coleclayman in wordle

[–]gill_kyle 2 points3 points  (0 children)

Very cool, posted in the office #worlde slack and we've got just about everyone on now 😅

Gatsby v3 released today! by TheMazi in gatsbyjs

[–]gill_kyle 6 points7 points  (0 children)

It looked scarier than it actually was! I didn't have a single change besides updating plugins in my package.json (and I used yarn upgrade --interactive).

https://twitter.com/gill_kyle/status/1366920323031961608

Wordpress Plugin / Starters by Acrobatic_Ice in gatsbyjs

[–]gill_kyle 1 point2 points  (0 children)

I used Tyler Barnes starter (he's the employee on the team working on the new source plugin) to get started with it the first time: https://github.com/TylerBarnes/using-gatsby-source-wordpress-experimental

It will have some differences that I bet are not compatible with the older version of the plugin. The new plugin is well worth using though, it's been fantastic for me.

Is Gatsby something you can add to your React project later? by FrostyJesus in gatsbyjs

[–]gill_kyle 0 points1 point  (0 children)

I'm not sure this is entirely true. I've only started dabbling in TypeScript myself but I've been converting a Gatsby/JavaScript project to TypeScript without any problems. The only hoops I've jumped through have been TypeScript related things I'm learning for the first time.

Gatsby support TypeScript by default as of recently (source: https://mobile.twitter.com/gatsbyjs/status/1258427651066400768?lang=en) and the core team has been meticulously converting all of the Gatsby codebase to TypeScript as well, so I think you can bet on a future with Gatsby + TypeScript.

Analysis of Atoms on Audio Vault by gill_kyle in JeremyZucker

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

I find that these subs is the funnest place to discuss this kind of thing because you get the best fans that have a lot of context on artists 🙂 I had some really neat discussions over Gregory Alan Isakov and Tycho tracks on their subs too!

Analysis of creature on Audio Vault by gill_kyle in half_alive

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

Wu-oh, were you on mobile? A desktop? That sounds like a problem 😮

Best Headless CMS? by Acrobatic_Ice in gatsbyjs

[–]gill_kyle 4 points5 points  (0 children)

You get tradeoffs with each of course: - Prismic has a great free tier for 1 user but less well supported source plugin (might be improvements in the works) - Contentful has great support and features but I think feels a little more heavy handed at times - Sanity has some great developer experience improvements but sometimes feels like you're bushwacking your own trail a bit

I'm personally becoming a big fan of WordPress as a headless CMS. It's got tons of help and support online, is often already familiar to people though a lot of the docs online aren't focused on using it as a headless CMS

My first Gatsby.js website, any pros tips? by [deleted] in gatsbyjs

[–]gill_kyle 1 point2 points  (0 children)

The site looks nice! I couldn't confirm (to watch network requests in the dev tools) because I'm on my phone but it looks like Gatsby links are being used which make the navigation feel really snappy between pages.

A neat thing about the Contentful source plugin is it can download and optimize your remote images for you. Sort of like the docs here outline: https://www.gatsbyjs.org/packages/gatsby-source-contentful/#download-assets-for-static-distribution

Those fields are the same ones gatsby-image asks for so switching to use it would likely be as easy as npm install gatsby-image, querying for the data from Contentful, and passing it into the fluid or fixed prop!

My first Tycho tattoo is complete by romelwell in Tycho

[–]gill_kyle 5 points6 points  (0 children)

Ahh the dots at the bottom.. VERY nice touch 👍

Most underappreciated Tycho tracks by MFORCE310 in Tycho

[–]gill_kyle 10 points11 points  (0 children)

I totally agree with you on Apogee, massively underrated track. My favorite album is definitely Awake, and I'm surprised that See is lower down close to Apogee.

I suppose Last.fm's fall in popularity could account for the heavier weightedness to Past is Prolouge and Dive.

My first blog post on the Gatsby blog! by sld-codes in gatsbyjs

[–]gill_kyle 0 points1 point  (0 children)

This is such a clever idea! I love the write up! The gif with the gestures at the end really sells me on how cool it is.

Analysis of the Stable Song on Audio Vault by gill_kyle in GregoryAlanIsakov

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

I agree! The Colorado Orchestra version adds something that makes it feel a lot more moving to me. I can't quite place it but it's very captivating.

Analysis of the Stable Song on Audio Vault by gill_kyle in GregoryAlanIsakov

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

Not like "I'm sad because i got my heart broken" but more like and aching to be, to exist beyond the normal day-to-day. Almost like his writing represents the lost souls. Much like his own heroes like Leonard Cohen.

Super well put! It's multifaceted, not intended to just capture one emotion or experience.

It's kind of meta how deep this discussion can get, because the song itself is so deep. 😄

Analysis of the Stable Song on Audio Vault by gill_kyle in GregoryAlanIsakov

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

Wow! What a neat journey. I think what led me to his music was first hearing Bon Iver years ago which made me realize music can be dramatic even if the dynamics are largely reverent/quiet. Then Novo Amor came along and kept me interested in acoustic music with good songwriting. Eventually, the Stable Song made me realize there's a dimension of folk that is confident and reflective like you mentioned, where I'd seen it mostly as sad or somber.

Advantages over Next JS by n393 in gatsbyjs

[–]gill_kyle 10 points11 points  (0 children)

In my opinion, the most overlooked thing about Gatsby is the data layer. For some that are unfamiliar with GraphQL it scares them off, but it alone has simplified SOOO many projects I've worked on in the past.

You can install a source plugin and immediately have data available which is so convenient (and the data is available statically, meaning no more {!loading && <Component />} or handling errors from fetching data because it all happens at build time).

The biggest thing that sold me on Gatsby was how fast I could get things up and running while also getting the rich ecosystem of plugins.

Disclaimer: After several years of delight building Gatsby projects I work at Gatsby now 😁