<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: TalePunk</title>
    <description>The latest articles on DEV Community by TalePunk (@talepunk).</description>
    <link>https://dev.to/talepunk</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2174349%2Fa1f3cff8-e359-4da1-ba37-fe2f94a056e9.png</url>
      <title>DEV Community: TalePunk</title>
      <link>https://dev.to/talepunk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/talepunk"/>
    <language>en</language>
    <item>
      <title>Debian in WSL not Ubuntu</title>
      <dc:creator>TalePunk</dc:creator>
      <pubDate>Sun, 03 Nov 2024 11:09:14 +0000</pubDate>
      <link>https://dev.to/talepunk/debian-in-wsl-not-ubuntu-3j28</link>
      <guid>https://dev.to/talepunk/debian-in-wsl-not-ubuntu-3j28</guid>
      <description>&lt;p&gt;&lt;strong&gt;If you are using WSL for programming in Windows, you should use Debian.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This article is not for Linux experts. If you are one and have a Windows machine (main reason is gaming), I hope you are using Debian for WSL and not Ubuntu.&lt;/p&gt;

&lt;p&gt;WSL (Windows Subsystem for Linux)&lt;br&gt;
&lt;br&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  If You Don’t Use WSL, You Should
&lt;/h3&gt;

&lt;p&gt;If you program on Windows, some languages require extra setup tools and dependencies to get started. In Linux, you often just need one package install command, and you're ready to code. &lt;br&gt;
The size of WSL (with a distro) can sometimes be smaller than the dependencies you need to install on Windows.&lt;/p&gt;

&lt;p&gt;IDEs nowadays, like VS Code offer an option to connect directly to WSL, and the terminal it opens is Linux. You don’t even notice that the terminal you’re using is running on WSL.&lt;/p&gt;

&lt;p&gt;You can also copy and move files across Windows and Linux (WSL).&lt;/p&gt;

&lt;p&gt;Run this command as admin to install WSL. If you don’t specify a distro, it installs Ubuntu.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;wsl --install -d Debian&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;WSL can also be install through Microsoft store.&lt;br&gt;
(if you encounter problems just search online or ask AI, it’s fairly simple)&lt;/p&gt;

&lt;p&gt;Since WSL2, we get a full Linux kernel in a lightweight VM, which was not the case in WSL1. This means Windows is not trying to emulate Linux; you get the actual Linux kernel.&lt;/p&gt;

&lt;p&gt;Full article at &lt;a href="https://talepunk.com/tech/debian-in-wsl-not-ubuntu/" rel="noopener noreferrer"&gt;talepunk.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>programming</category>
      <category>coding</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Get to know Anthropic's new Claude 3.5 sonnet and 'computer use' in simple terms</title>
      <dc:creator>TalePunk</dc:creator>
      <pubDate>Sat, 26 Oct 2024 04:48:16 +0000</pubDate>
      <link>https://dev.to/talepunk/get-to-know-anthropics-new-claude-35-sonnet-and-computer-use-in-simple-terms-4bck</link>
      <guid>https://dev.to/talepunk/get-to-know-anthropics-new-claude-35-sonnet-and-computer-use-in-simple-terms-4bck</guid>
      <description>&lt;p&gt;&lt;strong&gt;Claude just got upgraded, and why you should use it over ChatGPT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On Oct 22, 2024, Anthropic announced upgraded Claude 3.5 sonnet, new model Claude 3.5 Haiku, and computer use.&lt;br&gt;
We are going to see how they compares to other publicly available models like OpenAI’s GPT-4o or Google’s Gemini.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
Claude 3.5 sonnet - Anthropic’s top model&lt;br&gt;
Claude 3.5 Haiku - Fast and efficient model (uses less tokens/resources).&lt;/p&gt;

&lt;p&gt;Claude 3.5 sonnet is now the top model in &lt;a href="https://www.swebench.com/" rel="noopener noreferrer"&gt;SWE-bench&lt;/a&gt; Verified.&lt;br&gt;
SWE-bench tests language models on real-world GitHub issues (coding)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Resolved 49%&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Claude 3.5 sonnet is also higher on &lt;a href="https://github.com/sierra-research/tau-bench" rel="noopener noreferrer"&gt;TAU-bench&lt;/a&gt; than GPT-4o.&lt;/p&gt;

&lt;p&gt;Full article at &lt;a href="https://talepunk.com/tech/claude-just-got-upgraded-and-why-you-should-use-it-over-chatgpt/" rel="noopener noreferrer"&gt;talepunk.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>chatgpt</category>
      <category>programming</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The .io domain might be in trouble</title>
      <dc:creator>TalePunk</dc:creator>
      <pubDate>Sat, 26 Oct 2024 01:08:33 +0000</pubDate>
      <link>https://dev.to/talepunk/the-io-domain-might-be-in-trouble-21o8</link>
      <guid>https://dev.to/talepunk/the-io-domain-might-be-in-trouble-21o8</guid>
      <description>&lt;p&gt;&lt;strong&gt;Know how ccTLDs (Country Code Top-Level Domains) can die.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On October 3, 2024, the UK handed over the Chagos Archipelago (a cluster of islands) to the country of Mauritius. It was celebrated as the &lt;a href="https://news.un.org/en/story/2024/10/1155326" rel="noopener noreferrer"&gt;UK’s last African colony returned to Mauritius&lt;/a&gt;.&lt;br&gt;
This geopolitical act might have unintended effects on the whole internet.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
Before granting independence to Mauritius in 1968, Britain separated it and form a new colony on the Chagos archipelago named the British Indian Ocean Territory (BIOT).&lt;br&gt;
For a long time, the UK and the US have operated a military base on Diego Garcia, one of the islands of the Chagos Archipelago.&lt;/p&gt;

&lt;p&gt;Mauritius has always argued against the control of the UK over the Chagos Archipelago. After many rounds of talks (and a &lt;a href="https://news.un.org/en/story/2019/02/1033532" rel="noopener noreferrer"&gt;UN court ruling&lt;/a&gt;, this longstanding dispute has finally been resolved.&lt;br&gt;
In return for a 99-year lease for the military base, the islands will become part of Mauritius.&lt;/p&gt;

&lt;p&gt;That means the British Indian Ocean Territory will cease to exist, along with the .io domain and countless websites.&lt;br&gt;
&lt;br&gt;&lt;br&gt;
What will happen is that the International Standard for Organization (ISO) will remove the country code “IO.” &lt;a href="https://www.iana.org/" rel="noopener noreferrer"&gt;Internet Assigned Numbers Authority (IANA)&lt;/a&gt; which creates and assigns top-level domains, uses this code to determine which top-level country domains should exist.&lt;br&gt;
Once ‘IO’ is removed, IANA will start the process of retiring .io, which involves stopping new registrations and the expiration of existing ‘.io domains.‘&lt;/p&gt;

&lt;p&gt;Full article at &lt;a href="https://talepunk.com/tech/the-io-domain-might-be-in-trouble/" rel="noopener noreferrer"&gt;talepunk.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>website</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
