🦋 @joshnuss.com (@joshnuss) 's Twitter Profile
🦋 @joshnuss.com

@joshnuss

Software developer 🇨🇦

"Less certainty, more inquiry" 🔎

ID: 14144788

linkhttps://www.youtube.com/@josh_nussbaum calendar_today14-03-2008 03:49:51

4,4K Tweet

2,2K Followers

280 Following

🦋 @joshnuss.com (@joshnuss) 's Twitter Profile Photo

A good way to stay organized is to have a notes/todo file in the root of each project, Just add a global .gitignore rule to exclude them from git: echo -e "NOTES\nTODO" >> ~/.gitignore

🦋 @joshnuss.com (@joshnuss) 's Twitter Profile Photo

TIL: Can use CSS to make text flow like a book. 1. Stylize first letter of first paragraph with `p:first-of-type::first-letter` 2. Indent beginning of all paragraphs with `text-indent:`

TIL: Can use CSS to make text flow like a book. 

1. Stylize first letter of first paragraph with `p:first-of-type::first-letter` 
2. Indent beginning of all paragraphs with `text-indent:`
Jeffry Alvarado (@jalva_dev) 's Twitter Profile Photo

結局のところ、プログラミングは数学の延長線上にあります。プログラミングは、ある意味では数学を応用したものです。 私自身、プログラミングを専門にしてきましたが、高度な微積分や物理の授業で、プログラムを使ってシミュレーションを行いながら概念を理解していました。

結局のところ、プログラミングは数学の延長線上にあります。プログラミングは、ある意味では数学を応用したものです。

私自身、プログラミングを専門にしてきましたが、高度な微積分や物理の授業で、プログラムを使ってシミュレーションを行いながら概念を理解していました。
The Rust Dev (@the_rust_dev) 's Twitter Profile Photo

Exploring Rust with a $5 ESP32-C3 Super Mini dev board. Install Rust, set up a project, and make an LED blink. 🌟 { author: 🦋 @joshnuss.com } #DEVCommunity #RustLang dev.to/joshnuss/rust-…