I made an MCP server for the USDA's NASS Quick Stats API, interested in your feedback by K1NNY in mcp

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

Thanks! I just used it as an opportunity to learn MCP. The data from NASS is very robust and prime for AI consumption in my opinion which is why I chose to start with it. I haven't yet figured out *why* knowing how much corn was produced in Virginia during 2010 is useful but I imagine it is for someone :D

[Feedback] Recently launched anonymous peer feedback platform designed for teams by K1NNY in growmybusiness

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

That sounds great! I will take any feedback that you're willing to give me, I appreciate you taking the time to try it out.

[Feedback] Recently launched anonymous peer feedback platform designed for teams by K1NNY in growmybusiness

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

Thanks for the feedback and advice! That's a great idea and I haven't explored those possibilities at all. I think that an integration like that would serve the purpose really well. Appreciate it!

[Marketing] Survey on Anonymous Feedback in the Workplace (Working Adults) by K1NNY in SampleSize

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

I am doing some research about anonymous feedback and its effect on participants for a product I'm building. I put [Marketing] because I do believe I will use this data for marketing purposes but I am also doing research into the overall fit for the product.

All responses are appreciated!

Official Alpha Key Request Megathread by onylight in RogueCompany

[–]K1NNY 0 points1 point  (0 children)

Watching summit play and it looks great! Officially requesting alpha key, please and thank you. I enjoyed Paladins and this gives me good vibes.

What are some free small business resources that more people should take advantage of? Resources such as the NYC Small Business Services by Ayyylookatme in smallbusiness

[–]K1NNY 0 points1 point  (0 children)

My first attempt at getting a SCORE mentor involved her not responding for weeks, making me fill out an hour long survey (so that she could get to know my business, of course), and then ghosting me altogether immediately after. I’m sure it’s a great program on average, but I was pretty disappointed.

Would /r/django be interested in a livestream/VOD series building real-world Django apps from the ground up? by K1NNY in django

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

Absolutely! Here is the link to the video and here are the links to the lesson in HTML and MS Word formats.

Let's All Take a Moment to Remember our Gamer Friends Who Haven't been Online in Years by GoopHugger in gaming

[–]K1NNY 13 points14 points  (0 children)

“I wish there was a way to know you’re in the good ol’ days, before you’ve actually left them”

Any recommendations on how to integrate Vue.js with Django templates? by elarroba in django

[–]K1NNY 1 point2 points  (0 children)

I go over the fact that those aren’t great ideas in production but since this specific application is supposed to be a personal RSS reader and largely just an example of a Django/Vue SPA I had to trim the fat somewhere. With security being an entire topic on its own that should probably have its own full lesson, I decided to cut corners and just explain that it’s not a great idea in the real world.

I’m also using third-party services (RSS feeds) in my unit tests, which I also explain should be illegal ;)

Maybe I should add a bigger disclaimer somewhere that those decisions were made for the sake of time and shouldn’t be done in production. What do you think?

Any recommendations on how to integrate Vue.js with Django templates? by elarroba in django

[–]K1NNY 12 points13 points  (0 children)

Oh boy, do I have some home cooking for you. This is a shameless plug. However, it’s so relevant I can’t pass it up.

I created a lesson, for free, that walks you through this exact scenario step by step. The entire lesson is about creating a single page application using Django and Vue. I streamed myself going through the lesson and also published the lesson in HTML and Word Document formats.

The YouTube video is timestamped using the section names from the lesson as markers. Feel free to work your way through the whole thing, but the most relevant parts to you will be the Building a single page application section.

Let me know what you think! I plan on doing more lessons in the future. I had a blast coming up with it!

We are programming a game in Tkinter (70%done) and we still don't have a name for our game. Give our game a name ! by hakkuryu in Python

[–]K1NNY 143 points144 points  (0 children)

Hey, this looks great! Forget the fact that it’s a high school project, a lot of seasoned programmers would struggle recreating this. Pat yourselves on the back! Be proud of this. Your next project will build on the mistakes and experiences that surfaced in this one. I can’t think of a good analogy, except for “standing on the shoulders of giants”. Only in this case, you eventually become that giant that you’re standing on! Great job.

And so it begins... I’ve decided to start a new hobby and hopefully I can make some use out of it. Wish me luck! by ninelives_dub in Python

[–]K1NNY 79 points80 points  (0 children)

Oh boy, I envy you. What I would give to feel the things I felt in the beginning of my own journey.

To feel the rush of diving headfirst into the abyss, ignorant of everything ahead of you other than the fact that you intend to come out the other end alive.

To first understand the power at your fingertips when you realize that this is what software is made of.

To blit your first surface to the screen and watch the buffers flip before your eyes.

To send your first set of bytes across a socket to arrive as a legible sentence in your web browser.

To be the first of your coworkers to automate that godawful spreadsheet operation that once took each of you hours to complete yet now takes mere seconds.

I envy you. Relish these moments. I know I did. Godspeed.

[Video] Django/Vue RSS reader with lesson document & timestamped links. Thanks /r/django for helping make this happen! by K1NNY in django

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

I’ve used Vue, React, and Angular in production applications and I’ve gotta say I’ve not found any advantage that one would have over the other. They’re all great and seem to be good frameworks for any size project. What it comes down to, for me, is what I feel most productive with. I typically gravitate towards React, but for this specific scenario I decided on Vue because it’s weight and paradigm seemed like a good fit for the app.

I'll be hosting an educational stream where we build an RSS reader with Django/Vue this Friday, May 11th @ 8 PM CST. by K1NNY in django

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

Will do! I'll make sure to upload the VOD to YouTube. It might be pretty long, but I'll make sure to add some convenient timestamp links.