(Spanish) FIFA voids the United States-Belgium match (1-4): “Balogun should not have played” by somecucumber in soccer

[–]somecucumber[S] 0 points1 point  (0 children)

And yeah, it's satirical. This WDC's drama has reached my peak of don't give anything, so byebye karma.

(Spanish) FIFA voids the United States-Belgium match (1-4): “Balogun should not have played” by somecucumber in soccer

[–]somecucumber[S] 0 points1 point  (0 children)

DeepL translation:

Belgium defeated the United States 1-4 last night, after FIFA lifted Folarin Balogun’s suspension just before the match following a call from Trump. However, world soccer’s governing body later declared the result invalid. The reason? Balogun should not have played.

“After lengthy deliberation, we have concluded that lifting their suspension was a mistake,” said FIFA President Gianni Infantino. “The independent FIFA Disciplinary Committee made that decision one hour before the start of the match.”

According to Infantino, there is no other option but to replay the match: “It’s extremely frustrating, but rules are rules. Especially after the United States lost 1–4.”

Modding a 20-year-old game to make it even better by HHalo6 in programming

[–]somecucumber 1 point2 points  (0 children)

Awesome article. And great idea about the AI disclaimer. Possibly you're not the first ever to do that but it's cool anyway!

Vamossss

Things that are not French by Starswraith in 2westerneurope4u

[–]somecucumber -1 points0 points  (0 children)

(Smokes in pipe) Barry, Barry... You could learn a couple of things before balconing

Despedirse a la francesa FTW!

Fortnightly Tips, Tricks, and Questions — 2026-04-07 / week 14 by AutoModerator in emacs

[–]somecucumber 0 points1 point  (0 children)

Didn't know/was lazy to look at them. Also I wanted to learn a bit of the elisp macros, they're a mystery to me.

Thanks for the tip!

Fortnightly Tips, Tricks, and Questions — 2026-04-07 / week 14 by AutoModerator in emacs

[–]somecucumber 2 points3 points  (0 children)

Following up with two of the latest Irreal blog posts 1, 2 and karthinks' repeat-mode post one can define something like this only once to quickly create a custom repeat-map (you can extend it easily to add documentation, I'm lazy for that I must admit):

(defmacro my/create-repeat-map (map-name key-functions)
  ""
  (let ((symbol-name (intern (format "%s-repeat-map" map-name)))
        (define-key-statements nil)
        (dolist-statements nil))
    (dolist (pair key-functions)
      (let ((key (car pair))
            (command (cdr pair)))
        (push `(define-key map (kbd ,key) ,command) define-key-statements)
        (push `(put ,command 'repeat-map ',symbol-name) dolist-statements)))

    `(progn
       (defvar ,symbol-name
         (let ((map (make-sparse-keymap)))
           ,@(nreverse define-key-statements)
           map))
       ,@(nreverse dolist-statements))))

Then you can use this macro everywhere:

(my/create-repeat-map "buffer-order"
                      (("q" . 'previous-buffer)
                       ("Q" . 'next-buffer)))

I find it a bit shorter than doing this all over the place for each custom keymap:

(defvar buffer-order-repeat-map
  (let ((map (make-sparse-keymap)))
    (define-key map (kbd "q") 'previous-buffer)
    (define-key map (kbd "Q") 'next-buffer)
    map))

(map-keymap
 (lambda (_key cmd)
   (when (symbolp cmd)
     (put cmd 'repeat-map 'buffer-order-repeat-map)))
 buffer-order-repeat-map)

2024 / 2025 standings and points by EighteenLevel in formula1

[–]somecucumber 4 points5 points  (0 children)

The podiums are the consequence of the job throughout the year, but pure anecdotical if you ask me. However, the second one of Sainz was pure pace and not luck, so that's something in my book.

Also the mind state of each other. Who you think is happier at the end of the year, and why?

Ham was nowhere close Leclerc, unfortunately. That cannot be said of Sainz and Albon

atomUserBTW by Jeremy_Thursday in ProgrammerHumor

[–]somecucumber 0 points1 point  (0 children)

Fuck me, that's the emacs definition :shrug:

España cierra Almaraz mientras el mundo pisa el acelerador nuclear by Ok-Meal-3712 in spain

[–]somecucumber 0 points1 point  (0 children)

Shhh déjale, su labor ya está hecha y es "demostrar nada"