<?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: tkgka</title>
    <description>The latest articles on DEV Community by tkgka (@tkgka).</description>
    <link>https://dev.to/tkgka</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%2F803342%2F3de5131c-d643-4259-acfd-8ce52883454f.jpeg</url>
      <title>DEV Community: tkgka</title>
      <link>https://dev.to/tkgka</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tkgka"/>
    <language>en</language>
    <item>
      <title>Built LatencyKit in Swift — measure RTT &amp; throughput to see if your network is actually usable</title>
      <dc:creator>tkgka</dc:creator>
      <pubDate>Mon, 29 Sep 2025 01:39:08 +0000</pubDate>
      <link>https://dev.to/tkgka/built-latencykit-in-swift-measure-rtt-throughput-to-see-if-your-network-is-actually-usable-31cm</link>
      <guid>https://dev.to/tkgka/built-latencykit-in-swift-measure-rtt-throughput-to-see-if-your-network-is-actually-usable-31cm</guid>
      <description>&lt;p&gt;I wanted to share a library I put together: &lt;a&gt;LatencyKit&lt;/a&gt;.&lt;br&gt;
What it does:&lt;br&gt;
Measures RTT (round-trip time)&lt;br&gt;
Measures throughput&lt;br&gt;
Why: So you can determine not just if a network connection exists, but whether it can reliably send real data under current conditions. It helps answer questions like:&lt;br&gt;
Can I stream or upload without too much lag or drop?&lt;br&gt;
Will packet delays or throughput limits make my app feel sluggish?&lt;br&gt;
Is the network good enough for real-time communication, or just basic reachability?&lt;br&gt;
If you use it (or try it out), I’d appreciate:&lt;br&gt;
Feedback on how well it works in different network environments&lt;br&gt;
Ideas for features (e.g. configurable measurement intervals, loss/jitter stats)&lt;br&gt;
Issues you see or contributions if you feel like improving it&lt;br&gt;
also I cannot find how to make custom urlsession work with AVPlayer (which use for hls and etc...) so, if someone know please help&lt;br&gt;
Thanks! 🙏&lt;/p&gt;

</description>
      <category>ios</category>
      <category>swift</category>
      <category>networking</category>
    </item>
    <item>
      <title>How to Make AI QR code with colab</title>
      <dc:creator>tkgka</dc:creator>
      <pubDate>Wed, 28 Jun 2023 10:04:16 +0000</pubDate>
      <link>https://dev.to/tkgka/how-to-make-ai-qr-code-with-colab-4md4</link>
      <guid>https://dev.to/tkgka/how-to-make-ai-qr-code-with-colab-4md4</guid>
      <description>&lt;p&gt;I Wrote about how to create AI generated QR code Art with colab. so feel free to try it!&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--lHlRM6cu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4yeeefw9s5nevz1urr0o.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--lHlRM6cu--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/4yeeefw9s5nevz1urr0o.png" alt="Image description" width="512" height="512"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Nazku-com/AI-QRCodeWithColab"&gt;https://github.com/Nazku-com/AI-QRCodeWithColab&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>colab</category>
      <category>stablediffusion</category>
    </item>
    <item>
      <title>application to prevent shutdown app by mistake</title>
      <dc:creator>tkgka</dc:creator>
      <pubDate>Thu, 27 Jan 2022 13:29:57 +0000</pubDate>
      <link>https://dev.to/tkgka/application-to-prevent-shutdown-app-by-mistake-4f11</link>
      <guid>https://dev.to/tkgka/application-to-prevent-shutdown-app-by-mistake-4f11</guid>
      <description>&lt;h1&gt;
  
  
  Did you accidentally shutdown application by click command + q?
&lt;/h1&gt;

&lt;p&gt;then &lt;a href="http://github.com/tkgka/switcher"&gt;here&lt;/a&gt;  is the solution!&lt;br&gt;
this app makes macOS click command + q twice to shutdown app&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EJtAok_B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yod4r9ekgw171bvpr7ms.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EJtAok_B--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_66%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/yod4r9ekgw171bvpr7ms.gif" alt="Image description" width="497" height="428"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>swift</category>
      <category>app</category>
      <category>macos</category>
      <category>github</category>
    </item>
  </channel>
</rss>
