Show HN: Scratching an Itch with Gemini Code
1 ポイント投稿者 satran0 コメント
# To Read
- [ ] [Ask HN: How do you keep track of articles you want to read?](https://news.ycombinator.com/item?id=17637835)
# Read
- [x] [why children aren’t behaving and what you can do about it](https://www.npr.org/sections/ed/2018/06/02/611082566/why-children-arent-behaving-and-what-you-can-do-about-it)
This is a short interview with the author of the book “The Good News About Bad Behavior“. It’s interesting how the author talks about disciplining kids.
The good thing about plain text is you can create any organizing method you like. If you want tags just create them :) If an article was useless I remove it. It uses basic github flavoured markdown format that I can render if I want to. # 16/07/2018
- read about did.txt on HN
- [ ] write about log.txt on HN
- cost: 2.9€ coffee at 93
I grep for - [ ] to see my incomplete tasks, and add an x like - [x] when the task is complete. When the file grows large I move months to separate files.
Just recently I wanted the M-x shell to support OSC 8 links(you can click them to go to a file), and all it required was to write a small function to do so. This function goes into the thousand odd lines of lisp that I have curated over a 16 years. It is an editor that keeps evolving.