惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
小众软件
小众软件
H
Help Net Security
博客园 - 聂微东
宝玉的分享
宝玉的分享
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
腾讯CDC
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
Advent of Code 2021
2021-12-07 · via Stonecharioteer on Tech

I’m working on this year’s Advent of Code problems. I have wanted to work on this live for several years now, and this year, I’ve started allocating some time to this every day.

I’m working on the problems in Python first, but I want to cover more languages. I want to learn Rust, as I’ve been saying for quite some time, but I also want to learn other languages. For the outset, the languages I’d like to target, in no particular order, are:

  1. Python
  2. Rust
  3. Golang
  4. Elixir
  5. Ruby
  6. Nodejs

My targets for doing AoC are fairly simple:

  1. I’d like to be able to code in multiple languages.
  2. I want to learn from some of the examples on /r/adventofcode
  3. I want to be able to write a CLI in all the aforementioned languages. As I’ve described in the README.rst, I’d like to run the code for a particular day using a CLI that I’m going to reimplement in each language. The CLI syntax is described in the README and I’m not replicating that here.
  4. I want to learn how to structure code in multiple languages.
  5. I want to improve my problem-solving skills.
  6. I want to start competitive programming. It’s one of the most rewarding hobbies to have, especially if you’re job hunting. I do poorly on problem-solving interviews and I want to change that.

Follow along as I’m coding, and feel free to ask me about my progress. If there’s anything interesting, I’m going to expand upon the solution within a README for the year. I’ll also attempt to recreate others’ solutions and learn from them. This should be fun!