

<feed xmlns="http://www.w3.org/2005/Atom">
  <id>https://www.rancune.org/english/</id>
  <title>Rancune.org</title>
  <subtitle>Rancune.org - Maths, electronics and bytes ...</subtitle>
  <updated>2026-03-04T21:33:06+01:00</updated>
  <author>
    <name>Rancune</name>
    <uri>https://www.rancune.org/english/</uri>
  </author>
  <link rel="self" type="application/atom+xml" href="https://www.rancune.org/english/feed.xml"/>
  <link rel="alternate" type="text/html" hreflang="en"
    href="https://www.rancune.org/english/"/>
  <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator>
  <rights> © 2026 Rancune </rights>
  <icon>/english/assets/img/favicons/favicon.ico</icon>
  <logo>/english/assets/img/favicons/favicon-96x96.png</logo>


  
  <entry>
    <title>Git sees double</title>
    <link href="https://www.rancune.org/english/posts/git-again/" rel="alternate" type="text/html" title="Git sees double" />
    <published>2025-11-23T00:00:00+01:00</published>
  
    <updated>2025-11-23T00:00:00+01:00</updated>
  
    <id>https://www.rancune.org/english/posts/git-again/</id>
    <content type="text/html" src="https://www.rancune.org/english/posts/git-again/" />
    <author>
      <name>Rancune</name>
    </author>

  
    
    <category term="code" />
    
    <category term="tools" />
    
  

  <summary>Hello folks!  A quick note-taking session, because I know I’ll forget everything if I don’t write it down :)  Since I started streaming, I often need two remotes on my git repositories: a public remote, typically GitHub or GitLab, and a private remote. The problem with this approach is that I have to type “git push” twice: once for each of my remotes. It’s a waste of time, a risk of forgetting ...</summary>

  </entry>

  
  <entry>
    <title>Here and there</title>
    <link href="https://www.rancune.org/english/posts/here/" rel="alternate" type="text/html" title="Here and there" />
    <published>2025-11-16T00:00:00+01:00</published>
  
    <updated>2025-11-16T00:00:00+01:00</updated>
  
    <id>https://www.rancune.org/english/posts/here/</id>
    <content type="text/html" src="https://www.rancune.org/english/posts/here/" />
    <author>
      <name>Rancune</name>
    </author>

  
    
    <category term="sysadmin" />
    
  

  <summary>Today, a short post to share a handy trick with you.  As many of you know, i3 has long been my favorite window manager. What a joy to be able to make xterms appear or disappear at lightning speed!  But if you’re like me, a fundamentally single-tasking being, you must find yourself constantly retyping litanies of “cd /blah/bah/blah” to reposition these new terminals in the right working director...</summary>

  </entry>

  
  <entry>
    <title>Not dead yet!!!</title>
    <link href="https://www.rancune.org/english/posts/not-dead-yet/" rel="alternate" type="text/html" title="Not dead yet!!!" />
    <published>2025-05-22T00:00:00+02:00</published>
  
    <updated>2025-05-22T00:00:00+02:00</updated>
  
    <id>https://www.rancune.org/english/posts/not-dead-yet/</id>
    <content type="text/html" src="https://www.rancune.org/english/posts/not-dead-yet/" />
    <author>
      <name>Rancune</name>
    </author>

  
    
    <category term="misc" />
    
  

  <summary>Hey there!  Time flies so fast … It’s already been three years since the last post here and it feels like it was six months ago! But then again … you’re partly to blame too, right? Because these three years have been quite busy with the streams on Twitch!  It took some dusting off of Jekyll and its dependencies, and it wasn’t easy, but here we are back in working order :)  All that’s left is to...</summary>

  </entry>

  
  <entry>
    <title>Of Pointers and Men (5)</title>
    <link href="https://www.rancune.org/english/posts/pointeurs5/" rel="alternate" type="text/html" title="Of Pointers and Men (5)" />
    <published>2022-08-07T00:00:00+02:00</published>
  
    <updated>2022-08-07T00:00:00+02:00</updated>
  
    <id>https://www.rancune.org/english/posts/pointeurs5/</id>
    <content type="text/html" src="https://www.rancune.org/english/posts/pointeurs5/" />
    <author>
      <name>Rancune</name>
    </author>

  
    
    <category term="code" />
    
    <category term="c" />
    
  

  <summary>I’m sure you’re starting to understand arrays better by now. Today, I’d like to introduce you to dynamic arrays, and through them, two functions that will accompany you throughout your entire C learning journey: malloc and free.  Are you ready? Grab a coffee, settle in comfortably, and let’s dive into a new chapter!  Static arrays and dynamic arrays  Up until now, we’ve used the following synta...</summary>

  </entry>

  
  <entry>
    <title>pkgsrc (Certificates)</title>
    <link href="https://www.rancune.org/english/posts/pkgsrc7/" rel="alternate" type="text/html" title="pkgsrc (Certificates)" />
    <published>2022-06-04T00:00:00+02:00</published>
  
    <updated>2022-06-04T00:00:00+02:00</updated>
  
    <id>https://www.rancune.org/english/posts/pkgsrc7/</id>
    <content type="text/html" src="https://www.rancune.org/english/posts/pkgsrc7/" />
    <author>
      <name>Rancune</name>
    </author>

  
    
    <category term="sysadmin" />
    
    <category term="tools" />
    
  

  <summary>Just a quick little follow-up, because I ran into this and it might help others!  Some pkgsrc operations are done over HTTPS, and it can happen that it complains about X509 certificate signers.  For example:  $ make show-go-modules # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.mod # get https://proxy.golang.org/github.com/russross/blackfriday/v2/@v/v2.1.0.mod: 	Get...</summary>

  </entry>

</feed>


