Free AI tool to write commits, summarize changes (no API key required)
https://www.reddit.com/r/programming/comments/1gkdlfq/free_ai_tool_to_write_commits_summarize_changes/
<!-- SC_OFF -->Hey y'all, I would like to share a project I built a week ago, which just entered 1.0.0 - lumen Features 1. Write git commit messages using AI 2. Summarize diff, past commits using AI 3. Supports multiple AI providers 4. Completely free and open-source out of the box 5. Supports fuzzy-search and markdown formatting Feedback/suggestions are welcome! PS: I just want to add that in my opinion good commit messages are really important. And like any AI tool, this too should be used with supervision, especially where nuance is required <!-- SC_ON --> submitted by /u/TheGreaT1803 (https://www.reddit.com/user/TheGreaT1803)
[link] (https://github.com/jnsahaj/lumen) [comments] (https://www.reddit.com/r/programming/comments/1gkdlfq/free_ai_tool_to_write_commits_summarize_changes/)
https://www.reddit.com/r/programming/comments/1gkdlfq/free_ai_tool_to_write_commits_summarize_changes/
<!-- SC_OFF -->Hey y'all, I would like to share a project I built a week ago, which just entered 1.0.0 - lumen Features 1. Write git commit messages using AI 2. Summarize diff, past commits using AI 3. Supports multiple AI providers 4. Completely free and open-source out of the box 5. Supports fuzzy-search and markdown formatting Feedback/suggestions are welcome! PS: I just want to add that in my opinion good commit messages are really important. And like any AI tool, this too should be used with supervision, especially where nuance is required <!-- SC_ON --> submitted by /u/TheGreaT1803 (https://www.reddit.com/user/TheGreaT1803)
[link] (https://github.com/jnsahaj/lumen) [comments] (https://www.reddit.com/r/programming/comments/1gkdlfq/free_ai_tool_to_write_commits_summarize_changes/)
Essential Guide to Configuring ESLint in Your React App
https://www.reddit.com/r/programming/comments/1gkds3i/essential_guide_to_configuring_eslint_in_your/
submitted by /u/raphael__ph (https://www.reddit.com/user/raphael__ph)
[link] (https://medium.com/javascript-in-plain-english/essential-guide-to-configuring-eslint-in-your-react-app-565ef2cb7e1d) [comments] (https://www.reddit.com/r/programming/comments/1gkds3i/essential_guide_to_configuring_eslint_in_your/)
https://www.reddit.com/r/programming/comments/1gkds3i/essential_guide_to_configuring_eslint_in_your/
submitted by /u/raphael__ph (https://www.reddit.com/user/raphael__ph)
[link] (https://medium.com/javascript-in-plain-english/essential-guide-to-configuring-eslint-in-your-react-app-565ef2cb7e1d) [comments] (https://www.reddit.com/r/programming/comments/1gkds3i/essential_guide_to_configuring_eslint_in_your/)
How to Improve SQL Queries performance
https://www.reddit.com/r/programming/comments/1gkge2z/how_to_improve_sql_queries_performance/
submitted by /u/InspectionSpirite (https://www.reddit.com/user/InspectionSpirite)
[link] (https://open.substack.com/pub/betterengineers/p/optimizing-sql-queries-best-practices?r=209a75&utm_campaign=post&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1gkge2z/how_to_improve_sql_queries_performance/)
https://www.reddit.com/r/programming/comments/1gkge2z/how_to_improve_sql_queries_performance/
submitted by /u/InspectionSpirite (https://www.reddit.com/user/InspectionSpirite)
[link] (https://open.substack.com/pub/betterengineers/p/optimizing-sql-queries-best-practices?r=209a75&utm_campaign=post&utm_medium=web) [comments] (https://www.reddit.com/r/programming/comments/1gkge2z/how_to_improve_sql_queries_performance/)
Developing AI-powered Javadoc IntelliJ plugin
https://www.reddit.com/r/programming/comments/1gkj20s/developing_aipowered_javadoc_intellij_plugin/
submitted by /u/PavlikPolivka (https://www.reddit.com/user/PavlikPolivka)
[link] (https://medium.com/@polivka-pavel/developing-ai-powered-javadoc-intellij-plugin-b3b89052aa5e) [comments] (https://www.reddit.com/r/programming/comments/1gkj20s/developing_aipowered_javadoc_intellij_plugin/)
https://www.reddit.com/r/programming/comments/1gkj20s/developing_aipowered_javadoc_intellij_plugin/
submitted by /u/PavlikPolivka (https://www.reddit.com/user/PavlikPolivka)
[link] (https://medium.com/@polivka-pavel/developing-ai-powered-javadoc-intellij-plugin-b3b89052aa5e) [comments] (https://www.reddit.com/r/programming/comments/1gkj20s/developing_aipowered_javadoc_intellij_plugin/)
Hi, I'm working in Backend roadmap
https://www.reddit.com/r/programming/comments/1gkk1a0/hi_im_working_in_backend_roadmap/
<!-- SC_OFF -->Hi guys, I'm studying 2year FP DAW(Spain frontend education with PHP laravel, and java) and in a backend roadmap with (roadmap.sh) I dont know if this gonna get me a job, I only do It because a I like It. Do you think this will you give me a job? If not, what roadmap do you recommend? I wait for your answers. (Sorry if I have bad english, but is not my first language). <!-- SC_ON --> submitted by /u/JonathanManzano (https://www.reddit.com/user/JonathanManzano)
[link] (https://roadmap.sh/backend) [comments] (https://www.reddit.com/r/programming/comments/1gkk1a0/hi_im_working_in_backend_roadmap/)
https://www.reddit.com/r/programming/comments/1gkk1a0/hi_im_working_in_backend_roadmap/
<!-- SC_OFF -->Hi guys, I'm studying 2year FP DAW(Spain frontend education with PHP laravel, and java) and in a backend roadmap with (roadmap.sh) I dont know if this gonna get me a job, I only do It because a I like It. Do you think this will you give me a job? If not, what roadmap do you recommend? I wait for your answers. (Sorry if I have bad english, but is not my first language). <!-- SC_ON --> submitted by /u/JonathanManzano (https://www.reddit.com/user/JonathanManzano)
[link] (https://roadmap.sh/backend) [comments] (https://www.reddit.com/r/programming/comments/1gkk1a0/hi_im_working_in_backend_roadmap/)
Pattern Matching en Typescript con ts-pattern
https://www.reddit.com/r/programming/comments/1gko7s6/pattern_matching_en_typescript_con_tspattern/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/11/pattern-matching-en-typescript-con-ts.html) [comments] (https://www.reddit.com/r/programming/comments/1gko7s6/pattern_matching_en_typescript_con_tspattern/)
https://www.reddit.com/r/programming/comments/1gko7s6/pattern_matching_en_typescript_con_tspattern/
submitted by /u/emanuelpeg (https://www.reddit.com/user/emanuelpeg)
[link] (https://emanuelpeg.blogspot.com/2024/11/pattern-matching-en-typescript-con-ts.html) [comments] (https://www.reddit.com/r/programming/comments/1gko7s6/pattern_matching_en_typescript_con_tspattern/)
Linux Built-In Tools Are So Powerful, You Can Build a Database With Them. Here's How
https://www.reddit.com/r/programming/comments/1gkpnx3/linux_builtin_tools_are_so_powerful_you_can_build/
submitted by /u/FoxInTheRedBox (https://www.reddit.com/user/FoxInTheRedBox)
[link] (https://www.howtogeek.com/build-a-database-with-powerful-linux-built-in-tools/) [comments] (https://www.reddit.com/r/programming/comments/1gkpnx3/linux_builtin_tools_are_so_powerful_you_can_build/)
https://www.reddit.com/r/programming/comments/1gkpnx3/linux_builtin_tools_are_so_powerful_you_can_build/
submitted by /u/FoxInTheRedBox (https://www.reddit.com/user/FoxInTheRedBox)
[link] (https://www.howtogeek.com/build-a-database-with-powerful-linux-built-in-tools/) [comments] (https://www.reddit.com/r/programming/comments/1gkpnx3/linux_builtin_tools_are_so_powerful_you_can_build/)
How to Implement Role-Based Access Control (RBAC) Authorization in Golang with Permit.io
https://www.reddit.com/r/programming/comments/1gkq3gh/how_to_implement_rolebased_access_control_rbac/
submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/role-based-access-control-rbac-authorization-in-golang) [comments] (https://www.reddit.com/r/programming/comments/1gkq3gh/how_to_implement_rolebased_access_control_rbac/)
https://www.reddit.com/r/programming/comments/1gkq3gh/how_to_implement_rolebased_access_control_rbac/
submitted by /u/Permit_io (https://www.reddit.com/user/Permit_io)
[link] (https://www.permit.io/blog/role-based-access-control-rbac-authorization-in-golang) [comments] (https://www.reddit.com/r/programming/comments/1gkq3gh/how_to_implement_rolebased_access_control_rbac/)
Laravel SaaS Boilerplate - JetShip
https://www.reddit.com/r/programming/comments/1gkrms3/laravel_saas_boilerplate_jetship/
submitted by /u/Saanvi_Sen (https://www.reddit.com/user/Saanvi_Sen)
[link] (https://demos.themeselection.com/jetship-laravel-boilerplate/) [comments] (https://www.reddit.com/r/programming/comments/1gkrms3/laravel_saas_boilerplate_jetship/)
https://www.reddit.com/r/programming/comments/1gkrms3/laravel_saas_boilerplate_jetship/
submitted by /u/Saanvi_Sen (https://www.reddit.com/user/Saanvi_Sen)
[link] (https://demos.themeselection.com/jetship-laravel-boilerplate/) [comments] (https://www.reddit.com/r/programming/comments/1gkrms3/laravel_saas_boilerplate_jetship/)
How to Integrate Tailwind with Django?
https://www.reddit.com/r/programming/comments/1gksb87/how_to_integrate_tailwind_with_django/
submitted by /u/Abhi_mech007 (https://www.reddit.com/user/Abhi_mech007)
[link] (https://www.freecodecamp.org/news/how-to-integrate-tailwind-with-django/) [comments] (https://www.reddit.com/r/programming/comments/1gksb87/how_to_integrate_tailwind_with_django/)
https://www.reddit.com/r/programming/comments/1gksb87/how_to_integrate_tailwind_with_django/
submitted by /u/Abhi_mech007 (https://www.reddit.com/user/Abhi_mech007)
[link] (https://www.freecodecamp.org/news/how-to-integrate-tailwind-with-django/) [comments] (https://www.reddit.com/r/programming/comments/1gksb87/how_to_integrate_tailwind_with_django/)
Perhaps Rust needs "defer"
https://www.reddit.com/r/programming/comments/1gktum4/perhaps_rust_needs_defer/
submitted by /u/broken_broken_ (https://www.reddit.com/user/broken_broken_)
[link] (https://gaultier.github.io/blog/perhaps_rust_needs_defer.html) [comments] (https://www.reddit.com/r/programming/comments/1gktum4/perhaps_rust_needs_defer/)
https://www.reddit.com/r/programming/comments/1gktum4/perhaps_rust_needs_defer/
submitted by /u/broken_broken_ (https://www.reddit.com/user/broken_broken_)
[link] (https://gaultier.github.io/blog/perhaps_rust_needs_defer.html) [comments] (https://www.reddit.com/r/programming/comments/1gktum4/perhaps_rust_needs_defer/)
Error Handling in Bash: 5 Essential Methods with Examples
https://www.reddit.com/r/programming/comments/1gkufre/error_handling_in_bash_5_essential_methods_with/
submitted by /u/jsdevspace (https://www.reddit.com/user/jsdevspace)
[link] (https://jsdev.space/error-handling-bash/) [comments] (https://www.reddit.com/r/programming/comments/1gkufre/error_handling_in_bash_5_essential_methods_with/)
https://www.reddit.com/r/programming/comments/1gkufre/error_handling_in_bash_5_essential_methods_with/
submitted by /u/jsdevspace (https://www.reddit.com/user/jsdevspace)
[link] (https://jsdev.space/error-handling-bash/) [comments] (https://www.reddit.com/r/programming/comments/1gkufre/error_handling_in_bash_5_essential_methods_with/)
Reasons to use Pinecone Assistant
https://www.reddit.com/r/programming/comments/1gkvm18/reasons_to_use_pinecone_assistant/
submitted by /u/soap94 (https://www.reddit.com/user/soap94)
[link] (https://blog.kusho.ai/what-are-some-practical-use-cases-for-the-pinecone-assistant/) [comments] (https://www.reddit.com/r/programming/comments/1gkvm18/reasons_to_use_pinecone_assistant/)
https://www.reddit.com/r/programming/comments/1gkvm18/reasons_to_use_pinecone_assistant/
submitted by /u/soap94 (https://www.reddit.com/user/soap94)
[link] (https://blog.kusho.ai/what-are-some-practical-use-cases-for-the-pinecone-assistant/) [comments] (https://www.reddit.com/r/programming/comments/1gkvm18/reasons_to_use_pinecone_assistant/)
Guys new template engine - Tarkine
https://www.reddit.com/r/programming/comments/1gkvt53/guys_new_template_engine_tarkine/
submitted by /u/Comfortable-Dirt-561 (https://www.reddit.com/user/Comfortable-Dirt-561)
[link] (https://github.com/madhanmaaz/tarkine) [comments] (https://www.reddit.com/r/programming/comments/1gkvt53/guys_new_template_engine_tarkine/)
https://www.reddit.com/r/programming/comments/1gkvt53/guys_new_template_engine_tarkine/
submitted by /u/Comfortable-Dirt-561 (https://www.reddit.com/user/Comfortable-Dirt-561)
[link] (https://github.com/madhanmaaz/tarkine) [comments] (https://www.reddit.com/r/programming/comments/1gkvt53/guys_new_template_engine_tarkine/)
What has case distinction but is neither uppercase nor lowercase?
https://www.reddit.com/r/programming/comments/1gkwcmt/what_has_case_distinction_but_is_neither/
submitted by /u/Wor_king2000 (https://www.reddit.com/user/Wor_king2000)
[link] (https://devblogs.microsoft.com/oldnewthing/20241031-00/?p=110443) [comments] (https://www.reddit.com/r/programming/comments/1gkwcmt/what_has_case_distinction_but_is_neither/)
https://www.reddit.com/r/programming/comments/1gkwcmt/what_has_case_distinction_but_is_neither/
submitted by /u/Wor_king2000 (https://www.reddit.com/user/Wor_king2000)
[link] (https://devblogs.microsoft.com/oldnewthing/20241031-00/?p=110443) [comments] (https://www.reddit.com/r/programming/comments/1gkwcmt/what_has_case_distinction_but_is_neither/)
Configuring SSH Keys for Multiple GitHub Accounts
https://www.reddit.com/r/programming/comments/1gkwvf4/configuring_ssh_keys_for_multiple_github_accounts/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://stevenharman.net/configure-ssh-keys-for-multiple-github-accounts) [comments] (https://www.reddit.com/r/programming/comments/1gkwvf4/configuring_ssh_keys_for_multiple_github_accounts/)
https://www.reddit.com/r/programming/comments/1gkwvf4/configuring_ssh_keys_for_multiple_github_accounts/
submitted by /u/Xaneris47 (https://www.reddit.com/user/Xaneris47)
[link] (https://stevenharman.net/configure-ssh-keys-for-multiple-github-accounts) [comments] (https://www.reddit.com/r/programming/comments/1gkwvf4/configuring_ssh_keys_for_multiple_github_accounts/)
CSS Frameworks List and Their Pros and Cons
https://www.reddit.com/r/programming/comments/1gl16y8/css_frameworks_list_and_their_pros_and_cons/
submitted by /u/Latter-Dust8587 (https://www.reddit.com/user/Latter-Dust8587)
[link] (https://makemychance.com/css-frameworks-list-and-their-pros-and-cons/) [comments] (https://www.reddit.com/r/programming/comments/1gl16y8/css_frameworks_list_and_their_pros_and_cons/)
https://www.reddit.com/r/programming/comments/1gl16y8/css_frameworks_list_and_their_pros_and_cons/
submitted by /u/Latter-Dust8587 (https://www.reddit.com/user/Latter-Dust8587)
[link] (https://makemychance.com/css-frameworks-list-and-their-pros-and-cons/) [comments] (https://www.reddit.com/r/programming/comments/1gl16y8/css_frameworks_list_and_their_pros_and_cons/)
Why software only moves forward | Swizec Teller
https://www.reddit.com/r/programming/comments/1gl2igk/why_software_only_moves_forward_swizec_teller/
submitted by /u/TechTok_Newsletter (https://www.reddit.com/user/TechTok_Newsletter)
[link] (https://swizec.com/blog/why-software-only-moves-forward/) [comments] (https://www.reddit.com/r/programming/comments/1gl2igk/why_software_only_moves_forward_swizec_teller/)
https://www.reddit.com/r/programming/comments/1gl2igk/why_software_only_moves_forward_swizec_teller/
submitted by /u/TechTok_Newsletter (https://www.reddit.com/user/TechTok_Newsletter)
[link] (https://swizec.com/blog/why-software-only-moves-forward/) [comments] (https://www.reddit.com/r/programming/comments/1gl2igk/why_software_only_moves_forward_swizec_teller/)
Blog Post: How to Add a Blazor Server App to an ASP.NET Model/Controller Web API
https://www.reddit.com/r/programming/comments/1gl2lv2/blog_post_how_to_add_a_blazor_server_app_to_an/
submitted by /u/lefty_is_so_good (https://www.reddit.com/user/lefty_is_so_good)
[link] (https://danschnau.com/blog/how_to_add_a_Blazor_Server_App_to_an_ASPNET_Controller_Web_API) [comments] (https://www.reddit.com/r/programming/comments/1gl2lv2/blog_post_how_to_add_a_blazor_server_app_to_an/)
https://www.reddit.com/r/programming/comments/1gl2lv2/blog_post_how_to_add_a_blazor_server_app_to_an/
submitted by /u/lefty_is_so_good (https://www.reddit.com/user/lefty_is_so_good)
[link] (https://danschnau.com/blog/how_to_add_a_Blazor_Server_App_to_an_ASPNET_Controller_Web_API) [comments] (https://www.reddit.com/r/programming/comments/1gl2lv2/blog_post_how_to_add_a_blazor_server_app_to_an/)
After getting backlash for my AI tool that generates commit messages, I tried to improve it
https://www.reddit.com/r/programming/comments/1gl574j/after_getting_backlash_for_my_ai_tool_that/
submitted by /u/TheGreaT1803 (https://www.reddit.com/user/TheGreaT1803)
[link] (https://github.com/jnsahaj/lumen) [comments] (https://www.reddit.com/r/programming/comments/1gl574j/after_getting_backlash_for_my_ai_tool_that/)
https://www.reddit.com/r/programming/comments/1gl574j/after_getting_backlash_for_my_ai_tool_that/
submitted by /u/TheGreaT1803 (https://www.reddit.com/user/TheGreaT1803)
[link] (https://github.com/jnsahaj/lumen) [comments] (https://www.reddit.com/r/programming/comments/1gl574j/after_getting_backlash_for_my_ai_tool_that/)