Weaponizing SSO for profit -- a rage blog post to be able to move on with my life
https://www.reddit.com/r/programming/comments/1h1unbl/weaponizing_sso_for_profit_a_rage_blog_post_to_be/
submitted by /u/--raz (https://www.reddit.com/user/--raz)
[link] (https://raz.sh/blog/2024-11-27_weaponizing_sso_for_profit) [comments] (https://www.reddit.com/r/programming/comments/1h1unbl/weaponizing_sso_for_profit_a_rage_blog_post_to_be/)
https://www.reddit.com/r/programming/comments/1h1unbl/weaponizing_sso_for_profit_a_rage_blog_post_to_be/
submitted by /u/--raz (https://www.reddit.com/user/--raz)
[link] (https://raz.sh/blog/2024-11-27_weaponizing_sso_for_profit) [comments] (https://www.reddit.com/r/programming/comments/1h1unbl/weaponizing_sso_for_profit_a_rage_blog_post_to_be/)
Shrinking a Postgres Table
https://www.reddit.com/r/programming/comments/1h204jt/shrinking_a_postgres_table/
submitted by /u/craigkerstiens (https://www.reddit.com/user/craigkerstiens)
[link] (https://www.johnnunemaker.com/shrinking-a-postgres-table/) [comments] (https://www.reddit.com/r/programming/comments/1h204jt/shrinking_a_postgres_table/)
https://www.reddit.com/r/programming/comments/1h204jt/shrinking_a_postgres_table/
submitted by /u/craigkerstiens (https://www.reddit.com/user/craigkerstiens)
[link] (https://www.johnnunemaker.com/shrinking-a-postgres-table/) [comments] (https://www.reddit.com/r/programming/comments/1h204jt/shrinking_a_postgres_table/)
Why learning the command line is essential for every developer
https://www.reddit.com/r/programming/comments/1h20cjd/why_learning_the_command_line_is_essential_for/
submitted by /u/Alternative_Ball_895 (https://www.reddit.com/user/Alternative_Ball_895)
[link] (https://medium.com/@all.technology.stories/why-every-developer-should-learn-the-command-line-in-2024-4cdba7a7f17b) [comments] (https://www.reddit.com/r/programming/comments/1h20cjd/why_learning_the_command_line_is_essential_for/)
https://www.reddit.com/r/programming/comments/1h20cjd/why_learning_the_command_line_is_essential_for/
submitted by /u/Alternative_Ball_895 (https://www.reddit.com/user/Alternative_Ball_895)
[link] (https://medium.com/@all.technology.stories/why-every-developer-should-learn-the-command-line-in-2024-4cdba7a7f17b) [comments] (https://www.reddit.com/r/programming/comments/1h20cjd/why_learning_the_command_line_is_essential_for/)
What kind of questions can be asked for UNTHINKABLE SOLUTIONS placement?
https://www.reddit.com/r/programming/comments/1h21q94/what_kind_of_questions_can_be_asked_for/
<!-- SC_OFF -->What kind of questions can be asked for UNTHINKABLE SOLUTIONS placement? <!-- SC_ON --> submitted by /u/No-Classroom9360 (https://www.reddit.com/user/No-Classroom9360)
[link] (https://www.unthinkable.co/) [comments] (https://www.reddit.com/r/programming/comments/1h21q94/what_kind_of_questions_can_be_asked_for/)
https://www.reddit.com/r/programming/comments/1h21q94/what_kind_of_questions_can_be_asked_for/
<!-- SC_OFF -->What kind of questions can be asked for UNTHINKABLE SOLUTIONS placement? <!-- SC_ON --> submitted by /u/No-Classroom9360 (https://www.reddit.com/user/No-Classroom9360)
[link] (https://www.unthinkable.co/) [comments] (https://www.reddit.com/r/programming/comments/1h21q94/what_kind_of_questions_can_be_asked_for/)
How to be a great manager
https://www.reddit.com/r/programming/comments/1h22266/how_to_be_a_great_manager/
submitted by /u/skwee357 (https://www.reddit.com/user/skwee357)
[link] (https://yieldcode.blog/post/how-to-be-a-great-manager/) [comments] (https://www.reddit.com/r/programming/comments/1h22266/how_to_be_a_great_manager/)
https://www.reddit.com/r/programming/comments/1h22266/how_to_be_a_great_manager/
submitted by /u/skwee357 (https://www.reddit.com/user/skwee357)
[link] (https://yieldcode.blog/post/how-to-be-a-great-manager/) [comments] (https://www.reddit.com/r/programming/comments/1h22266/how_to_be_a_great_manager/)
How Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks?
https://www.reddit.com/r/programming/comments/1h22aq6/how_much_memory_do_you_need_in_2024_to_run_1/
submitted by /u/hez2010 (https://www.reddit.com/user/hez2010)
[link] (https://hez2010.github.io/async-runtimes-benchmarks-2024/) [comments] (https://www.reddit.com/r/programming/comments/1h22aq6/how_much_memory_do_you_need_in_2024_to_run_1/)
https://www.reddit.com/r/programming/comments/1h22aq6/how_much_memory_do_you_need_in_2024_to_run_1/
submitted by /u/hez2010 (https://www.reddit.com/user/hez2010)
[link] (https://hez2010.github.io/async-runtimes-benchmarks-2024/) [comments] (https://www.reddit.com/r/programming/comments/1h22aq6/how_much_memory_do_you_need_in_2024_to_run_1/)
Great article about background-clip
https://www.reddit.com/r/programming/comments/1h23201/great_article_about_backgroundclip/
submitted by /u/Embarrassed_Brick746 (https://www.reddit.com/user/Embarrassed_Brick746)
[link] (https://webkit.org/blog/16214/background-clip-border-area/) [comments] (https://www.reddit.com/r/programming/comments/1h23201/great_article_about_backgroundclip/)
https://www.reddit.com/r/programming/comments/1h23201/great_article_about_backgroundclip/
submitted by /u/Embarrassed_Brick746 (https://www.reddit.com/user/Embarrassed_Brick746)
[link] (https://webkit.org/blog/16214/background-clip-border-area/) [comments] (https://www.reddit.com/r/programming/comments/1h23201/great_article_about_backgroundclip/)
C++ Switch Statements Under the Hood in LLVM - Hans Wennborg
https://www.reddit.com/r/programming/comments/1h23ua5/c_switch_statements_under_the_hood_in_llvm_hans/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://www.youtube.com/watch?v=nfy51jenN3M) [comments] (https://www.reddit.com/r/programming/comments/1h23ua5/c_switch_statements_under_the_hood_in_llvm_hans/)
https://www.reddit.com/r/programming/comments/1h23ua5/c_switch_statements_under_the_hood_in_llvm_hans/
submitted by /u/mttd (https://www.reddit.com/user/mttd)
[link] (https://www.youtube.com/watch?v=nfy51jenN3M) [comments] (https://www.reddit.com/r/programming/comments/1h23ua5/c_switch_statements_under_the_hood_in_llvm_hans/)
OReilly Black Friday - 22 Coding Books for $25 - Solid Titles
https://www.reddit.com/r/programming/comments/1h24dvo/oreilly_black_friday_22_coding_books_for_25_solid/
submitted by /u/YellowTime9637 (https://www.reddit.com/user/YellowTime9637)
[link] (https://www.humblebundle.com/books/coding-cookbooks-2024-oreilly-books?hmb_source=) [comments] (https://www.reddit.com/r/programming/comments/1h24dvo/oreilly_black_friday_22_coding_books_for_25_solid/)
https://www.reddit.com/r/programming/comments/1h24dvo/oreilly_black_friday_22_coding_books_for_25_solid/
submitted by /u/YellowTime9637 (https://www.reddit.com/user/YellowTime9637)
[link] (https://www.humblebundle.com/books/coding-cookbooks-2024-oreilly-books?hmb_source=) [comments] (https://www.reddit.com/r/programming/comments/1h24dvo/oreilly_black_friday_22_coding_books_for_25_solid/)
Consensus
https://www.reddit.com/r/programming/comments/1h26c96/consensus/
submitted by /u/teivah (https://www.reddit.com/user/teivah)
[link] (https://www.thecoder.cafe/p/consensus) [comments] (https://www.reddit.com/r/programming/comments/1h26c96/consensus/)
https://www.reddit.com/r/programming/comments/1h26c96/consensus/
submitted by /u/teivah (https://www.reddit.com/user/teivah)
[link] (https://www.thecoder.cafe/p/consensus) [comments] (https://www.reddit.com/r/programming/comments/1h26c96/consensus/)
LocalStorage vs. IndexedDB vs. Cookies vs. OPFS vs. WASM-SQLite
https://www.reddit.com/r/programming/comments/1h2c2q3/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html) [comments] (https://www.reddit.com/r/programming/comments/1h2c2q3/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/)
https://www.reddit.com/r/programming/comments/1h2c2q3/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://rxdb.info/articles/localstorage-indexeddb-cookies-opfs-sqlite-wasm.html) [comments] (https://www.reddit.com/r/programming/comments/1h2c2q3/localstorage_vs_indexeddb_vs_cookies_vs_opfs_vs/)
How Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks
https://www.reddit.com/r/programming/comments/1h2e35m/how_much_memory_do_you_need_in_2024_to_run_1/
submitted by /u/intelw1zard (https://www.reddit.com/user/intelw1zard)
[link] (https://hez2010.github.io/async-runtimes-benchmarks-2024/) [comments] (https://www.reddit.com/r/programming/comments/1h2e35m/how_much_memory_do_you_need_in_2024_to_run_1/)
https://www.reddit.com/r/programming/comments/1h2e35m/how_much_memory_do_you_need_in_2024_to_run_1/
submitted by /u/intelw1zard (https://www.reddit.com/user/intelw1zard)
[link] (https://hez2010.github.io/async-runtimes-benchmarks-2024/) [comments] (https://www.reddit.com/r/programming/comments/1h2e35m/how_much_memory_do_you_need_in_2024_to_run_1/)
Kadne’s efficiency algorith
https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/
<!-- SC_OFF -->Kadane’s Algorithm 🚀 Master the Magic of Kadane’s Algorithm! Unravel the brilliance behind finding the maximum subarray sum in just O(n) time! This legendary algorithm simplifies complex problems with elegance and efficiency. Check out my latest Medium article, where I break it down step-by-step for you to ace your next coding interview or project. 🔗 Read more here: https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b 📌 Tags: #Algorithms #Kadane #Coding #dsa #Programming #Bitbee #YouTube #TechExplained #CodingLife <!-- SC_ON --> submitted by /u/bitbee01 (https://www.reddit.com/user/bitbee01)
[link] (https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b) [comments] (https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/)
https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/
<!-- SC_OFF -->Kadane’s Algorithm 🚀 Master the Magic of Kadane’s Algorithm! Unravel the brilliance behind finding the maximum subarray sum in just O(n) time! This legendary algorithm simplifies complex problems with elegance and efficiency. Check out my latest Medium article, where I break it down step-by-step for you to ace your next coding interview or project. 🔗 Read more here: https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b 📌 Tags: #Algorithms #Kadane #Coding #dsa #Programming #Bitbee #YouTube #TechExplained #CodingLife <!-- SC_ON --> submitted by /u/bitbee01 (https://www.reddit.com/user/bitbee01)
[link] (https://bitbee.medium.com/kadanes-algorithm-the-journey-to-maximum-efficiency-e74b45784c2b) [comments] (https://www.reddit.com/r/programming/comments/1h2exn3/kadnes_efficiency_algorith/)
C++26: The Most Influential Release Since C++11, Microsoft Architect Reveals
https://www.reddit.com/r/programming/comments/1h2f0to/c26_the_most_influential_release_since_c11/
submitted by /u/No_Schedule7680 (https://www.reddit.com/user/No_Schedule7680)
[link] (https://www.mmtool.top/blog/cpp26-most-influential-release-since-cpp11) [comments] (https://www.reddit.com/r/programming/comments/1h2f0to/c26_the_most_influential_release_since_c11/)
https://www.reddit.com/r/programming/comments/1h2f0to/c26_the_most_influential_release_since_c11/
submitted by /u/No_Schedule7680 (https://www.reddit.com/user/No_Schedule7680)
[link] (https://www.mmtool.top/blog/cpp26-most-influential-release-since-cpp11) [comments] (https://www.reddit.com/r/programming/comments/1h2f0to/c26_the_most_influential_release_since_c11/)
I Built Chill Guy Meme Generator
https://www.reddit.com/r/programming/comments/1h2fy5w/i_built_chill_guy_meme_generator/
submitted by /u/sujjeeee (https://www.reddit.com/user/sujjeeee)
[link] (https://just-chill-guy.vercel.app/) [comments] (https://www.reddit.com/r/programming/comments/1h2fy5w/i_built_chill_guy_meme_generator/)
https://www.reddit.com/r/programming/comments/1h2fy5w/i_built_chill_guy_meme_generator/
submitted by /u/sujjeeee (https://www.reddit.com/user/sujjeeee)
[link] (https://just-chill-guy.vercel.app/) [comments] (https://www.reddit.com/r/programming/comments/1h2fy5w/i_built_chill_guy_meme_generator/)
Polaroid Maker - A tiny tool to create polaroid filter built using bolt.new
https://www.reddit.com/r/programming/comments/1h2g4yb/polaroid_maker_a_tiny_tool_to_create_polaroid/
submitted by /u/n0lanzero (https://www.reddit.com/user/n0lanzero)
[link] (https://polaroid-maker.pages.dev/) [comments] (https://www.reddit.com/r/programming/comments/1h2g4yb/polaroid_maker_a_tiny_tool_to_create_polaroid/)
https://www.reddit.com/r/programming/comments/1h2g4yb/polaroid_maker_a_tiny_tool_to_create_polaroid/
submitted by /u/n0lanzero (https://www.reddit.com/user/n0lanzero)
[link] (https://polaroid-maker.pages.dev/) [comments] (https://www.reddit.com/r/programming/comments/1h2g4yb/polaroid_maker_a_tiny_tool_to_create_polaroid/)
Pragmatic Programmer, The: Your journey to mastery, 20th Anniversary Edition
https://www.reddit.com/r/programming/comments/1h2gwuq/pragmatic_programmer_the_your_journey_to_mastery/
submitted by /u/oxfordteacherAdam (https://www.reddit.com/user/oxfordteacherAdam)
[link] (https://bostonlibrary.org/b/pragmatic-programmer-the-your-journey-to-mastery-20th-anniversary-edition) [comments] (https://www.reddit.com/r/programming/comments/1h2gwuq/pragmatic_programmer_the_your_journey_to_mastery/)
https://www.reddit.com/r/programming/comments/1h2gwuq/pragmatic_programmer_the_your_journey_to_mastery/
submitted by /u/oxfordteacherAdam (https://www.reddit.com/user/oxfordteacherAdam)
[link] (https://bostonlibrary.org/b/pragmatic-programmer-the-your-journey-to-mastery-20th-anniversary-edition) [comments] (https://www.reddit.com/r/programming/comments/1h2gwuq/pragmatic_programmer_the_your_journey_to_mastery/)
I've spent $25k on X ads as an indie dev
https://www.reddit.com/r/programming/comments/1h2izyj/ive_spent_25k_on_x_ads_as_an_indie_dev/
submitted by /u/ruurtjan (https://www.reddit.com/user/ruurtjan)
[link] (https://ruurtjan.com/articles/ive-spent-25k-on-x-ads-as-an-indie-dev) [comments] (https://www.reddit.com/r/programming/comments/1h2izyj/ive_spent_25k_on_x_ads_as_an_indie_dev/)
https://www.reddit.com/r/programming/comments/1h2izyj/ive_spent_25k_on_x_ads_as_an_indie_dev/
submitted by /u/ruurtjan (https://www.reddit.com/user/ruurtjan)
[link] (https://ruurtjan.com/articles/ive-spent-25k-on-x-ads-as-an-indie-dev) [comments] (https://www.reddit.com/r/programming/comments/1h2izyj/ive_spent_25k_on_x_ads_as_an_indie_dev/)
Is it worth to buy Lenovo IdeaPad 5
https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/
<!-- SC_OFF -->Body: I am pursuing a career in programming, will this laptop be a good solution. Is it worth it for the price, and can it handle most projects Laptop Lenovo IdeaPad Slim 5, 16", ", Intel Core i7-1355U, 16GB LPDDR5-SDRAM, 512GB SSD, Integrated Intel Iris Xe Graphics, for 679€ <!-- SC_ON --> submitted by /u/sabit-limoni-1234 (https://www.reddit.com/user/sabit-limoni-1234)
[link] (https://gjirafa50.com/laptop-lenovo-ideapad-slim-5-16-intel-core-i7-1355u-16gb-lpddr5-sdram-512gb-ssd-integrated-intel-iris-xe-graphics-i-kalter) [comments] (https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/)
https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/
<!-- SC_OFF -->Body: I am pursuing a career in programming, will this laptop be a good solution. Is it worth it for the price, and can it handle most projects Laptop Lenovo IdeaPad Slim 5, 16", ", Intel Core i7-1355U, 16GB LPDDR5-SDRAM, 512GB SSD, Integrated Intel Iris Xe Graphics, for 679€ <!-- SC_ON --> submitted by /u/sabit-limoni-1234 (https://www.reddit.com/user/sabit-limoni-1234)
[link] (https://gjirafa50.com/laptop-lenovo-ideapad-slim-5-16-intel-core-i7-1355u-16gb-lpddr5-sdram-512gb-ssd-integrated-intel-iris-xe-graphics-i-kalter) [comments] (https://www.reddit.com/r/programming/comments/1h2jlbm/is_it_worth_to_buy_lenovo_ideapad_5/)
Disillusioning the Magic of the fork System Call
https://www.reddit.com/r/programming/comments/1h2k701/disillusioning_the_magic_of_the_fork_system_call/
submitted by /u/jaromil (https://www.reddit.com/user/jaromil)
[link] (https://blog.codingconfessions.com/p/the-magic-of-fork) [comments] (https://www.reddit.com/r/programming/comments/1h2k701/disillusioning_the_magic_of_the_fork_system_call/)
https://www.reddit.com/r/programming/comments/1h2k701/disillusioning_the_magic_of_the_fork_system_call/
submitted by /u/jaromil (https://www.reddit.com/user/jaromil)
[link] (https://blog.codingconfessions.com/p/the-magic-of-fork) [comments] (https://www.reddit.com/r/programming/comments/1h2k701/disillusioning_the_magic_of_the_fork_system_call/)
How PlayStation Graphics & Visual Artefacts Work
https://www.reddit.com/r/programming/comments/1h2nutt/how_playstation_graphics_visual_artefacts_work/
submitted by /u/rom1v (https://www.reddit.com/user/rom1v)
[link] (https://pikuma.com/blog/how-to-make-ps1-graphics) [comments] (https://www.reddit.com/r/programming/comments/1h2nutt/how_playstation_graphics_visual_artefacts_work/)
https://www.reddit.com/r/programming/comments/1h2nutt/how_playstation_graphics_visual_artefacts_work/
submitted by /u/rom1v (https://www.reddit.com/user/rom1v)
[link] (https://pikuma.com/blog/how-to-make-ps1-graphics) [comments] (https://www.reddit.com/r/programming/comments/1h2nutt/how_playstation_graphics_visual_artefacts_work/)