Advertisement · 728 × 90

Posts by Kyle Keesling

What's everyone's thoughts on the new VSCode copilot agent versus Cursor?

I think that the performance of Cursor is snappier but the papercuts due to it being a fork make me lone for VSCode.

Also, can anyone provide a primer on incorporating MCPs into the mix?

1 year ago 0 0 0 0

I mean, you had to...

1 year ago 1 0 0 0

How is it that in 2025 SquareSpace does not have a way to transfer blog posts between sites? They can suck them out of Wordpress, export them out, but there's not transfer to a newly designed site?

Seems like table stakes to me...

1 year ago 0 0 0 0

I find it only be to be buggy on days that end in Y. Particularly if you're trying to use AirPlay 🙃

1 year ago 0 0 1 0

Just found the thread, how disappointing!

1 year ago 0 0 0 0

The director/cinematographer and Ben Stiller mentioned that it was all done practically in the latest episode of their podcast. Amazing work.

1 year ago 0 0 1 0
LCD Soundsystem - oh baby (Official Video)
LCD Soundsystem - oh baby (Official Video) YouTube video by LCDSoundsystemVEVO

Everytime I hear "oh baby" by LCD Soundsystem I can't help but think of the fantastic music video and wish it was turned into a feature length film.

www.youtube.com/watch?v=5gIh...

1 year ago 2 0 1 0
However, if we want to live in good societies—where most games are positive-sum and decency is the norm—there is no substitute for having a sufficient number of people who are actually good, or struggling to be so.

It is, therefore, ominous that our political culture now celebrates figures who are obviously unethical—liars, bullies, and conmen—many of whom see no reason to even pretend to harbor deeper values or virtues. Whatever your politics, President Trump has said and done a thousand things that should make it impossible to admire him as a person—and he will commit further atrocities this week. Elon Musk has achieved a similarly vile orbit—lying with abandon, making common cause with racists and lunatics, and pointlessly defaming ordinary people—it seems, just for the fun of it. Both men are conspicuous for the degree to which they still resemble children, having retained a juvenile sense of entitlement, recklessness, and self-absorption. Both are already cautionary tales about the corrupting influences of fame, wealth, and power—even as they continue to achieve new heights.

However, if we want to live in good societies—where most games are positive-sum and decency is the norm—there is no substitute for having a sufficient number of people who are actually good, or struggling to be so. It is, therefore, ominous that our political culture now celebrates figures who are obviously unethical—liars, bullies, and conmen—many of whom see no reason to even pretend to harbor deeper values or virtues. Whatever your politics, President Trump has said and done a thousand things that should make it impossible to admire him as a person—and he will commit further atrocities this week. Elon Musk has achieved a similarly vile orbit—lying with abandon, making common cause with racists and lunatics, and pointlessly defaming ordinary people—it seems, just for the fun of it. Both men are conspicuous for the degree to which they still resemble children, having retained a juvenile sense of entitlement, recklessness, and self-absorption. Both are already cautionary tales about the corrupting influences of fame, wealth, and power—even as they continue to achieve new heights.

🎯

samharris.substack.com/p/the-cult-o...

1 year ago 45 5 5 1

Is Remote Laravel now in the works?

Sorry to hear it man, I’ve always enjoyed hearing you on there.

1 year ago 1 0 1 0
Advertisement
Video
1 year ago 3318 1370 24 47
Post image

My father would womanize, he would start land wars with Denmark. He would make outrageous claims like claiming ownership of Greenland. Sometimes he would refer to the Gulf of Mexico as the Gulf of America.

1 year ago 6125 1158 106 41
Preview
a group of men are standing around a basketball with the words " get it on " on the bottom ALT: a group of men are standing around a basketball with the words " get it on " on the bottom
1 year ago 0 0 1 0
Preview
Pull requests · excid3/revise_auth A pure Rails authentication system like Devise. Contribute to excid3/revise_auth development by creating an account on GitHub.

No problem. I remember digging into this API last year when I was contributing to revise_auth and was pretty impressed by it

github.com/excid3/revis...

1 year ago 3 0 0 0
ActiveRecord::TokenFor::ClassMethods

Seems like you could accomplish this with ‘generate_token_for’

api.rubyonrails.org/classes/Acti...

1 year ago 4 0 1 0
Preview
a close up of a man wearing sunglasses with makeagif.com at the bottom ALT: a close up of a man wearing sunglasses with makeagif.com at the bottom
1 year ago 1 0 1 0

If you use/pay for GitHub you can push your images to their container registry. Just swap out the server URL and use a GitHub token for your password

bsky.app/profile/kyle...

1 year ago 3 0 1 0
Take Your Online Life Back
Take Your Online Life Back YouTube video by Scott Johnson

I wanted to say it so I said it. youtu.be/VZW7WevQrso

1 year ago 92 7 5 5

bluesky request.

do not follow or reward quote-doomers. people who quote an article and only add something like "you have no idea how bad this is" or "it's over" or "say goodbye to everything you love".

they succeed from your stress. they're bringing you down with them. stay awake; not like this.

1 year ago 5443 870 114 94

One of my apps requires iframes for integrating with LMSs and there are definitely hoops to jump through.

Sounds like you have a handle on it but if you need to bounce ideas/questions off of anyone let me know!

1 year ago 1 0 0 0
Advertisement

Nice. I like the addition of creating a non-root user for deployment too.

1 year ago 1 0 1 0

The only other thing I did after that was update the URL and use the GitHub token instead, as you can see in my screenshot above

1 year ago 1 0 0 0
Preview
server-protection-scripts server-protection-scripts. GitHub Gist: instantly share code, notes, and snippets.

Here's a little script/scratch pad I put together, but I'd also love to see what others are doing/recommend:

gist.github.com/kylekeesling...

1 year ago 1 0 1 0
Post image

I used a token that I generated under my user account, but under my org's settings I made sure this was enabled to allow me to push the images directly to it

Your Org > Settings Tab > Personal access tokens (left menu bar) > Settings

1 year ago 1 0 1 0

It's also worth noting that you should take a few extra steps to secure your VPS machines. I haven't seen this mentioned anywhere officially but I think it should be.

I created a little script/template to make it easy to turn off password SSH sessions as well as enable UFW and fail2ban.

1 year ago 1 0 1 0
Post image

In the long term not needing a hosted registry will be nice for some folks. Meanwhile, I've switched to using the GitHub Container Registry and haven't looked back.

I was even able to do it under my org, which allows me to keep everything private and directly related to my repos.

1 year ago 1 0 1 1
Preview
Apply autocorrection by RuboCop to files generated by `bin/rails generate` by koic · Pull Request #50506 · rails/rails Motivation / Background RuboCop has now been included by default (#50456). By adding the following tip to the default configuration, user can apply RuboCop's autocorrection to code generated by...

Apparently, it was added back in January. I guess that shows how often I use rails model/controller generators these days 😂

github.com/rails/rails/...

1 year ago 0 0 0 0
Post image

Today I ran a model generator and Rubocop/Rails Omakase auto-corrected the generated files.

Is this a new thing, or has it been around for a while? I'm running on edge, so maybe it was just added?

Either way, this is pretty cool!

#rails #ruby

1 year ago 2 0 1 0

Nice! This actually opens it in Apple Mail right? I’ve been a letter_opener fan since Ryan Bates/Railcasts suggested it back in the day, but I kinda like the idea of seeing it in a mail client.

1 year ago 1 0 1 0
Advertisement

💩👀

1 year ago 1 0 0 0

If you haven’t cleaned dog 💩 out of your robot vaccum with a toothpick, have you even lived??

1 year ago 0 0 1 0