<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-04-19T12:14:37Z</updated>
  <generator>https://yabu.me</generator>

  <title>Nostr notes by demofox</title>
  <author>
    <name>demofox</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://yabu.me/npub1hkl73lt3zwsr7pystdsfwytxhetawyzuvaq7ra55t3rdzrgs974sww9agh.rss" />
  <link href="https://yabu.me/npub1hkl73lt3zwsr7pystdsfwytxhetawyzuvaq7ra55t3rdzrgs974sww9agh" />
  <id>https://yabu.me/npub1hkl73lt3zwsr7pystdsfwytxhetawyzuvaq7ra55t3rdzrgs974sww9agh</id>
  <icon>https://cdn.masto.host/mastodongamedevplace/accounts/avatars/000/008/079/original/04efe1db8186b26b.jpg</icon>
  <logo>https://cdn.masto.host/mastodongamedevplace/accounts/avatars/000/008/079/original/04efe1db8186b26b.jpg</logo>




  <entry>
    <id>https://yabu.me/nevent1qqszls4arnhanpkz3pnnnazplevmydrukrvjnpz63plx9zf0urkur5gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kcle5gk</id>
    
      <title type="html">I was thinking tonight how im just not cut out for the world as ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqszls4arnhanpkz3pnnnazplevmydrukrvjnpz63plx9zf0urkur5gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kcle5gk" />
    <content type="html">
      I was thinking tonight how im just not cut out for the world as it is. Cruelty, greed, apathy, malice, violence, lies.&lt;br/&gt;But you know, I think most people arent.&lt;br/&gt;I think that&amp;#39;s the whole point. Stuff is bad and it needs to be fixed. This aint working.
    </content>
    <updated>2026-04-17T03:39:59Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsfvn7xhuqfvq8a2qn5zjkeqqdwt8k5dgwh7n9udsuwzrka86ftxnqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k502ksr</id>
    
      <title type="html">im not sure if this is a good thing or a bad thing :/ I assume it ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsfvn7xhuqfvq8a2qn5zjkeqqdwt8k5dgwh7n9udsuwzrka86ftxnqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k502ksr" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyvx8f4elxu2u8l67684534480de0agvs9wt4vhh4azvq6yuqy0rswghmp6&#39;&gt;nevent1q…hmp6&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;im not sure if this is a good thing or a bad thing :/&lt;br/&gt;I assume it must be bad
    </content>
    <updated>2026-03-13T23:23:41Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsfcltcp8agl6jk6hfchy6h8yqcuey74rkd4duu4mjgh6c6r53j72szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k2gqymu</id>
    
      <title type="html">I miss the point about this topic. They could be deterministic. A ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsfcltcp8agl6jk6hfchy6h8yqcuey74rkd4duu4mjgh6c6r53j72szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k2gqymu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsx8t87pqnxudvwfqrldl062fvsp7rnp9y3j4gun6hqtt5rcgrsmas6gx3fm&#39;&gt;nevent1q…x3fm&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I miss the point about this topic. They could be deterministic. A seeded prng and then the same input gives the same output.&lt;br/&gt;What am I missing?
    </content>
    <updated>2026-02-27T05:21:34Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsfwccg9gpgkyvetng69wwwlwhs3kdr4awgnrxx93l6qezevfd3eqszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kfz4876</id>
    
      <title type="html">Hey All, I made a header only C&#43;&#43; library where it&amp;#39;s 1 line ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsfwccg9gpgkyvetng69wwwlwhs3kdr4awgnrxx93l6qezevfd3eqszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kfz4876" />
    <content type="html">
      Hey All, I made a header only C&#43;&#43; library where it&amp;#39;s 1 line of code to init, then you can start writing to pixels on the screen.&lt;br/&gt;&lt;br/&gt;I call it thirteen.h, as it is inspired by the simplicity of the 13h days.&lt;br/&gt;&lt;br/&gt;Examples include a mandelbrot viewer and a playable mine sweeper game.&lt;br/&gt;&lt;br/&gt;MIT licensed.&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://github.com/Atrix256/Thirteen&#34;&gt;https://github.com/Atrix256/Thirteen&lt;/a&gt;&lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/116/055/610/443/271/583/original/9d9313edbdd7e058.png&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/116/055/613/085/029/562/original/f97fdd7d834af646.png&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/116/055/613/541/058/918/original/143e1b2d0d1ed936.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-02-12T03:50:12Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8dalns24heq46vehezfxfs0cla7vsalt2u3cx8c0649tk9x23t9qzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kx4fgf4</id>
    
      <title type="html">this reminds me of when Picard touched an artifact and lived the ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8dalns24heq46vehezfxfs0cla7vsalt2u3cx8c0649tk9x23t9qzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kx4fgf4" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstja54vrl6kp6tnzm7yxqz9cyy7ftdkxlps93rxtz8l9hatlrd74cqdu62a&#39;&gt;nevent1q…u62a&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;this reminds me of when Picard touched an artifact and lived the life of an ancient person.&lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/116/037/574/780/829/463/original/edfdbda64af42ee4.jpeg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2026-02-08T23:21:18Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsd3zsm6gcc8gq3ahhaxynse8vdzv4t9e2agwdvsk000faesxjys2szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kpqfey6</id>
    
      <title type="html">Interviewer: can you reverse a string? Me: would you like to see ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsd3zsm6gcc8gq3ahhaxynse8vdzv4t9e2agwdvsk000faesxjys2szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kpqfey6" />
    <content type="html">
      Interviewer: can you reverse a string?&lt;br/&gt;&lt;br/&gt;Me: would you like to see a random access invertible shuffle iterator which visits the items in a low discrepancy sequence to improve results in stochastic algorithms?&lt;br/&gt;&lt;br/&gt;Interviewer: uhhh?&lt;br/&gt;&lt;br/&gt;Me: how bout a point set that is hyper uniform over both space, and separately, time?&lt;br/&gt;&lt;br/&gt;Whenever I have to interview again that is how it&amp;#39;s going to go down, and will probably result in rejection 😂
    </content>
    <updated>2026-02-06T00:44:36Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9xtf6sjemx49e376rgppuhvl6wnlmyern44set5u7ve6390n08zgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kkrrl04</id>
    
      <title type="html">haha so true</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9xtf6sjemx49e376rgppuhvl6wnlmyern44set5u7ve6390n08zgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kkrrl04" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsfypnaktqs40k7df8wmglw2sstepx5693ymkhcgu5fzya2exjlx2c5aczrp&#39;&gt;nevent1q…czrp&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;haha so true
    </content>
    <updated>2025-11-26T18:40:37Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswa7my8k87zpudey59f4r8j40s8u7x8lazjd2prq7q7vqne3z6e4gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kga5quf</id>
    
      <title type="html">Not going to read the article but wondering what aspect of fight ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswa7my8k87zpudey59f4r8j40s8u7x8lazjd2prq7q7vqne3z6e4gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kga5quf" />
    <content type="html">
      Not going to read the article but wondering what aspect of fight club.&lt;br/&gt;Making soap?&lt;br/&gt;The literal fist fighting?&lt;br/&gt;The desire to erase debt?&lt;br/&gt;&lt;br/&gt;Im ok never knowing, going to leave this one toy imagination&lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/115/617/439/541/451/413/original/aec1e89a2eb717cd.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-11-26T18:36:31Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs9jyc8f374as2tm0dlqfruqrd37e3yv2vczame2c6zukm70jafakszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7wld2n</id>
    
      <title type="html">im a graphics programmer in game development, without a degree, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs9jyc8f374as2tm0dlqfruqrd37e3yv2vczame2c6zukm70jafakszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7wld2n" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqstx9tsw2yj73uw6yj64jsqysm63zgasj005qkjzne0qsdnjh4rpsgdxzyqu&#39;&gt;nevent1q…zyqu&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;im a graphics programmer in game development, without a degree, and your explanation makes sense to me.
    </content>
    <updated>2025-10-25T16:14:58Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsx2yspx2lqnydz0daaga5324av2fndc8ed2su88enf3mhec8jfaeczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k527028</id>
    
      <title type="html">yeah that is where it comes from. Trying to understand why is ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsx2yspx2lqnydz0daaga5324av2fndc8ed2su88enf3mhec8jfaeczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k527028" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszx6rdaunmhwdm0fshx8sjd3eaw7lqdt7m208464zgyjdurtcdh0ctjtpnl&#39;&gt;nevent1q…tpnl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah that is where it comes from. Trying to understand why is what&amp;#39;s throwing me.&lt;br/&gt;Why should this intersection be at the most irrational value?&lt;br/&gt;What other deeper meaning might there be here?&lt;br/&gt;Not in the &amp;#34;golden spiral is everywhere&amp;#34; sense, but in the &amp;#34;phi drives the optimal 1d low discrepancy sequence&amp;#34; sense :P
    </content>
    <updated>2025-10-14T22:01:01Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsy65z96jnyk6rcccda4dqxz2rm22q5ad9d9edmmgatwaa84l8dupgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kv50rud</id>
    
      <title type="html">I just found out that y=x^2 intersects the unit circle at (&#43;/- ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsy65z96jnyk6rcccda4dqxz2rm22q5ad9d9edmmgatwaa84l8dupgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kv50rud" />
    <content type="html">
      I just found out that y=x^2 intersects the unit circle at (&#43;/- sqrt(1/phi), 1/phi).&lt;br/&gt;Im not really sure what to think about this or how to feel about it, but I am shook.
    </content>
    <updated>2025-10-14T21:36:41Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsp58mt58smx6km9atxt2uvfg5jsr74l4n69qus3utn6v4rn8nqvjqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k8gua3k</id>
    
      <title type="html">Friends, I have been having a ton of really great ideas :) ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsp58mt58smx6km9atxt2uvfg5jsr74l4n69qus3utn6v4rn8nqvjqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k8gua3k" />
    <content type="html">
      Friends, I have been having a ton of really great ideas :)&lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/115/063/593/437/517/183/original/5f5a6a36eeba7de2.jpg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-08-20T23:06:08Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs0esyt7wc9x5zj8ufcxrz3lflvzsvytf3yc3sd08ux7mp0q77zhnqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6krfqfwn</id>
    
      <title type="html">is it a bug on their side due to type casting maybe?</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs0esyt7wc9x5zj8ufcxrz3lflvzsvytf3yc3sd08ux7mp0q77zhnqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6krfqfwn" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxj9h8jz07v4enl522qzr7c7g9xauky8k766zwef6h7f80k9gj2vgr8n085&#39;&gt;nevent1q…n085&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;is it a bug on their side due to type casting maybe?
    </content>
    <updated>2025-08-13T22:48:39Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsz0ys07wptql5vuszyc7wqwkywnwnrvhrmrf9uv4carf89jcgpkwczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7nrf0k</id>
    
      <title type="html">and eating just the parts folks complain they are violating 😂</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsz0ys07wptql5vuszyc7wqwkywnwnrvhrmrf9uv4carf89jcgpkwczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7nrf0k" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxmer0nk6ahjsfvtuxzzat2u9amcttwmktsm2g5cvp5kpp8740m9sswelmq&#39;&gt;nevent1q…elmq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;and eating just the parts folks complain they are violating 😂
    </content>
    <updated>2025-08-06T17:10:24Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsqv5wnckql8tau8eyhmcsr2c7ewqyklqm847u5ujcpjku6pm2xk2gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kuph8xf</id>
    
      <title type="html">I linked someone my resume on discord and an hour later I got a ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqv5wnckql8tau8eyhmcsr2c7ewqyklqm847u5ujcpjku6pm2xk2gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kuph8xf" />
    <content type="html">
      I linked someone my resume on discord and an hour later I got a recruiter email from discord.&lt;br/&gt;Yikes.&lt;br/&gt;What else are they scanning for?
    </content>
    <updated>2025-07-29T17:40:44Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8twwgs25a2q5mkyhkyjdjg6wmn5vyp3wrg0smtcusd4ulvau5juczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kte8j6k</id>
    
      <title>Nostr event nevent1qqs8twwgs25a2q5mkyhkyjdjg6wmn5vyp3wrg0smtcusd4ulvau5juczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kte8j6k</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8twwgs25a2q5mkyhkyjdjg6wmn5vyp3wrg0smtcusd4ulvau5juczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kte8j6k" />
    <content type="html">
       &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/114/825/238/901/866/177/original/9de1a2ec114e0f2d.jpeg&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2025-07-09T20:48:21Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsr3g3wugu9emzu6gaayt7m2j7e4j2wcph9xf0235k2smka39wztyszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6krg6mv6</id>
    
      <title type="html">Ok I think i regret watching deer hunter and i suggest nobody ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsr3g3wugu9emzu6gaayt7m2j7e4j2wcph9xf0235k2smka39wztyszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6krg6mv6" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsgx740959pdlllpvmy3q8ke825mj97j30w0jyxrhst983rmy50jsghqxcxd&#39;&gt;nevent1q…xcxd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;Ok I think i regret watching deer hunter and i suggest nobody else watches it either. That was a dark ass movie.
    </content>
    <updated>2025-05-08T21:53:58Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgx740959pdlllpvmy3q8ke825mj97j30w0jyxrhst983rmy50jsgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kxpe0kr</id>
    
      <title type="html">Taking advantage of being bed ridden sick yesterday (better ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgx740959pdlllpvmy3q8ke825mj97j30w0jyxrhst983rmy50jsgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kxpe0kr" />
    <content type="html">
      Taking advantage of being bed ridden sick yesterday (better today!) I watched waterhsip down, and started watching the deer hunter. In the past people said these movies were brutal and I avoided them, but am seeing for myself.&lt;br/&gt;Watership down was rabbits being very human and being complete jerks to each other.&lt;br/&gt;Deer hunter.. im 1 hour in of 3 and it&amp;#39;s just been a wedding so far. Hmm!
    </content>
    <updated>2025-05-08T13:24:40Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswhfcth22tqmuk8gw22mruzuthujpshjjf7qxa9p0yyzepsxexl5gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqkcgfj</id>
    
      <title type="html">i had no idea anything was being planned. I&amp;#39;m sure I&amp;#39;m ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswhfcth22tqmuk8gw22mruzuthujpshjjf7qxa9p0yyzepsxexl5gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqkcgfj" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsz9mkq2pacgk93y8qgkqr4h8w2nrxe85wzyqpllue0k33pfud0j7c4udfkp&#39;&gt;nevent1q…dfkp&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;i had no idea anything was being planned. I&amp;#39;m sure I&amp;#39;m not the only one!
    </content>
    <updated>2025-04-19T22:45:25Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsp9gs9fs4ew63cwmcr7myf5ysvp0ud49jck36vs6gm58ady33tj2gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqeeegy</id>
    
      <title type="html">as another American, 100% agree. We don&amp;#39;t want any of ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsp9gs9fs4ew63cwmcr7myf5ysvp0ud49jck36vs6gm58ady33tj2gzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqeeegy" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsvmhzul6elk8l7750dlujksxkvjs8fuv26xjs720vnzvg944qs4dc0t03ek&#39;&gt;nevent1q…03ek&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;as another American, 100% agree.&lt;br/&gt;We don&amp;#39;t want any of what&amp;#39;s going on and are doing what we can, but any help from the outside is much appreciated.
    </content>
    <updated>2025-03-20T00:16:56Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqst5rf32kf0u2afxqvthd3qjxmaz5ntvu685kazfjrfmq360fcvsxgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kjcgej6</id>
    
      <title type="html">An article about an algorithmic advancement for leaving ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqst5rf32kf0u2afxqvthd3qjxmaz5ntvu685kazfjrfmq360fcvsxgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kjcgej6" />
    <content type="html">
      An article about an algorithmic advancement for leaving preallocated space between sorted objects in a way that minimizes how much you have to move things around for an arbitrary insert.&lt;br/&gt;&lt;a href=&#34;https://www.quantamagazine.org/new-book-sorting-algorithm-almost-reaches-perfection-20250124/&#34;&gt;https://www.quantamagazine.org/new-book-sorting-algorithm-almost-reaches-perfection-20250124/&lt;/a&gt;
    </content>
    <updated>2025-01-25T22:05:19Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstnqrrjka92ugyax7my5ltxtxfxpyvgscqejfcgl0lcelq7xy3rlczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7ux02c</id>
    
      <title type="html">yeah, so you can &amp;#34;least squares fit&amp;#34; points while going ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstnqrrjka92ugyax7my5ltxtxfxpyvgscqejfcgl0lcelq7xy3rlczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7ux02c" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsplv4jrzttxf3vuja4s722sv4mvvzs5yrrwkhc7j2qh0nu08zqvdsycn963&#39;&gt;nevent1q…n963&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah, so you can &amp;#34;least squares fit&amp;#34; points while going through them once, pretty easily. Check this blog post about it. The first section &amp;#34;bilinear surface fitting&amp;#34; is exactly this.&lt;br/&gt;&lt;a href=&#34;https://blog.demofox.org/2017/01/02/incremental-least-squares-surface-and-hyper-volume-fitting/&#34;&gt;https://blog.demofox.org/2017/01/02/incremental-least-squares-surface-and-hyper-volume-fitting/&lt;/a&gt;&lt;br/&gt;It mentions a previous post that starts out with curves, while this one talks about surfaces. This is that post in case helpful for understanding better:&lt;br/&gt;&lt;a href=&#34;https://blog.demofox.org/2016/12/22/incremental-least-squares-curve-fitting/&#34;&gt;https://blog.demofox.org/2016/12/22/incremental-least-squares-curve-fitting/&lt;/a&gt;
    </content>
    <updated>2025-01-07T15:10:14Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsr3jvwnyxx7e6vsd74av5u5qgqjfh904xjcy7g3n8209j5jyr0yrgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kn7capp</id>
    
      <title type="html">hey! Quaternions are actually used directly fairly commonly too, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsr3jvwnyxx7e6vsd74av5u5qgqjfh904xjcy7g3n8209j5jyr0yrgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kn7capp" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyz55gvvlwwlv6qhyfs56wt593qf8saf4c6ug24rpcg8a08thzl5sfk70vt&#39;&gt;nevent1q…70vt&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;hey! Quaternions are actually used directly fairly commonly too, and converted into matrices as the last step before use. One place they are used directly is in skeletal animation.
    </content>
    <updated>2024-12-23T23:07:55Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqspvr4uj0cjqy4elgymss6x7zn56uhtlpc62n8dwhnszwzlcv8fydczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k0p8rxu</id>
    
      <title type="html">how weird. This must have been AI generated because it&amp;#39;s all ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqspvr4uj0cjqy4elgymss6x7zn56uhtlpc62n8dwhnszwzlcv8fydczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k0p8rxu" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqnlfxyfsa0x0gfhwmadyfta9v3juyd04rhzlph3wel8x0eevrdvqcpcecx&#39;&gt;nevent1q…cecx&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;how weird. This must have been AI generated because it&amp;#39;s all kinds of wrong.
    </content>
    <updated>2024-11-30T23:06:20Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs8z2hacvng2szh232nclxvu5m7760es57klan20sjl8dqqxjf8fdgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k5ldfqd</id>
    
      <title type="html">do you know why they did that? I haven&amp;#39;t seen anything ban ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs8z2hacvng2szh232nclxvu5m7760es57klan20sjl8dqqxjf8fdgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k5ldfqd" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszfe5y6ltltt84husdllhfy4vm3kkr4zz4x7a5wxtnvny2ftel7pg93nq4k&#39;&gt;nevent1q…nq4k&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;do you know why they did that? I haven&amp;#39;t seen anything ban worthy from you....
    </content>
    <updated>2024-11-24T16:57:21Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsx7032f42j36ks0gp3qvya5guzr7lnpsp5cynt6tee4x8dvsheaegzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kh5xkzc</id>
    
      <title type="html">is one done in linear space and the other in srgb space??</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsx7032f42j36ks0gp3qvya5guzr7lnpsp5cynt6tee4x8dvsheaegzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kh5xkzc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsxqxxj7v55txrrsa8t5d3a6aupekgevs7crnjmywsd88am3se6meq5y7we0&#39;&gt;nevent1q…7we0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;is one done in linear space and the other in srgb space??
    </content>
    <updated>2024-11-14T03:30:05Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs95gllh3s89qw5k8lctv9djjqld5avv48zz9amd5r3xu4zf7hc94szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kjpqclw</id>
    
      <title type="html">watch out for the reaper leviathans</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs95gllh3s89qw5k8lctv9djjqld5avv48zz9amd5r3xu4zf7hc94szyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kjpqclw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqszgfyfzjyjy7xt6sam7edxatkgd0qvcq2l8uglrvtha7ym6t2q4psdqfwg7&#39;&gt;nevent1q…fwg7&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;watch out for the reaper leviathans
    </content>
    <updated>2024-10-15T00:28:19Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstpwhr0qfm6nkfwf2qlmyfy77ns3hjrawse6gcf9xyuqs9dlw98yczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kgzhkrr</id>
    
      <title type="html">holy shit. Google is backing up your facts. Insane. ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstpwhr0qfm6nkfwf2qlmyfy77ns3hjrawse6gcf9xyuqs9dlw98yczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kgzhkrr" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs045z97rhf6cehtjj9xtma43jg3kg0t34f69apvgvgxp3semzfgugc4xhzs&#39;&gt;nevent1q…xhzs&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;holy shit. Google is backing up your facts. Insane.&lt;br/&gt;Congratulations on escaping mentally and physically. That couldn&amp;#39;t have been easy.
    </content>
    <updated>2024-10-09T17:41:45Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsznuxwm4wgzm6h2s8ta7sle2rday42svjyhguj3v5tvkgz0nvcclczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqgyuae</id>
    
      <title type="html">ha! How much of that is true? Go watch the movie, you might dig ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsznuxwm4wgzm6h2s8ta7sle2rday42svjyhguj3v5tvkgz0nvcclczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kqgyuae" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsy93km2mvdr9c4n0lkkrfyh4mjcfzv95lrtxnfk4h9y3zw20dxhjs0gzvr5&#39;&gt;nevent1q…zvr5&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;ha! How much of that is true?&lt;br/&gt;Go watch the movie, you might dig it!
    </content>
    <updated>2024-10-09T17:31:33Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs05vq5hl024g8nj9e44cztk30tlatva5dld8z0urvuhzdhuppfs3qzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6khf7pl2</id>
    
      <title type="html">yeah. Remember in never ending story when the knight without self ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs05vq5hl024g8nj9e44cztk30tlatva5dld8z0urvuhzdhuppfs3qzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6khf7pl2" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs9lryu06lvnekswrpuqf64j3qgz5v3h20fvp8q5jz9dely7275g4qm97wkl&#39;&gt;nevent1q…7wkl&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;yeah. Remember in never ending story when the knight without self doubt got lasered at the sphinx gate?&lt;br/&gt;Atreyu had self doubt enough to dodge when the lasers shot.&lt;br/&gt;Never forget!
    </content>
    <updated>2024-10-09T17:21:09Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs2hjlrj5zja8c8unmkgqd800ntktq6nzw0j9kpvnvvw9h57e09v0czyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kl6706q</id>
    
      <title type="html">also, in the state of California, it was shown that iq tests bias ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs2hjlrj5zja8c8unmkgqd800ntktq6nzw0j9kpvnvvw9h57e09v0czyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kl6706q" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs2uslcu7mzga33qlwy6rqm6s3f4jkfhmgl0s509t7te3r7yw22pequqv8ns&#39;&gt;nevent1q…v8ns&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;also, in the state of California, it was shown that iq tests bias towards higher socio economic status white person academic culture.  So if a person identities themselves as &amp;#34;African american&amp;#34; on a form, a school is legally not allowed to give any test which reports it&amp;#39;s score as an &amp;#34;IQ&amp;#34;. It&amp;#39;s fine to give if the test calls the score something else.&lt;br/&gt;The world is a strange place, but it is for sure full of biases and stereotypes.&lt;br/&gt;Individuality is too much work to support 🙄
    </content>
    <updated>2024-10-09T17:15:27Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqs2uslcu7mzga33qlwy6rqm6s3f4jkfhmgl0s509t7te3r7yw22peqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kfmhy60</id>
    
      <title type="html">my wife is an educational psychologist. I myself am a self ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqs2uslcu7mzga33qlwy6rqm6s3f4jkfhmgl0s509t7te3r7yw22peqzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kfmhy60" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg3qf0fnw3hz76m7h858andv6fygpt399n6dqpgwzqrq6hlkhqshch8k09f&#39;&gt;nevent1q…k09f&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;my wife is an educational psychologist.&lt;br/&gt;I myself am a self taught, no degree, computer science / game dev / graphics researcher working with PhDs and known in my field for my work.&lt;br/&gt;So, this topic resonates with me too. Don&amp;#39;t sweat it 😀
    </content>
    <updated>2024-10-09T17:12:37Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsg3qf0fnw3hz76m7h858andv6fygpt399n6dqpgwzqrq6hlkhqshczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k9hun65</id>
    
      <title type="html">if it helps, there is no singular IQ test or IQ measurement. ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsg3qf0fnw3hz76m7h858andv6fygpt399n6dqpgwzqrq6hlkhqshczyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k9hun65" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsyrdpv2d9nd4cmtwj3v3przvvha6sw0ypl4dpy7w95gmd4rnw29ccjg0scn&#39;&gt;nevent1q…0scn&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;if it helps, there is no singular IQ test or IQ measurement. There are various tests made with different research and then statistically normed with a bias towards whoever was easier for the academics to get access to (people closer to academic circles!).&lt;br/&gt;In other words, don&amp;#39;t sweat it. It isn&amp;#39;t what you think it is.&lt;br/&gt;Tests like that can help you understand your strengths and weaknesses though, which can help you get closer to reaching your potential.
    </content>
    <updated>2024-10-09T17:10:45Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsrl7wlwjlstcr4apsdkmwz0hjt0u5x5u2a44xk4zfw0hwx7367y9czyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kzp8nzm</id>
    
      <title type="html">I think i just realized something - is a chromatic aberration ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsrl7wlwjlstcr4apsdkmwz0hjt0u5x5u2a44xk4zfw0hwx7367y9czyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kzp8nzm" />
    <content type="html">
      I think i just realized something - is a chromatic aberration effect just depth of field with frequency specific (per color channel) dof settings?
    </content>
    <updated>2024-09-25T20:56:57Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqstu23ktvdtdjgd6z7jzfwmrn5fajyz6eyr2cwtwn4vu4ctwuqtgugzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6ktl95pw</id>
    
      <title type="html">new logging API dropped</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqstu23ktvdtdjgd6z7jzfwmrn5fajyz6eyr2cwtwn4vu4ctwuqtgugzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6ktl95pw" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsw2f3f8kcznt28kauvlpktk36jswt4d8gll2f24a6er47apjzq20c9jtywq&#39;&gt;nevent1q…tywq&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;new logging API dropped
    </content>
    <updated>2024-09-22T19:15:23Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsrxx8qy7g5g20mjyxk247mzljk6vujr35k4eg05e5ks0dpa7j9rsszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7z6ryw</id>
    
      <title type="html">OK here is my big announcement. For the past couple years ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsrxx8qy7g5g20mjyxk247mzljk6vujr35k4eg05e5ks0dpa7j9rsszyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6k7z6ryw" />
    <content type="html">
      OK here is my big announcement. For the past couple years I&amp;#39;ve been working on a rapid prototyping and development platform for real time rendering.&lt;br/&gt;TL;DR - use nodes in a node graph to string together compute shaders, ray gen shaders, draw calls, etc. View it in a viewer that supports hot reloading. When you are done, generate code that would pass a code review. (Currently only DX12 code gen is public. More coming in future!)&lt;br/&gt;&lt;a href=&#34;https://github.com/electronicarts/gigi&#34;&gt;https://github.com/electronicarts/gigi&lt;/a&gt;&lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/012/193/962/279/432/original/4a3e94f6bce01e2e.png&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/012/194/475/144/851/original/4b9fc0fe1c8c1333.png&#34;&gt; &lt;br/&gt; &lt;img src=&#34;https://cdn.masto.host/mastodongamedevplace/media_attachments/files/113/012/194/973/318/001/original/260feb3422db62b4.png&#34;&gt; &lt;br/&gt;
    </content>
    <updated>2024-08-23T16:10:18Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqspdsy5f8avc5tacfksdlqlsgyk5pjy4edwq5fcxfyyy64aq78fwxgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kla0x5m</id>
    
      <title type="html">I recorded a short 2 minute video showing an example of how math ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqspdsy5f8avc5tacfksdlqlsgyk5pjy4edwq5fcxfyyy64aq78fwxgzyz7ml68awyf6q0cyjpdkp9c3v6l904cst3n5rc0kj3wyd5gdzqh6kla0x5m" />
    <content type="html">
      I recorded a short 2 minute video showing an example of how math can be useful for programming.&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=hFn6s_deCmo&#34;&gt;https://www.youtube.com/watch?v=hFn6s_deCmo&lt;/a&gt;
    </content>
    <updated>2024-08-04T20:52:21Z</updated>
  </entry>

</feed>