How to Compile Java into Native Binaries with Graal and Mill
https://www.reddit.com/r/programming/comments/1ietigv/how_to_compile_java_into_native_binaries_with/
submitted by /u/lihaoyi (https://www.reddit.com/user/lihaoyi)
[link] (https://mill-build.org/blog/7-graal-native-executables.html) [comments] (https://www.reddit.com/r/programming/comments/1ietigv/how_to_compile_java_into_native_binaries_with/)
https://www.reddit.com/r/programming/comments/1ietigv/how_to_compile_java_into_native_binaries_with/
submitted by /u/lihaoyi (https://www.reddit.com/user/lihaoyi)
[link] (https://mill-build.org/blog/7-graal-native-executables.html) [comments] (https://www.reddit.com/r/programming/comments/1ietigv/how_to_compile_java_into_native_binaries_with/)
I build a windows cli tool for quickly linking and launching apps ~ with rust
https://www.reddit.com/r/programming/comments/1if3qhz/i_build_a_windows_cli_tool_for_quickly_linking/
<!-- SC_OFF -->It's my first project in rust, and it made me fall in love with it <!-- SC_ON --> submitted by /u/Skardyyy (https://www.reddit.com/user/Skardyyy)
[link] (https://github.com/Skardyy/Rhiza) [comments] (https://www.reddit.com/r/programming/comments/1if3qhz/i_build_a_windows_cli_tool_for_quickly_linking/)
https://www.reddit.com/r/programming/comments/1if3qhz/i_build_a_windows_cli_tool_for_quickly_linking/
<!-- SC_OFF -->It's my first project in rust, and it made me fall in love with it <!-- SC_ON --> submitted by /u/Skardyyy (https://www.reddit.com/user/Skardyyy)
[link] (https://github.com/Skardyy/Rhiza) [comments] (https://www.reddit.com/r/programming/comments/1if3qhz/i_build_a_windows_cli_tool_for_quickly_linking/)
I Built My Own Git in Go – Here’s What I Learned
https://www.reddit.com/r/programming/comments/1if3u44/i_built_my_own_git_in_go_heres_what_i_learned/
submitted by /u/sarthk-1012 (https://www.reddit.com/user/sarthk-1012)
[link] (https://medium.com/@duggal.sarthak12/building-your-own-git-from-scratch-in-go-01166fcb18ad) [comments] (https://www.reddit.com/r/programming/comments/1if3u44/i_built_my_own_git_in_go_heres_what_i_learned/)
https://www.reddit.com/r/programming/comments/1if3u44/i_built_my_own_git_in_go_heres_what_i_learned/
submitted by /u/sarthk-1012 (https://www.reddit.com/user/sarthk-1012)
[link] (https://medium.com/@duggal.sarthak12/building-your-own-git-from-scratch-in-go-01166fcb18ad) [comments] (https://www.reddit.com/r/programming/comments/1if3u44/i_built_my_own_git_in_go_heres_what_i_learned/)
GitHub - iCreatorStudio/velora-vuejs-admin-template-free: Vuejs Free Admin Template: Production-Ready, Meticulously Crafted, and Feature-Rich 🤩
https://www.reddit.com/r/programming/comments/1if47yu/github_icreatorstudioveloravuejsadmintemplatefree/
submitted by /u/programingLove (https://www.reddit.com/user/programingLove)
[link] (https://github.com/iCreatorStudio/velora-vuejs-admin-template-free) [comments] (https://www.reddit.com/r/programming/comments/1if47yu/github_icreatorstudioveloravuejsadmintemplatefree/)
https://www.reddit.com/r/programming/comments/1if47yu/github_icreatorstudioveloravuejsadmintemplatefree/
submitted by /u/programingLove (https://www.reddit.com/user/programingLove)
[link] (https://github.com/iCreatorStudio/velora-vuejs-admin-template-free) [comments] (https://www.reddit.com/r/programming/comments/1if47yu/github_icreatorstudioveloravuejsadmintemplatefree/)
Our Craft is Changing
https://www.reddit.com/r/programming/comments/1if4ogv/our_craft_is_changing/
submitted by /u/kondv (https://www.reddit.com/user/kondv)
[link] (https://alexkondov.com/our-craft-is-changing/) [comments] (https://www.reddit.com/r/programming/comments/1if4ogv/our_craft_is_changing/)
https://www.reddit.com/r/programming/comments/1if4ogv/our_craft_is_changing/
submitted by /u/kondv (https://www.reddit.com/user/kondv)
[link] (https://alexkondov.com/our-craft-is-changing/) [comments] (https://www.reddit.com/r/programming/comments/1if4ogv/our_craft_is_changing/)
Simple but useful Text to Speech using Google TTS.
https://www.reddit.com/r/programming/comments/1if5z46/simple_but_useful_text_to_speech_using_google_tts/
<!-- SC_OFF -->This is the code program that will convert your text file to Audio File using Google TTS. I had created this GUI Program. It is a simple program to be used, than many which are complicated. Here's How : - When, u run this code, it will open a GUI window. The 'BEST' part of this program is you don't need to run by command line or input whole text file path and output mp3 file path. You will have options for both - 1- Input Text File = By clicking on Browse Button next to this field, you can select the text file in another window, that will open, then after selection, it will automatically enter the path of the file. After this, 2-Output MP3 File = This is where, you want to save your output - mp3 file, which will be generated using Google TTS. By clicking on Browse Button next to this field, you can select and name the output file in another window, that will open, then after selection, it will automatically enter the path of the file. After This - When you click on Convert Button, The 'Background MAGIC' works. It connects to the Google Server Text to Speech (TTS), which converts your whole text file into audio file of mp3 format. Till Now, it only works with English text files and also convert it into English audio file, in Female Voice. Why only English? Ans- Because, as we know English is universally accepted language, so this programs will be useful to many of you, weather you are in home or in your Job. <!-- SC_ON --> submitted by /u/imagerygoldenloveart (https://www.reddit.com/user/imagerygoldenloveart)
[link] (https://sellcodes.com/zCa7Gmz2) [comments] (https://www.reddit.com/r/programming/comments/1if5z46/simple_but_useful_text_to_speech_using_google_tts/)
https://www.reddit.com/r/programming/comments/1if5z46/simple_but_useful_text_to_speech_using_google_tts/
<!-- SC_OFF -->This is the code program that will convert your text file to Audio File using Google TTS. I had created this GUI Program. It is a simple program to be used, than many which are complicated. Here's How : - When, u run this code, it will open a GUI window. The 'BEST' part of this program is you don't need to run by command line or input whole text file path and output mp3 file path. You will have options for both - 1- Input Text File = By clicking on Browse Button next to this field, you can select the text file in another window, that will open, then after selection, it will automatically enter the path of the file. After this, 2-Output MP3 File = This is where, you want to save your output - mp3 file, which will be generated using Google TTS. By clicking on Browse Button next to this field, you can select and name the output file in another window, that will open, then after selection, it will automatically enter the path of the file. After This - When you click on Convert Button, The 'Background MAGIC' works. It connects to the Google Server Text to Speech (TTS), which converts your whole text file into audio file of mp3 format. Till Now, it only works with English text files and also convert it into English audio file, in Female Voice. Why only English? Ans- Because, as we know English is universally accepted language, so this programs will be useful to many of you, weather you are in home or in your Job. <!-- SC_ON --> submitted by /u/imagerygoldenloveart (https://www.reddit.com/user/imagerygoldenloveart)
[link] (https://sellcodes.com/zCa7Gmz2) [comments] (https://www.reddit.com/r/programming/comments/1if5z46/simple_but_useful_text_to_speech_using_google_tts/)
Open Source Tool For Painting Normal Maps For Pixel Art
https://www.reddit.com/r/programming/comments/1if6vk1/open_source_tool_for_painting_normal_maps_for/
submitted by /u/aafirearrow (https://www.reddit.com/user/aafirearrow)
[link] (https://github.com/laspencer91/2d-normal-map-painter) [comments] (https://www.reddit.com/r/programming/comments/1if6vk1/open_source_tool_for_painting_normal_maps_for/)
https://www.reddit.com/r/programming/comments/1if6vk1/open_source_tool_for_painting_normal_maps_for/
submitted by /u/aafirearrow (https://www.reddit.com/user/aafirearrow)
[link] (https://github.com/laspencer91/2d-normal-map-painter) [comments] (https://www.reddit.com/r/programming/comments/1if6vk1/open_source_tool_for_painting_normal_maps_for/)
Leetcode 547 - Number of Provinces - Graph - Disjoint Set (Union Find) - Depth First Search - Breadth First Search
https://www.reddit.com/r/programming/comments/1if87ue/leetcode_547_number_of_provinces_graph_disjoint/
submitted by /u/Mysterious-3636 (https://www.reddit.com/user/Mysterious-3636)
[link] (https://www.spring-soft.com/coding_problems/2025/01/31/l547_number_of_provinces.html) [comments] (https://www.reddit.com/r/programming/comments/1if87ue/leetcode_547_number_of_provinces_graph_disjoint/)
https://www.reddit.com/r/programming/comments/1if87ue/leetcode_547_number_of_provinces_graph_disjoint/
submitted by /u/Mysterious-3636 (https://www.reddit.com/user/Mysterious-3636)
[link] (https://www.spring-soft.com/coding_problems/2025/01/31/l547_number_of_provinces.html) [comments] (https://www.reddit.com/r/programming/comments/1if87ue/leetcode_547_number_of_provinces_graph_disjoint/)
Should you use Microservices?
https://www.reddit.com/r/programming/comments/1if88go/should_you_use_microservices/
submitted by /u/PutInternational4596 (https://www.reddit.com/user/PutInternational4596)
[link] (https://www.youtube.com/watch?v=8l7jRaKxUJM) [comments] (https://www.reddit.com/r/programming/comments/1if88go/should_you_use_microservices/)
https://www.reddit.com/r/programming/comments/1if88go/should_you_use_microservices/
submitted by /u/PutInternational4596 (https://www.reddit.com/user/PutInternational4596)
[link] (https://www.youtube.com/watch?v=8l7jRaKxUJM) [comments] (https://www.reddit.com/r/programming/comments/1if88go/should_you_use_microservices/)
Very very simple| Connect C++ with SQL Server and populate dataGridView
https://www.reddit.com/r/programming/comments/1ifb2v9/very_very_simple_connect_c_with_sql_server_and/
submitted by /u/vladimirgamal (https://www.reddit.com/user/vladimirgamal)
[link] (https://youtu.be/Z93kiKtWcck) [comments] (https://www.reddit.com/r/programming/comments/1ifb2v9/very_very_simple_connect_c_with_sql_server_and/)
https://www.reddit.com/r/programming/comments/1ifb2v9/very_very_simple_connect_c_with_sql_server_and/
submitted by /u/vladimirgamal (https://www.reddit.com/user/vladimirgamal)
[link] (https://youtu.be/Z93kiKtWcck) [comments] (https://www.reddit.com/r/programming/comments/1ifb2v9/very_very_simple_connect_c_with_sql_server_and/)
A secure low code deception framework, leveraging LLM for System Virtualization.
https://www.reddit.com/r/programming/comments/1ifbh4c/a_secure_low_code_deception_framework_leveraging/
submitted by /u/mario_candela (https://www.reddit.com/user/mario_candela)
[link] (https://github.com/mariocandela/beelzebub) [comments] (https://www.reddit.com/r/programming/comments/1ifbh4c/a_secure_low_code_deception_framework_leveraging/)
https://www.reddit.com/r/programming/comments/1ifbh4c/a_secure_low_code_deception_framework_leveraging/
submitted by /u/mario_candela (https://www.reddit.com/user/mario_candela)
[link] (https://github.com/mariocandela/beelzebub) [comments] (https://www.reddit.com/r/programming/comments/1ifbh4c/a_secure_low_code_deception_framework_leveraging/)
Big Tech Dreams vs. Reality
https://www.reddit.com/r/programming/comments/1ifl005/big_tech_dreams_vs_reality/
submitted by /u/MasterMentee (https://www.reddit.com/user/MasterMentee)
[link] (https://newsletter.mastermentee.com/p/big-tech-dreams-vs-reality) [comments] (https://www.reddit.com/r/programming/comments/1ifl005/big_tech_dreams_vs_reality/)
https://www.reddit.com/r/programming/comments/1ifl005/big_tech_dreams_vs_reality/
submitted by /u/MasterMentee (https://www.reddit.com/user/MasterMentee)
[link] (https://newsletter.mastermentee.com/p/big-tech-dreams-vs-reality) [comments] (https://www.reddit.com/r/programming/comments/1ifl005/big_tech_dreams_vs_reality/)
Age Verification and Face Authentication with React & FACEIO
https://www.reddit.com/r/programming/comments/1ifpc9k/age_verification_and_face_authentication_with/
submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://medium.com/ai-simplified-in-plain-english/age-verification-and-face-authentication-with-react-faceio-e8cd4fb6a081) [comments] (https://www.reddit.com/r/programming/comments/1ifpc9k/age_verification_and_face_authentication_with/)
https://www.reddit.com/r/programming/comments/1ifpc9k/age_verification_and_face_authentication_with/
submitted by /u/MysteriousEye8494 (https://www.reddit.com/user/MysteriousEye8494)
[link] (https://medium.com/ai-simplified-in-plain-english/age-verification-and-face-authentication-with-react-faceio-e8cd4fb6a081) [comments] (https://www.reddit.com/r/programming/comments/1ifpc9k/age_verification_and_face_authentication_with/)
Help Us Improve the Syntax of a New Programming Language (Synapse)
https://www.reddit.com/r/programming/comments/1ifq391/help_us_improve_the_syntax_of_a_new_programming/
submitted by /u/codeneomatrix (https://www.reddit.com/user/codeneomatrix)
[link] (https://form.typeform.com/to/S3iAo9hL) [comments] (https://www.reddit.com/r/programming/comments/1ifq391/help_us_improve_the_syntax_of_a_new_programming/)
https://www.reddit.com/r/programming/comments/1ifq391/help_us_improve_the_syntax_of_a_new_programming/
submitted by /u/codeneomatrix (https://www.reddit.com/user/codeneomatrix)
[link] (https://form.typeform.com/to/S3iAo9hL) [comments] (https://www.reddit.com/r/programming/comments/1ifq391/help_us_improve_the_syntax_of_a_new_programming/)
SwiftLang: Apple's Open Source Journey
https://www.reddit.com/r/programming/comments/1ifqfo1/swiftlang_apples_open_source_journey/
submitted by /u/dewmal (https://www.reddit.com/user/dewmal)
[link] (https://www.swift.org/blog/the-next-chapter-in-swift-build-technologies/) [comments] (https://www.reddit.com/r/programming/comments/1ifqfo1/swiftlang_apples_open_source_journey/)
https://www.reddit.com/r/programming/comments/1ifqfo1/swiftlang_apples_open_source_journey/
submitted by /u/dewmal (https://www.reddit.com/user/dewmal)
[link] (https://www.swift.org/blog/the-next-chapter-in-swift-build-technologies/) [comments] (https://www.reddit.com/r/programming/comments/1ifqfo1/swiftlang_apples_open_source_journey/)
What is Kerberos and How Does It Work?
https://www.reddit.com/r/programming/comments/1ifrsz9/what_is_kerberos_and_how_does_it_work/
<!-- SC_OFF -->Hi all :) I have written an article on Kerberos authentication. I'm a newbie and expecting feedback from you all. Thanks <!-- SC_ON --> submitted by /u/DazzlingTelevision52 (https://www.reddit.com/user/DazzlingTelevision52)
[link] (https://medium.com/@aishiysan/what-is-kerberos-and-how-does-it-work-a3aa4e9e714d) [comments] (https://www.reddit.com/r/programming/comments/1ifrsz9/what_is_kerberos_and_how_does_it_work/)
https://www.reddit.com/r/programming/comments/1ifrsz9/what_is_kerberos_and_how_does_it_work/
<!-- SC_OFF -->Hi all :) I have written an article on Kerberos authentication. I'm a newbie and expecting feedback from you all. Thanks <!-- SC_ON --> submitted by /u/DazzlingTelevision52 (https://www.reddit.com/user/DazzlingTelevision52)
[link] (https://medium.com/@aishiysan/what-is-kerberos-and-how-does-it-work-a3aa4e9e714d) [comments] (https://www.reddit.com/r/programming/comments/1ifrsz9/what_is_kerberos_and_how_does_it_work/)
Open Source Tool for simulating dynamic systems using block diagrams written in C++
https://www.reddit.com/r/programming/comments/1ifse6x/open_source_tool_for_simulating_dynamic_systems/
submitted by /u/National_Instance675 (https://www.reddit.com/user/National_Instance675)
[link] (https://github.com/ahmed-AEK/Simple_Dynamic_Simulator) [comments] (https://www.reddit.com/r/programming/comments/1ifse6x/open_source_tool_for_simulating_dynamic_systems/)
https://www.reddit.com/r/programming/comments/1ifse6x/open_source_tool_for_simulating_dynamic_systems/
submitted by /u/National_Instance675 (https://www.reddit.com/user/National_Instance675)
[link] (https://github.com/ahmed-AEK/Simple_Dynamic_Simulator) [comments] (https://www.reddit.com/r/programming/comments/1ifse6x/open_source_tool_for_simulating_dynamic_systems/)
Making Python Fast: A Software 3D Renderer that Hits 60+ FPS
https://www.reddit.com/r/programming/comments/1ifsg9v/making_python_fast_a_software_3d_renderer_that/
submitted by /u/jumpixel (https://www.reddit.com/user/jumpixel)
[link] (https://github.com/enricostara/pixerise) [comments] (https://www.reddit.com/r/programming/comments/1ifsg9v/making_python_fast_a_software_3d_renderer_that/)
https://www.reddit.com/r/programming/comments/1ifsg9v/making_python_fast_a_software_3d_renderer_that/
submitted by /u/jumpixel (https://www.reddit.com/user/jumpixel)
[link] (https://github.com/enricostara/pixerise) [comments] (https://www.reddit.com/r/programming/comments/1ifsg9v/making_python_fast_a_software_3d_renderer_that/)
Hi! I made this automated color palette with a few twist!
https://www.reddit.com/r/programming/comments/1ifsnw0/hi_i_made_this_automated_color_palette_with_a_few/
<!-- SC_OFF -->Check out this automated palette creator! Uploaded an image and get a customized palette of said image. Inspired by clients that don’t have a brand book or brand page! <!-- SC_ON --> submitted by /u/Critical_Cup6361 (https://www.reddit.com/user/Critical_Cup6361)
[link] (https://colorpalette.tiiny.co/) [comments] (https://www.reddit.com/r/programming/comments/1ifsnw0/hi_i_made_this_automated_color_palette_with_a_few/)
https://www.reddit.com/r/programming/comments/1ifsnw0/hi_i_made_this_automated_color_palette_with_a_few/
<!-- SC_OFF -->Check out this automated palette creator! Uploaded an image and get a customized palette of said image. Inspired by clients that don’t have a brand book or brand page! <!-- SC_ON --> submitted by /u/Critical_Cup6361 (https://www.reddit.com/user/Critical_Cup6361)
[link] (https://colorpalette.tiiny.co/) [comments] (https://www.reddit.com/r/programming/comments/1ifsnw0/hi_i_made_this_automated_color_palette_with_a_few/)
In the AI Era, is going to college worth it to become a programmer?
https://www.reddit.com/r/programming/comments/1ift94g/in_the_ai_era_is_going_to_college_worth_it_to/
submitted by /u/Old-Tone-9064 (https://www.reddit.com/user/Old-Tone-9064)
[link] (https://notsoshortnotes.wordpress.com/2025/02/01/in-the-ai-era-is-going-to-college-worth-it-to-become-a-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ift94g/in_the_ai_era_is_going_to_college_worth_it_to/)
https://www.reddit.com/r/programming/comments/1ift94g/in_the_ai_era_is_going_to_college_worth_it_to/
submitted by /u/Old-Tone-9064 (https://www.reddit.com/user/Old-Tone-9064)
[link] (https://notsoshortnotes.wordpress.com/2025/02/01/in-the-ai-era-is-going-to-college-worth-it-to-become-a-programmer/) [comments] (https://www.reddit.com/r/programming/comments/1ift94g/in_the_ai_era_is_going_to_college_worth_it_to/)
The Silent Death of Code Artistry: How AI is Erasing the Soul of Programming
https://www.reddit.com/r/programming/comments/1ifvxx6/the_silent_death_of_code_artistry_how_ai_is/
submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/the-silent-death-of-code-artistry-how-ai-is-erasing-the-soul-of-programming-9b45007a3142?sk=39b75218368d74229fad20ecd74d334c) [comments] (https://www.reddit.com/r/programming/comments/1ifvxx6/the_silent_death_of_code_artistry_how_ai_is/)
https://www.reddit.com/r/programming/comments/1ifvxx6/the_silent_death_of_code_artistry_how_ai_is/
submitted by /u/TerryC_IndieGameDev (https://www.reddit.com/user/TerryC_IndieGameDev)
[link] (https://medium.com/mr-plan-publication/the-silent-death-of-code-artistry-how-ai-is-erasing-the-soul-of-programming-9b45007a3142?sk=39b75218368d74229fad20ecd74d334c) [comments] (https://www.reddit.com/r/programming/comments/1ifvxx6/the_silent_death_of_code_artistry_how_ai_is/)