Forwarded from Hacker News (yahnc_bot)
Write code that is easy to delete, not easy to extend (2016) https://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to
Tumblr
Write code that is easy to delete, not easy to extend.
“Every line of code is written without reason, maintained out of weakness, and deleted by chance” Jean-Paul Sartre’s Programming in ANSI C.
Every line of code written comes at a price: maintenance. To...
Every line of code written comes at a price: maintenance. To...
Forwarded from Hacker News (yahnc_bot)
Brain connectivity levels are equal in all mammals, including humans: study https://www.aftau.org/press-release---brain-connectivity---july-20-2020
Forwarded from Hacker News (yahnc_bot)
Semgrep: Lightweight static analysis for many languages https://github.com/returntocorp/semgrep
GitHub
GitHub - semgrep/semgrep: Lightweight static analysis for many languages. Find bug variants with patterns that look like source…
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code. - semgrep/semgrep
About coding the“FizzBuzz” interview question | by Michele Riva | Noteworthy - The Journal Blog
https://blog.usejournal.com/about-coding-the-fizzbuzz-interview-question-9bcd08d9dfe5
https://blog.usejournal.com/about-coding-the-fizzbuzz-interview-question-9bcd08d9dfe5
Medium
About coding the“FizzBuzz” interview question
The “Fizz-Buzz test” is an interview question designed to help filter out the 99.5% of programming job candidates.
FizzBuzz In Too Much Detail — Tom Dalling
https://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/
https://www.tomdalling.com/blog/software-design/fizzbuzz-in-too-much-detail/
The 'FizzBuzz' Programming Test: A Case-Based Exploration of Rhetorical Style in Code | Computational Culture
http://computationalculture.net/the-fizzbuzz-programming-test-a-case-based-exploration-of-rhetorical-style-in-code/
http://computationalculture.net/the-fizzbuzz-programming-test-a-case-based-exploration-of-rhetorical-style-in-code/
Forwarded from Hacker News (yahnc_bot)
Show HN: TinyPilot – Build a KVM over IP using a Raspberry Pi https://mtlynch.io/tinypilot/
mtlynch.io
TinyPilot: Build a KVM Over IP for Under $100
Using only a Raspberry Pi and an $11 video capture dongle, you can create your own KVM over IP device, allowing you to send keyboard input to a remote computer and capture its display.
Forwarded from Hacker News (yahnc_bot)
My thoughts in response to the lawsuit against the Internet Archive http://blog.archive.org/2020/07/22/libraries-have-been-bringing-older-books-to-digital-learners-four-publishers-sue-to-stop-it/
Internet Archive Blogs
Libraries have been bringing older books to digital learners: Four publishers sue to stop it - Internet Archive Blogs
Brewster Kahle shares his thoughts about how libraries have been bringing older books to digital learners and the lawsuit trying to stop it.
augustbradley 的 Youtube 视频
Notes & Ideas Vault 📝💡 Notion Database
Notes & Ideas Vault 📝💡 Notion Database
YouTube
Notes & Ideas Vault 📝💡 Notion Database
In this video I demonstrate the Notes & Ideas Vault, a Notion database where we can quickly capture and organize thought on the fly and enable them to re-surface contextually at the right place ta the right time. Happy to answer any questions in the comments…
Forwarded from Newlearnerの自留地 (賈思敏)
#GitHub情报 #SSH #APP
Secretive - 一款存储和管理 SSH 密钥的应用程序
https://github.com/maxgoedjen/secretive
💡 特点
- 快速生成及管理公钥
- 公钥存储在 Secure Enclave,较存储在硬盘更安全
- 支持使用 TouchID, 密码输入完成授权
- 支持使用 Smart Card 如 ( YubiKey ) 完成授权
- 授权成功后系统通知
⚠️ 注意
- 该程序只支持带 Touch Bar 以及 Touch ID 的 MacBook Pro
- 无法导入目前存在的密钥
- 只存储 256-bit elliptic curve 的私钥
🔨 通过 brew cask 安装
👀 把生成好的公钥传到 VPS 的 SSH 中,可以实现 VPS 快速登陆。另外,大家记得保存好自己的私钥。
📘 关联阅读:
1⃣️ 公钥、私钥及非对称加密
2⃣️ 将 Terminal 中 sudo 之后的键入密码改为指纹认证
3⃣️ 自制 FIDO Key 第一期:使用Google OpenSK
频道:@NewlearnerChannel
Secretive - 一款存储和管理 SSH 密钥的应用程序
https://github.com/maxgoedjen/secretive
💡 特点
- 快速生成及管理公钥
- 公钥存储在 Secure Enclave,较存储在硬盘更安全
- 支持使用 TouchID, 密码输入完成授权
- 支持使用 Smart Card 如 ( YubiKey ) 完成授权
- 授权成功后系统通知
⚠️ 注意
- 该程序只支持带 Touch Bar 以及 Touch ID 的 MacBook Pro
- 无法导入目前存在的密钥
- 只存储 256-bit elliptic curve 的私钥
🔨 通过 brew cask 安装
brew cask install secretive👀 把生成好的公钥传到 VPS 的 SSH 中,可以实现 VPS 快速登陆。另外,大家记得保存好自己的私钥。
📘 关联阅读:
1⃣️ 公钥、私钥及非对称加密
2⃣️ 将 Terminal 中 sudo 之后的键入密码改为指纹认证
3⃣️ 自制 FIDO Key 第一期:使用Google OpenSK
频道:@NewlearnerChannel