Remove 2014 Remove Benchmarking Remove Blog Remove Programming
article thumbnail

Real-Real-World Programming with ChatGPT

O'Reilly

So far I’ve read a gazillion blog posts about people’s experiences with these AI coding assistance tools. I’m a professor who is interested in how we can use LLMs (Large Language Models) to teach programming. Swift Papers felt like a well-scoped project to test how well AI handles a realistic yet manageable real-world programming task.

article thumbnail

The Return of the Frame Pointers

Brendan Gregg

2014: Java in Flames Broken Java Stacks (2014) When I joined Netflix in 2014, I found Java's lack of frame pointer support broke all application stacks (pictured in my 2014 Surge talk on the right). Don't blame the straw, in this case, don't blame the frame pointers. Adding anything will cause the same effect.

Java 145
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? How would you _time_ time?

Speed 40
article thumbnail

Progress Delayed Is Progress Denied

Alex Russell

As an engineer on a browser team, I'm privy to the blow-by-blow of various performance projects, benchmark fire drills, and the ways performance marketing (deeply) impacts engineering priorities. With each team, benchmarks lost are understood as bugs. Delayed three years ( Chrome 40, November 2014 vs. Safari 11.1,

Media 145
article thumbnail

World’s Top Web Performance Leaders To Watch

Rigor

Jake is a developer advocate at Google working with the Chrome team to develop and promote web standards and developer tools, as well as a contributor to the Chromium blog. He keeps an updated archive of his blogs, articles, speaking engagements. You can find Barry blogging at tunetheweb.com or follow him on Twitter @ tunetheweb.

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. Its documentation has set a benchmark that beats anything from react camp.