So any guesses as to how this "Infinite Characters" bug/exploit on Twitter is working?
https://www.reddit.com/r/programming/comments/7atk99/so_any_guesses_as_to_how_this_infinite_characters/
submitted by /u/hsoj95 (https://www.reddit.com/user/hsoj95)
[link] (https://twitter.com/HackneyYT/status/926890750192836608) [comments] (https://www.reddit.com/r/programming/comments/7atk99/so_any_guesses_as_to_how_this_infinite_characters/)
https://www.reddit.com/r/programming/comments/7atk99/so_any_guesses_as_to_how_this_infinite_characters/
submitted by /u/hsoj95 (https://www.reddit.com/user/hsoj95)
[link] (https://twitter.com/HackneyYT/status/926890750192836608) [comments] (https://www.reddit.com/r/programming/comments/7atk99/so_any_guesses_as_to_how_this_infinite_characters/)
Using Azure Container Instances as VSTS Build Agents
https://www.reddit.com/r/programming/comments/7atm6e/using_azure_container_instances_as_vsts_build/
submitted by /u/thetyrone (https://www.reddit.com/user/thetyrone)
[link] (https://dennisdel.com/blog/azure-container-instances-functions-vsts-build/) [comments] (https://www.reddit.com/r/programming/comments/7atm6e/using_azure_container_instances_as_vsts_build/)
https://www.reddit.com/r/programming/comments/7atm6e/using_azure_container_instances_as_vsts_build/
submitted by /u/thetyrone (https://www.reddit.com/user/thetyrone)
[link] (https://dennisdel.com/blog/azure-container-instances-functions-vsts-build/) [comments] (https://www.reddit.com/r/programming/comments/7atm6e/using_azure_container_instances_as_vsts_build/)
10 Years of Data Science Visualizations
https://www.reddit.com/r/programming/comments/7atrmr/10_years_of_data_science_visualizations/
submitted by /u/bweber (https://www.reddit.com/user/bweber)
[link] (https://medium.com/@bgweber/10-years-of-data-science-visualizations-af1dd8e443a7) [comments] (https://www.reddit.com/r/programming/comments/7atrmr/10_years_of_data_science_visualizations/)
https://www.reddit.com/r/programming/comments/7atrmr/10_years_of_data_science_visualizations/
submitted by /u/bweber (https://www.reddit.com/user/bweber)
[link] (https://medium.com/@bgweber/10-years-of-data-science-visualizations-af1dd8e443a7) [comments] (https://www.reddit.com/r/programming/comments/7atrmr/10_years_of_data_science_visualizations/)
I made a pathfinder library for Android. I would love some feedback on programming style, optimizations, just about anything :)
https://www.reddit.com/r/programming/comments/7attqz/i_made_a_pathfinder_library_for_android_i_would/
submitted by /u/HugoHarndrang (https://www.reddit.com/user/HugoHarndrang)
[link] (https://github.com/ennoente/Pathfinder-for-Android) [comments] (https://www.reddit.com/r/programming/comments/7attqz/i_made_a_pathfinder_library_for_android_i_would/)
https://www.reddit.com/r/programming/comments/7attqz/i_made_a_pathfinder_library_for_android_i_would/
submitted by /u/HugoHarndrang (https://www.reddit.com/user/HugoHarndrang)
[link] (https://github.com/ennoente/Pathfinder-for-Android) [comments] (https://www.reddit.com/r/programming/comments/7attqz/i_made_a_pathfinder_library_for_android_i_would/)
Back to basics...how to count in binary and hexadecimal (blog post includes app to help learn it)
https://www.reddit.com/r/programming/comments/7atuva/back_to_basicshow_to_count_in_binary_and/
submitted by /u/holloway (https://www.reddit.com/user/holloway)
[link] (https://springload.github.io/javanoscript-goofs-and-gaffs/2017-feb-16/build/?referer=rss) [comments] (https://www.reddit.com/r/programming/comments/7atuva/back_to_basicshow_to_count_in_binary_and/)
https://www.reddit.com/r/programming/comments/7atuva/back_to_basicshow_to_count_in_binary_and/
submitted by /u/holloway (https://www.reddit.com/user/holloway)
[link] (https://springload.github.io/javanoscript-goofs-and-gaffs/2017-feb-16/build/?referer=rss) [comments] (https://www.reddit.com/r/programming/comments/7atuva/back_to_basicshow_to_count_in_binary_and/)
OpenLDAP Proxy -- Tricks and tips
https://www.reddit.com/r/programming/comments/7av87w/openldap_proxy_tricks_and_tips/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1509784887-OpenLDAP-Proxy----Tricks-and-tips) [comments] (https://www.reddit.com/r/programming/comments/7av87w/openldap_proxy_tricks_and_tips/)
https://www.reddit.com/r/programming/comments/7av87w/openldap_proxy_tricks_and_tips/
submitted by /u/stackoverflooooooow (https://www.reddit.com/user/stackoverflooooooow)
[link] (https://www.pixelstech.net/article/1509784887-OpenLDAP-Proxy----Tricks-and-tips) [comments] (https://www.reddit.com/r/programming/comments/7av87w/openldap_proxy_tricks_and_tips/)
Implementing a key-value store, part 1: Linear Hashing
https://www.reddit.com/r/programming/comments/7avb06/implementing_a_keyvalue_store_part_1_linear/
submitted by /u/rsamrat (https://www.reddit.com/user/rsamrat)
[link] (https://samrat.me/posts/2017-11-04-kvstore-linear-hashing/) [comments] (https://www.reddit.com/r/programming/comments/7avb06/implementing_a_keyvalue_store_part_1_linear/)
https://www.reddit.com/r/programming/comments/7avb06/implementing_a_keyvalue_store_part_1_linear/
submitted by /u/rsamrat (https://www.reddit.com/user/rsamrat)
[link] (https://samrat.me/posts/2017-11-04-kvstore-linear-hashing/) [comments] (https://www.reddit.com/r/programming/comments/7avb06/implementing_a_keyvalue_store_part_1_linear/)
lua state machine taking advantage of first class functions
https://www.reddit.com/r/programming/comments/7avyu4/lua_state_machine_taking_advantage_of_first_class/
submitted by /u/jake7864 (https://www.reddit.com/user/jake7864)
[link] (https://github.com/jake100/lua-state-machine) [comments] (https://www.reddit.com/r/programming/comments/7avyu4/lua_state_machine_taking_advantage_of_first_class/)
https://www.reddit.com/r/programming/comments/7avyu4/lua_state_machine_taking_advantage_of_first_class/
submitted by /u/jake7864 (https://www.reddit.com/user/jake7864)
[link] (https://github.com/jake100/lua-state-machine) [comments] (https://www.reddit.com/r/programming/comments/7avyu4/lua_state_machine_taking_advantage_of_first_class/)
Running a load testing Go utility using Docker for Mac
https://www.reddit.com/r/programming/comments/7aw4yu/running_a_load_testing_go_utility_using_docker/
submitted by /u/simonw (https://www.reddit.com/user/simonw)
[link] (https://simonwillison.net/2017/Nov/5/golang-docker-for-mac/) [comments] (https://www.reddit.com/r/programming/comments/7aw4yu/running_a_load_testing_go_utility_using_docker/)
https://www.reddit.com/r/programming/comments/7aw4yu/running_a_load_testing_go_utility_using_docker/
submitted by /u/simonw (https://www.reddit.com/user/simonw)
[link] (https://simonwillison.net/2017/Nov/5/golang-docker-for-mac/) [comments] (https://www.reddit.com/r/programming/comments/7aw4yu/running_a_load_testing_go_utility_using_docker/)
Java Programming from Scratch - Exceptions in Java Part 30
https://www.reddit.com/r/programming/comments/7awfqz/java_programming_from_scratch_exceptions_in_java/
submitted by /u/TutorialPicks (https://www.reddit.com/user/TutorialPicks)
[link] (https://www.youtube.com/attribution_link?a=jONsQOG4CIg&u=%2Fwatch%3Fv%3DzDO5fE_00UY%26feature%3Dshare) [comments] (https://www.reddit.com/r/programming/comments/7awfqz/java_programming_from_scratch_exceptions_in_java/)
https://www.reddit.com/r/programming/comments/7awfqz/java_programming_from_scratch_exceptions_in_java/
submitted by /u/TutorialPicks (https://www.reddit.com/user/TutorialPicks)
[link] (https://www.youtube.com/attribution_link?a=jONsQOG4CIg&u=%2Fwatch%3Fv%3DzDO5fE_00UY%26feature%3Dshare) [comments] (https://www.reddit.com/r/programming/comments/7awfqz/java_programming_from_scratch_exceptions_in_java/)
The Problems with new Array in Javanoscript
https://www.reddit.com/r/programming/comments/7awja5/the_problems_with_new_array_in_javanoscript/
submitted by /u/macrian (https://www.reddit.com/user/macrian)
[link] (http://www.devsanon.com/javanoscript/the-problems-with-new-array-in-javanoscript/) [comments] (https://www.reddit.com/r/programming/comments/7awja5/the_problems_with_new_array_in_javanoscript/)
https://www.reddit.com/r/programming/comments/7awja5/the_problems_with_new_array_in_javanoscript/
submitted by /u/macrian (https://www.reddit.com/user/macrian)
[link] (http://www.devsanon.com/javanoscript/the-problems-with-new-array-in-javanoscript/) [comments] (https://www.reddit.com/r/programming/comments/7awja5/the_problems_with_new_array_in_javanoscript/)
Terry A. Davis (TempleOS) has a warrant out for his arrest.
https://www.reddit.com/r/programming/comments/7awqsj/terry_a_davis_templeos_has_a_warrant_out_for_his/
submitted by /u/FascinatedBox (https://www.reddit.com/user/FascinatedBox)
[link] (https://secure3.lasvegasnevada.gov/ewarrantlookup/wanted_poster.aspx?HistNo=1000379&CaseNo=%27C1180047A%27) [comments] (https://www.reddit.com/r/programming/comments/7awqsj/terry_a_davis_templeos_has_a_warrant_out_for_his/)
https://www.reddit.com/r/programming/comments/7awqsj/terry_a_davis_templeos_has_a_warrant_out_for_his/
submitted by /u/FascinatedBox (https://www.reddit.com/user/FascinatedBox)
[link] (https://secure3.lasvegasnevada.gov/ewarrantlookup/wanted_poster.aspx?HistNo=1000379&CaseNo=%27C1180047A%27) [comments] (https://www.reddit.com/r/programming/comments/7awqsj/terry_a_davis_templeos_has_a_warrant_out_for_his/)
Some cool visualizations of sorting algorithms that sound like funky chiptunes
https://www.reddit.com/r/programming/comments/7aws0v/some_cool_visualizations_of_sorting_algorithms/
submitted by /u/unicornprogrammer (https://www.reddit.com/user/unicornprogrammer)
[link] (https://caspervonb.github.io/toneofsorting/) [comments] (https://www.reddit.com/r/programming/comments/7aws0v/some_cool_visualizations_of_sorting_algorithms/)
https://www.reddit.com/r/programming/comments/7aws0v/some_cool_visualizations_of_sorting_algorithms/
submitted by /u/unicornprogrammer (https://www.reddit.com/user/unicornprogrammer)
[link] (https://caspervonb.github.io/toneofsorting/) [comments] (https://www.reddit.com/r/programming/comments/7aws0v/some_cool_visualizations_of_sorting_algorithms/)
Here is a new hub for educational programming projects.
https://www.reddit.com/r/programming/comments/7awtjp/here_is_a_new_hub_for_educational_programming/
submitted by /u/craizeeNube (https://www.reddit.com/user/craizeeNube)
[link] (http://geekacode.com/projects/) [comments] (https://www.reddit.com/r/programming/comments/7awtjp/here_is_a_new_hub_for_educational_programming/)
https://www.reddit.com/r/programming/comments/7awtjp/here_is_a_new_hub_for_educational_programming/
submitted by /u/craizeeNube (https://www.reddit.com/user/craizeeNube)
[link] (http://geekacode.com/projects/) [comments] (https://www.reddit.com/r/programming/comments/7awtjp/here_is_a_new_hub_for_educational_programming/)
The Existential Terror of Battle Royale
https://www.reddit.com/r/programming/comments/7awwtk/the_existential_terror_of_battle_royale/
submitted by /u/dwaxe (https://www.reddit.com/user/dwaxe)
[link] (https://blog.codinghorror.com/the-existential-terror-of-battle-royale/) [comments] (https://www.reddit.com/r/programming/comments/7awwtk/the_existential_terror_of_battle_royale/)
https://www.reddit.com/r/programming/comments/7awwtk/the_existential_terror_of_battle_royale/
submitted by /u/dwaxe (https://www.reddit.com/user/dwaxe)
[link] (https://blog.codinghorror.com/the-existential-terror-of-battle-royale/) [comments] (https://www.reddit.com/r/programming/comments/7awwtk/the_existential_terror_of_battle_royale/)
Understanding How Graal Works - a Java JIT Compiler Written in Java
https://www.reddit.com/r/programming/comments/7ax2po/understanding_how_graal_works_a_java_jit_compiler/
submitted by /u/lukaseder (https://www.reddit.com/user/lukaseder)
[link] (http://chrisseaton.com/rubytruffle/jokerconf17/) [comments] (https://www.reddit.com/r/programming/comments/7ax2po/understanding_how_graal_works_a_java_jit_compiler/)
https://www.reddit.com/r/programming/comments/7ax2po/understanding_how_graal_works_a_java_jit_compiler/
submitted by /u/lukaseder (https://www.reddit.com/user/lukaseder)
[link] (http://chrisseaton.com/rubytruffle/jokerconf17/) [comments] (https://www.reddit.com/r/programming/comments/7ax2po/understanding_how_graal_works_a_java_jit_compiler/)
Encrypt, store and decrypt MongoDB data with NodeJS.
https://www.reddit.com/r/programming/comments/7ax77m/encrypt_store_and_decrypt_mongodb_data_with_nodejs/
submitted by /u/eyk_ (https://www.reddit.com/user/eyk_)
[link] (https://medium.com/@eykrehbein/mongocrypt-encryption-for-mongodb-153a25ad6e56) [comments] (https://www.reddit.com/r/programming/comments/7ax77m/encrypt_store_and_decrypt_mongodb_data_with_nodejs/)
https://www.reddit.com/r/programming/comments/7ax77m/encrypt_store_and_decrypt_mongodb_data_with_nodejs/
submitted by /u/eyk_ (https://www.reddit.com/user/eyk_)
[link] (https://medium.com/@eykrehbein/mongocrypt-encryption-for-mongodb-153a25ad6e56) [comments] (https://www.reddit.com/r/programming/comments/7ax77m/encrypt_store_and_decrypt_mongodb_data_with_nodejs/)
Yet another explanation of CRC (Cyclic redundancy check)
https://www.reddit.com/r/programming/comments/7axc85/yet_another_explanation_of_crc_cyclic_redundancy/
submitted by /u/PinealGlandOptic (https://www.reddit.com/user/PinealGlandOptic)
[link] (https://yurichev.com/blog/CRC/) [comments] (https://www.reddit.com/r/programming/comments/7axc85/yet_another_explanation_of_crc_cyclic_redundancy/)
https://www.reddit.com/r/programming/comments/7axc85/yet_another_explanation_of_crc_cyclic_redundancy/
submitted by /u/PinealGlandOptic (https://www.reddit.com/user/PinealGlandOptic)
[link] (https://yurichev.com/blog/CRC/) [comments] (https://www.reddit.com/r/programming/comments/7axc85/yet_another_explanation_of_crc_cyclic_redundancy/)
Let's play a little game
https://www.reddit.com/r/programming/comments/7axdqp/lets_play_a_little_game/
submitted by /u/BinaryTomato (https://www.reddit.com/user/BinaryTomato)
[link] (https://www.jrpc.pl/main.html) [comments] (https://www.reddit.com/r/programming/comments/7axdqp/lets_play_a_little_game/)
https://www.reddit.com/r/programming/comments/7axdqp/lets_play_a_little_game/
submitted by /u/BinaryTomato (https://www.reddit.com/user/BinaryTomato)
[link] (https://www.jrpc.pl/main.html) [comments] (https://www.reddit.com/r/programming/comments/7axdqp/lets_play_a_little_game/)
A bug-fix 12 years in the making
https://www.reddit.com/r/programming/comments/7axg1o/a_bugfix_12_years_in_the_making/
submitted by /u/sidcool1234 (https://www.reddit.com/user/sidcool1234)
[link] (http://www.dra27.uk/blog/platform/2017/10/30/ocaml-unicode.html) [comments] (https://www.reddit.com/r/programming/comments/7axg1o/a_bugfix_12_years_in_the_making/)
https://www.reddit.com/r/programming/comments/7axg1o/a_bugfix_12_years_in_the_making/
submitted by /u/sidcool1234 (https://www.reddit.com/user/sidcool1234)
[link] (http://www.dra27.uk/blog/platform/2017/10/30/ocaml-unicode.html) [comments] (https://www.reddit.com/r/programming/comments/7axg1o/a_bugfix_12_years_in_the_making/)
Create React apps using Kotlin
https://www.reddit.com/r/programming/comments/7axg4u/create_react_apps_using_kotlin/
submitted by /u/sidcool1234 (https://www.reddit.com/user/sidcool1234)
[link] (https://github.com/JetBrains/create-react-kotlin-app) [comments] (https://www.reddit.com/r/programming/comments/7axg4u/create_react_apps_using_kotlin/)
https://www.reddit.com/r/programming/comments/7axg4u/create_react_apps_using_kotlin/
submitted by /u/sidcool1234 (https://www.reddit.com/user/sidcool1234)
[link] (https://github.com/JetBrains/create-react-kotlin-app) [comments] (https://www.reddit.com/r/programming/comments/7axg4u/create_react_apps_using_kotlin/)