What we automated with AutoHotkey #67
32:39
12 сағат бұрын
What we Automated with AutoHotkey #65
17:55
AI is getting Better at Coding
2:23
21 күн бұрын
Пікірлер
@eeettt8701
@eeettt8701 10 сағат бұрын
Brilliant !!
@lucky41735
@lucky41735 15 сағат бұрын
hey do you know what this does SystemTime() { freq := 0, tick := 0 If (!freq) DllCall("QueryPerformanceFrequency", "Int64*", freq) DllCall("QueryPerformanceCounter", "Int64*", tick) Return tick / freq * 1000 } HyperSleep(value) { s_begin_time := SystemTime() freq := 0, t_current := 0 DllCall("QueryPerformanceFrequency", "Int64*", freq) s_end_time := (s_begin_time + value) * freq / 1000 While, (t_current < s_end_time) { If (s_end_time - t_current) > 20000 { DllCall("Winmm.dll\timeBeginPeriod", UInt, 1) DllCall("Sleep", "UInt", 1) DllCall("Winmm.dll\timeEndPeriod", UInt, 1) DllCall("QueryPerformanceCounter", "Int64*", t_current) } Else DllCall("QueryPerformanceCounter", "Int64*", t_current) } }
@Ozflyguy333
@Ozflyguy333 Күн бұрын
Just did this and now everything works. I had my Galaxy S21 Ultra connect without issues, then updated to S24 Ultra and nothing was working. Typed in the commands and Bing everything works as it should. Thanks for your hard work. Using Win 11
@AllenHorn0507
@AllenHorn0507 Күн бұрын
I love the Elgato dream deck and have been using it with auto hot key for years. However, I just saved them as.AHK and then on my Stream Deck I use one of the commands to open a file and it typically runs it with no problem. Thank you guys for everything you do you guys have taught me so much. 😊
@Edu2pc
@Edu2pc 2 күн бұрын
Gracias por agregar la pista de audio en español! 🎉🎉🎉 Si está en tu poder, estaría muy agradecido de poder ver los demás videos en español.
@mattrenegar476
@mattrenegar476 5 күн бұрын
Been using Perplexity to generate vba code for excel macros and it’s decent. Might be worth trying to compare results
@JoeGlines-Automator
@JoeGlines-Automator 5 күн бұрын
I've tried, and use, perplexity. It's got it's place however Claude is still king when it comes to AutoHotkey v2 code.
@MylonasFilms
@MylonasFilms 5 күн бұрын
thanks for this. we love these videos
@JoeGlines-Automator
@JoeGlines-Automator Күн бұрын
KZbin lo hace automáticamente ahora... Gracias por ver
@conniemarks7581
@conniemarks7581 6 күн бұрын
Not ready for prime time. thanks for your research.
@JoeGlines-Automator
@JoeGlines-Automator 5 күн бұрын
No, but it does have good potential!
@dunnerca
@dunnerca 6 күн бұрын
Thanks for this video. I'm just starting to look at a StreamDeck.
@AllenHorn0507
@AllenHorn0507 Күн бұрын
I can promise you that you will not regret purchasing one! I do, however, recommend that you get the XL version.
@allansmith350
@allansmith350 6 күн бұрын
great tips! you can also do a message monitor if you have an existing script running. Another cool thing to add to this if you need it, is a modifier key when you trigger on those arguments (getkeystate) and then you basically can get 3x the functionality out of one key (if you can remember it!)
@malkogindrat
@malkogindrat 7 күн бұрын
Great trick with the arguments! I used each time a different script for each key (which is not horrible), but now I can have all in one file. The cool thing with the parameters, you can group some commands with param1 and then the "value" of the command in param2 and so on!
@JoeGlines-Automator
@JoeGlines-Automator 6 күн бұрын
Yep. It really opens up a lot of options!
@markspeeps
@markspeeps 7 күн бұрын
You two are always at the cutting edge, love it.
@edzynda
@edzynda 8 күн бұрын
So the prompt needs to be sent to Claude so whatever the result of your query will for sure be sent to the cloud to Claude so it can give you a reliable answer. The good news is that this new protocol is open so in the near future you will definitely be able to use this feature with local models.
@JoeGlines-Automator
@JoeGlines-Automator 8 күн бұрын
I disagree. The queries are run locally (not in the cloud)
@edzynda
@edzynda 8 күн бұрын
@JoeGlines-Automator the queries, yes, but the result is then sent as part of the prompt for the LLM to evaluate so it by definition gets sent to Claude.
@JoeGlines-Automator
@JoeGlines-Automator 8 күн бұрын
@@edzynda I still disagree.
@edzynda
@edzynda 8 күн бұрын
@@JoeGlines-Automator How else is claude supposed to know what the server on your machine responded with?
@JoeGlines-Automator
@JoeGlines-Automator 8 күн бұрын
@@edzynda What makes you think you need Claude to know what is on the server? In each case we had claude create a query and claude is expecting a list returned in a specific format. At that point there is no need for AI, they just need to display the results which is easily done
@Dave-um7mw
@Dave-um7mw 8 күн бұрын
Watched this well on the toilet. Can't wwit to go try it now!
@paulpozboater
@paulpozboater 13 күн бұрын
Where is the url?
@JoeGlines-Automator
@JoeGlines-Automator 12 күн бұрын
It's in the video description
@dixalex02
@dixalex02 13 күн бұрын
Do you have a skool page?
@JoeGlines-Automator
@JoeGlines-Automator 12 күн бұрын
Our community is the AHK Hero community the-Automator.com/AHKHero We have a private telegram group and meet on zoom 3 times a week for a total of 3 hours of calls. All the calls are recorded and shared with members.
@dixalex02
@dixalex02 13 күн бұрын
I thought about incorporating an AI AutoHotKey to AI. Then along comes your video. It feels like the algorithm is in my brain at times. But alas, I know it's all the will of God. Thanks for the video. What things can you do with AHK now that AI is do prevalent?
@JoeGlines-Automator
@JoeGlines-Automator 12 күн бұрын
You can do just about whatever you want! Many of our tools are now adding an AI element to them
@王者的靈魂
@王者的靈魂 14 күн бұрын
thank you for your excellent video
@dci-WatchTutorials
@dci-WatchTutorials 14 күн бұрын
I watch your content occasionally. Always helpful. And just got started with Claude paid version (which I chose over ChatGPT and very happy with the results I'm getting), so this info about the console in Claude was new to me and again very helpful. Keep up the good work.
@edwiny2797
@edwiny2797 14 күн бұрын
Thanks joe. Is the downloadable .ahk file?
@JoeGlines-Automator
@JoeGlines-Automator 14 күн бұрын
It's mentioned in the description (and on the screen at the end of the video)
@edwiny2797
@edwiny2797 14 күн бұрын
​@@JoeGlines-AutomatorYes, but before I proceed with the payment, I would like to confirm if the downloadable file is an AHK script and not an .EXE file. Thank you.
@JoeGlines-Automator
@JoeGlines-Automator 14 күн бұрын
@@edwiny2797 If you look at the title and in the description of the tool you'll see it tells you what you are getting
@llicit1833
@llicit1833 20 күн бұрын
Looks like a very handy tool. Think your pain pain pain automation sign needs an update - should start with the smaller pain pain , then increasing to larger and larger pain then automation. That's how it seems to go for me at least ...
@dillonmderosa
@dillonmderosa 20 күн бұрын
Insta purchase! These AI scripts are brilliantly useful. Keep em' coming!
@JoeGlines-Automator
@JoeGlines-Automator 20 күн бұрын
Thank you @dillonderosa! I use it a lot. And I still have a lot of cool ideas to add to it! :)
@AllenHorn0507
@AllenHorn0507 21 күн бұрын
This is really, really cool. I wish I could use LLM‘s at work.
@JoeGlines-Automator
@JoeGlines-Automator 21 күн бұрын
A client wanted to run local LLMs to perform OCR on forms. We were really surprised how bad they were compared to Claude. Currrently, if you can't use a "cutting-edge" AI tool, I'd just use the built-in OCR Windows has. Our window snipping tool uses it and it's pretty good (unless you're trying to get data from a table) the-Automator.com/Snip
@MrDirectNL
@MrDirectNL 21 күн бұрын
Take my money ! I need this !
@JoeGlines-Automator
@JoeGlines-Automator 21 күн бұрын
it's an amazing tool !
@AllenHorn0507
@AllenHorn0507 21 күн бұрын
You guys are awesome
@JoeGlines-Automator
@JoeGlines-Automator 20 күн бұрын
Thanks Allen! Hope you're doing well!
@RoyImpolse
@RoyImpolse 21 күн бұрын
Crazy! I planned on developing the exact same solution myself.
@gunjchowwiwat8357
@gunjchowwiwat8357 21 күн бұрын
I use text expansion for my language and my dictionary. Kú sí lū ntáw nthuá rau kú lû thiā kú li txhìtẽng.
@NossyDrelich
@NossyDrelich 21 күн бұрын
Is there something for thumbnail handlers?
@JoeGlines-Automator
@JoeGlines-Automator 21 күн бұрын
No because "thumbnails" are not an extension. You'd want to look at each image type (.jpg, .bmp, .png, etc.) and assign a preview handler for them.
@Thunder-sg7qc
@Thunder-sg7qc 23 күн бұрын
Thanks for the help! I spent like a hour trying to figure out how to do it and you showed me how to in less than 2 minutes.
@linsqopiring6816
@linsqopiring6816 26 күн бұрын
Reflecting on all your signage and branding and enthusiasm for automation it seems like AI is the ultimate character arc for you. Happy times.
@TechAirHub
@TechAirHub 26 күн бұрын
Sir i need your help, on building chrome instance action synchronize with rufaydium, could you please give your social handle so that i can contact you, I'm also ready to pay if you want
@JoeGlines-Automator
@JoeGlines-Automator 26 күн бұрын
I've repsonsed to this request mulitple times. I'm not going to reply any more as I think this is a bot.
@TechAirHub
@TechAirHub 21 күн бұрын
@@JoeGlines-Automatorsorry i didn't get the notification of previous response, it's not a bot btw
@TechAirHub
@TechAirHub 21 күн бұрын
​​@@JoeGlines-Automatorsir your response is still not showing in my mentions, could you please write here what that was, or you can share ur any social handle so that i can get in touch with you
@gnostie
@gnostie 26 күн бұрын
Looks like it's unable to search inside Word and Excel documents, nor PDF. It's just a sysadmin tool directed at searches in text files, not intended for general purpose text searching.
@JoeGlines-Automator
@JoeGlines-Automator 26 күн бұрын
Not true. It can search in them, it is just that those programs do not store them as those characters so it doesn't (always) find the words. It most definitely is intended form "genearl purpose text searching". It's that you are not looking for text. You're looking in programs that store text in a format that isn't just plain text.
@ShinefyAi
@ShinefyAi 26 күн бұрын
Do you offer tutoring?
@JoeGlines-Automator
@JoeGlines-Automator 26 күн бұрын
Yes. We have several ways we offer tutoring / consulting. We also have the "AHK Hero" club which meets 3 times a week (for an hour each time) where we answer people's questions and have a private Telegram group where we direct people during the week. I saw your channel and think we could have some fun on a call. Email me at [email protected] and we can plan a time to connect.
@abbatem
@abbatem 27 күн бұрын
Is this one already available?
@JoeGlines-Automator
@JoeGlines-Automator 26 күн бұрын
nope. But it's close
@abbatem
@abbatem 26 күн бұрын
@ Great! :)
@vzmichael
@vzmichael 27 күн бұрын
"You are not going to be replaced by AI but you will be replaced by somebody using AI" Appreciate the videos as usual Mr.G
@FastAsFack
@FastAsFack 27 күн бұрын
why not make your own AI that specializes in ahk?
@markspeeps
@markspeeps 29 күн бұрын
Well done
@christopherpaine1858
@christopherpaine1858 Ай бұрын
looking forwards to the release.
@ImNotFlutters
@ImNotFlutters Ай бұрын
Seems to not longer work as intended.
@Ossqirat
@Ossqirat Ай бұрын
another feature you could add t it is an outline feature. an outline serves as a map before the summary because it tells you each part of the video is about. it tells you the structure of the video. you can say an outline is a summary to each part in a sense. similar to NotebookLM, but specifically made to videos.
@JoeGlines-Automator
@JoeGlines-Automator Ай бұрын
That's already there. It's what I use to fill the desriptions of my videos. It puts in bullte points with time stamps so people know where key-sectiosn are covered and can jump to them
@GhibranHZR
@GhibranHZR Ай бұрын
i try everything but still cannot use "Open Phone Screen"
@TheSicilianLife
@TheSicilianLife Ай бұрын
Very cool~! -Carol Amato
@MehmeterTem5534
@MehmeterTem5534 Ай бұрын
We need ai ahk model.
@ShinefyAi
@ShinefyAi Ай бұрын
Would love to talk to you :)
@JoeGlines-Automator
@JoeGlines-Automator Ай бұрын
Sure. You can check out my calendar here the-Automator.com/1HourConsult/ or just email me at [email protected]
@LarryHenryJr
@LarryHenryJr Ай бұрын
Wow. That's awesome!
@TechAirHub
@TechAirHub Ай бұрын
Sir please help me,i saw your video on Rufaydium, I'm facing a issue that everytime i run the code that openes a new chrome profile not the existing one or default, Please help me to setup , i have been struggling from last 3 month to automate chrome instances Where i can get in touch with you please provide you're social handle Not disrespecting you but I'm also ready to pay but please help me
@JoeGlines-Automator
@JoeGlines-Automator Ай бұрын
I believe I've mentioned it to you before, you can look at our rates here the-Automator.com/Consult If that works, you can check out our calendar here and book a call. the-Automator.com/1HourConsult (Keep it BEFORE noon CST as Irfan, the author of that library) only works up until noon CST
@Dex_1M
@Dex_1M Ай бұрын
A Cursor video would be cool!
@chezze161
@chezze161 Ай бұрын
hey there i was wondering if there is any way to convert a autohotkey code to an apple script code?
@JoeGlines-Automator
@JoeGlines-Automator Ай бұрын
That's something I will use an AI tool to do. Claude or chat gpt would probably be pretty good at that
@SurBlox
@SurBlox Ай бұрын
do you recommend ahk++ with vs code?
@TechAirHub
@TechAirHub Ай бұрын
Hey i saw your video on Rufaydium, I'm facing a issue that everytime i run the code that openes a new chrome profile not the existing one or default, Please help me to setup , i have been struggling from last 3 month to automate chrome instances Where i can get in touch with you please provide you're social handle Not disrespecting you but I'm also ready to pay but please help me
@SnehithPamarathi
@SnehithPamarathi Ай бұрын
Tried my best to assign hotkeys to trigger programs but no it is not working. Maybe I should giveup hm
@JoeGlines-Automator
@JoeGlines-Automator Ай бұрын
Simply complaining sure isn't going to help. Why not watch our video on Intro AHK v2? Or post some code? Just saying you can't get it to work in is in no way helpful or anything I can help with.