[-] lelgenio@lemmy.ml 52 points 8 months ago
[🌽].pop() == 🍿
[-] lelgenio@lemmy.ml 54 points 1 year ago

Hummmm, you decided to intervene and kill someone who was not in danger in order to save a greater number of people. Where have I seen that before? /s

Also, play this game, it's pretty funny: https://neal.fun/absurd-trolley-problems/

53
809
submitted 1 year ago by lelgenio@lemmy.ml to c/196@lemmy.blahaj.zone
649
325
submitted 1 year ago by lelgenio@lemmy.ml to c/memes@lemmy.ml

Picture of a warning sign depicting a person on a wheelchair speeding downhill into a crocodile

242
submitted 1 year ago by lelgenio@lemmy.ml to c/greentext@lemmy.ml
265
submitted 1 year ago by lelgenio@lemmy.ml to c/196@lemmy.blahaj.zone

Alt: 3 Advertisements of mice (two computer mice, one pregnant single rat)

159
submitted 1 year ago by lelgenio@lemmy.ml to c/memes@lemmy.ml
447
Ruleeeeeeeg (lemmy.ml)
submitted 1 year ago by lelgenio@lemmy.ml to c/196@lemmy.blahaj.zone
907
submitted 1 year ago by lelgenio@lemmy.ml to c/memes@lemmy.ml
1025
400
submitted 2 years ago by lelgenio@lemmy.ml to c/196@lemmy.blahaj.zone
666
Planes :) (lemmy.ml)
submitted 2 years ago by lelgenio@lemmy.ml to c/memes@lemmy.ml
[-] lelgenio@lemmy.ml 39 points 2 years ago

This is called "art".
This is the legacy and heritage of the West.
This is what men of the West fight, sacrifice and die for.
This is victory.
#DeusVult

\s

[-] lelgenio@lemmy.ml 44 points 2 years ago
.users {
  id: int !primary-key;
  name: text;
}

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

@query (max: 10) {
  .user {
    display: table;
  }
  .users id {
    display: none;
  }
}
[-] lelgenio@lemmy.ml 48 points 2 years ago* (last edited 2 years ago)
CREATE TABLE display (
    id INT PRIMARY KEY,
    display_property TEXT
);

INSERT INTO display (id, display_property)
VALUES
(1, 'block'),
(2, 'inline-block'),
(3, 'flex');

CREATE TABLE divs (
    id INT PRIMARY KEY,
    inner_html TEXT,
    display INT REFERENCES display(id)
);

INSERT INTO divs (id, inner_html , display)
VALUES
(1, 'div1', 1),
(2, 'div2', 2),
(3, 'div3', 3);
[-] lelgenio@lemmy.ml 42 points 2 years ago

Reminder that yeet is a keyword in rust

view more: ‹ prev next ›

lelgenio

joined 5 years ago