<?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: Henry Collins</title>
    <description>The latest articles on DEV Community by Henry Collins (@henry_collins).</description>
    <link>https://dev.to/henry_collins</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3970051%2Ff3611a5d-d762-4bdd-aa52-2df5b8b253bf.jpg</url>
      <title>DEV Community: Henry Collins</title>
      <link>https://dev.to/henry_collins</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/henry_collins"/>
    <language>en</language>
    <item>
      <title>I Built OccupyHifi to Explore Music, Hi-Fi &amp; Headphones — Looking for Honest Feedback</title>
      <dc:creator>Henry Collins</dc:creator>
      <pubDate>Wed, 16 Sep 2026 11:39:22 +0000</pubDate>
      <link>https://dev.to/henry_collins/i-built-occupyhifi-to-explore-music-hi-fi-headphones-looking-for-honest-feedback-4aec</link>
      <guid>https://dev.to/henry_collins/i-built-occupyhifi-to-explore-music-hi-fi-headphones-looking-for-honest-feedback-4aec</guid>
      <description>&lt;p&gt;I’ve been working on a project called &lt;strong&gt;OccupyHifi&lt;/strong&gt;, built around something I’ve been interested in for a long time: music, headphones, hi-fi equipment, and the experience of actually sitting down and listening.&lt;/p&gt;

&lt;p&gt;The idea started from a simple observation. There’s plenty of information online about audio equipment, but a lot of it can become focused on specifications, measurements, or the latest products. &lt;/p&gt;

&lt;p&gt;I wanted to create a space that also talks about the experience behind the equipment — how different headphones and systems fit into real listening habits, how music affects the way we think about sound, and why certain pieces of gear become meaningful to people.&lt;/p&gt;

&lt;p&gt;OccupyHifi covers topics ranging from headphone and hi-fi gear to music, artists, bass, stereo systems, and personal listening experiences. &lt;/p&gt;

&lt;p&gt;Some of the content is more equipment-focused, while other pieces are simply about the relationship between music and the way we experience it.&lt;/p&gt;

&lt;p&gt;One thing I’ve particularly enjoyed while building the site is realizing that audio isn't just about buying better equipment. The source material, the room, the headphones, the system, and even the listener's preferences all influence the experience. That has made me think differently about how an audio-focused website should present information.&lt;/p&gt;

&lt;p&gt;I’ve also learned that building a niche website is less about trying to cover everything and more about developing a clear identity. &lt;/p&gt;

&lt;p&gt;I’m still figuring out the right balance between technical information, personal experiences, music discussion, and content that someone completely new to hi-fi can understand.&lt;/p&gt;

&lt;p&gt;That’s where I’d really appreciate some community feedback.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If you have a few minutes to look around, I’d love to know:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Does the site feel easy to navigate and understand when you first arrive?&lt;/li&gt;
&lt;li&gt;Is the balance between equipment-related content and music/listening stories useful?&lt;/li&gt;
&lt;li&gt;What would make the reading experience better, especially on mobile?&lt;/li&gt;
&lt;li&gt;Are there particular audio topics, products, or types of articles you’d like to see covered?&lt;/li&gt;
&lt;li&gt;What information do you usually look for before trusting an audio or headphone article?&lt;/li&gt;
&lt;li&gt;Is there anything about the site's layout or presentation that feels confusing or could be improved?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m not looking for compliments as much as honest criticism. Even small observations about navigation, readability, content structure, or the overall experience would be helpful.&lt;/p&gt;

&lt;p&gt;Thanks to anyone who takes the time to check it out and share feedback. I’m hoping to keep improving it based on what actual music and audio enthusiasts find useful.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Project URL:&lt;/strong&gt; &lt;a href="http://occupyhifi.org/" rel="noopener noreferrer"&gt;http://occupyhifi.org/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>tutorial</category>
      <category>beginners</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I Built a Simple Square Root Calculator — Looking for Feedback From the Community</title>
      <dc:creator>Henry Collins</dc:creator>
      <pubDate>Sat, 18 Jul 2026 00:29:03 +0000</pubDate>
      <link>https://dev.to/henry_collins/i-built-a-simple-square-root-calculator-looking-for-feedback-from-the-community-e95</link>
      <guid>https://dev.to/henry_collins/i-built-a-simple-square-root-calculator-looking-for-feedback-from-the-community-e95</guid>
      <description>&lt;p&gt;A few weeks ago, I started working on a small project that came from a simple idea: sometimes the easiest tools are the ones people need the most.&lt;/p&gt;

&lt;p&gt;While working on different web projects, I noticed that many people still search for quick solutions to basic mathematical problems. &lt;strong&gt;Square root calculations&lt;/strong&gt; are a good example. They are simple in theory, but manually solving them can become frustrating when dealing with decimals, larger numbers, or when you just need to verify an answer quickly.&lt;/p&gt;

&lt;p&gt;That’s why I built &lt;strong&gt;&lt;a href="https://racinecarreecalculator.org/" rel="noopener noreferrer"&gt;Racine Carrée Calculator&lt;/a&gt;&lt;/strong&gt; — a lightweight online tool designed to make square root calculations faster and easier.&lt;/p&gt;

&lt;p&gt;The idea behind it was not to create a complicated calculator with dozens of unnecessary options, but to focus on doing one thing well: helping users calculate square roots quickly with a clean and simple experience.&lt;/p&gt;

&lt;p&gt;The tool allows users to enter a number and instantly get the square root result. It is designed to work smoothly on different devices, including desktops, tablets, and mobile phones. &lt;/p&gt;

&lt;p&gt;I also focused on keeping the interface simple so that students, teachers, developers, and anyone working with numbers can use it without needing any technical knowledge.&lt;/p&gt;

&lt;p&gt;Building this project also taught me a few things. Small tools can still require careful thinking, from designing an intuitive interface to making sure the experience feels fast and reliable. Even a basic calculator involves decisions around usability, accessibility, and how information should be presented.&lt;/p&gt;

&lt;p&gt;Now I’m sharing it with the community because I’d genuinely like to improve it based on real user feedback.&lt;/p&gt;

&lt;p&gt;I would love to hear your thoughts:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Does the interface feel simple and intuitive enough, or are there areas that could be improved?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What additional features would make a square root calculator more useful for you?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Would step-by-step explanations of calculations help students understand the process better?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;How does the mobile experience feel? Is anything missing when using it on a phone?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Are there any similar tools you use that have features you think would be valuable here?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;What would you change or improve if you were building this tool?&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I built this as a learning project and a useful resource for anyone who needs quick mathematical calculations. I’d really appreciate any honest feedback, suggestions, or ideas from the community.&lt;/p&gt;

&lt;p&gt;Thank you for taking the time to check it out and share your thoughts.&lt;/p&gt;

&lt;p&gt;Project link: &lt;a href="https://racinecarreecalculator.org/" rel="noopener noreferrer"&gt;Visit here&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
