<?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: Mohammed Hamza (Horse Radish)</title>
    <description>The latest articles on DEV Community by Mohammed Hamza (Horse Radish) (@tumorb9).</description>
    <link>https://dev.to/tumorb9</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%2F256833%2F92a481dc-1a91-465a-a6fa-d39f63716f78.jpg</url>
      <title>DEV Community: Mohammed Hamza (Horse Radish)</title>
      <link>https://dev.to/tumorb9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tumorb9"/>
    <language>en</language>
    <item>
      <title>For techies with Ticks and Disorders</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Sun, 22 Sep 2024 18:35:15 +0000</pubDate>
      <link>https://dev.to/tumorb9/for-techies-with-ticks-and-disorders-3285</link>
      <guid>https://dev.to/tumorb9/for-techies-with-ticks-and-disorders-3285</guid>
      <description>&lt;p&gt;After a lengthy hiatus, I am back with a question for the techies with Disorders: how do you cope with Pressure &amp;amp; Ticks?&lt;br&gt;
Every time I start a new task or Exam I go full board, No sleep and get a seizure.&lt;br&gt;
I wish to break that cycle. Do you have any advice from a veteran? &lt;/p&gt;

</description>
      <category>mentalhealth</category>
      <category>freelance</category>
      <category>discuss</category>
      <category>anonymous</category>
    </item>
    <item>
      <title>Structure ..Structure</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Mon, 15 Jan 2024 02:14:27 +0000</pubDate>
      <link>https://dev.to/tumorb9/structure-structure-32mb</link>
      <guid>https://dev.to/tumorb9/structure-structure-32mb</guid>
      <description>&lt;p&gt;&lt;strong&gt;I&lt;/strong&gt; haven&lt;code&gt;t been writing for a while, so when I get the chance, I write. Please forgive me for lacking content and proper layout.&lt;br&gt;
That subject was simmering in my mind for a while. Data structure is something we all know and love.Basically, it&lt;/code&gt;s figuratively speaking our boxes to put our toys in; the boxes are structures, and toys are data since we play with them.While I was searching and revising the basic and advanced structures I found two keywords I do not know: "container" in C++ and "struct" in C.&lt;br&gt;
Now "struct" here particularly has been puzzling me till I decided to drop my OO glasses and remember C is a classic structured imperative procedural language.&lt;br&gt;
While I am getting to that later on, basically it means it&lt;code&gt;s a raw primal language that does not like fancy stuff like predefined objects or types.&lt;br&gt;
With C, if you want something, you make it, so in short, "Struct" is making your own advanced data type.&lt;br&gt;
like a pizza restaurant with a DIY recipe, you create the structure and create it&lt;/code&gt;s behavior, and the keyword is just a palate or template, or, in analogy, that pan where the dough and ingredients are put before stuffing into the oven (compiler).That's it so far for my structure understanding. I am yet to learn Container ADT in C++.Have a good reading.&lt;br&gt;
 &lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>learning</category>
      <category>beginners</category>
      <category>datastructures</category>
    </item>
    <item>
      <title>A new hashtag for the learners, and self-doubt</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Fri, 15 Dec 2023 14:03:20 +0000</pubDate>
      <link>https://dev.to/tumorb9/a-new-hashtag-for-the-learners-and-self-doubt-1h66</link>
      <guid>https://dev.to/tumorb9/a-new-hashtag-for-the-learners-and-self-doubt-1h66</guid>
      <description>&lt;p&gt;I had a thought for a while because sometimes we&lt;br&gt;
misunderstand concepts and such.&lt;br&gt;
which is adding a tag "Did I get this right ?"&lt;br&gt;
which is similar to the discussion but a little different since the writer seeks feedback for his understanding of this concept eg:&lt;br&gt;
"C is structural meaning it consists of structures, and everything you have to define it beforehand.&lt;br&gt;
did I get this right ?" for example.&lt;br&gt;
it`s an extra hashtag but also it could branch from hashtag #discussion by differentiating it from open discussion.&lt;/p&gt;

</description>
      <category>suggestions</category>
      <category>suggestion</category>
      <category>devdiscuss</category>
    </item>
    <item>
      <title>understanding : what computer wants</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Wed, 06 Dec 2023 08:38:56 +0000</pubDate>
      <link>https://dev.to/tumorb9/understanding-what-computer-wants-a1n</link>
      <guid>https://dev.to/tumorb9/understanding-what-computer-wants-a1n</guid>
      <description>&lt;p&gt;So&lt;br&gt;
this is my first post in a while &lt;br&gt;
I am a serious procrastinator, so here it goes:&lt;br&gt;
I am writing this post without any preparation (I know it&lt;code&gt;s the best) but I had to break the perfect chance cycle aka the perfectionist trap.&lt;br&gt;
 Today I just understood or more likely perception changed utterly, regarding a simple thing: ND arrays&lt;br&gt;
I am re-learning and revising programming from 1 not zero since I had a couple of courses about a decade ago.&lt;br&gt;
so I decided to make a 3*3 game puzzle &lt;br&gt;
but kept thinking about how to make Python, C, or Java treat it as a grid, as in height and width because we were always taught that way and drawn in the board that way.&lt;br&gt;
however, all the answers were about nested arrays or arrays inside arrays.&lt;br&gt;
I finally understood it&lt;/code&gt;s what and how perceiving a 2D array is different from how it&lt;code&gt;s created.&lt;br&gt;
for Computer it&lt;/code&gt;s always Linear but nested.&lt;br&gt;
On the PC it`s always 1 big line so &lt;br&gt;
1   2  3&lt;br&gt;
4   5  6 &lt;br&gt;
7   8  9 &lt;br&gt;
is actually (1,2,3)(4,5,6)(7,8,9) but you use a library like NumPY to represent it to you in Human readable 2D table way.&lt;/p&gt;

</description>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
    <item>
      <title>What can we learn from the YandereDev situation?</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Mon, 09 Oct 2023 19:06:20 +0000</pubDate>
      <link>https://dev.to/tumorb9/what-can-we-learn-from-the-yanderedev-situation-1014</link>
      <guid>https://dev.to/tumorb9/what-can-we-learn-from-the-yanderedev-situation-1014</guid>
      <description>&lt;p&gt;I have read about the Yandere simulation from a while ago, only recently after the allegations...resurfaced, I have grasped the situation.&lt;br&gt;
zooming at the development angle and professional life of the developer, away from the unsupervised and illegal -alleged till now- communication with underage girls.&lt;br&gt;
I will talk about about the perfectionist trap.&lt;br&gt;
how he forged a unique and beautiful idea for the game (not going to lie) but kept it in a loop for 9 years of development and Beta phase.&lt;br&gt;
every once in a while he would issue a promo or merch then again in his confinement to tweak the perfect image in his game.&lt;br&gt;
He quit almost all social life and did not allow any delegation or collaboration.&lt;br&gt;
resulting in a massive drop in his monthly income, and deterioration in mental health.&lt;br&gt;
A few years ago there was a prodigy called Terry Davis who made an OS in his basement.&lt;br&gt;
claiming it was from God, I think diagnosed with schizophrenia. (RIP)&lt;/p&gt;

&lt;h1&gt;
  
  
  lifeAdvice Forget perfect it&lt;code&gt;s a mirage, when you&lt;/code&gt;re exhausted leave your PC, touch the grass, and accept so-so work in progress.
&lt;/h1&gt;

&lt;p&gt;Enjoy Failures as success.&lt;br&gt;
this is from a (developer/sysadmin/freelancer) who went 10 years on hiatus, waiting for the perfect chance. aka myself&lt;/p&gt;

</description>
      <category>mentalhealth</category>
      <category>advice</category>
      <category>life</category>
    </item>
    <item>
      <title>Layers and Layers</title>
      <dc:creator>Mohammed Hamza (Horse Radish)</dc:creator>
      <pubDate>Tue, 25 Apr 2023 06:37:47 +0000</pubDate>
      <link>https://dev.to/tumorb9/layers-and-layers-5h33</link>
      <guid>https://dev.to/tumorb9/layers-and-layers-5h33</guid>
      <description>&lt;p&gt;I am an old new newbie in the development scene since 2004 or so , I think I had a post regarding my vacation from IT and after that social life in general - don&lt;code&gt;t ask mental health issues perhaps should write it on reddit or make a video on tiktok- and here what I sense since my return to the scene , the basics does not change and logic is the same which is great.&lt;br&gt;
problem or challenge here is : like this cake , development has **layers and layers** , and I get it it&lt;/code&gt;s to simplify and speed the development phase or is there another purpose  , like perhaps pushing and marketing this product or that as essential for marketing purposes.&lt;br&gt;
The challenge for development scene nowadays is keeping track of the concepts and technologies : automation, testing ,collaboration ,devops , frontend , backend , middle.&lt;br&gt;
It is an adventure but could be super overwhelming , till that time …have a layer of cake and a cup of coffee&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>codenewbie</category>
      <category>mentalhealth</category>
    </item>
  </channel>
</rss>
