Page 6 of 141 (2810 total posts)
NovaNova –The beautiful, fast, flexible, native Mac code editor from Panic.
Git is simply too hardGit is simply too hard –Git is actually sooo hard. Not just to learn, but also to use consistently. And I say that as a person who used it for probably over ten years. Here’s my thoughts on the matter.
Memory AllocationMemory Allocation –For those of you learning C or C++, this article is a great and detailed tutorial. Also useful if you are studying operating systems.
Daily ChatGPT — I have been using ChatGPT on a daily basis. Not for joking or playing but for work. It is like a super search engine combined with a fallible expert. When I tell this story to various people they seem surprised and ask “Give me an example.” I have so many. So this will be a series of daily examples where ChatGPT made a difference. By the way, people love to say, ChatGPT is nothing more than fancy autocomplete. While they may be technically correct (and I doubt they are) you cannot ignore ChatGPT feats that look nothing like autocomplete.
Daily ChatGPT: Solve a simple network traversal — Tell me how this is simple word completion. Can this be broadened to a more complicated network. Could it be used for some kind of semi-intelligent navigation? ## Prompt: Assume a map that is described in sentences, with node names and costs to go between nodes. Here is map1: Node A costs 5 to go...