Hacker News
- Don't use comments, use code https://www.matheusrich.com/dont-use-comments-use-code/ 5 comments
- Ask HN: Are Funny Code Comments Useful? http://www.webmaster-talk.com/coding-forum/120595-funny-code-comments.html 8 comments
Lobsters
- Useful and Useless Code Comments https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/ 16 comments practices , programming
- Switching between code variants using comments https://linus.schreibt.jetzt/posts/toggle-comments.html 14 comments c , c++ , nix , php
- Useful and Useless Code Comments https://blog.jim-nielsen.com/2021/useful-and-usless-code-comments/ 31 comments programming
- On creating useful comments in your code http://blog.johnmuellerbooks.com/2011/11/21/creating-useful-comments.aspx 11 comments programming
- TODO comments are not clean code. Use them correctly! https://horm.codes/posts/avoid-todo-comments/ 5 comments coding
- Reply to comments in code review using wandersoncferreira/code-review https://github.com/wandersoncferreira/code-review 7 comments emacs
- Chat Application using Reactjs (source code in comment) https://vimeo.com/586481180 12 comments javascript
- Common Excuses Used To Comment Code and What To Do About Them http://www.codeodor.com/index.cfm/2008/6/18/common-excuses-used-to-comment-code-and-what-to-do-about-them/2293 63 comments programming
- Comment Your Code With Care - A guide to writing good code over using comments https://medium.com/gitconnected/comment-your-code-with-care-e355f3de2b34 10 comments javascript
- I downloaded my reddit comment history, here's the code I used... https://github.com/rawiriblundell/scripts/blob/master/reddit_grab 14 comments bash
- I made this ASCII animation in C++ using projections and a bit of linear algebra. The code is in the comments. https://youtu.be/wgdB9Dgb0Ro 17 comments programming
- Coded up a Raytracer using Excel Formulae! (model in comments) https://youtu.be/m28jJ7CMp8A 14 comments programming
- I made this trivia chat game using websockets, code and info in comments http://santiagodevelopment.com/trivia 5 comments webdev
- I was wanting to use the code from this video to mess around with but got an error. I explain what I did and the error in the comments. https://www.youtube.com/watch?v=JVbr7osMYTo 3 comments unity3d
- Chrome extension to use zero-width characters to embed text within text [source code in comments] https://chrome.google.com/webstore/detail/mjbadipfgkbceacghfcacpiekejpbpfb/publish-accepted 3 comments programming
- How do use Regex I match line that are Not CAPITALIZED in a comic screenplay? Regex code in comment https://regexr.com/667vi 4 comments learnprogramming
- Does Anyone Use A Table Of Contents Or Outline Of Code To Plan Or Document In Comments? https://stackoverflow.com/questions/2438841/using-table-of-contents-in-code 9 comments learnprogramming
- I'm working on a ToDo list that retrieves every todo comments in your code base. Would you find this useful? https://github.com/DarkRewar/BaseTool?tab=readme-ov-file#todo-list 33 comments unity3d
- Hey! I made this hexagonal sandpile animation using Go and FFmpeg! Code in comments! [OC] https://streamable.com/596f54 2 comments golang
- [Showoff Saturday] I made the raining code from The Matrix using d3js, code in the comments. https://dataviz.david-ma.net/blog/matrix 3 comments webdev
- Code tips as a comments on your GitHub commits - build using React starter Kit https://gitdude.com 3 comments reactjs
- Immutable value types used to build a chat server & client in 820 lines of Dart code (including comments) https://medium.com/@davidmorgan_14314/building-a-chat-app-in-dart-815fcd0e5a31#.do7u6fqgj 9 comments programming
- A simple tool generate api documentation from source code comments use http format https://github.com/cosiner/apidoc 10 comments golang
- Today is %A %B %d, %Y <is it possible to use similar code to say"It's twelve o clock". I don't know what this code is called, went through quite a few websites (in comments), but couldn't figure out how to make this code say time (locale's full minute:hour) in words. https://pubs.opengroup.org/onlinepubs/009695399/utilities/date.html 5 comments learnprogramming
- Today is %A %B %d, %Y <is it possible to use similar code to say"It's twelve o clock". I don't know what this code is called, went through quite a few websites (in comments), but couldn't figure out how to make this code say time (locale's full minute:hour) in words. https://pubs.opengroup.org/onlinepubs/009695399/utilities/date.html 3 comments askprogramming
- Created a tutorial on how to create a cool type of ranking data visualization using Python and Matplotlib (link to code in comments) https://medium.com/towards-data-science/how-to-create-eye-cathing-country-rankings-using-python-and-matplotlib-d57e4594fe13 3 comments programming
- I made a one-page comprehensive dashboard using Fitbit API, influxdb, and Grafana. Code and setup instructions are available in the comments. https://github.com/arpanghosh8453/public-fitbit-projects 11 comments python
- Fake User Generator bot made with python - This is a bot I created using python. If you are interested to take a look at the source code, comment below, I will share the GitHub repository. https://t.me/FakeUserGenerator_bot 4 comments python
- Using Ruby to build VR Games: Ryan C Gordon (core contributor to libSDL) has put together a video demoing the tech. Sample source code in the comments. https://youtu.be/I_s_kyOUgzM 3 comments ruby
- Bunch of my useful Tips & Tricks for Procedural Content Generation + free-to-use code! You can test it in the online editor (link in the comment and video description). I hope that you will like it! https://www.youtube.com/watch?v=zORYFA7nXlo 5 comments gamedev
- I've been working on this animation editor to edit interactive Lottie animations without After Effects and export as code! I've gotten super useful feedback so far and a video of the UI update I'm implementing based on it is in the comments. Open to more feedback and feel free to sign up. http://lottielab.io 4 comments gamedev
- Bootstrap 5 Flask Starter - Pixel Lite design (MIT License). Using this starter beginners might code a nice website with less work - DEMO in comments https://github.com/app-generator/flask-pixel-lite 4 comments flask
- Someone opened an issue at OpenSSL's repo explaining why it's offensive to use the term "black magic" in comments inside the code. https://github.com/openssl/openssl/issues/12148#issue-638415635 177 comments programming
- Good guy Google does not strip out the copyright comments from google.com source code – check if Google is using your JavaScript library https://twitter.com/kuizinas/status/823294052510662658 11 comments javascript
- Reddit, End-to-End Encrypted Peer-to-Peer File Sharing and Chat Using Just Your (Chrome) Browser Exists TODAY. Like, you can do it RIGHT NOW. [Code and More in Comments] https://instafile.io 4 comments chrome
- I built a signal/slot implementation using c++11. It's not perfect, but I find it useful and wanted to share. Also, it's the first piece of code I ever publish, so I'm quite proud. Comments are appreciated! https://github.com/supergrover/sigslot 23 comments programming
- Facebook tracks what you decide not to post: Using the Javascript code already in your browser, Facebook was able to examine not only the status updates you intentionally choose not to share, but also the comments and posts you started to type out to your friends but then decided not to post http://socialmediatoday.com/jillian-ryan/2021176/you-are-what-you-type-facebook-tracks-what-you-decide-not-post?utm_source=buffer&utm_campaign=buffer&utm_content=buffer1ee74&utm_medium=twitter 430 comments technology
- Looks like there hasn't been a Dropbox referral party lately. I seem to be using it a lot more, specially with my Android phone. Referral code worth an extra free 250 Mb. inside comments. https://www.dropbox.com/referrals/NTcwNTcyOQ?src=global0 5 comments reddit.com