Page 24 of 128 (2551 total posts)

April 2023

17-04-2023
Camp Chef Smoke Vault 24

Camp Chef Smoke Vault 24" Review

Source: amazingribs.com

Many gas smokers have limited temperature range and can't get down and hold low and slow temps of 225⁰. We reviewed this big beauty that can go down to 160⁰ and crank up to 400⁰! AND it converts to natural gas so you don't have to worry about you LP tank running out. We tested this model and gave it our AmazingRibs.com Platinum Medal.

Tags: smoker barbq cookling grill propane-gas
15-04-2023
Building GitHub with Ruby and Rails | The GitHub Blog

Building GitHub with Ruby and Rails | The GitHub Blog

Source: github.blog

Since the beginning, GitHub.com has been a Ruby on Rails monolith. Today, the application is nearly two million lines of code and more than 1,000 engineers collaborate on it daily. We deploy as often as 20 times a day, and nearly every week one of those deploys is a Rails upgrade. Upgrading Rails weekly Every […]

Tags: ruby rails github ci scale deploy build docker how-to

March 2023

28-03-2023
Falsehoods Programmers Believe About Names | Kalzumeus Software

Falsehoods Programmers Believe About Names | Kalzumeus Software

Source: kalzumeus.com
Notes:

The attached article is an absolute classic. Chuckleworthy but also useful and interesting. No one has ever fact-checked it though. I wonder if it is all true? Check out the article! (P.s. I like this one so much I think I’ve posted it before, it hopefully not too recently!

Tags: programmers misconceptions names international
19-03-2023
Zed - Code at the speed of thought

Zed - Code at the speed of thought

Source: zed.dev

Just to prove that theres never the last word on anything, especially programmers editors. I thought history ended with vscode. But take a look st this, pretty tantilizing! Author says: “Code at the speed of thought. Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.”

Notes:

A very interesting new text editor. Looks a lot like vscode. Playing with it. It is written in RUST which is always now the key to being a cool app. It is very very fast. But it does not have all the plugins I rely on.

Tags: vscode editor cool-tools programmers-editor
03-03-2023
The Missing Semester of Your CS Education

The Missing Semester of Your CS Education

Source: missing.csail.mit.edu

Classes teach you all about advanced topics within CS, from operating systems to machine learning, but there’s one critical subject that’s rarely covered, and is instead left to students to figure out on their own: proficiency with their tools. We’ll teach you how to master the command-line, use a powerful text editor, use fancy features of version control systems, and much more!

Tags: education software-engineering explainer course computerscience

February 2023

24-02-2023
CheatGPT

CheatGPT

Source: blog.humphd.org

If you teach programming, this is a very insightful article. It doesnt solve anything though. From the author: “This week I stepped out of one world and landed in another.  It started while I was marking assignments in a few of my programming courses.The quality of the code I was reading was amazing!  My students were doing the sorts of things that my open source peers do.”

Tags: teaching cheating programming asessment grades chatgpt