this post was submitted on 29 Sep 2023
53 points (82.7% liked)

Programmer Humor

32275 readers
283 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] 43 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;
  }
}
[–] __init__ 17 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.