<?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: Julia Johansson</title>
    <description>The latest articles on DEV Community by Julia Johansson (@mipodi).</description>
    <link>https://dev.to/mipodi</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%2F277777%2F46175183-5ce5-4e90-9a9d-2f42161bce6f.jpg</url>
      <title>DEV Community: Julia Johansson</title>
      <link>https://dev.to/mipodi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mipodi"/>
    <language>en</language>
    <item>
      <title>How to get started with MagicaVoxel and make your own avatar</title>
      <dc:creator>Julia Johansson</dc:creator>
      <pubDate>Tue, 04 May 2021 14:44:03 +0000</pubDate>
      <link>https://dev.to/mipodi/how-to-get-started-with-magicavoxel-and-make-your-own-avatar-135d</link>
      <guid>https://dev.to/mipodi/how-to-get-started-with-magicavoxel-and-make-your-own-avatar-135d</guid>
      <description>&lt;p&gt;For some time, I have been using an open-source 3D tool called MagicaVoxel. If you have ever played or know about Minecraft, then it is a bit like that. This tool can help you get into 3D, create artwork or make your own avatar which the tutorial goes through below.&lt;/p&gt;

&lt;p&gt;It is free to use for any project and relatively easy to get started with compared to other 3D software. The pre-set light and render settings really help. In other 3D programs you could tinker about for hours and it still does not even come close to decent. There are also fun lego, ball and clay settings where the building pieces, voxels, look like those.&lt;/p&gt;

&lt;h2&gt;
  
  
  Get started you too
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;a href="https://ephtracy.github.io/"&gt;Download the program from here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Install and open up the program.&lt;/li&gt;
&lt;li&gt;You will see a blue box in the middle.&lt;/li&gt;
&lt;li&gt;To your right, you should see a project panel.&lt;/li&gt;
&lt;li&gt;Click on chr_sword and you will see a character with a sword in the main window.&lt;/li&gt;
&lt;li&gt;On the left palette panel, choose the colour of your sweater.&lt;/li&gt;
&lt;li&gt;On the brush panel, choose b for box mode and paint.&lt;/li&gt;
&lt;li&gt;Then paint the sweater by clicking on the figure's sweater.&lt;/li&gt;
&lt;li&gt;Keep going! Don't forget to save the file. Maybe erase some hair voxels or attach them to fit your shape.&lt;/li&gt;
&lt;li&gt;Note that you are in Model mode. In the top left corner, you can switch to Render mode. The image renders every time you change something, you will see a blue loading bar at the top. When you are done you can save the image by clicking on the camera icon at the bottom. &lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Good luck! //Julia in voxel form&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OLN4n1CO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qxsi6ao6vwganknv4vx4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OLN4n1CO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qxsi6ao6vwganknv4vx4.png" alt="Person in voxel form"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Post your avatar in the comments if you like :)&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>beginners</category>
      <category>3d</category>
      <category>gamedev</category>
    </item>
    <item>
      <title>What is a server?</title>
      <dc:creator>Julia Johansson</dc:creator>
      <pubDate>Tue, 06 Apr 2021 09:18:19 +0000</pubDate>
      <link>https://dev.to/mipodi/what-is-a-server-2okp</link>
      <guid>https://dev.to/mipodi/what-is-a-server-2okp</guid>
      <description>&lt;p&gt;For a very long time, I had a somewhat clouded idea of what servers were... some kind of special distant computer? Turns out it was in the name all along and a server is a machine that serves you with things. It could serve you a website, data you can download or other stuff. It can be near or far away. &lt;/p&gt;

&lt;p&gt;It is this relationship that decides a machine is a server. In order for the machines to communicate they need a protocol, like a menu that gives them a shared language. A common protocol that we all use when surfing the web is the Hypertext Transfer Protocol or HTTP.&lt;/p&gt;

&lt;p&gt;We have evolved hardware to be very good at serving and it has made the distinction between different types of machines larger. The image of a data center with servers just doesn't look like a personal computer.&lt;/p&gt;

&lt;p&gt;But really, any computer can be a server. The thing that makes a machine a server is: does it serve? You can make your laptop into a server, you can make your friend’s computer into a server. You can even put a virtual machine within your own computer and turn that one into a server. Quite a mind-bender.&lt;/p&gt;

&lt;p&gt;Of course, things always more complex when you dive in further but I find this helpful when I think about servers. &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>visualization</category>
    </item>
    <item>
      <title>Miniature IoT plant-care project step 1: procure components</title>
      <dc:creator>Julia Johansson</dc:creator>
      <pubDate>Tue, 30 Mar 2021 15:13:02 +0000</pubDate>
      <link>https://dev.to/mipodi/miniature-iot-plant-care-project-step-1-procure-components-mf1</link>
      <guid>https://dev.to/mipodi/miniature-iot-plant-care-project-step-1-procure-components-mf1</guid>
      <description>&lt;p&gt;At the moment, I am taking a course on internet of things. One assignment is to set up an automated system for home use. I want to do something with plants and I have been curious about Adafruit for a long time, they have lots of cool hardware. A while ago I saw that they have a guide and components to make an automated system for a self-watering plant, so that is what I will be doing.&lt;/p&gt;

&lt;p&gt;You are welcome to join in, I list the guide and the components below. I would like to be finished in late May. You could also just tag along for the ride, I will post some updates about the project. &lt;/p&gt;

&lt;h2&gt;
  
  
  Ingredients - the components you will need
&lt;/h2&gt;

&lt;p&gt;1 x Adafruit Bonsai Buckaroo&lt;br&gt;
2 x Small Alligator Clip Test Lead&lt;br&gt;
2 x Nail to measure resistance&lt;br&gt;
1 x Adafruit CLUE - nRF52840 Express with Bluetooth LE &lt;br&gt;
1 x Battery pack or USB cable to plug into another power source, unclear yet&lt;br&gt;
1 x Submersible 3V DC Water Pump&lt;br&gt;
1 x Tube for the water, 6 mm diameter, length unsure&lt;br&gt;
1 x Water container with some kind of lid&lt;br&gt;
1 x Plant &lt;/p&gt;

&lt;p&gt;It is cheaper to use a BBC micro:bit instead of the CLUE, I chose Clue because it has a screen as well. This is a test project, there are problems with having nails in soil like this overtime when they corrode and might damage the plant. I have no plan for that but I intend to look into it more.&lt;/p&gt;

&lt;h2&gt;
  
  
  The guide
&lt;/h2&gt;

&lt;p&gt;First, there are some components via the link below and what they do and then there is a guide below that. You can buy most of the stuff on that page as well, but you could of course use some components from somewhere else. &lt;a href="https://learn.adafruit.com/adafruit-bonsai-buckaroo?view=all"&gt;Adafruit Bonsai Buckaroo Plant-Care guide&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>3D web visualization: what are some current challenges?</title>
      <dc:creator>Julia Johansson</dc:creator>
      <pubDate>Mon, 31 Aug 2020 11:59:50 +0000</pubDate>
      <link>https://dev.to/mipodi/3d-web-visualization-what-are-some-current-challenges-2d0b</link>
      <guid>https://dev.to/mipodi/3d-web-visualization-what-are-some-current-challenges-2d0b</guid>
      <description>&lt;p&gt;What are some current or soon-to-be challenges with 3D on the web in a web browser? I'm thinking about displaying data in a 3D space, 3D effects or exploring objects via a browser.&lt;/p&gt;

&lt;p&gt;Native technology vs web browser?&lt;br&gt;
Battles between frameworks?&lt;br&gt;
Performance?&lt;br&gt;
Screen size?&lt;br&gt;
UX?&lt;/p&gt;

&lt;p&gt;I'd love to hear what you think!&lt;/p&gt;

&lt;p&gt;Extra info: I am exploring topics for my bachelor thesis in software engineering 😊&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>3d</category>
      <category>visualization</category>
    </item>
  </channel>
</rss>
