article thumbnail

Real-Real-World Programming with ChatGPT

O'Reilly

The inspiration (and title) for it comes from Mike Loukides’ Radar article on Real World Programming with ChatGPT , which shares a similar spirit of digging into the potential and limits of AI tools for more realistic end-to-end programming tasks. Setting the Stage: Who Am I and What Am I Trying to Build?

article thumbnail

C++ safety, in context

Sutter's Mill

I chair the ISO C++ standards committee and I work for Microsoft, but these are my personal opinions and I hope they will invite more dialog across programming language and security communities. When I say “safety” unqualified here, I mean programming language safety, which benefits both software security and software safety.

C++ 139
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. Was there some other program consuming CPU, like a misbehaving Ubuntu service that wasn't in CentOS? How would you _time_ time?

Speed 126
article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. Was there some other program consuming CPU, like a misbehaving Ubuntu service that wasn't in CentOS?

Speed 52
article thumbnail

The Speed of Time

Brendan Gregg

These strange questions came to the fore back in 2014 when Netflix was switching services from CentOS Linux to Ubuntu, and I helped debug several weird performance issues including one I'll describe here. Was there some other program consuming CPU, like a misbehaving Ubuntu service that wasn't in CentOS? How would you _time_ time?

Speed 40
article thumbnail

React vs Vue comparison- what is the best choice for 2021?

Enprowess

Created by Evan You, Vue had its first public appearance in 2014. JSX provides you the flexibility of the whole programming language with temporary variables, flow controls and the ability to reference JS values directly in scope. It expands on many concepts found in React and Angular.