this post was submitted on 29 Sep 2023
54 points (82.9% liked)

Programmer Humor

32291 readers
21 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 44 points 1 year ago (2 children)
.users {
  id: int !primary-key;
  name: text;
}

.users::insert {
  id: 1;
  name: "John doe";
}

@query (max: 10) {
  .user {
    display: table;
  }
  .users id {
    display: none;
  }
}
[–] [email protected] 18 points 1 year ago

Thanks, I hate it.

[–] [email protected] 15 points 1 year ago (1 children)

They both feel so wrong, I love it.

[–] [email protected] 8 points 1 year ago

I think I need to lie down.