TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How do you track what you learn?

7 点作者 pipu大约 9 年前
I would like to know your recommendation for a tool to track what you&#x27;ve learned this day&#x2F;week&#x2F;month etc.<p>Some sort of a service where you could easily write notes about the stuff you came accross while developing something.<p>For instance if I find a very useful link that shows me the correct way to do something, I would like to write that down somewhere with a simple explanation using my own words.

5 条评论

arrmn大约 9 年前
A few weeks ago there was a post[0][1] on hn from a guy who wrote a daily til for a whole year.<p>I stole his idea[1] and created jekyll blog on Github, I can just create a new .md file and put the things for the til down. With the new upload feature from github you can also just write the md file locally and just drop it in.<p>I like it so far, just need to get in the habit of writing it down daily.<p>[0] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11068902" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=11068902</a> [1] <a href="https:&#x2F;&#x2F;github.com&#x2F;jbranchaud&#x2F;til" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jbranchaud&#x2F;til</a> [2] <a href="http:&#x2F;&#x2F;arminmsg.github.io&#x2F;blog&#x2F;til&#x2F;" rel="nofollow">http:&#x2F;&#x2F;arminmsg.github.io&#x2F;blog&#x2F;til&#x2F;</a> <a href="http:&#x2F;&#x2F;arminmsg.github.io&#x2F;blog&#x2F;til&#x2F;" rel="nofollow">http:&#x2F;&#x2F;arminmsg.github.io&#x2F;blog&#x2F;til&#x2F;</a>
评论 #11166421 未加载
kennyfrc大约 9 年前
Apart from keeping track, a related problem I&#x27;m facing is making sure that I am able to re-implement what I&#x27;m doing.<p>So what I do is the following:<p>1. I break down what I&#x27;ve learned into steps or checklists<p>2. I then put these into Scrivener<p>3. Each topic that I&#x27;ve learned has it&#x27;s own page<p>Here&#x27;s a small example from my notes around PDF generation + attachments in Rails. This is just the overall picture -- each bullet point expands to another bunch of notes which has actual code details.<p>* build a mailer with mail(to:, from: content:)<p>* build a controller what delivers that content<p>* the controller should render a notice that says that the post has been successfully created &lt;via a respond_to method&gt;<p>* make sure that you configure the SMTP settings<p>* build a pdf creator (PrawnPDF::Base) =&gt; this initializes a PDF w&#x2F; some view_context<p>* configure a MIME type within config&#x2F;initializers<p>* configure a controller that triggers a respond_to for this<p>* add a button that links to think Printable receipt<p>* save the PDF into some foldere<p>* insert a paperclip file type into the migration<p>* add this intot he user model<p>* go back to the PDF &#x2F; order controller and then add a custom path to save the PDF (pdf.render file…)<p>* then save that file inside teh database &amp; set it to the certificate
hanniabu大约 9 年前
I usually just keep notes in plain text files and save the likes in an organized bookmark directory of folders so I can easily find relevant links. I do like what the other commenter suggested about the markdown files on github though, but I&#x27;m not sure what the best way to navigate those would be.
julio-r大约 9 年前
I generally use Google Keep that syncs between my devices, but I&#x27;m not completely happy with it.
zwetan大约 9 年前
personally I use a local wiki to keep notes, links, research etc.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;gollum&#x2F;gollum" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;gollum&#x2F;gollum</a>