Hacker News
- Iterating over objects and arrays: frequent errors (2017) https://victoria.dev/verbose/iterating-over-objects-and-arrays-frequent-errors/ 6 comments
- Plans for the Next Iteration of Vue.js https://medium.com/the-vue-point/plans-for-the-next-iteration-of-vue-js-777ffea6fabf 149 comments
- Ranges in C++: Counted Iterables and Efficiency http://ericniebler.com/2014/10/06/counted-ranges-and-efficiency/ 2 comments
- FlyByChat, iteration 2 -- feedback please http://beta.flybychat.com/?hn=2 10 comments
- Understanding generic bounds for iterator https://docs.rs/rayon/latest/rayon/iter/trait.IntoParallelIterator.html 8 comments rust
- Iterative algorithm for finding closest orthonormal matrix https://www.reddit.com/r/math/comments/m1xxsu/iterative_algorithm_for_finding_closest/ 9 comments math
- I wrote a tiny generator runner that transparently concludes yielded promises, iterators, and effects, making your async flows cancellable and testable. https://github.com/dmaevsky/conclure 49 comments javascript
- Making a STL-compatible hash map from scratch - Part 3 - The wonderful world of iterators and allocators https://jguegant.github.io/blogs/tech/dense-hash-map3.html 3 comments cpp
- Snowpack: Build web applications with less tooling and 10x faster iteration https://www.snowpack.dev 25 comments javascript
- Functional Programming + Iterative Web Scraping in R https://www.programmingwithr.com/functional-programming-iterative-web-scraping-in-r/ 3 comments rstats
- GitHub - TheLartians/EasyIterator: C++ iterator abstractions https://github.com/thelartians/easyiterator 24 comments cpp
- Performance benchmark: Ranges VS STL algorithms VS Smart output iterators https://www.fluentcpp.com/2019/03/15/performance-benchmark-ranges-vs-stl-algorithms-vs-smart-output-iterators/ 20 comments cpp
- Q on iterators https://www.reddit.com/r/ruby/comments/agppx2/q_on_iterators/ 7 comments ruby
- ELI5: iterations, array, for-in https://www.reddit.com/r/swift/comments/agat0l/eli5_iterations_array_forin/ 4 comments swift
- Word for the operation opposite to advancing an iterator https://www.reddit.com/r/learnprogramming/comments/afhx38/word_for_the_operation_opposite_to_advancing_an/ 7 comments learnprogramming
- Java Iterator to Java 8 Stream http://www.lordofthejars.com/2018/08/java-iterator-to-java-8-stream.html 13 comments java
- Iterate through checkboxes in Flask https://www.reddit.com/r/flask/comments/95mek9/iterate_through_checkboxes_in_flask/ 16 comments flask
- Proper way to do backward iteration in C++ https://www.reddit.com/r/cpp/comments/947a1z/proper_way_to_do_backward_iteration_in_c/ 83 comments cpp
- How to iterate and make new variables within a function in R? Like subsetting a month of data into individual days while iliterating a new name for each day. https://www.reddit.com/r/rstats/comments/943elu/how_to_iterate_and_make_new_variables_within_a/ 12 comments rstats
- C++ data structures designed for constant time insertion, erasure, lookup and fastest possible iteration. https://github.com/im95able/rea/blob/master/readme.md 52 comments cpp
- If all recursive functions can be written iterative, then what's up with the Ackermann function? https://www.reddit.com/r/compsci/comments/7nssgz/if_all_recursive_functions_can_be_written/ 34 comments compsci
- "I think it is an iteration...it's a pretty excellent one...you know something is good when you have to learn new things...to use it,...any new upgrade can't be very dramatic if you do the same exact things for it" (Steven Levy, 2017) https://www.reddit.com/r/apple/comments/79s4su/i_think_it_is_an_iterationits_a_pretty_excellent/ 12 comments apple
- [ C++ ] Need help on calling iterators? https://www.reddit.com/r/learnprogramming/comments/6nyn96/c_need_help_on_calling_iterators/ 5 comments learnprogramming
- Lee opposes GOP health care bill, potentially dooming this iteration http://www.sltrib.com/news/5519640-155/lee-opposes-gop-health-care-bill 7 comments politics
- Follow-up of discussion on Iterators: Specifically on Stacks (and maybe Queues). https://redd.it/5tlkg3 5 comments java
- Infografica del Corriere che spiega come sarà l'iter legislativo post riforma. https://i.redd.it/qeclnhr0acsx.jpg 146 comments italy
- [In progress] sparse-linear-algebra : iterative linear solvers, eigensolvers + more in native Haskell https://github.com/ocramz/sparse-linear-algebra 15 comments haskell
- Understanding vertical slicing (or how to create feature based iterations of your game) http://hacknplan.com 21 comments gamedev
- New papers: Iterator facade for ranges; adopt File System TS for C++17; unified call syntax wording : Standard C++ https://isocpp.org/blog/2016/02/new-papers 65 comments cpp
- ES6 - Iterator, Generator Example http://veerasundar.com/blog/2015/10/es6-iterator-generator-example/ 17 comments javascript
- Z-Buffering in HTML5 Canvas, without iterating over pixels http://shibegame.shop.tm/depth/ 13 comments gamedev
- Iterators++, Part 3 http://ericniebler.com/2015/03/03/iterators-plus-plus-part-3/ 6 comments cpp
- Iterators, iterator adaptors, sentinels, and predicates. Why not? http://ericniebler.com/2014/02/16/delimited-ranges/ 9 comments cpp
- Does having foreach implemented for iterators seem desirable? http://pastebin.com/lurkwki8 18 comments rust
- Accelerating Debug Runs, Part 2: _ITERATOR_DEBUG_LEVEL http://ofekshilon.com/2014/10/14/accelerating-debug-runs-part-2-_iterator_debug_level/ 5 comments cpp
- Convert Java Objects to String With the Iterator Pattern http://blog.stackhunter.com/2014/07/09/convert-java-objects-to-string-with-the-iterator-pattern/ 5 comments java
- Tortoises, Teleporting Turtles, and Iterators https://github.com/raganwald/homoiconic/blob/master/2013/02/turtles-and-iterators.js.md#tortoises-teleporting-turtles-and-iterators 4 comments javascript
- The Essence of the Iterator Pattern (Gibbons, Oliveira) [PDF http://www.cs.ox.ac.uk/jeremy.gibbons/publications/iterator.pdf 9 comments compsci
- European Union member states have agreed the additional funds needed to construct Iter (the International Thermonuclear Experimental Reactor). http://news.bbc.co.uk/2/hi/science_and_environment/10614542.stm 7 comments worldnews
- Handy method for getting square roots mentally. Works well without needing iteration. http://thedeadfrog.wordpress.com/2009/06/23/handy-approximation-for-square-roots/ 69 comments science