Пікірлер
@djcarpenter7836
@djcarpenter7836 6 сағат бұрын
Heck yeah! Quick and powerful. Thanks for sharing!
@34tttttaa
@34tttttaa 2 күн бұрын
Wonderful choice of problem, discussion around it and extremely entertaining to watch! Loved the gags. 😂 Topics you mentioned Id love to watch: - horizontal gou scaling - storing+usage of vector db - computer vision (?) Thanks a lot and pls keep them coming whatever u decide to talk about!
@CodeAndStuff
@CodeAndStuff 6 сағат бұрын
Thanks for the feedback! I decided to give computer vision a try, and it was surprisingly easy: kzbin.info/www/bejne/pXawemWkjLKqo7c
@ShinSpiegel
@ShinSpiegel 4 күн бұрын
Never use the embedded terminal.
@keirafox9203
@keirafox9203 7 күн бұрын
Can you use the pickaxe to analyze other devs code for something like a discord bot? I’m curious on how bots like mee6 and arcane bot were created. Maybe even some that use another language even. Trying to understand someone else’s code and replicating it has been a struggle for me and I just don’t understand how to most of the time. Any tips?
@CodeAndStuff
@CodeAndStuff 6 күн бұрын
The git pickaxe helps search the history of a code repository that you have a copy of, but it doesn’t help with how to get that code or interpret it. It’s a tool for that specific situation. When I am trying to understand the structure of a code base for the first time, especially for code in a language I don’t usually work with, I try to find the main file that starts the program. From there, I read through it from top to bottom-going out to other files or dependencies when new concepts or classes are referenced. Basically, I try to walk through the program in the same way a compiler or interpreter would. The pickaxe usually only helps me when I’m trying to find something that was refactored or deleted. I don’t usually need it, but when I do it really comes in handy. I hope this helps!
@Roro41
@Roro41 7 күн бұрын
Nice
@alanmccann
@alanmccann 11 күн бұрын
Thank you. Very helpful!
@jose-valim
@jose-valim 12 күн бұрын
This is great content! Thank you for sharing it!
@CodeAndStuff
@CodeAndStuff 12 күн бұрын
Wow, thanks! That means a lot coming from you. Hopefully I didn’t get the history wrong! I really appreciate the foresight to invest in JIT, NX, and Livebook. Definitely standing on the shoulders of giants!
@nathanielreeves_dev
@nathanielreeves_dev 16 күн бұрын
This is actually exactly something I’ve been looking for. I’m building a warehouse app at work, and tried using lodash throttling to make our look ahead search, but couldn’t get it to work the way I wanted.
@SubhadipGhosh-jk1eg
@SubhadipGhosh-jk1eg 19 күн бұрын
Which font is that?
@CodeAndStuff
@CodeAndStuff 19 күн бұрын
I’m using a paid font called Berkeley Mono. I never thought I would pay for a font, but I just love the way it looks.
@austincodes
@austincodes 20 күн бұрын
I hate the minimap
@abessesmahi4888
@abessesmahi4888 22 күн бұрын
Great content. Please upload more videos, that are beginner friendly. Thank you so much for your efforts. Subscribed 🙂
@Kelz_codes
@Kelz_codes 22 күн бұрын
First of all you shouldn't have a long file for readability
@CodeAndStuff
@CodeAndStuff 22 күн бұрын
It depends! I’ve seen some large test files that weren’t necessarily worth the effort of breaking out, especially in Python
@SSTDEV
@SSTDEV 23 күн бұрын
What is the font used here..?
@CodeAndStuff
@CodeAndStuff 23 күн бұрын
I’m using a paid font called Berkeley Mono. I never thought I would pay for a font, but I just love the way it looks.
@nathanielreeves_dev
@nathanielreeves_dev 23 күн бұрын
You’re doing a good job with these short tutorials! This is the kind of stuff I want to start making.
@CodeAndStuff
@CodeAndStuff 23 күн бұрын
Thanks, you’re too kind! Go find something from your workflow and I’m sure someone will be happy to learn from it too!
@soleside
@soleside 24 күн бұрын
Great video! Subscribed for more content like this 👍
@CodeAndStuff
@CodeAndStuff 24 күн бұрын
More to come!
@AdolfoNeto
@AdolfoNeto 25 күн бұрын
Great video! Thanks!
@mihajlom1k1
@mihajlom1k1 26 күн бұрын
Really interesting! Great for those of us that want to learn the basics of ML with Elixir.
@professorice4325
@professorice4325 27 күн бұрын
I feel like experienced coders can traverse their code with ease already but hooray to the small things that help 🎉
@miles7990
@miles7990 29 күн бұрын
Cheers for this woah
@krellin
@krellin Ай бұрын
vscode just copied sublime text
@dominiksulak1655
@dominiksulak1655 Ай бұрын
OK cool! Anyone knows why it isnt working inside <script> or <template> tag in Vue3?
@CodeAndStuff
@CodeAndStuff Ай бұрын
It looks like section header support relies on language definitions that come from extensions. Ruby was having a similar issue, according to the PR (github.com/microsoft/vscode/pull/190759). To fix this, I imagine the Vue language extension you're using needs to be improved.
@dominiksulak1655
@dominiksulak1655 29 күн бұрын
@@CodeAndStuff Thanks a lot! Love this feature from xcode, so fingers crossed vue will be updated <3
@johnflux1
@johnflux1 Ай бұрын
oh, that's nice :)
@rodemka
@rodemka Ай бұрын
98.css 😍
@PabloRizzardOfOz
@PabloRizzardOfOz Ай бұрын
I NEED MOREEEEE
@CodeAndStuff
@CodeAndStuff Ай бұрын
Full video here: Build a React JS Full Text Search - No Backend Needed kzbin.info/www/bejne/i4mtoXWld72ep68
@nices2109
@nices2109 Ай бұрын
Great explanation 👌 Thank you
@user-sq7si4jz5h
@user-sq7si4jz5h Ай бұрын
@sauravsatpathy5407
@sauravsatpathy5407 5 ай бұрын
Is it possible to test from Postman?If yes can you tell us the step for it?
@CodeAndStuff
@CodeAndStuff Ай бұрын
The Slack Bolt SDK exchanges secret values with and connects directly to Slack. I don't think there's a way to test this from Postman. For more details, check out the Bolt docs: slack.dev/bolt-js/tutorial/getting-started
@DhirenShahMay
@DhirenShahMay 5 ай бұрын
Hi. it is working, thank you so much. Initially I was struggling with 429 error, it resolved after I added credits. Need your guidance to implement Dell-E.
@PeterSserwangaShow
@PeterSserwangaShow 7 ай бұрын
yo this was awesome. keep em coming. subbed.
@93cutty
@93cutty 7 ай бұрын
Great video, thank you. I just found your channel so I'll check out your other vids. Do you have any experience with fine tuning a model so that it writes in the same tone as you? I also went and blew a lot of money and have a solid rig with a 4090 that I wanted to play around with some HuggingFace models. I love this stuff. Been getting back into programming. Busted out the Python and I kind of wanted to play around with Django again lol.
@zactyq
@zactyq 7 ай бұрын
great stuff! maybe embeddings next?
@Anonymous11235
@Anonymous11235 7 ай бұрын
I went to subscribe and did a double take when I saw how young this channel is. Keep it up -- you're a natural at this.
@vivgui
@vivgui 8 ай бұрын
Thank you so much for making the video I requested ❤. I didn't know about the ai npm package, it definitely made things less complicated than I thought!
@vivgui
@vivgui 8 ай бұрын
This is great content from such a new channel! I would love to see how to create a mini app with nextjs and chatgpt, something like a haiku generator
@CodeAndStuff
@CodeAndStuff 8 ай бұрын
Thanks for the kind words and the inspiration! A NextJS / ChatGPT haiku generator video is coming soon 👍
@vivgui
@vivgui 8 ай бұрын
Awesome!
@renatomeireles9596
@renatomeireles9596 8 ай бұрын
Hi, i tried implement ur amazing bot but slack is asking me to answer herokus request URL with a challenge, can you help me with it? Thanks in advance. Also really good work with the video, it was clean as water ur explanation, keep going.
@CodeAndStuff
@CodeAndStuff 8 ай бұрын
Hi there! When I saw a similar error, I had to update the URL to be <deployed-app-url>/slack/events (the /slack/events part is critical). The bolt framework should automatically handle the URL challenge. Slack documents this step with their own bot here: slack.dev/bolt-js/deployments/heroku#deploy-the-app
@renatomeireles9596
@renatomeireles9596 8 ай бұрын
@@CodeAndStuff Thanks for the fast reply. Yeah, i tried, even got the CLI to check the url but the message i get still is Your request URL responded with an HTTP error. Update your URL to receive a new request and challenge value. :(
@CodeAndStuff
@CodeAndStuff 8 ай бұрын
@@renatomeireles9596, that sounds frustrating-I hope this can help: Make sure all of the environment variables from the readme are set properly. Beyond that, it might be worth looking at the logs from the Heroku dyno (devcenter.heroku.com/articles/logging#view-logs) to see if anything is erroring out. Also, if you set `SLACK_APP_TOKEN`, it might be running in socket mode (api.slack.com/apis/connections/socket). This mode doesn't use webhooks and instead uses websockets to make the connection. Again, the heroku log should say if the app is started in socket mode.
@renatomeireles9596
@renatomeireles9596 8 ай бұрын
@@CodeAndStuff Thanks Buddy, i found what i was doing wrong. But now the app is crashing after i ask like 2 questions to the bot... [INFO] socket-mode:SocketModeClient:0 Now connected to Slack Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch Stopping process with SIGKILL Process exited with status 137 State changed from starting to crashed Do you know what could be?
@CodeAndStuff
@CodeAndStuff 8 ай бұрын
Ah, there it is! The app is running in socket mode, which prevents it from responding to HTTP requests. Heroku runs health checks and determines the app is not alive. To fix this, get rid of the `SLACK_APP_TOKEN` environment variable. That will cause the app to run in server mode, allowing Heroku and Slack to connect properly.