Create mixed reality models in PowerShell
https://www.reddit.com/r/programming/comments/7q7mwy/create_mixed_reality_models_in_powershell/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (http://www.cosmosdarwin.com/2018/01/12/create-mixed-reality-models-in-powershell.html) [comments] (https://www.reddit.com/r/programming/comments/7q7mwy/create_mixed_reality_models_in_powershell/)
https://www.reddit.com/r/programming/comments/7q7mwy/create_mixed_reality_models_in_powershell/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (http://www.cosmosdarwin.com/2018/01/12/create-mixed-reality-models-in-powershell.html) [comments] (https://www.reddit.com/r/programming/comments/7q7mwy/create_mixed_reality_models_in_powershell/)
Simple Pascal interpreter written in Swift
https://www.reddit.com/r/programming/comments/7q7of2/simple_pascal_interpreter_written_in_swift/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://github.com/igorkulman/SwiftPascalInterpreter) [comments] (https://www.reddit.com/r/programming/comments/7q7of2/simple_pascal_interpreter_written_in_swift/)
https://www.reddit.com/r/programming/comments/7q7of2/simple_pascal_interpreter_written_in_swift/
submitted by /u/mariuz (https://www.reddit.com/user/mariuz)
[link] (https://github.com/igorkulman/SwiftPascalInterpreter) [comments] (https://www.reddit.com/r/programming/comments/7q7of2/simple_pascal_interpreter_written_in_swift/)
Monolith Vs Microservice Vs Serverless — The Real Winner? The Developer
https://www.reddit.com/r/programming/comments/7q7uml/monolith_vs_microservice_vs_serverless_the_real/
submitted by /u/Forbsey1 (https://www.reddit.com/user/Forbsey1)
[link] (https://medium.com/@elliot_f/monolith-vs-microservice-vs-serverless-the-real-winner-the-developer-8aae6042fb48) [comments] (https://www.reddit.com/r/programming/comments/7q7uml/monolith_vs_microservice_vs_serverless_the_real/)
https://www.reddit.com/r/programming/comments/7q7uml/monolith_vs_microservice_vs_serverless_the_real/
submitted by /u/Forbsey1 (https://www.reddit.com/user/Forbsey1)
[link] (https://medium.com/@elliot_f/monolith-vs-microservice-vs-serverless-the-real-winner-the-developer-8aae6042fb48) [comments] (https://www.reddit.com/r/programming/comments/7q7uml/monolith_vs_microservice_vs_serverless_the_real/)
Developing Shared Code at Large Companies
https://www.reddit.com/r/programming/comments/7q86q5/developing_shared_code_at_large_companies/
submitted by /u/duruq (https://www.reddit.com/user/duruq)
[link] (https://ramblingspace.com/posts/developing-shared-code-principles/) [comments] (https://www.reddit.com/r/programming/comments/7q86q5/developing_shared_code_at_large_companies/)
https://www.reddit.com/r/programming/comments/7q86q5/developing_shared_code_at_large_companies/
submitted by /u/duruq (https://www.reddit.com/user/duruq)
[link] (https://ramblingspace.com/posts/developing-shared-code-principles/) [comments] (https://www.reddit.com/r/programming/comments/7q86q5/developing_shared_code_at_large_companies/)
Aaron, 5 years later
https://www.reddit.com/r/programming/comments/7q8qk2/aaron_5_years_later/
submitted by /u/velzerat (https://www.reddit.com/user/velzerat)
[link] (https://www.bensw.com/blog/Aaron-5-Years-Later/) [comments] (https://www.reddit.com/r/programming/comments/7q8qk2/aaron_5_years_later/)
https://www.reddit.com/r/programming/comments/7q8qk2/aaron_5_years_later/
submitted by /u/velzerat (https://www.reddit.com/user/velzerat)
[link] (https://www.bensw.com/blog/Aaron-5-Years-Later/) [comments] (https://www.reddit.com/r/programming/comments/7q8qk2/aaron_5_years_later/)
World's first computer virus was created in 1986 in one of the most unlikeliest places on the planet: Pakistan
https://www.reddit.com/r/programming/comments/7q8oqk/worlds_first_computer_virus_was_created_in_1986/
submitted by /u/LinuxNoob9 (https://www.reddit.com/user/LinuxNoob9)
[link] (http://materiaislamica.com/index.php/Pakistani_Brain_(IBM_MS-DOS_PC_Computer_Virus)) [comments] (https://www.reddit.com/r/programming/comments/7q8oqk/worlds_first_computer_virus_was_created_in_1986/)
https://www.reddit.com/r/programming/comments/7q8oqk/worlds_first_computer_virus_was_created_in_1986/
submitted by /u/LinuxNoob9 (https://www.reddit.com/user/LinuxNoob9)
[link] (http://materiaislamica.com/index.php/Pakistani_Brain_(IBM_MS-DOS_PC_Computer_Virus)) [comments] (https://www.reddit.com/r/programming/comments/7q8oqk/worlds_first_computer_virus_was_created_in_1986/)
Baby's First x64 ASM Program
https://www.reddit.com/r/programming/comments/7q9232/babys_first_x64_asm_program/
submitted by /u/alex_newkirk (https://www.reddit.com/user/alex_newkirk)
[link] (https://www.8bit-raincloud.com/posts/babys-first-x64-asm-program/) [comments] (https://www.reddit.com/r/programming/comments/7q9232/babys_first_x64_asm_program/)
https://www.reddit.com/r/programming/comments/7q9232/babys_first_x64_asm_program/
submitted by /u/alex_newkirk (https://www.reddit.com/user/alex_newkirk)
[link] (https://www.8bit-raincloud.com/posts/babys-first-x64-asm-program/) [comments] (https://www.reddit.com/r/programming/comments/7q9232/babys_first_x64_asm_program/)
Writing a minimal x86-64 JIT compiler in C++ - Part 2
https://www.reddit.com/r/programming/comments/7q9acq/writing_a_minimal_x8664_jit_compiler_in_c_part_2/
submitted by /u/AlexeyBrin (https://www.reddit.com/user/AlexeyBrin)
[link] (https://solarianprogrammer.com/2018/01/12/writing-minimal-x86-64-jit-compiler-cpp-part-2/) [comments] (https://www.reddit.com/r/programming/comments/7q9acq/writing_a_minimal_x8664_jit_compiler_in_c_part_2/)
https://www.reddit.com/r/programming/comments/7q9acq/writing_a_minimal_x8664_jit_compiler_in_c_part_2/
submitted by /u/AlexeyBrin (https://www.reddit.com/user/AlexeyBrin)
[link] (https://solarianprogrammer.com/2018/01/12/writing-minimal-x86-64-jit-compiler-cpp-part-2/) [comments] (https://www.reddit.com/r/programming/comments/7q9acq/writing_a_minimal_x8664_jit_compiler_in_c_part_2/)
Profiler adventures: resolving symbol addresses is hard!
https://www.reddit.com/r/programming/comments/7qa265/profiler_adventures_resolving_symbol_addresses_is/
submitted by /u/halax (https://www.reddit.com/user/halax)
[link] (https://jvns.ca/blog/2018/01/09/resolving-symbol-addresses/) [comments] (https://www.reddit.com/r/programming/comments/7qa265/profiler_adventures_resolving_symbol_addresses_is/)
https://www.reddit.com/r/programming/comments/7qa265/profiler_adventures_resolving_symbol_addresses_is/
submitted by /u/halax (https://www.reddit.com/user/halax)
[link] (https://jvns.ca/blog/2018/01/09/resolving-symbol-addresses/) [comments] (https://www.reddit.com/r/programming/comments/7qa265/profiler_adventures_resolving_symbol_addresses_is/)
Minesweeper Created in C Sharp (C#)
https://www.reddit.com/r/programming/comments/7qadm7/minesweeper_created_in_c_sharp_c/
submitted by /u/Insidious20 (https://www.reddit.com/user/Insidious20)
[link] (https://www.youtube.com/watch?v=8bmEM_JrP5A) [comments] (https://www.reddit.com/r/programming/comments/7qadm7/minesweeper_created_in_c_sharp_c/)
https://www.reddit.com/r/programming/comments/7qadm7/minesweeper_created_in_c_sharp_c/
submitted by /u/Insidious20 (https://www.reddit.com/user/Insidious20)
[link] (https://www.youtube.com/watch?v=8bmEM_JrP5A) [comments] (https://www.reddit.com/r/programming/comments/7qadm7/minesweeper_created_in_c_sharp_c/)
A modern way to create your own database
https://www.reddit.com/r/programming/comments/7qafjr/a_modern_way_to_create_your_own_database/
submitted by /u/Jasonseah (https://www.reddit.com/user/Jasonseah)
[link] (https://github.com/modelegeek/modele) [comments] (https://www.reddit.com/r/programming/comments/7qafjr/a_modern_way_to_create_your_own_database/)
https://www.reddit.com/r/programming/comments/7qafjr/a_modern_way_to_create_your_own_database/
submitted by /u/Jasonseah (https://www.reddit.com/user/Jasonseah)
[link] (https://github.com/modelegeek/modele) [comments] (https://www.reddit.com/r/programming/comments/7qafjr/a_modern_way_to_create_your_own_database/)
Kevlin Henney - Procedural Programming: It's Back? It Never Went Away (Build Stuff 17)
https://www.reddit.com/r/programming/comments/7qakgw/kevlin_henney_procedural_programming_its_back_it/
submitted by /u/Hasterb (https://www.reddit.com/user/Hasterb)
[link] (https://talkery.io/talks/otAcmD6XEEE) [comments] (https://www.reddit.com/r/programming/comments/7qakgw/kevlin_henney_procedural_programming_its_back_it/)
https://www.reddit.com/r/programming/comments/7qakgw/kevlin_henney_procedural_programming_its_back_it/
submitted by /u/Hasterb (https://www.reddit.com/user/Hasterb)
[link] (https://talkery.io/talks/otAcmD6XEEE) [comments] (https://www.reddit.com/r/programming/comments/7qakgw/kevlin_henney_procedural_programming_its_back_it/)
What will the value of 127 == 127 and 128 == 128 be in Java?
https://www.reddit.com/r/programming/comments/7qanlp/what_will_the_value_of_127_127_and_128_128_be_in/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1515901303-What-will-the-value-of-127-==-127-and-128-==-128-be-in-Java) [comments] (https://www.reddit.com/r/programming/comments/7qanlp/what_will_the_value_of_127_127_and_128_128_be_in/)
https://www.reddit.com/r/programming/comments/7qanlp/what_will_the_value_of_127_127_and_128_128_be_in/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1515901303-What-will-the-value-of-127-==-127-and-128-==-128-be-in-Java) [comments] (https://www.reddit.com/r/programming/comments/7qanlp/what_will_the_value_of_127_127_and_128_128_be_in/)
Making your own Face Recognition System
https://www.reddit.com/r/programming/comments/7qb1df/making_your_own_face_recognition_system/
submitted by /u/clockbold (https://www.reddit.com/user/clockbold)
[link] (https://medium.freecodecamp.org/making-your-own-face-recognition-system-29a8e728107c) [comments] (https://www.reddit.com/r/programming/comments/7qb1df/making_your_own_face_recognition_system/)
https://www.reddit.com/r/programming/comments/7qb1df/making_your_own_face_recognition_system/
submitted by /u/clockbold (https://www.reddit.com/user/clockbold)
[link] (https://medium.freecodecamp.org/making-your-own-face-recognition-system-29a8e728107c) [comments] (https://www.reddit.com/r/programming/comments/7qb1df/making_your_own_face_recognition_system/)
Java 9 Module Services
https://www.reddit.com/r/programming/comments/7qb0g7/java_9_module_services/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://javax0.wordpress.com/2018/01/10/java-9-module-services/) [comments] (https://www.reddit.com/r/programming/comments/7qb0g7/java_9_module_services/)
https://www.reddit.com/r/programming/comments/7qb0g7/java_9_module_services/
submitted by /u/nfrankel (https://www.reddit.com/user/nfrankel)
[link] (https://javax0.wordpress.com/2018/01/10/java-9-module-services/) [comments] (https://www.reddit.com/r/programming/comments/7qb0g7/java_9_module_services/)
7 CPaaS Trends to Follow in 2018 • BlogGeek.me
https://www.reddit.com/r/programming/comments/7qaz2m/7_cpaas_trends_to_follow_in_2018_bloggeekme/
submitted by /u/tsahil (https://www.reddit.com/user/tsahil)
[link] (https://bloggeek.me/7-cpaas-trends-2018/) [comments] (https://www.reddit.com/r/programming/comments/7qaz2m/7_cpaas_trends_to_follow_in_2018_bloggeekme/)
https://www.reddit.com/r/programming/comments/7qaz2m/7_cpaas_trends_to_follow_in_2018_bloggeekme/
submitted by /u/tsahil (https://www.reddit.com/user/tsahil)
[link] (https://bloggeek.me/7-cpaas-trends-2018/) [comments] (https://www.reddit.com/r/programming/comments/7qaz2m/7_cpaas_trends_to_follow_in_2018_bloggeekme/)
Spectre and Meltdown: Insecurity at the heart of modern CPU design
https://www.reddit.com/r/programming/comments/7qb21k/spectre_and_meltdown_insecurity_at_the_heart_of/
submitted by /u/trot-trot (https://www.reddit.com/user/trot-trot)
[link] (http://www.zdnet.com/article/spectre-and-meltdown-insecurity-at-the-heart-of-modern-cpu-design) [comments] (https://www.reddit.com/r/programming/comments/7qb21k/spectre_and_meltdown_insecurity_at_the_heart_of/)
https://www.reddit.com/r/programming/comments/7qb21k/spectre_and_meltdown_insecurity_at_the_heart_of/
submitted by /u/trot-trot (https://www.reddit.com/user/trot-trot)
[link] (http://www.zdnet.com/article/spectre-and-meltdown-insecurity-at-the-heart-of-modern-cpu-design) [comments] (https://www.reddit.com/r/programming/comments/7qb21k/spectre_and_meltdown_insecurity_at_the_heart_of/)
Christopher Domas, 6 August 2015, Black Hat USA 2015: "The Memory Sinkhole - Unleashing An X86 Design Flaw Allowing Universal Privilege Escalation"
https://www.reddit.com/r/programming/comments/7qb9u7/christopher_domas_6_august_2015_black_hat_usa/
submitted by /u/trot-trot (https://www.reddit.com/user/trot-trot)
[link] (http://www.youtube.com/watch?v=lR0nh-TdpVg) [comments] (https://www.reddit.com/r/programming/comments/7qb9u7/christopher_domas_6_august_2015_black_hat_usa/)
https://www.reddit.com/r/programming/comments/7qb9u7/christopher_domas_6_august_2015_black_hat_usa/
submitted by /u/trot-trot (https://www.reddit.com/user/trot-trot)
[link] (http://www.youtube.com/watch?v=lR0nh-TdpVg) [comments] (https://www.reddit.com/r/programming/comments/7qb9u7/christopher_domas_6_august_2015_black_hat_usa/)
Cloudflare: This is strictly a violation of the TCP specification
https://www.reddit.com/r/programming/comments/7qb8i4/cloudflare_this_is_strictly_a_violation_of_the/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://blog.cloudflare.com/this-is-strictly-a-violation-of-the-tcp-specification) [comments] (https://www.reddit.com/r/programming/comments/7qb8i4/cloudflare_this_is_strictly_a_violation_of_the/)
https://www.reddit.com/r/programming/comments/7qb8i4/cloudflare_this_is_strictly_a_violation_of_the/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://blog.cloudflare.com/this-is-strictly-a-violation-of-the-tcp-specification) [comments] (https://www.reddit.com/r/programming/comments/7qb8i4/cloudflare_this_is_strictly_a_violation_of_the/)
Meltdown and Spectre - Impact On Node.js
https://www.reddit.com/r/programming/comments/7qb89i/meltdown_and_spectre_impact_on_nodejs/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown/) [comments] (https://www.reddit.com/r/programming/comments/7qb89i/meltdown_and_spectre_impact_on_nodejs/)
https://www.reddit.com/r/programming/comments/7qb89i/meltdown_and_spectre_impact_on_nodejs/
submitted by /u/fagnerbrack (https://www.reddit.com/user/fagnerbrack)
[link] (https://nodejs.org/en/blog/vulnerability/jan-2018-spectre-meltdown/) [comments] (https://www.reddit.com/r/programming/comments/7qb89i/meltdown_and_spectre_impact_on_nodejs/)