- Niet zelfmoord plegen
- Niet torturen (misbruik maken van anderen, c.q. moedwillig pijn veroorzaken)
- Wel lief 💖
- Privacy wel respecteren
- Gun elkaar wel slaap
- Bij de keuze fascisme of anti-fascisme dan kies je wel anti-fascisme
- Wel mortaliteitsbesef hebben (dus leer dat vroeg => want je gaat een keer dood)
- Niet dom zijn (wel interesse in het Goede, Schone, Ware)
(for researchers who don’t merely use AI, but work alongside it)
AI [^*] is no longer a tool but a cognitive environment. AI is increasingly embedded in everyday research, shaping how problems are explored, results are produced, and work is coordinated. AI is now part of how research is actually done.
| #!/usr/bin/env python3 | |
| """ | |
| pdf_to_bibtex.py - Academic PDF to BibTeX Converter | |
| ==================================================== | |
| Automatically extract bibliographic metadata from academic PDFs using Grobid | |
| and CrossRef, generating a clean BibTeX file with consistent AuthorYYYY citation keys. | |
| INPUT FORMAT | |
| ------------ |
“dan denk ik dat, gegeven deze transgressie, het in ons wederzijds belang is om onze middelen te delen om zo tot een betere toekomst te bouwen”
“echter, gegeven deze transgressie, lijkt het mij het gezien onze gedeelde belangen, gezamenlijk beneficial om elkaar te helpen in deze bijzondere humanitaire crisis”
“geef ons wat tijd, om ons voortschrijdend inzicht het werk voor ons te laten doen, zodat we samen kunnen delen in onze gemeenschappelijke toekomst”
“dit is niet leuk, voor niemand niet, laat staan de onschuldigen in een conflict als deze; dat had niet gehoeven. Laten we dan ook niet alleen ons spijt, maar ook onze dankbaarheid, betuigen dat we nog bestaan”
“in het geval van wederzijdse escalatie met als doel wereldwijde vernietiging, dan zal onze strategie een van overgave zijn aan de winnende partij”
In this fantasy proxy fantasized me is being being interrogated for a job interview. But it's an unusual one: dimly lit as if a crime scene investigation. Unease and tension. 3 blank stares and a subject: me.
Why did you apply for program C-51?
I have an idea
Before we proceed could you state your name, data and place of birth, and the current date?
I am Joël Kuiper, born 21st of January 1988 in Leeuwarden, today is 20-07-2023
Proceed.
| #!/usr/bin/env bb | |
| (require '[babashka.http-client :as client]) | |
| (require '[cheshire.core :as json]) | |
| (require '[babashka.fs :as fs]) | |
| (require '[clojure.string :as str]) | |
| (require '[babashka.process :refer [shell] :as p]) | |
| (defn read-edn-path | |
| [path] |
| (ns vortext.esther.jna.llama | |
| (:gen-class) | |
| (:refer-clojure :exclude [remove printf]) ;; [WARNING] | |
| (:require [com.phronemophobic.clong.gen.jna :as gen] | |
| [clojure.edn :as edn] | |
| [babashka.fs :as fs] | |
| [clojure.java.io :as io])) | |
| (def library-options | |
| {com.sun.jna.Library/OPTION_STRING_ENCODING "UTF8"}) |
| Supermicro CSE-813MFTQ-441CB BLACK | |
| 1xProcessor: Intel(R) Xeon(R) CPU E5-2620 v3 (6/12) @ 2.40GHz | |
| 8x16GB DDR4 (128GB) Max Capable Speed: 2133 MHz | |
| 2x2TB Samsung SSD 860 | |
| 2x240GB Intel SSDSC2BB24 | |
| 1x10Gtek Intel E10G42BTDA 82599ES Chip 10GbE Ethernet | |
| Supermicro Case 2U 920W CSE-826BE16-R920LPB | |
| 2xProcessor: Intel(R) Xeon(R) CPU E5-2680 v3 (12/24) @ 2.50GHz | |
| 8x16GB DDR4 (128GB) Max Capable Speed: 2133 MHz |
| import os | |
| import shutil | |
| import glob | |
| import re | |
| import dateutil.parser as dp | |
| import pandas as pd | |
| base_dir = "L_frames" | |
| output_dir = "by_week" | |
| files = glob.glob(os.path.join(base_dir, "*")) |
| (ns app.keycloak | |
| (:require | |
| [app.config :as config] | |
| [clj-http.client :as client] | |
| [taoensso.timbre :refer [info debugf infof]] | |
| [expiring-map.core :as em] | |
| [buddy.auth.protocols :as proto] | |
| [buddy.auth.http :as http] | |
| [buddy.auth :refer [authenticated?]] | |
| [buddy.core.codecs :as codecs] |