<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:base="https://tweaks.com/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Tweaks.com</title>
    <link>https://tweaks.com/</link>
    <atom:link href="https://tweaks.com/feed.xml" rel="self" type="application/rss+xml" />
    <description>Tweaks, Tips and How-to Articles</description>
    <language>en</language>
    <item>
      <title>Build your own ‘Copilot’ for free &amp; secure AI coding in VS Code</title>
      <link>https://tweaks.com/build-your-own-copilot-for-vs-code/</link>
      <description>The Github Copilot AI service is a great tool for developers that can assist with code generation, code completion, refactoring, debugging, generating test cases, and much more. However, as a public cloud AI service, many developers cannot access Copilot due to their company policies or budget constraints. Thanks to modern hardware, it is now possible to run AI models locally on your machine using...</description>
      <pubDate>Sun, 09 Mar 2025 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/build-your-own-copilot-for-vs-code/</guid>
    </item>
    <item>
      <title>WeatherLink Live Integration for Home Assistant</title>
      <link>https://tweaks.com/davis-weatherlink-live-home-assistant-custom-integration/</link>
      <description>As a [weather](https://www.noaa.gov/) and [Home Assistant](https://www.home-assistant.io/) enthusiast, I&#39;ve been looking for a way to integrate my [Davis Vantage Vue](https://www.davisinstruments.com/pages/vantage-vue) weather station with Home Assistant. After some research and purchasing the [Davis WeatherLink Live](https://amzn.to/4iy0OYr) radio receiver, I&#39;ve come up with a custom integration that...</description>
      <pubDate>Fri, 07 Mar 2025 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/davis-weatherlink-live-home-assistant-custom-integration/</guid>
    </item>
    <item>
      <title>Easy Log Centralization with Graylog and Docker</title>
      <link>https://tweaks.com/easy-log-centralization-with-graylog-and-docker/</link>
      <description>Graylog is an open source log management platform that will collect, store, and index your logs to provide centralized monitoring and alerting for your applications and infrastructure. While there are &quot;enterprise&quot; editions available for purchase, the free open source edition provides the core capabilities with no log ingestion limits.

</description>
      <pubDate>Sun, 19 Jan 2025 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/easy-log-centralization-with-graylog-and-docker/</guid>
    </item>
    <item>
      <title>Free Static Code Analysis with Sonarqube</title>
      <link>https://tweaks.com/free-static-code-analysis-with-sonarqube/</link>
      <description>Whether you write code professionally or just as a hobby, static code analysis is an important tool for any developer to find bugs, security vulnerabilities, and opportunities to improve the quality of your code. The most popular tool is called Sonarqube which offers a free open-source community edition that can be installed locally and supports most of the popular languages. While it does not have...</description>
      <pubDate>Mon, 01 Apr 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/free-static-code-analysis-with-sonarqube/</guid>
    </item>
    <item>
      <title>Homebrew - The Missing Package Manager</title>
      <link>https://tweaks.com/homebrew-mac-package-manager/</link>
      <description>Software packages on Linux or Unix are typically distributed and installed from repositories using a special utility called a package manager. This utility simplifies the installation of a package and makes sure all the dependencies of the software are also met and installed. In addition, the package manager makes it easy to install updates or remove the software package. While macOS is a descendant...</description>
      <pubDate>Sun, 03 Mar 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/homebrew-mac-package-manager/</guid>
    </item>
    <item>
      <title>Helpful Utilities to Maximize MacBook Battery Life</title>
      <link>https://tweaks.com/extend-macbook-battery-life/</link>
      <description>It&#39;s pretty well known that battery capacity degrades over time, but did you know you can control how fast the battery degrades based on how you charge it? The lithium-ion battery found in your MacBook is built with the latest technology and macOS (Big Sur and newer) includes special &quot;Optimized Battery Charging&quot; algorithms to extend the battery life. However, these special software optimizations work...</description>
      <pubDate>Fri, 01 Mar 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/extend-macbook-battery-life/</guid>
    </item>
    <item>
      <title>Secure your iPhone with Stolen Device Protection</title>
      <link>https://tweaks.com/secure-iphone-with-stolen-device-protection/</link>
      <description>Stolen Device Protection is a new capability first appearing in iOS 17.3 that provides an additional layer of protection in the event your iPhone is stolen and the thief forces you to unlock your phone or tell them your passcode. When enabled, sensitive operations such as changing the device passcode, accessing your stored passwords or credit cards, and changes to your Apple ID require additional biometric...</description>
      <pubDate>Sat, 24 Feb 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/secure-iphone-with-stolen-device-protection/</guid>
    </item>
    <item>
      <title>Network Testing with iperf3</title>
      <link>https://tweaks.com/network-testing-with-iperf3/</link>
      <description>I recently upgraded my home network from gigabit to 10G so I could take advantage of faster transfers between my Synology NAS, Proxmox server, and workstations. But while editing family video clips stored on my NAS, something did not feel right. Every device was connected at 10GbE, but file copy speeds were slower than expected. This made me wonder, are there bottlenecks in my network?

</description>
      <pubDate>Tue, 06 Feb 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/network-testing-with-iperf3/</guid>
    </item>
    <item>
      <title>Quickly Generate Large Test Files on Mac</title>
      <link>https://tweaks.com/quickly-generate-large-test-files-mac/</link>
      <description>Are you looking for a large file to test disk file transfers or your internal network speed? Instead of downloading a massive test file and wasting your Internet bandwidth, simply generate one with a simple command right on your Mac. 

</description>
      <pubDate>Sat, 03 Feb 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/quickly-generate-large-test-files-mac/</guid>
    </item>
    <item>
      <title>Ultimate Screenshot Guide for MacOS</title>
      <link>https://tweaks.com/ultimate-screenshot-guide-for-mac/</link>
      <description>Did you know there is a comprehensive screenshot and recording capability built right into modern versions of macOS? That&#39;s right, say goodbye to third-party utilities, macOS has you covered. Activated using special keyboard shortcuts (or via terminal), more than a dozen options are available to help you take every type of screenshot you will ever need along with customizations to include a timer delay...</description>
      <pubDate>Sat, 20 Jan 2024 00:00:00 GMT</pubDate>
      <dc:creator>Steve Sinchak</dc:creator>
      <guid>https://tweaks.com/ultimate-screenshot-guide-for-mac/</guid>
    </item>
  </channel>
</rss>