Hacker News
- You (probably) don't need to learn C https://nedbatchelder.com/blog/202401/you_probably_dont_need_to_learn_c.html 126 comments
- Real-world match/case https://nedbatchelder.com/blog/202312/realworld_matchcase.html 5 comments
- Pythonic monotonic https://nedbatchelder.com/blog/202108/pythonic_monotonic.html 57 comments
- GitHub monoculture http://nedbatchelder.com/blog/201405/github_monoculture.html 104 comments
Lobsters
- Print this file, your printer will jam (2008) https://nedbatchelder.com/blog/200811/print_this_file_your_printer_will_jam.html 11 comments debugging , hardware
- Experimenting with git storage https://nedbatchelder.com/blog/202012/experimenting_with_git_storage.html 2 comments vcs
- Comments should be sentences https://nedbatchelder.com/blog/201401/comments_should_be_sentences.html 58 comments programming
- A thing I learned about Python recursion https://nedbatchelder.com/blog/201812/a_thing_i_learned_about_python_recursion.html 5 comments python
- Toxic experts https://nedbatchelder.com/blog/201711/toxic_experts.html 40 comments culture , programming
- Say it again: values not expressions https://nedbatchelder.com/blog/202311/say_it_again_values_not_expressions.html 101 comments python
- What’s in which Python 3.7–3.9? https://nedbatchelder.com/blog/202105/whats_in_which_python_3739.html 2 comments python
- Why your mock doesn’t work https://nedbatchelder.com/blog/201908/why_your_mock_doesnt_work.html 10 comments python
- Two problems (2012) https://nedbatchelder.com/blog/201204/two_problems.html 3 comments programming
- Two Problems (2012) https://nedbatchelder.com/blog/201204/two_problems.html 2 comments coding
- Comments should be sentences https://nedbatchelder.com/blog/201401/comments_should_be_sentences.html 63 comments programming
- Fix error handling first https://nedbatchelder.com/text/fix-err-hand.html 14 comments programming
- Ned Batchelder: Bad answers on Stack Overflow http://nedbatchelder.com/blog/201207/bad_answers_on_stack_overflow.html 89 comments programming
- Ned Batchelder: GitHub monoculture http://nedbatchelder.com//blog/201405/github_monoculture.html 12 comments git
- GitHub monoculture http://nedbatchelder.com//blog/201405/github_monoculture.html 536 comments programming
- Selecting randomly from an unknown sequence http://nedbatchelder.com/blog/201208/selecting_randomly_from_an_unknown_sequence.html 18 comments programming
- Stack ninjas http://nedbatchelder.com/blog/201108/stack_ninjas.html 4 comments programming
- Filenames with accents are potentially ambiguous on Linux systems using ext filesystems -- normalization and decomposition is not baked into the filesystem itself. http://nedbatchelder.com/blog/201106/filenames_with_accents.html 44 comments programming
- Fast geometric hashing for automated astrometry http://nedbatchelder.com/blog/200902/fast_geometric_hashing_for_automated_astrometry.html 3 comments programming
- Internet explorer mystery #1376 http://nedbatchelder.com/blog/200812/internet_explorer_mystery_1376.html 20 comments javascript
- My oldest code still running http://nedbatchelder.com/blog/200811/my_oldest_code_still_running.html 47 comments programming
- Pathological backtracking http://nedbatchelder.com/blog/200811/pathological_backtracking.html 10 comments programming
- The first servers http://nedbatchelder.com/blog/200810/the_first_servers.html 6 comments programming
- A server memory leak with Django 1.0 http://nedbatchelder.com/blog/200809/a_server_memory_leak.html 4 comments programming
- OpenID is too hard http://nedbatchelder.com/blog/200809/openid_is_too_hard.html 51 comments programming
- CSS Homer Animated http://nedbatchelder.com/blog/200805/css_homer_animated.html 40 comments programming
- The Structure of .pyc Files http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html 12 comments programming
- Is it a cache? http://nedbatchelder.com/blog/200803/is_it_a_cache.html 37 comments programming
- Truly transparent text with Python Imaging Library http://nedbatchelder.com/blog/200801/truly_transparent_text_with_pil.html 7 comments programming
- English Words Spellable in Hex (DEADBEEF) [code] http://nedbatchelder.com/text/hexwords.html 25 comments programming
- Re-throwing exceptions in Python http://nedbatchelder.com/blog/20071113t210850.html 7 comments programming
- Python parsing tools http://nedbatchelder.com/text/python-parsers.html 8 comments programming
- hyphenate.py - simple algorithm for determing where to hy-phen-ate words http://www.nedbatchelder.com/code/modules/hyphenate.html 3 comments programming
- Python Debugger Tips http://www.nedbatchelder.com/blog/200704.html#e20070408t175558 2 comments programming
- Frameworks make software easier, but only the easy part http://www.nedbatchelder.com/blog/200608.html#e20060830t202358 4 comments programming
- Ned Batchelder: Deleting code http://www.nedbatchelder.com/text/deleting-code.html 5 comments reddit.com