René Nyffenegger (@renenyffenegger) 's Twitter Profile
René Nyffenegger

@renenyffenegger

Researching digital data .etc

ID: 2758307593

linkhttp://www.renenyffenegger.ch calendar_today23-08-2014 09:28:24

1,1K Tweet

292 Followers

231 Following

SQL Daily (@sqldaily) 's Twitter Profile Photo

Turn #JSON objects to rows and columns with #SQL using JSON_TABLE SELECT * FROM JSON_table ( jobj, '$.path' COLUMNS ( ... ) ) Expand arrays to rows with JSON_table ( '[1,2,3]', '$[*]' COLUMNS ( c1 path '$' ) ) See more examples by René Nyffenegger at renenyffenegger.ch/notes/developm…

Adib Hanna (@adib_hanna) 's Twitter Profile Photo

vim motions should really be on the OS level, not just editor. We should be able to control everything with vim key bindings

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

Some notes on querying the Swiss Zefix (zentraler Firmenindex = central business name index) with curl on a shell: renenyffenegger.ch/notes/developm…

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

This is well worth a read: Ken Thomson - Reflections on Trusting Trust You can't trust code that you did not totally create yourself. cs.cmu.edu/~rdriley/487/p…

This is well worth a read:

Ken Thomson - Reflections on Trusting Trust

You can't trust code that you did not totally create yourself.

cs.cmu.edu/~rdriley/487/p…
René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

Einfluss der KI auf den eMailverkehr: Ich kriege zunehmend eMails, die mit "Ich hoffe, diese Nachricht erreicht sie gut" beginnen.

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

I just found out that my domain renenyffenegger.ch is in the top 1000 list of domains of switch (the registry of .ch) which prompted me to publish all domains that were at least once in this list along with the <title> and description: domain.db.renenyffenegger.ch/ch/top-1000

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

Trying to naively determine Wikipedia trends over the past year: opendata.renenyffenegger.ch/Wikimedia/tren… While not perfect, this still provides some insight into the sentiment of the period.

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

So, Perplexity occasionally asks me to compare two generated answers. In german, I have to compare between the "linke Antwort" and the "richtige Antwort" (= correct answer) - because "right answer" can be translated as "rechte Antwort" or "richtige Antwort" (which is wrong)

So, <a href="/perplexity_ai/">Perplexity</a>  occasionally asks me to compare two generated answers. In german, I have to compare between the "linke Antwort" and the "richtige Antwort" (= correct answer) - because "right answer" can be translated as "rechte Antwort" or "richtige Antwort" (which is wrong)
René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

Isn’t it interesting that Zürich, Switzerland's most populous municipality, comes last alphabetically when ordering its municipalities?

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

For a project I am currently working on, I needed a multithreaded web server in a Windows environment. I've published the streamlined version of the source code on my website: renenyffenegger.ch/notes/web/webs…

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

I created a website with similar flags for my godchild and her brother. We had quite some fun figuring out which country belongs to which flag: renenyffenegger.ch/misc/similar-f…

I created a website with similar flags for my godchild and her brother. We had quite some fun figuring out which country belongs to which flag:

renenyffenegger.ch/misc/similar-f…
René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

So, @grokipedia has two entries about AI? grokipedia.com/page/Artificia… and grokipedia.com/page/Artificia… (which is partly french)

René Nyffenegger (@renenyffenegger) 's Twitter Profile Photo

I've created a simple python module to load AI model data from models.dev into an SQLite database: ReneNyffenegger/db-AImodels: Load AI models from models.dev into an SQLite database