C preprocessor in Python
https://www.reddit.com/r/programming/comments/1g7x2ak/c_preprocessor_in_python/
<!-- SC_OFF -->Hi. I've made a C language preprocessor in Python. It's nothing too fancy, but it can be useful if you work with C and need to expand macros in a controlled manner for some special purposes. The main highlight is that the expanded macros retain the original formatting, i.e., the whitespaces are preserved (well, mostly...). Feel free to use it if you want. <!-- SC_ON --> submitted by /u/solitary_black_sheep (https://www.reddit.com/user/solitary_black_sheep)
[link] (https://github.com/lubomilko/pycpp) [comments] (https://www.reddit.com/r/programming/comments/1g7x2ak/c_preprocessor_in_python/)
https://www.reddit.com/r/programming/comments/1g7x2ak/c_preprocessor_in_python/
<!-- SC_OFF -->Hi. I've made a C language preprocessor in Python. It's nothing too fancy, but it can be useful if you work with C and need to expand macros in a controlled manner for some special purposes. The main highlight is that the expanded macros retain the original formatting, i.e., the whitespaces are preserved (well, mostly...). Feel free to use it if you want. <!-- SC_ON --> submitted by /u/solitary_black_sheep (https://www.reddit.com/user/solitary_black_sheep)
[link] (https://github.com/lubomilko/pycpp) [comments] (https://www.reddit.com/r/programming/comments/1g7x2ak/c_preprocessor_in_python/)
8 effective debugging strategies to find and fix bugs like a pro
https://www.reddit.com/r/programming/comments/1g7xhhz/8_effective_debugging_strategies_to_find_and_fix/
submitted by /u/pepincho (https://www.reddit.com/user/pepincho)
[link] (https://thetshaped.dev/p/8-effective-debugging-strategies) [comments] (https://www.reddit.com/r/programming/comments/1g7xhhz/8_effective_debugging_strategies_to_find_and_fix/)
https://www.reddit.com/r/programming/comments/1g7xhhz/8_effective_debugging_strategies_to_find_and_fix/
submitted by /u/pepincho (https://www.reddit.com/user/pepincho)
[link] (https://thetshaped.dev/p/8-effective-debugging-strategies) [comments] (https://www.reddit.com/r/programming/comments/1g7xhhz/8_effective_debugging_strategies_to_find_and_fix/)
How to Represent Single-Variable Functions Using Functional Graphs
https://www.reddit.com/r/programming/comments/1g7y127/how_to_represent_singlevariable_functions_using/
submitted by /u/albeXL (https://www.reddit.com/user/albeXL)
[link] (https://albexl.substack.com/p/functional-graphs) [comments] (https://www.reddit.com/r/programming/comments/1g7y127/how_to_represent_singlevariable_functions_using/)
https://www.reddit.com/r/programming/comments/1g7y127/how_to_represent_singlevariable_functions_using/
submitted by /u/albeXL (https://www.reddit.com/user/albeXL)
[link] (https://albexl.substack.com/p/functional-graphs) [comments] (https://www.reddit.com/r/programming/comments/1g7y127/how_to_represent_singlevariable_functions_using/)
How to Learn Python the Lazy Way - KDnuggets
https://www.reddit.com/r/programming/comments/1g7y7o4/how_to_learn_python_the_lazy_way_kdnuggets/
submitted by /u/kingabzpro (https://www.reddit.com/user/kingabzpro)
[link] (https://www.kdnuggets.com/how-to-learn-python-the-lazy-way) [comments] (https://www.reddit.com/r/programming/comments/1g7y7o4/how_to_learn_python_the_lazy_way_kdnuggets/)
https://www.reddit.com/r/programming/comments/1g7y7o4/how_to_learn_python_the_lazy_way_kdnuggets/
submitted by /u/kingabzpro (https://www.reddit.com/user/kingabzpro)
[link] (https://www.kdnuggets.com/how-to-learn-python-the-lazy-way) [comments] (https://www.reddit.com/r/programming/comments/1g7y7o4/how_to_learn_python_the_lazy_way_kdnuggets/)
REST APIs Turn 25: How They Came To Be and What Could Be Next
https://www.reddit.com/r/programming/comments/1g7yi6i/rest_apis_turn_25_how_they_came_to_be_and_what/
submitted by /u/shrsv (https://www.reddit.com/user/shrsv)
[link] (https://journal.hexmos.com/rest-turns-25/) [comments] (https://www.reddit.com/r/programming/comments/1g7yi6i/rest_apis_turn_25_how_they_came_to_be_and_what/)
https://www.reddit.com/r/programming/comments/1g7yi6i/rest_apis_turn_25_how_they_came_to_be_and_what/
submitted by /u/shrsv (https://www.reddit.com/user/shrsv)
[link] (https://journal.hexmos.com/rest-turns-25/) [comments] (https://www.reddit.com/r/programming/comments/1g7yi6i/rest_apis_turn_25_how_they_came_to_be_and_what/)
Meta's Llama 3.2: The AI That Does It All!
https://www.reddit.com/r/programming/comments/1g7ywwp/metas_llama_32_the_ai_that_does_it_all/
submitted by /u/Wise-Assignment1478 (https://www.reddit.com/user/Wise-Assignment1478)
[link] (https://youtu.be/iGMUOWH0fmY) [comments] (https://www.reddit.com/r/programming/comments/1g7ywwp/metas_llama_32_the_ai_that_does_it_all/)
https://www.reddit.com/r/programming/comments/1g7ywwp/metas_llama_32_the_ai_that_does_it_all/
submitted by /u/Wise-Assignment1478 (https://www.reddit.com/user/Wise-Assignment1478)
[link] (https://youtu.be/iGMUOWH0fmY) [comments] (https://www.reddit.com/r/programming/comments/1g7ywwp/metas_llama_32_the_ai_that_does_it_all/)
SMURF: Beyond the Test Pyramid
https://www.reddit.com/r/programming/comments/1g7z90g/smurf_beyond_the_test_pyramid/
submitted by /u/codingindoc (https://www.reddit.com/user/codingindoc)
[link] (https://testing.googleblog.com/2024/10/smurf-beyond-test-pyramid.html) [comments] (https://www.reddit.com/r/programming/comments/1g7z90g/smurf_beyond_the_test_pyramid/)
https://www.reddit.com/r/programming/comments/1g7z90g/smurf_beyond_the_test_pyramid/
submitted by /u/codingindoc (https://www.reddit.com/user/codingindoc)
[link] (https://testing.googleblog.com/2024/10/smurf-beyond-test-pyramid.html) [comments] (https://www.reddit.com/r/programming/comments/1g7z90g/smurf_beyond_the_test_pyramid/)
This week's JavaScript news: JS might split into 2 languages, Node.js 23, Next.js 15 RC2, and more.
https://www.reddit.com/r/programming/comments/1g83j79/this_weeks_javascript_news_js_might_split_into_2/
submitted by /u/ThisWeekinJavaScript (https://www.reddit.com/user/ThisWeekinJavaScript)
[link] (https://thisweekinjavascript.com/p/javascript-js0jssugar-proposals-nodejs) [comments] (https://www.reddit.com/r/programming/comments/1g83j79/this_weeks_javascript_news_js_might_split_into_2/)
https://www.reddit.com/r/programming/comments/1g83j79/this_weeks_javascript_news_js_might_split_into_2/
submitted by /u/ThisWeekinJavaScript (https://www.reddit.com/user/ThisWeekinJavaScript)
[link] (https://thisweekinjavascript.com/p/javascript-js0jssugar-proposals-nodejs) [comments] (https://www.reddit.com/r/programming/comments/1g83j79/this_weeks_javascript_news_js_might_split_into_2/)
Don’t Start Coding Yet: The best software engineers learn first about Parkinson's law, artificial deadlines and working backward plans
https://www.reddit.com/r/programming/comments/1g85i32/dont_start_coding_yet_the_best_software_engineers/
submitted by /u/strategizeyourcareer (https://www.reddit.com/user/strategizeyourcareer)
[link] (https://strategizeyourcareer.com/p/dont-start-coding-yet-heres-what-great-engineers-do-first) [comments] (https://www.reddit.com/r/programming/comments/1g85i32/dont_start_coding_yet_the_best_software_engineers/)
https://www.reddit.com/r/programming/comments/1g85i32/dont_start_coding_yet_the_best_software_engineers/
submitted by /u/strategizeyourcareer (https://www.reddit.com/user/strategizeyourcareer)
[link] (https://strategizeyourcareer.com/p/dont-start-coding-yet-heres-what-great-engineers-do-first) [comments] (https://www.reddit.com/r/programming/comments/1g85i32/dont_start_coding_yet_the_best_software_engineers/)
Summary of the AJAX frameworks comparison
https://www.reddit.com/r/programming/comments/1g85ume/summary_of_the_ajax_frameworks_comparison/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/ajax-ssr/7/) [comments] (https://www.reddit.com/r/programming/comments/1g85ume/summary_of_the_ajax_frameworks_comparison/)
https://www.reddit.com/r/programming/comments/1g85ume/summary_of_the_ajax_frameworks_comparison/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://blog.frankel.ch/ajax-ssr/7/) [comments] (https://www.reddit.com/r/programming/comments/1g85ume/summary_of_the_ajax_frameworks_comparison/)
The empire of C++ strikes back with Safe C++ blueprint: « After two years of being beaten with the memory-safety stick, the C++ community has published a proposal to help developers write less vulnerable code. »
https://www.reddit.com/r/programming/comments/1g85xbs/the_empire_of_c_strikes_back_with_safe_c/
submitted by /u/fchung (https://www.reddit.com/user/fchung)
[link] (https://www.theregister.com/2024/09/16/safe_c_plusplus/) [comments] (https://www.reddit.com/r/programming/comments/1g85xbs/the_empire_of_c_strikes_back_with_safe_c/)
https://www.reddit.com/r/programming/comments/1g85xbs/the_empire_of_c_strikes_back_with_safe_c/
submitted by /u/fchung (https://www.reddit.com/user/fchung)
[link] (https://www.theregister.com/2024/09/16/safe_c_plusplus/) [comments] (https://www.reddit.com/r/programming/comments/1g85xbs/the_empire_of_c_strikes_back_with_safe_c/)
Easy Coin Detection with Python and OpenCV
https://www.reddit.com/r/programming/comments/1g86uxo/easy_coin_detection_with_python_and_opencv/
submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/easy-coin-detection-with-python-and-opencv/) [comments] (https://www.reddit.com/r/programming/comments/1g86uxo/easy_coin_detection_with_python_and_opencv/)
https://www.reddit.com/r/programming/comments/1g86uxo/easy_coin_detection_with_python_and_opencv/
submitted by /u/Feitgemel (https://www.reddit.com/user/Feitgemel)
[link] (https://eranfeit.net/easy-coin-detection-with-python-and-opencv/) [comments] (https://www.reddit.com/r/programming/comments/1g86uxo/easy_coin_detection_with_python_and_opencv/)
Introducing AI Assistance in Chrome DevTools
https://www.reddit.com/r/programming/comments/1g870tv/introducing_ai_assistance_in_chrome_devtools/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://addyosmani.com/blog/ai-assistance/) [comments] (https://www.reddit.com/r/programming/comments/1g870tv/introducing_ai_assistance_in_chrome_devtools/)
https://www.reddit.com/r/programming/comments/1g870tv/introducing_ai_assistance_in_chrome_devtools/
submitted by /u/feross (https://www.reddit.com/user/feross)
[link] (https://addyosmani.com/blog/ai-assistance/) [comments] (https://www.reddit.com/r/programming/comments/1g870tv/introducing_ai_assistance_in_chrome_devtools/)
OOP is not that bad, actually
https://www.reddit.com/r/programming/comments/1g8ghsj/oop_is_not_that_bad_actually/
submitted by /u/sionescu (https://www.reddit.com/user/sionescu)
[link] (https://osa1.net/posts/2024-10-09-oop-good.html) [comments] (https://www.reddit.com/r/programming/comments/1g8ghsj/oop_is_not_that_bad_actually/)
https://www.reddit.com/r/programming/comments/1g8ghsj/oop_is_not_that_bad_actually/
submitted by /u/sionescu (https://www.reddit.com/user/sionescu)
[link] (https://osa1.net/posts/2024-10-09-oop-good.html) [comments] (https://www.reddit.com/r/programming/comments/1g8ghsj/oop_is_not_that_bad_actually/)
Futexes in TLA+
https://www.reddit.com/r/programming/comments/1g8gjsp/futexes_in_tla/
submitted by /u/sionescu (https://www.reddit.com/user/sionescu)
[link] (https://surfingcomplexity.blog/2024/10/05/futexes-in-tla/) [comments] (https://www.reddit.com/r/programming/comments/1g8gjsp/futexes_in_tla/)
https://www.reddit.com/r/programming/comments/1g8gjsp/futexes_in_tla/
submitted by /u/sionescu (https://www.reddit.com/user/sionescu)
[link] (https://surfingcomplexity.blog/2024/10/05/futexes-in-tla/) [comments] (https://www.reddit.com/r/programming/comments/1g8gjsp/futexes_in_tla/)
Help - eigenvalue problem optimization
https://www.reddit.com/r/programming/comments/1g8l9a3/help_eigenvalue_problem_optimization/
<!-- SC_OFF -->Hi all, I’m a student in civil engineering and I would appreciate if anyone could help me with this problem I’m trying to solve on matlab. I want to determine my k values (k1,k2 and k3) such that I get the T1,T2 and T3 values. Note that [K] - ω²[M] = 0 and ω is fcn of period, ωi=2pi/Ti. However the difference is significant. I was wondering if you have any suggestions on how I can optimize my code to get close for all the 3 periods. % Given data m1 = 33317; m2 = 20226; m3 = 19025; M = diag([m1, m2, m3]); % Mass matrix (3x3) T1_wanted = 5.2; T2_wanted = 4.0; T3_wanted = 1.17; T_wanted = [T1_wanted; T2_wanted; T3_wanted]; % Target periods tolerance = 0.02; % Desired tolerance for period difference % Number of random initial guesses to try num_guesses = 1000; % Set bounds for k1, k2, k3 to limit search space k1_lb = 100; k1_ub = 1e8; % Increased upper bounds for k1 k2_lb = 100; k2_ub = 1e8; % Increased upper bounds for k2 k3_lb = 100; k3_ub = 1e8; % Increased upper bounds for k3 % Set optimization options for fmincon (use more precise tolerances) options = optimoptions('fmincon', 'Algorithm', 'sqp', 'Display', 'off', ... 'TolFun', 1e-10, 'TolX', 1e-10, ... 'MaxIterations', 500, 'MaxFunctionEvaluations', 1000); % Call the optimize_stiffness_values function to find the optimal k1, k2, k3 [k_opt_values, opt_fun_values] = optimize_stiffness_values(num_guesses, M, T_wanted, ... k1_lb, k1_ub, k2_lb, k2_ub, k3_lb, k3_ub, options, tolerance); % Find the optimal set of stiffness values that minimizes the objective function [~, min_idx] = min(opt_fun_values); k1_opt = k_opt_values(min_idx, 1); k2_opt = k_opt_values(min_idx, 2); k3_opt = k_opt_values(min_idx, 3); % Display the optimized stiffness values disp(['Optimized stiffness k1: ', num2str(k1_opt)]); disp(['Optimized stiffness k2: ', num2str(k2_opt)]); disp(['Optimized stiffness k3: ', num2str(k3_opt)]); % Calculate the final periods with optimized stiffness values K_opt = stiffness_matrix(k1_opt, k2_opt, k3_opt); % Debugging: Check the dimensions of K_opt and M disp('Dimensions of K_opt:'); disp(size(K_opt)); % Should be 3x3 disp('Dimensions of M:'); disp(size(M)); % Should be 3x3 % Ensure K_opt and M are square and have the same dimensions assert(isequal(size(K_opt), size(M)), 'K and M must be square and have the same dimensions.'); % Solve the generalized eigenvalue problem [~, eigenvalues_opt] = eig(K_opt, M); % Solve K * phi = lambda * M * phi % Compute natural frequencies from eigenvalues omega_opt = sqrt(diag(eigenvalues_opt)); % Calculate periods T_final = 2 * pi ./ omega_opt; % Display the final periods and their difference from the target values disp('Final periods:'); disp(T_final); disp('Difference between calculated and wanted periods:'); disp(abs(T_final - T_wanted)); % ------------ Optimizing Stiffness Values Function ----------------- function [k_opt_values, opt_fun_values] = optimize_stiffness_values(num_guesses, M, T_wanted, ... k1_lb, k1_ub, k2_lb, k2_ub, k3_lb, k3_ub, options, tolerance) % Preallocate array to store the optimized stiffness values and objective function values k_opt_values = zeros(num_guesses, 3); opt_fun_values = zeros(num_guesses, 1); % Solve the optimization for multiple random initial guesses for i = 1:num_guesses % Generate random initial guesses within bounds (using rand to generate floats) k1_init = k1_lb + (k1_ub - k1_lb) * rand; % Random float between k1_lb and k1_ub k2_init = k2_lb + (k2_ub - k2_lb) * rand; % Random float between k2_lb and k2_ub k3_init = k3_lb + (k3_ub - k3_lb) * rand; % Random float between k3_lb and k3_ub % Initial guess vector k_init = [k1_init, k2_init, k3_init]; % Define the inequality constraint matrix to enforce k1 >= k2 >= k3 A = [-1 1 0; 0 -1 1]; % Matrix for k1 >= k2 >= k3 b = [0; 0]; % Right-hand side for inequality constraints % Solve the constrained optimization
https://www.reddit.com/r/programming/comments/1g8l9a3/help_eigenvalue_problem_optimization/
<!-- SC_OFF -->Hi all, I’m a student in civil engineering and I would appreciate if anyone could help me with this problem I’m trying to solve on matlab. I want to determine my k values (k1,k2 and k3) such that I get the T1,T2 and T3 values. Note that [K] - ω²[M] = 0 and ω is fcn of period, ωi=2pi/Ti. However the difference is significant. I was wondering if you have any suggestions on how I can optimize my code to get close for all the 3 periods. % Given data m1 = 33317; m2 = 20226; m3 = 19025; M = diag([m1, m2, m3]); % Mass matrix (3x3) T1_wanted = 5.2; T2_wanted = 4.0; T3_wanted = 1.17; T_wanted = [T1_wanted; T2_wanted; T3_wanted]; % Target periods tolerance = 0.02; % Desired tolerance for period difference % Number of random initial guesses to try num_guesses = 1000; % Set bounds for k1, k2, k3 to limit search space k1_lb = 100; k1_ub = 1e8; % Increased upper bounds for k1 k2_lb = 100; k2_ub = 1e8; % Increased upper bounds for k2 k3_lb = 100; k3_ub = 1e8; % Increased upper bounds for k3 % Set optimization options for fmincon (use more precise tolerances) options = optimoptions('fmincon', 'Algorithm', 'sqp', 'Display', 'off', ... 'TolFun', 1e-10, 'TolX', 1e-10, ... 'MaxIterations', 500, 'MaxFunctionEvaluations', 1000); % Call the optimize_stiffness_values function to find the optimal k1, k2, k3 [k_opt_values, opt_fun_values] = optimize_stiffness_values(num_guesses, M, T_wanted, ... k1_lb, k1_ub, k2_lb, k2_ub, k3_lb, k3_ub, options, tolerance); % Find the optimal set of stiffness values that minimizes the objective function [~, min_idx] = min(opt_fun_values); k1_opt = k_opt_values(min_idx, 1); k2_opt = k_opt_values(min_idx, 2); k3_opt = k_opt_values(min_idx, 3); % Display the optimized stiffness values disp(['Optimized stiffness k1: ', num2str(k1_opt)]); disp(['Optimized stiffness k2: ', num2str(k2_opt)]); disp(['Optimized stiffness k3: ', num2str(k3_opt)]); % Calculate the final periods with optimized stiffness values K_opt = stiffness_matrix(k1_opt, k2_opt, k3_opt); % Debugging: Check the dimensions of K_opt and M disp('Dimensions of K_opt:'); disp(size(K_opt)); % Should be 3x3 disp('Dimensions of M:'); disp(size(M)); % Should be 3x3 % Ensure K_opt and M are square and have the same dimensions assert(isequal(size(K_opt), size(M)), 'K and M must be square and have the same dimensions.'); % Solve the generalized eigenvalue problem [~, eigenvalues_opt] = eig(K_opt, M); % Solve K * phi = lambda * M * phi % Compute natural frequencies from eigenvalues omega_opt = sqrt(diag(eigenvalues_opt)); % Calculate periods T_final = 2 * pi ./ omega_opt; % Display the final periods and their difference from the target values disp('Final periods:'); disp(T_final); disp('Difference between calculated and wanted periods:'); disp(abs(T_final - T_wanted)); % ------------ Optimizing Stiffness Values Function ----------------- function [k_opt_values, opt_fun_values] = optimize_stiffness_values(num_guesses, M, T_wanted, ... k1_lb, k1_ub, k2_lb, k2_ub, k3_lb, k3_ub, options, tolerance) % Preallocate array to store the optimized stiffness values and objective function values k_opt_values = zeros(num_guesses, 3); opt_fun_values = zeros(num_guesses, 1); % Solve the optimization for multiple random initial guesses for i = 1:num_guesses % Generate random initial guesses within bounds (using rand to generate floats) k1_init = k1_lb + (k1_ub - k1_lb) * rand; % Random float between k1_lb and k1_ub k2_init = k2_lb + (k2_ub - k2_lb) * rand; % Random float between k2_lb and k2_ub k3_init = k3_lb + (k3_ub - k3_lb) * rand; % Random float between k3_lb and k3_ub % Initial guess vector k_init = [k1_init, k2_init, k3_init]; % Define the inequality constraint matrix to enforce k1 >= k2 >= k3 A = [-1 1 0; 0 -1 1]; % Matrix for k1 >= k2 >= k3 b = [0; 0]; % Right-hand side for inequality constraints % Solve the constrained optimization
using fmincon [k_opt, fval] = fmincon(@(k) calc_diff(k, M, T_wanted, tolerance), k_init, A, b, [], [], ... [k1_lb, k2_lb, k3_lb], [k1_ub, k2_ub, k3_ub], [], options); % Store the optimized values and the objective function value k_opt_values(i, :) = k_opt; opt_fun_values(i) = fval; % Store the minimized difference % Early stopping condition if the difference is within tolerance if fval <= tolerance disp(['Early stopping at iteration ', num2str(i), ' with error: ', num2str(fval)]); k_opt_values = k_opt_values(1:i, :); opt_fun_values = opt_fun_values(1:i); break; end end end % Function to calculate the difference (objective function) function diff = calc_diff(k_vals, M, T_wanted, tolerance) % Extract stiffness values k1 = k_vals(1); k2 = k_vals(2); k3 = k_vals(3); % Construct the stiffness matrix K = stiffness_matrix(k1, k2, k3); % Solve the eigenvalue problem [~, eigenvalues] = eig(K, M); omega = sqrt(diag(eigenvalues)); % Calculate the periods T_calculated = 2 * pi ./ omega; % Calculate the difference between calculated and wanted periods diff = sum((T_calculated - T_wanted).^2); % Use square of differences % Early stopping if tolerance is met max_diff = max(abs(T_calculated - T_wanted)); if max_diff <= tolerance diff = 0; % Stop further evaluations if the tolerance is met end end % Function to create stiffness matrix function K = stiffness_matrix(k1, k2, k3) K = [k1+k2, -k2, 0; -k2, k2+k3, -k3; 0, -k3, k3]; end <!-- SC_ON --> submitted by /u/Warm_Supermarket_765 (https://www.reddit.com/user/Warm_Supermarket_765)
[link] (https://rotorlab.tamu.edu/me617/HD%207%20Modal%20Analysis%20Undamped%20MDOF.pdf) [comments] (https://www.reddit.com/r/programming/comments/1g8l9a3/help_eigenvalue_problem_optimization/)
[link] (https://rotorlab.tamu.edu/me617/HD%207%20Modal%20Analysis%20Undamped%20MDOF.pdf) [comments] (https://www.reddit.com/r/programming/comments/1g8l9a3/help_eigenvalue_problem_optimization/)
Was the Snowflake World Tour London 2024 Just AI Hype?
https://www.reddit.com/r/programming/comments/1g8lj4a/was_the_snowflake_world_tour_london_2024_just_ai/
submitted by /u/TomBaileyCourses (https://www.reddit.com/user/TomBaileyCourses)
[link] (https://medium.com/@tom.bailey.courses/was-the-snowflake-world-tour-london-2024-just-ai-hype-169a0d1c2b02) [comments] (https://www.reddit.com/r/programming/comments/1g8lj4a/was_the_snowflake_world_tour_london_2024_just_ai/)
https://www.reddit.com/r/programming/comments/1g8lj4a/was_the_snowflake_world_tour_london_2024_just_ai/
submitted by /u/TomBaileyCourses (https://www.reddit.com/user/TomBaileyCourses)
[link] (https://medium.com/@tom.bailey.courses/was-the-snowflake-world-tour-london-2024-just-ai-hype-169a0d1c2b02) [comments] (https://www.reddit.com/r/programming/comments/1g8lj4a/was_the_snowflake_world_tour_london_2024_just_ai/)
Repopack: Pack Your Entire Repository Into A Single File
https://www.reddit.com/r/programming/comments/1g8nsf1/repopack_pack_your_entire_repository_into_a/
submitted by /u/suckaturdnow (https://www.reddit.com/user/suckaturdnow)
[link] (https://www.trevorlasn.com/blog/repopack) [comments] (https://www.reddit.com/r/programming/comments/1g8nsf1/repopack_pack_your_entire_repository_into_a/)
https://www.reddit.com/r/programming/comments/1g8nsf1/repopack_pack_your_entire_repository_into_a/
submitted by /u/suckaturdnow (https://www.reddit.com/user/suckaturdnow)
[link] (https://www.trevorlasn.com/blog/repopack) [comments] (https://www.reddit.com/r/programming/comments/1g8nsf1/repopack_pack_your_entire_repository_into_a/)
The importance of data when making decisions in the engineering industry
https://www.reddit.com/r/programming/comments/1g8nti6/the_importance_of_data_when_making_decisions_in/
submitted by /u/albeXL (https://www.reddit.com/user/albeXL)
[link] (https://albexl.substack.com/cp/149888672) [comments] (https://www.reddit.com/r/programming/comments/1g8nti6/the_importance_of_data_when_making_decisions_in/)
https://www.reddit.com/r/programming/comments/1g8nti6/the_importance_of_data_when_making_decisions_in/
submitted by /u/albeXL (https://www.reddit.com/user/albeXL)
[link] (https://albexl.substack.com/cp/149888672) [comments] (https://www.reddit.com/r/programming/comments/1g8nti6/the_importance_of_data_when_making_decisions_in/)
We just won Startup Weekend Zilina with our dev-focused startup!🚀
https://www.reddit.com/r/programming/comments/1g8obs1/we_just_won_startup_weekend_zilina_with_our/
<!-- SC_OFF -->Hey everyone! My team and I just won Startup Weekend Zilina with a product aimed at helping junior developers create portfolios that stand out to employers! Funny thing is, I actually missed buying the ticket to the event but decided to show up on the day anyway to see if I could get in—and I’m so glad I did! Ended up joining an incredible team, and we worked non-stop all weekend to bring our idea to life. I’m super proud of what we built and of every teammate. It’s been an amazing experience working together! The product makes it super easy for junior devs to create professional portfolios straight from their GitHub projects—no design skills needed, just focus on your code. We are finishing MVP, but core product is functional. If you are interested, shot me DM or join waitlist. Thanks! <!-- SC_ON --> submitted by /u/Absinthko (https://www.reddit.com/user/Absinthko)
[link] (https://blinkfolio.framer.website/) [comments] (https://www.reddit.com/r/programming/comments/1g8obs1/we_just_won_startup_weekend_zilina_with_our/)
https://www.reddit.com/r/programming/comments/1g8obs1/we_just_won_startup_weekend_zilina_with_our/
<!-- SC_OFF -->Hey everyone! My team and I just won Startup Weekend Zilina with a product aimed at helping junior developers create portfolios that stand out to employers! Funny thing is, I actually missed buying the ticket to the event but decided to show up on the day anyway to see if I could get in—and I’m so glad I did! Ended up joining an incredible team, and we worked non-stop all weekend to bring our idea to life. I’m super proud of what we built and of every teammate. It’s been an amazing experience working together! The product makes it super easy for junior devs to create professional portfolios straight from their GitHub projects—no design skills needed, just focus on your code. We are finishing MVP, but core product is functional. If you are interested, shot me DM or join waitlist. Thanks! <!-- SC_ON --> submitted by /u/Absinthko (https://www.reddit.com/user/Absinthko)
[link] (https://blinkfolio.framer.website/) [comments] (https://www.reddit.com/r/programming/comments/1g8obs1/we_just_won_startup_weekend_zilina_with_our/)