Skip to content

Instantly share code, notes, and snippets.

using System;
using System.Collections.Generic;
namespace HideAndSeek
{
class Program
{
static void Main(string[] args)
{
foreach(var s in countDownTo(10)){
@DevWouter
DevWouter / keybase.md
Created April 15, 2021 15:33
keybase.md

Keybase proof

I hereby claim:

  • I am devwouter on github.
  • I am devwouter (https://keybase.io/devwouter) on keybase.
  • I have a public key ASD4ji8YjOoOsfqd8qdg_IKfIE3rN7zIhuCbTH7r0B7-2Ao

To claim this, I am signing this object:

using System;
namespace Dummy
{
class Program
{
private static void Header(string title)
{
Console.WriteLine(new string('=', 79));
Console.WriteLine(title);

Installing node on WSL

  1. Install WSL and ubuntu (from the windows store)
  2. Run the WSL
  3. Install NVM (see: https://github.com/nvm-sh/nvm
  4. Restart the session
  5. Run nvm install --lts node
////////////////////////////////////////////////////////////////
// Below is an example of how Audio drivers work in video games
// and how you interact with them. It's a bit simplified but if
// you have no prior knowledge it should give you some general
// idea how it works and what the limitations are.
//
// A more complex example would go more in to details about:
// - How a DspNode works (here we only use it)
// - Events in music files (for example: "Loop this part 4 times
// and then start back at the beginning")

AI can't reason

Below is an edited transcript I had with the AI (DeepseekR1) which to me proofs that AI can't reason.

The discussion was done using Ollama and in a single chat I said the following:

  1. Remember the number 6
    • It returns the incorrect answer in which it provides meaning to the number 6, instead of confirming it will remember.
  2. When was the second world war?
  • It provides the incorrect answer of September 1, 1939 - June 1945 instead of 1 September 1939 – 2 September 1945 which can be found on wikipedia, a difference of 3 months..