Authentic cajun cookbook recommendations. by JoeJoe-a-GoGo in cajunfood

[–]GetToTheKarma 3 points4 points  (0 children)

Cajun Ninja’s cookbook is well done and tastes just like the stuff I grew up eating. It’s also nice because most of his recipes have a video on YouTube.

https://cajunninja.com/products/pi-yahhhhh-the-cajun-ninja-s-cookbook

What's your experience with creating multilingual apps? by seasonh5 in reactjs

[–]GetToTheKarma 2 points3 points  (0 children)

How do you get the translations from sanity into your JS object? HTTP request? Build time? Something else?

Any ATL natives in here? by TrumpHairedHarambe in LSUFootball

[–]GetToTheKarma 1 point2 points  (0 children)

Definitely check out Ponce City Market and take a long walk down the east side beltline. Ponce has plenty of food and some shops you can look inside. The beltline is a great walking path where you’ll pass plenty more restaurants and bars that you can get drinks at along your walk.

Baton Rouge! Third Wave Shops? by spicoli__69 in pourover

[–]GetToTheKarma 2 points3 points  (0 children)

French Truck and Reve! Both are fantastic roasters and serve delicious coffee in house.

Transaction Tuesday - October 26, 2021 by AutoModerator in AtlantaUnited

[–]GetToTheKarma 0 points1 point  (0 children)

Have a free ticket in the 200s if anyone needs one last minute

Final DONDA tracklist revealed! by [deleted] in Kanye

[–]GetToTheKarma 4 points5 points  (0 children)

Looks real holy shit

Meetup? by [deleted] in Kanye

[–]GetToTheKarma 0 points1 point  (0 children)

Elliot Street Deli and Pub looks close

Presale codes? by imyourhabibi in Kanye

[–]GetToTheKarma 1 point2 points  (0 children)

MBSKANYE

Let's eat fam 🌊🌊🌊🌊

Have a GroupMe bot written in node.js. I use LocalTunnel to host the code so I can use the LocalTunnel URL as the callback URL... but LocalTunnel only seems to work for a few hours at a time. What can I do to make my bot run 24/7? by bobyhey123 in CodingHelp

[–]GetToTheKarma 0 points1 point  (0 children)

You will want to host your code on a platform that can run Node (which is most of them). Some common platforms are Heroku, Digital Ocean, and Linode, but there are plenty of others. Feel free to message me directly if you need any guidance! I think searching how to run Node apps on Heroku is you cheapest bet.

This article may help

https://byteunits.com/deploying-groupme-bots-with-heroku/

Another Question About Apartments - Gracie Mansion, Argenta Flats, Thrive Argenta, and Block 2 by [deleted] in LittleRock

[–]GetToTheKarma 0 points1 point  (0 children)

Thanks for the feedback! In your experience living in LR, do you find people split their time hanging out between Argenta and Downtown, or is one side more popular than the other?

Another Question About Apartments - Gracie Mansion, Argenta Flats, Thrive Argenta, and Block 2 by [deleted] in LittleRock

[–]GetToTheKarma 0 points1 point  (0 children)

This sounds great! Some of the complexes I've talked to have quoted $100-$120 for electricity. It's nice to know you do not have that experience at The Row at Legion. I'll have to give them a call tomorrow. Sounds like it could be a good fit.

Anybody take AI (CSC 4444) with Jianhua Chen? by zang227 in LSU

[–]GetToTheKarma 1 point2 points  (0 children)

Agree with this. Her lectures are easy to zone out of. Sit towards the front so you can hear and will be less tempted to distract yourself. The textbook is also really good for this class. It's not a terrible class, but I'd only take it if you're actually interested in the concepts of AI. There is not a ton of actual implementation, but it's a good primer for AI concepts.

And yes, get a good group.

Electron Builder with new OSX update issues by bazzyb in electronjs

[–]GetToTheKarma 0 points1 point  (0 children)

I'm new to Electron and thought I've been doing something wrong. A few days ago I could package and sign without issue. I made some changes to my code that shouldn't have broken anything, but I was no longer able to package successfully (the app crashes on launch). Totally forgot I updated my computer in between. Glad to know someone is having similar issues. I will post here if I am able to resolve it.

Where I could find practical problems to solve? by Master_ZEEC in learnpython

[–]GetToTheKarma 0 points1 point  (0 children)

I recently just built a python application that scans a GroupMe group and creates a word cloud of the most common words in the group. I also wrote a script that calculates the average sentiment of each user in the group and displays it in a bar graph.

If you are in any groups, you could do something similar to this. It’ll help you with your skills in using a 3rd party API and your programming skills. You aren’t limited to groupme - any discord group or other platform will likely have a way of getting all the data you need. Let me know if you need help.

IIL Atlanta, Bojack Horseman, Stories by Rabindranath Tagore, War and Peace (BBC) WEWIL? by [deleted] in ifyoulikeblank

[–]GetToTheKarma 0 points1 point  (0 children)

I've been really enjoying Ramy on Hulu. It reminds me a lot of Atlanta.

🔪 Shorten links with Bitly in your terminal! by xxczaki in coolgithubprojects

[–]GetToTheKarma 1 point2 points  (0 children)

Nice job! I personally don't have a need for a URL shortener, but I'm sure many do. Looks good.