Consider this snippet of c:
```c
void f(int *x);
void g(void) {
struct {
int foo;
char bar;
struct foo *baz;
int *biz;
void (*booze)(void);
struct {
int foo;
char bar;
} bones;
} x;
f(&x.
```
The cursor is at the very end of the file, and the envir...
Thread
Stories related to "Why is the quality of code autocomplete so low?" across the full archive.
Consider this snippet of c:
```c
void f(int *x);
void g(void) {
struct {
int foo;
char bar;
struct foo *baz;
int *biz;
void (*booze)(void);
struct {
int foo;
char bar;
} bones;
} x;
f(&x.
```
The cursor is at the very end of the file, and the envir...
Why Skylake CPUs Are Sometimes 50% Slower β How Intel Has Broken Existing Code
(aloiskraus.wordpress.com)
Why Skylake CPUs are sometimes 50% slower β How Intel has broken existing code
(aloiskraus.wordpress.com)
Iβve been thinking about this:<p>- We obsess over code quality, architecture, and scaling.<p>- But we rarely βdebugβ distribution β why people sign up, how they discover us, or why they leave.<p>For those of you who have built something that actually took off β what made the biggest difference:<p>1....
Hi,<p>I am on the mid-plan (paid) and using the web interface and in the last weeks the quality of Claude's output quality decreased dramatically. The model used is Sonnet 4.5 and my workflow is copy/pasting code and inspecting the diffs.<p>It changes code it shouldn't change, even ma...
Happy Thanksgiving! For context, the only time I've been exposed to "good quality code" was when I interned at a YC startup. I am creating my own startup at the moment. I keep hearing that LLMs create "bad quality code" and wondered what that meant? I've been trying to ...
I enjoy using Codeforces for competitive programming β the problems and community are great.<p>However, the site is often very slow:<p>- During contests, the site can become extremely slow or even crash.<p>- The rating page (filtering by country, organization, etc.) can be laggy and prone to crashin...