Viewing profile — theptrk
theptrk
HN member- Joined
- Thu, Jan 23, 2014, 11:23 PM UTC
- HN karma
- 258
- Public activity
- 70 items
- HN profile
- View on Hacker News ↗
About theptrk
Recent public activity
-
comment
Comment #45099356
Long weekend, chance to explore a basic tool using coding agent. Nice to see, any command you can run in the terminal is a potential tool.
- story
-
comment
Comment #42253527
I would pay for the outline of this book.
-
comment
Comment #41704783
thanks for the tip. my battery is definitely getting crushed so i might need to mirror that local logging for ios. But yes, the usefulness of it all will be the big question. I tra…
-
comment
Comment #41693927
Oh nice. I feel like so many things affect my sleep including diet, mood, how long it’s been since I doom scrolled. I wonder if any of that can help you investigate.
-
comment
Comment #41692915
The "me database" tracking my gps for physical location, urls visited, etc.. This way I can search through all my physical and computer activity to answer questions like: how many …
-
comment
Comment #39450155
There should be awards for this type of content. Andrew Ng series and Karpathy series as first inductees to the hall of fame.
-
comment
Comment #39305502
docker ps is sometimes too wide for me to read. like antirez ( http://antirez.com/news/140 ) ChatGPT helped me write this script that I wouldn't have written otherwise
- story
-
comment
Comment #37331109
You gotta try “fd”
-
comment
Comment #36047546
Nice work highlighting that "Life In The Big City" classic from the Ben Avery days
-
comment
Comment #35858576
I tried to make a youtube video exploring the code and it was fairly short https://www.youtube.com/watch?v=Joby-58DuBE . I think if the prompts were put front and center in the doc…
-
comment
Comment #34552891
Todidlist: https://todidlist.com I built a web version of my original plaintext did.txt file. Plaintext is great for computers but I wanted a way to do a "did" ritual on iOS device…
- story
- story
-
comment
Comment #23139061
https://www.freecodecamp.org/news/cjn-google-sheets-as-json-... The output needs some parsing but I tried this and it works: Sheet: https://docs.google.com/spreadsheets/d/1Ze0mrYyT…
-
comment
Comment #22631038
Drawing these illustrations are super helpful for info absorption while learning. I drew these while taking the Andrew Ng Coursera ML course. https://theptrk.com/2020/02/12/notes-f…
-
comment
Comment #22631000
I think drawing your own flash cards/ illustrations while taking a course like Andrew Ng’s Coursera course is a good way to start.
- story
-
comment
Comment #22311118
Hi all, wanted to share illustrated notes I took on the Coursera Machine Learning course from Andrew Ng. This covers weeks 1-5.
- story
-
comment
Comment #22291512
Heres a vim shortcut for something like this: `alias did="vim +'normal Go' +'r!date' ~/did.txt"` More: https://theptrk.com/2018/07/11/did-txt-file/
-
comment
Comment #19930270
I originally had a simple vim shortcut that would open my did.txt file but switching computers made this less universal so I created a server to accept "dids". This is v1, any sugg…
- story
- story