<?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: Griff Polk</title>
    <description>The latest articles on DEV Community by Griff Polk (@thecheapaudiophile).</description>
    <link>https://dev.to/thecheapaudiophile</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%2F1022591%2F6172c733-f6a0-4fc1-a308-379561289c69.jpeg</url>
      <title>DEV Community: Griff Polk</title>
      <link>https://dev.to/thecheapaudiophile</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thecheapaudiophile"/>
    <language>en</language>
    <item>
      <title>Platform Engineering: The Solution to Developer Burnout You Didn’t Know You Needed</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Wed, 22 Oct 2025 13:35:31 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/platform-engineering-the-solution-to-developer-burnout-you-didnt-know-you-needed-56kf</link>
      <guid>https://dev.to/thecheapaudiophile/platform-engineering-the-solution-to-developer-burnout-you-didnt-know-you-needed-56kf</guid>
      <description>&lt;p&gt;&lt;strong&gt;What is Platform Engineering?&lt;/strong&gt;&lt;br&gt;
At its heart, Platform Engineering is the practice of building and maintaining internal developer platforms (IDPs). Think of it as creating a "paved road" for your developers. This road handles the tricky parts of deployment, infrastructure, and observability, allowing developers to focus on what they do best: writing code and shipping features.&lt;/p&gt;

&lt;p&gt;Instead of developers needing to manually configure Kubernetes, set up monitoring with Prometheus, and manage CI/CD pipelines, a platform team builds a cohesive internal tool that automates these tasks. The developer simply pushes code to a repo, and the platform handles the rest.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Shift from DevOps to a Self-Service Model&lt;/strong&gt;&lt;br&gt;
For years, DevOps was the dominant methodology for improving workflows. The goal was to break down the wall between developers and operations. In practice, this often led to developers becoming responsible for a growing list of operational tasks they were never trained for.&lt;/p&gt;

&lt;p&gt;Platform Engineering takes the lessons of DevOps and applies them more strategically. It's not about making every developer an ops expert. It’s about a dedicated platform team empowering all developers with:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Faster Development Cycles&lt;/strong&gt;: Developers can provision new services in minutes, not days.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Reduced Cognitive Load&lt;/strong&gt;: With one standard platform, developers don't have to remember the unique details of every deployment or monitoring system.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced Reliability&lt;/strong&gt;: A centralized platform team can bake best-in-class security, scalability, and observability practices directly into the tools.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The End of "It Works on My Machine"&lt;/strong&gt;&lt;br&gt;
One of the most persistent frustrations in software development is inconsistency between environments. An IDP built by a platform team solves this by providing a standardized, repeatable environment for everyone.&lt;br&gt;
For example, a platform might offer a command like &lt;code&gt;platform create-service --template=api&lt;/code&gt; that provisions a new service with all the necessary infrastructure, CI/CD, and monitoring baked in. This ensures consistency and reliability from the very first line of code.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Getting Started with Platform Engineering&lt;/strong&gt;&lt;br&gt;
You don't need a massive team to get started. You can begin by treating a small, shared set of automation scripts as your "platform."&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Identify a shared pain point&lt;/strong&gt;: Find a repetitive, manual task that all developers on your team dread. This could be anything from local environment setup to deploying a specific type of service.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automate the solution&lt;/strong&gt;: Write a script or create a small internal CLI to solve that one problem.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Treat it like a product&lt;/strong&gt;: Document your tool, gather feedback from your team, and iterate on it.&lt;br&gt;
This small, iterative approach builds the momentum and buy-in you need to prove the value of a platform.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>platformengineering</category>
      <category>programming</category>
    </item>
    <item>
      <title>A Year with the Arc Browser</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Fri, 07 Feb 2025 14:57:41 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/a-year-with-the-arc-browser-398m</link>
      <guid>https://dev.to/thecheapaudiophile/a-year-with-the-arc-browser-398m</guid>
      <description>&lt;p&gt;A year ago from the day this article is coming out, February 7, I started using the Arc Browser. I was a basic user at that time, having just switched to Safari. Until I actually started using it’s features well.&lt;/p&gt;

&lt;p&gt;Let’s be honest: most browsers feel the same. You’ve got your tabs at the top, your bookmarks tucked away somewhere, and a URL bar that doubles as a search box. It’s functional, sure, but it’s also kind of boring. Enter the Arc Browser. It’s not just another Chrome clone or a Firefox spin-off—it’s a browser that actually tries to do things differently. And for anyone who spends way too much time online (so, all of us), it’s worth paying attention to.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s the Big Deal?&lt;/strong&gt;&lt;br&gt;
Arc doesn’t just tweak the formula—it throws it out the window. Instead of the usual horizontal tabs, it uses a vertical sidebar. Instead of letting your tabs pile up into a chaotic mess, it helps you organize them into neat little workspaces. And instead of treating every website like a static page, it lets you customize them to your heart’s content. It’s a browser that feels like it was designed by people who actually use the internet, not just build tools for it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Sidebar: Goodbye, Tab Chaos&lt;/strong&gt;&lt;br&gt;
The first thing you’ll notice about Arc is the sidebar. It’s where all your tabs live, but it’s way more than just a list of open pages. Tabs are split into two sections: "Pinned" and "Today." Pinned tabs are for the sites you use all the time—your email, your calendar, your go-to news site. Today’s tabs are for everything else, and here’s the kicker: they automatically archive at the end of the day. No more staring at a row of 47 tabs you haven’t touched in weeks. It’s like a daily reset button for your brain.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Spaces: Keep Your Work and Play Separate&lt;/strong&gt;&lt;br&gt;
Arc takes the idea of workspaces and runs with it. You can create different "Spaces" for different parts of your life—one for work, one for side projects, one for mindlessly scrolling Reddit. Each Space has its own set of pinned tabs, so you’re not mixing your work Slack with your weekend recipe hunting. It’s a simple idea, but it makes a huge difference when you’re trying to stay focused (or at least pretend to).&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Boosts: Make the Web Yours&lt;/strong&gt;&lt;br&gt;
Ever wish you could tweak the way a website looks or works? With Arc’s "Boosts," you can. It’s a feature that lets you customize any site using CSS and JavaScript. Want to change the font on your favorite blog? Done. Want to hide that annoying pop-up on a news site? Easy. You don’t need to be a coding wizard to use it, either. It’s like having a set of digital tools to make the web feel a little more personal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Easels: Your Browser as a Canvas&lt;/strong&gt;&lt;br&gt;
This is where Arc gets really interesting. Easels are like digital whiteboards inside your browser. You can drag and drop images, text, links, and more to create a visual space for brainstorming, planning, or just collecting ideas. It’s perfect for creatives, planners, or anyone who likes to think visually. And because Easels are shareable, they’re great for collaborating with others. Imagine Pinterest meets Google Docs, but inside your browser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Minimalist Design That Doesn’t Suck&lt;/strong&gt;&lt;br&gt;
Arc looks good. Like, really good. It’s clean and simple without feeling sterile. The interface gets out of the way, so you can focus on what you’re doing instead of wrestling with the browser itself. Little touches, like smooth animations and thoughtful typography, make it feel polished without being flashy. It’s the kind of design that makes you wonder why other browsers still look like they’re stuck in 2010.&lt;/p&gt;

&lt;p&gt;Built for People Who Actually Do Stuff&lt;br&gt;
Arc isn’t just pretty—it’s practical. It’s packed with features that make life easier, like split-view browsing (so you can look at two tabs at once) and a command bar that lets you search, open tabs, or run commands with just a few keystrokes. It’s clear that the people behind Arc actually use their own product, because it’s full of little details that make you go, “Why didn’t anyone think of this before?”&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Privacy? Yeah, They Care About That Too&lt;/strong&gt;&lt;br&gt;
While Arc is still growing, it takes privacy seriously. It blocks trackers and malware by default, and the team is upfront about how they handle your data. It’s not perfect (no browser is), but it’s refreshing to see a company that’s at least trying to put users first.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Who’s It For?&lt;/strong&gt;&lt;br&gt;
Arc is for anyone tired of the same old browser experience. It’s for people who juggle a million tabs, who want to keep their work and personal life separate, or who just want a browser that feels like it was made for humans, not robots. It’s not for everyone—if you’re the type who just wants to type in a URL and go, you might find it a bit overwhelming. But if you’re willing to try something new, Arc might just change the way you think about browsing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Bottom Line&lt;/strong&gt;&lt;br&gt;
The Arc Browser isn’t just another option—it’s a statement. It’s a reminder that the tools we use every day don’t have to be boring or frustrating. They can be thoughtful, creative, and even a little fun. Is it perfect? Not yet. But it’s exciting, and in a world where most tech feels stagnant, that’s something worth celebrating. So if you’re ready to break up with your old browser, give Arc a shot. You might just wonder how you ever lived without it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But…&lt;/strong&gt;&lt;br&gt;
We have a problem. Three months ago, The Browser Company put out a YouTube video.&lt;br&gt;
They basically said what no Arc users wanted to hear. “We’re stopping updates on Arc.” That’s right. The browser so many people loved so much would just… stop getting updates. Instead, they’d be working on their new browser Dia. And since that day, Arc has gotten slower, slower, slower, and buggier, buggier, buggier. It’s not working well enough now, as software support for newer versions of MacOS doesn’t come. So, with a heavy heart I won’t be recommending Arc. Instead, you might want to check out Zen Browser or SigmaOS. I personally use the latter now. Thanks for reading.&lt;/p&gt;

&lt;p&gt;If you enjoyed this new article, I’m going to be posting more often now! You can subscribe to my Substack get articles earlier, more articles, and direct content with me. Thanks!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Beyond Price: How KZ and KBear redefine the audio market for less than $50</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Tue, 21 May 2024 14:25:33 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/beyond-price-how-kz-and-kbear-redefine-the-audio-market-for-less-than-50-2ffg</link>
      <guid>https://dev.to/thecheapaudiophile/beyond-price-how-kz-and-kbear-redefine-the-audio-market-for-less-than-50-2ffg</guid>
      <description>&lt;p&gt;Before we begin, as you can see, I’m Back! I am back now as The Cheap Audiophile, talking about all things audio. It is great to be back and I’m so glad to be able to continue to share my interests with all of you. Thanks for reading. Now, into the article.&lt;/p&gt;

&lt;p&gt;For years, the high-fidelity earphone market has been a realm of established brands commanding premium prices. However, Chinese manufacturers KZ and KBear have emerged as disruptive forces, offering surprisingly high-quality audio at a fraction of the cost. Their success hinges on a strategic combination of design choices, efficient manufacturing practices, and an unwavering commitment to delivering exceptional sound to budget-conscious listeners.&lt;/p&gt;

&lt;p&gt;Prioritizing Performance: The Core Advantage&lt;/p&gt;

&lt;p&gt;Unlike some high-end brands that prioritize features like wireless connectivity and noise cancellation, KZ and KBear focus on the fundamental component of any earphone: the driver. These tiny speakers are the heart and soul of sound quality. By meticulously engineering their drivers for clear and detailed audio reproduction, they prioritize core functionality over extraneous features. This laser focus translates into exceptional sonic performance at an accessible price point.&lt;/p&gt;

&lt;p&gt;Efficiency Reigns Supreme: Economies of Scale and Direct Sales&lt;/p&gt;

&lt;p&gt;KZ and KBear leverage the strengths of Chinese manufacturing to their advantage. High production volume allows them to negotiate favorable pricing on materials and components. Additionally, their focus on direct-to-consumer sales through online channels eliminates the need for intermediaries, further reducing the final cost for the end user. This streamlined approach ensures the delivery of high-performance audio in a cost-effective manner.&lt;/p&gt;

&lt;p&gt;Lessons for Industry Leaders: Rethinking Value Proposition&lt;/p&gt;

&lt;p&gt;The success of KZ and KBear offers valuable lessons for established players in the earphone market. Perhaps a niche exists for stripped-down, high-quality audio experiences at accessible price points. Consumers who prioritize pure sound quality may be willing to forgo features like wireless connectivity or active noise cancellation if the price reflects the trade-off. Rethinking their value proposition to cater to this segment could be a strategic move for major brands.&lt;/p&gt;

&lt;p&gt;Beyond Efficiency:  Smart Design and Strategic Partnerships&lt;/p&gt;

&lt;p&gt;While cost-effectiveness is a major factor, KZ and KBear go beyond simply being cheap. They understand the importance of thoughtful design.  KZ, for example, offers a wide range of earphones with different aesthetics, catering to various styles.  KBear prioritizes ergonomics, ensuring their earphones are comfortable for extended listening sessions.  They have also forged strategic partnerships with audiophiles and reviewers in the online community. By collaborating with these tastemakers, they gain valuable insights into user preferences and receive crucial feedback for product development. This fosters a sense of community and trust among budget-conscious audiophiles.&lt;/p&gt;

&lt;p&gt;Innovation on a Budget:  Pushing the Boundaries&lt;/p&gt;

&lt;p&gt;KZ and KBear are not content with simply offering budget-friendly alternatives. They actively push boundaries within this segment. KZ, for instance, has experimented with multiple driver configurations in their earphones, achieving impressive results. The KZ ASF 10, for example, boasts a whopping 10 drivers per earbud, delivering a level of sonic complexity typically unheard of at this price point. KBear, on the other hand, has focused on innovative designs and comfortable materials to enhance the user experience. They've experimented with bio-cellulose diaphragms and detachable cables, features not often found in similarly priced earphones. This constant pursuit of improvement ensures they remain relevant and exciting for budget-conscious audiophiles.&lt;/p&gt;

&lt;p&gt;Democratizing Hi-Fi Audio:  A Broader Audience&lt;/p&gt;

&lt;p&gt;The most significant impact of KZ and KBear's success might be the democratization of high-fidelity audio. Previously, exceptional sound quality was a luxury reserved for those who could afford premium earphones. Now, thanks to these budget innovators, listeners can experience remarkable levels of sonic detail and clarity without breaking the bank. This opens up the world of hi-fi audio to students, music enthusiasts, and casual listeners who might not have been able to afford it previously.&lt;/p&gt;

&lt;p&gt;A Call to Rethink Exclusivity&lt;/p&gt;

&lt;p&gt;The major industry players would benefit from re-evaluating their focus on exclusivity. By offering a wider range of price points with varying feature sets, they can cater to a broader audience without compromising the high-end experience for their established clientele. This could involve creating sub-brands or budget-friendly lines that prioritize core sound quality at accessible prices. Major brands could also learn from KZ and KBear's online-focused approach, establishing a more direct connection with consumers and fostering a sense of community.&lt;/p&gt;

&lt;p&gt;Beyond Price: A New Definition of Value&lt;/p&gt;

&lt;p&gt;The success of KZ and KBear goes beyond just offering cheap earphones. They have redefined the concept of value in the earphone market. Value is no longer solely determined by price tag; it's about delivering exceptional sound quality and user experience at an accessible price point. This focus on core functionalities resonates with a growing segment of budget-conscious consumers who prioritize performance over brand prestige.&lt;/p&gt;

&lt;p&gt;A Catalyst for Change: The Ripple Effect&lt;/p&gt;

&lt;p&gt;The impact of KZ and KBear extends beyond their own market share. They have inadvertently forced established brands to re-evaluate their pricing strategies and product offerings.&lt;/p&gt;

</description>
      <category>audio</category>
    </item>
    <item>
      <title>How the Radio Altimeter Works on a Plane</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Mon, 08 Apr 2024 12:47:19 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/how-the-radio-altimeter-works-on-a-plane-6pd</link>
      <guid>https://dev.to/thecheapaudiophile/how-the-radio-altimeter-works-on-a-plane-6pd</guid>
      <description>&lt;p&gt;The radio altimeter, also known as the radar altimeter, is a key tool on planes like the Boeing 747. Its main job is to find out how far the plane is from the ground. This is super important for pilots when they are taking off, landing, or flying low.&lt;/p&gt;

&lt;p&gt;How It Works&lt;/p&gt;

&lt;p&gt;This tool sends radio waves down to the ground, which then bounce back up to the plane. By timing how long this takes and knowing that light travels super fast, it can figure out how high the plane is. It also looks at the difference in signal frequency to get this right.&lt;/p&gt;

&lt;p&gt;Why It’s Used&lt;/p&gt;

&lt;p&gt;Radio altimeters are vital for a few reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;They help pilots land and take off smoothly and safely by giving them exact height info.&lt;/li&gt;
&lt;li&gt;They help planes avoid hitting things like buildings or trees by telling pilots exactly how high they are.&lt;/li&gt;
&lt;li&gt;They assist pilots in flying safely to the runway when it's hard to see.&lt;/li&gt;
&lt;li&gt;They feed height data to autopilot systems, helping keep the flight steady and under control.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Specs and Facts&lt;/p&gt;

&lt;p&gt;On a Boeing 747, a typical radio altimeter has these details:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Works on frequencies between 4.2 GHz and 4.4 GHz&lt;/li&gt;
&lt;li&gt;It’s pretty accurate, within a foot (or about 0.3 meters)&lt;/li&gt;
&lt;li&gt;It can measure how high the plane is up to 2500 feet (or 760 meters)&lt;/li&gt;
&lt;li&gt;It updates up to 10 times a second&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This tool is crucial for keeping folks safe in the air by giving pilots accurate height data. It’s getting better all the time, making flights safer and smoother.&lt;/p&gt;

&lt;p&gt;Cool bit: If you ever see a video from inside the cockpit during landing and hear “100, 50, 40, 30, 20, 10,” that's the radio altimeter doing its job!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Oh look, there’s more! [Bug Hunter #3]</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Wed, 28 Feb 2024 18:30:55 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/oh-look-theres-more-bug-hunter-3-5e8k</link>
      <guid>https://dev.to/thecheapaudiophile/oh-look-theres-more-bug-hunter-3-5e8k</guid>
      <description>&lt;p&gt;For the return of Bug Hunter, TCG Presents…&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc7nm6uxw6cv2dq6kjy0b.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc7nm6uxw6cv2dq6kjy0b.jpeg" alt="Image description" width="800" height="191"&gt;&lt;/a&gt;&lt;br&gt;
The hidden products list! &lt;br&gt;
Points to anyone who can figure out the website! (Hint: shopping, and planes) &lt;br&gt;
Bonus points to anyone who can figure out which model of plane this is!&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Plane Cards?</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Mon, 26 Feb 2024 18:23:09 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/plane-cards-691</link>
      <guid>https://dev.to/thecheapaudiophile/plane-cards-691</guid>
      <description>&lt;p&gt;So, I have another project in the books. I am planning to make a Plane Cards game. What in the world even are “Plane Cards”? Well, you know how in games you can unlock cards with enough coins, XP, etc.? Well, my plan is to make an RNG game like that, for airplanes. We will start with airlines, slowly adding models, then a combo of both. I am still learning how to make things like this, so it will start very basic. This is a wheel to spin (&lt;a href="https://spinthewheel.app/airlines"&gt;https://spinthewheel.app/airlines&lt;/a&gt;). Put a screenshot (and prove it was yours please) in the comments with what you landed on, and that card will be saved in a database (link soon). Just add a username to the comment for your name to be saved, and for you to have a log of cards. It will be a long time before this grows, but hopefully it will.&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Daily DEV Check #1</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Thu, 15 Feb 2024 13:08:55 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/daily-dev-check-1-1dbp</link>
      <guid>https://dev.to/thecheapaudiophile/daily-dev-check-1-1dbp</guid>
      <description>&lt;p&gt;Welcome to Daily DEV Check, the discuss post where you can answer the question and &lt;strong&gt;just let out what you need to let out&lt;/strong&gt;. So, for today’s Daily DEV Check question:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What is your favorite accomplishment as a developer?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>I’m On BuyMeACoffee!</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Wed, 14 Feb 2024 13:56:59 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/im-on-buymeacoffee-o4c</link>
      <guid>https://dev.to/thecheapaudiophile/im-on-buymeacoffee-o4c</guid>
      <description>&lt;p&gt;I now officially have a BuyMeACoffee! If anyone wants to read &lt;em&gt;more&lt;/em&gt; of my articles, you can do that for only $5 a month. That’s only $60 a year, and you get &lt;em&gt;so many more&lt;/em&gt; articles! I was a bit hesitant to charge for things like this, but I aspire to take TCG to so many more places, and partial monetization is my first route. I plan to do a MrBeast format, which is to invest all I can back into TCG. Which, in this case, is all of the earnings from the platform. If you join (or don’t), you can see my goals, which include a camera for a starting Tech YT channel, and also another camera for aviation photography (just trust me, the two are wildly different). Also some other things, but those are not important at this time :). All of the gains go into these and other goals, which are much appreciated. Thanks for understanding that I’m trying to make this a part of my life and make my content better. Link is &lt;a href="https://www.buymeacoffee.com/thatcomputerguy"&gt;https://www.buymeacoffee.com/thatcomputerguy&lt;/a&gt; or its also on my profile.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>One Year On.</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Wed, 07 Feb 2024 19:25:55 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/one-year-on-33h6</link>
      <guid>https://dev.to/thecheapaudiophile/one-year-on-33h6</guid>
      <description>&lt;p&gt;On February 7, 2024, I joined dev.to, and made a profile. Wow. It’s one year later, and I can’t believe how it’s gone. 🎉&lt;br&gt;
I started out with a post called:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/thecheapaudiophile" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--04cq7Uqi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F1022591%252F6172c733-f6a0-4fc1-a308-379561289c69.jpeg" alt="thecheapaudiophile"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/thecheapaudiophile/whats-your-wierdest-ai-moment-38m9" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;What’s your wierdest AI moment?&lt;/h2&gt;
      &lt;h3&gt;Griff Polk ・ Feb 24 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
&lt;br&gt;
And all it said was “ Mine was actually pretty cool! What happened to me was using a GPT-2 Model called DistilGPT-2. I typed in two words, “Geometry Dash” (I’m an addict to it lol, GD IS THE BEST GAME I DONT CARE WHAT YOU SAY), and it generated an extremely long Paragraph about it… and I quote… IN THE NEXT POST!!! Lol theres just not enough room in this one”. Tell me that isn’t horrible to read. But, I did stay true to my word and post the follow up.

&lt;p&gt;What makes me cringe today is getting political, after I made a post about the Willow Project. Don’t remind me.&lt;/p&gt;

&lt;p&gt;I think it was about that time, mid-March, where I got my first follower:&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag__user ltag__user__id__860666"&gt;
    &lt;a href="/sonicx180" class="ltag__user__link profile-image-link"&gt;
      &lt;div class="ltag__user__pic"&gt;
        &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--b5Hpj9kc--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F860666%252Fe10d03b6-bdd9-4bbf-96b5-d88e658334d8.png" alt="sonicx180 image"&gt;
      &lt;/div&gt;
    &lt;/a&gt;
  &lt;div class="ltag__user__content"&gt;
    &lt;h2&gt;
&lt;a class="ltag__user__link" href="/sonicx180"&gt;sonicx180&lt;/a&gt;Follow
&lt;/h2&gt;
    &lt;div class="ltag__user__summary"&gt;
      &lt;a class="ltag__user__link" href="/sonicx180"&gt;Fullstack dev | Javascript Enthusiast &lt;/a&gt;
    &lt;/div&gt;
  &lt;/div&gt;
&lt;/div&gt;
&lt;br&gt;
I remember how overly excited I was, and couldn’t believe it. Sadly, they aren’t active anymore. :(

&lt;p&gt;My best performing post (not counting a birthday junk post), was a post about &lt;/p&gt;
&lt;div class="ltag__link"&gt;
  &lt;a href="/thecheapaudiophile" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__pic"&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--04cq7Uqi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://media.dev.to/cdn-cgi/image/width%3D150%2Cheight%3D150%2Cfit%3Dcover%2Cgravity%3Dauto%2Cformat%3Dauto/https%253A%252F%252Fdev-to-uploads.s3.amazonaws.com%252Fuploads%252Fuser%252Fprofile_image%252F1022591%252F6172c733-f6a0-4fc1-a308-379561289c69.jpeg" alt="thecheapaudiophile"&gt;
    &lt;/div&gt;
  &lt;/a&gt;
  &lt;a href="/thecheapaudiophile/chatgpt-app-comes-to-ios-2fm0" class="ltag__link__link"&gt;
    &lt;div class="ltag__link__content"&gt;
      &lt;h2&gt;ChatGPT App Comes to iOS&lt;/h2&gt;
      &lt;h3&gt;Griff Polk ・ May 19 '23&lt;/h3&gt;
      &lt;div class="ltag__link__taglist"&gt;
        &lt;span class="ltag__link__tag"&gt;#chatgpt&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#ai&lt;/span&gt;
        &lt;span class="ltag__link__tag"&gt;#news&lt;/span&gt;
      &lt;/div&gt;
    &lt;/div&gt;
  &lt;/a&gt;
&lt;/div&gt;
 and I obtained the valuable -1 comments!

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpidfaofwz4ji45cqxf6a.jpeg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpidfaofwz4ji45cqxf6a.jpeg" alt="Image description" width="800" height="298"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So much more has happened and I’m probably going to make a more detailed post when I have the time, but I wanted to announce a bit of a change. I am going to be posting a lot about aviation (but the interesting tech stuff behind it so it is still dev-related). Just wanted to make this post today while it was exactly the 1-year anniversary.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>2 Great Newsletter groups for Techies (Newsletters Part 1)</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Thu, 01 Feb 2024 14:18:33 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/2-great-newsletter-groups-for-techies-newsletters-part-1-13fk</link>
      <guid>https://dev.to/thecheapaudiophile/2-great-newsletter-groups-for-techies-newsletters-part-1-13fk</guid>
      <description>&lt;p&gt;These are some great newsletters for tech fans that want to know what’s going on in the tech world and the real world as well!&lt;br&gt;
[Note: The Brew Family newsletters are referral links, so they support me, but they are free signup anyway so nothing is different, and of course my newsletter supports me.]&lt;br&gt;
&lt;strong&gt;1. The Brew Family&lt;/strong&gt;&lt;br&gt;
The Brew Family of newsletters are newsletters that can appeal to basically anybody, which is pretty cool. I personally read Morning Brew (their main newsletter), which is daily and has all the news of the previous day but it’s actually entertaining and interesting to read! Sign up (while supporting me) at &lt;a href="//morningbrew.com/daily/r/?kid=8d71dcb8"&gt;this link&lt;/a&gt;. Next, Tech Brew is a tri-weekly (Monday, Wednesday, Friday) newsletter that covers all of the news about tech in general and interesting tech advances around the world. They describe it this way: “Tech Brew informs business leaders about the latest innovations, automation advances, policy shifts, and more to help them make smart decisions.” Sign up now (while supporting me) for free at &lt;a href="//emergingtechbrew.com/r/?kid=8d71dcb8"&gt;this link&lt;/a&gt;. Finally, IT Brew, which I can only describe in their words: “From cybersecurity and big data to software development, IT Brew delivers the latest news and analysis of trends shaping the IT industry, like only The Brew can.“ It covers &lt;em&gt;SO&lt;/em&gt; much, and is easily one of my favorite newsletters. I love reading it, and I recommend you do too, so sign up while supporting me at &lt;a href="//itbrew.com/r/?kid=8d71dcb8"&gt;this link&lt;/a&gt;.&lt;br&gt;
&lt;strong&gt;NOTE, ALL OF THESE ARE MY HONEST OPINION, AND I AM NOT GETTING ANYTHING OUT OF THIS EXCEPT FOR A SMALL PACK OF STICKERS :)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. CNN Family&lt;/strong&gt;&lt;br&gt;
The CNN family of newsletters is another one of my favorites, even though it’s not quite tech. It gives, in the morning, 5 news stories about the day previous. Business Nightcap highlights what happened in business the day before, as it comes at night. They are literally AMAZING, and I read them every time I get them. They are Brew-tier and some of my favorites. Sign up for those two and other CNN Newsletters at &lt;a href="https://www.cnn.com/newsletters"&gt;this link&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Also, for another upcoming newsletter that isn’t out yet, check out MY newsletter that is out soon at thatcomputerguy.beehiiv.com/subscribe and expect an issue in a few weeks.&lt;/p&gt;

&lt;p&gt;I am planning to continue this into a series soon enough, but for now, happy reading!&lt;/p&gt;

</description>
      <category>watercooler</category>
    </item>
    <item>
      <title>Announcing… My NEWSLETTER</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Mon, 22 Jan 2024 14:29:19 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/announcing-my-newsletter-a7a</link>
      <guid>https://dev.to/thecheapaudiophile/announcing-my-newsletter-a7a</guid>
      <description>&lt;p&gt;Announcing the TCG Newsletter!&lt;/p&gt;

&lt;p&gt;So, it’s going to have news from my work, but mainly it will be a newsletter highlighting an interesting startup, and explaining how they are innovative, what they are doing, and their plans for the future. Anyway, that’s mainly all (I’m short on time today :P), but if you want to sign up just go to this link: &lt;a href="https://thatcomputerguy.beehiiv.com/subscribe"&gt;click me! I route you to beehiiv, where the newsletter is hosted.&lt;/a&gt; or you can go to &lt;a href="https://thatcomputerguy.beehiiv.com/subscribe"&gt;https://thatcomputerguy.beehiiv.com/subscribe&lt;/a&gt; to join.&lt;/p&gt;

</description>
      <category>news</category>
      <category>startup</category>
    </item>
    <item>
      <title>Announcing TCG Videos/Podcast</title>
      <dc:creator>Griff Polk</dc:creator>
      <pubDate>Tue, 09 Jan 2024 20:03:35 +0000</pubDate>
      <link>https://dev.to/thecheapaudiophile/announcing-tcg-videospodcast-9no</link>
      <guid>https://dev.to/thecheapaudiophile/announcing-tcg-videospodcast-9no</guid>
      <description>&lt;p&gt;Hey everyone!&lt;/p&gt;

&lt;p&gt;TCG here with some big news. Thanks to our first hire - Carter (check him out and drop a follow at &lt;a class="mentioned-user" href="https://dev.to/thatcomputerguy2"&gt;@thatcomputerguy2&lt;/a&gt;) we are able to start our ThatComputerGuy Videos series and Podcast! The format will start slow (veeerrrry slow, maybe once a month) but as we acclimate more to RSS and that kind of thing we should be able to speed it up. Also, noticing my earlier post where I said I was slowing down, thanks to this hire (as well as two others that are going through now) we should be able to make posts more frequently! Alright everyone, TCG Out.&lt;br&gt;
Peace. &lt;/p&gt;

</description>
      <category>news</category>
    </item>
  </channel>
</rss>
