<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <updated>2026-04-25T19:47:02Z</updated>
  <generator>https://yabu.me</generator>

  <title>Nostr notes by Panicz Maciej Godek</title>
  <author>
    <name>Panicz Maciej Godek</name>
  </author>
  <link rel="self" type="application/atom+xml" href="https://yabu.me/npub1l2m5cl8ht5glpepf8e7yqt8h8jaqz0r00jgu6dndr6l8nqgra8msjfzzej.rss" />
  <link href="https://yabu.me/npub1l2m5cl8ht5glpepf8e7yqt8h8jaqz0r00jgu6dndr6l8nqgra8msjfzzej" />
  <id>https://yabu.me/npub1l2m5cl8ht5glpepf8e7yqt8h8jaqz0r00jgu6dndr6l8nqgra8msjfzzej</id>
  <icon>https://files.functional.cafe/accounts/avatars/109/325/497/743/842/472/original/062dbec051d484b7.jpeg</icon>
  <logo>https://files.functional.cafe/accounts/avatars/109/325/497/743/842/472/original/062dbec051d484b7.jpeg</logo>




  <entry>
    <id>https://yabu.me/nevent1qqsqx849zthnt9qr8hy4wsmegypas3x2v0ukl2n0tujpyp0u4w08njqzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwlt545z</id>
    
      <title type="html">I&amp;#39;ve been using Claude for over a month now (paid ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqx849zthnt9qr8hy4wsmegypas3x2v0ukl2n0tujpyp0u4w08njqzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwlt545z" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs95llqs7h35kl67hfjagns6kjhju6anmzyhzujaypc9yznmnt8hcg7re2dc&#39;&gt;nevent1q…e2dc&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I&amp;#39;ve been using Claude for over a month now (paid subscription), and I used it to build a fairly advanced website for a friend to run his photo studio, with a Kanban board, chat and notifications.&lt;br/&gt;&lt;br/&gt;(Previously he used a work-flow based on Trello and Google Spreadsheets)&lt;br/&gt;&lt;br/&gt;I can&amp;#39;t say this is how I imagine a perfect development workflow, but I think it&amp;#39;s a fairly good remedy to the way web development sucks in the today&amp;#39;s world.&lt;br/&gt;&lt;br/&gt;Previously I also used ChatGPT to vibe-code an appointment calendar app, and it generated a fairly good scaffolding, but I had to fix some stuff myself (because apparently it was losing context very easily, even though the entire thing was fairly small), but with Claude I had nothing to complain on so far.&lt;br/&gt;&lt;br/&gt;(Plus the CLI integrates fairly nicely with my workflow)&lt;br/&gt;&lt;br/&gt;I plan to give it a try with some more advanced tasks later on, but honestly I expect it to fail on most things that are non-standard.
    </content>
    <updated>2026-01-19T14:19:20Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqspu4t5ea6p30grs82zufna4kh23pehrdrpgp9t5eey9kde9s56h7gzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwjzkaff</id>
    
      <title type="html">when I designed my own instruction set for a virtual machine, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqspu4t5ea6p30grs82zufna4kh23pehrdrpgp9t5eey9kde9s56h7gzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwjzkaff" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs0ydqxm3senruzk0xzchz8sadrjdnqd4h7qv23k56dge8cawggqyqd70xt0&#39;&gt;nevent1q…0xt0&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;when I designed my own instruction set for a virtual machine, instructions were written as&lt;br/&gt;&lt;br/&gt;destination := source1 operator source2&lt;br/&gt;&lt;br/&gt;and so.&lt;br/&gt;&lt;br/&gt;The fact that we have two competing operand orders is perfectly dumb.
    </content>
    <updated>2025-12-15T08:32:53Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsgf0jhx3gwqkgf6ascp25mg53zs3hqzxchpma3nkgpk6za778lwfczyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwcsemam</id>
    
      <title type="html">do you have any specific pointers to Apple&amp;#39;s C extension with ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsgf0jhx3gwqkgf6ascp25mg53zs3hqzxchpma3nkgpk6za778lwfczyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwcsemam" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsqvwncjywmga6d434utumzxj87upe5vqc2p3yaxpest6r405mpdkctv2kgd&#39;&gt;nevent1q…2kgd&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;do you have any specific pointers to Apple&amp;#39;s C extension with higher-order functions?&lt;br/&gt;&lt;br/&gt;(I know that GCC has an extension called &amp;#34;nested functions&amp;#34;, but I couldn&amp;#39;t find anything equivalent in clang)
    </content>
    <updated>2025-06-12T08:00:30Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqswpelmk8c7n4dnq5qr867jmfydnljeq4g90uyjdpzn6t268kc5pkqzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwd8n8kf</id>
    
      <title type="html">the alternative I see is that they don&amp;#39;t take help from their ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqswpelmk8c7n4dnq5qr867jmfydnljeq4g90uyjdpzn6t268kc5pkqzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lwd8n8kf" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqs8fmyj8qscc263gt49pj9x924ccgvhxzspjne0nnmrevc8z5ke2zcdpdzef&#39;&gt;nevent1q…dzef&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;the alternative I see is that they don&amp;#39;t take help from their parents, thus pumping up the pockets of landlords and bankers?
    </content>
    <updated>2024-12-02T10:17:09Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsqjx4pagjxrdutnv7m9rx0k7p7ujdlq8payjhjruarl4hypf0zzzgzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw95585r</id>
    
      <title type="html">I wonder if you pronounce code in your head as you read it to me, ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsqjx4pagjxrdutnv7m9rx0k7p7ujdlq8payjhjruarl4hypf0zzzgzyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw95585r" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsg74autryr5rfkcqpaljpcznzakua0cgmu9ms0rhk23pa65hr0ajsfq5lyj&#39;&gt;nevent1q…5lyj&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I wonder if you pronounce code in your head as you read it&lt;br/&gt;&lt;br/&gt;to me, figuring out arity is not a problem - but the lack of such hints obscures the roles of arguments, which I&amp;#39;d consider more problematic.&lt;br/&gt;&lt;br/&gt;Consider&lt;br/&gt;&lt;br/&gt;memcpy(a, b, c) // I didn&amp;#39;t make it up!&lt;br/&gt;&lt;br/&gt;vs&lt;br/&gt;&lt;br/&gt;(copy-memory! #;to a #;from b #;of-size c)&lt;br/&gt;&lt;br/&gt;&lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1d72nf73xnu02a6234ftnhd993pl7jsfkumhp8vlqmtqg05hz6xrqlr0m5w&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;LR&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1d72…0m5w&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1ulmgm8jdfwj420yrdxzzmysfwg960kvk4fq8xsums95csrquwxnq8s279k&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Khleedril&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1ulm…279k&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt; &lt;span itemprop=&#34;mentions&#34; itemscope itemtype=&#34;https://schema.org/Person&#34;&gt;&lt;a itemprop=&#34;url&#34; href=&#34;/npub1z8rjwhwhg8dna3cq0uz6hded2rdqlegj7lrvcs7s0zd56yj9fdasfgmrq6&#34; class=&#34;bg-lavender dark:prose:text-neutral-50 dark:text-neutral-50 dark:bg-garnet px-1&#34;&gt;&lt;span&gt;Devine Lu Linvega&lt;/span&gt; (&lt;span class=&#34;italic&#34;&gt;npub1z8r…mrq6&lt;/span&gt;)&lt;/a&gt;&lt;/span&gt;
    </content>
    <updated>2024-10-27T09:03:31Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqspmg6m896qw4kc9z7sre5dcdeua4etrw9y6498rg7tstukkyvr9lszyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw3nacxc</id>
    
      <title type="html">I don&amp;#39;t know if I understand you correctly, but a few years ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqspmg6m896qw4kc9z7sre5dcdeua4etrw9y6498rg7tstukkyvr9lszyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw3nacxc" />
    <content type="html">
      In reply to &lt;a href=&#39;/nevent1qqsr6mfsp4w3mrgyfky5gusccyt4z3kxv304m7e3wf2fvkpq4y6tydgq7gh79&#39;&gt;nevent1q…gh79&lt;/a&gt;&lt;br/&gt;_________________________&lt;br/&gt;&lt;br/&gt;I don&amp;#39;t know if I understand you correctly, but a few years ago I wrote this (about my experience with Scheme programming):&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.quora.com/How-do-you-think-code-as-used-in-programming-should-be-pronounced/answer/Panicz-Godek&#34;&gt;https://www.quora.com/How-do-you-think-code-as-used-in-programming-should-be-pronounced/answer/Panicz-Godek&lt;/a&gt;
    </content>
    <updated>2024-10-26T20:45:36Z</updated>
  </entry>

  <entry>
    <id>https://yabu.me/nevent1qqsxkf397sqz4e64l3gerf8qm5ejhf8ftu9062c2ep26sdt4kgk3muszyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw8kdrjc</id>
    
      <title type="html">#Scheme Workshop live stream: ...</title>
    
    <link rel="alternate" href="https://yabu.me/nevent1qqsxkf397sqz4e64l3gerf8qm5ejhf8ftu9062c2ep26sdt4kgk3muszyratwnru7aw3ru8y9yl8cspv7u7t5qfuda7frnfkd50tu7vpq05lw8kdrjc" />
    <content type="html">
      #Scheme Workshop live stream:&lt;br/&gt;&lt;br/&gt;&lt;a href=&#34;https://www.youtube.com/live/KQJ-Xl1ULGU?feature=shared&#34;&gt;https://www.youtube.com/live/KQJ-Xl1ULGU?feature=shared&lt;/a&gt;
    </content>
    <updated>2024-09-07T07:05:09Z</updated>
  </entry>

</feed>