<?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: Michael Baas </title>
    <description>The latest articles on DEV Community by Michael Baas  (@mbaas2).</description>
    <link>https://dev.to/mbaas2</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%2F153662%2Feb6ef236-8104-4edb-b54d-e8f169c7f613.jpeg</url>
      <title>DEV Community: Michael Baas </title>
      <link>https://dev.to/mbaas2</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mbaas2"/>
    <language>en</language>
    <item>
      <title>Want to learn a new language and be rewarded?</title>
      <dc:creator>Michael Baas </dc:creator>
      <pubDate>Tue, 16 Feb 2021 10:05:39 +0000</pubDate>
      <link>https://dev.to/mbaas2/want-to-learn-a-new-language-and-be-rewarded-4p5g</link>
      <guid>https://dev.to/mbaas2/want-to-learn-a-new-language-and-be-rewarded-4p5g</guid>
      <description>&lt;p&gt;&lt;a href="https://dyalog.com/"&gt;Dyalog Ltd&lt;/a&gt; invites you to use the APL programming language and your problem solving skills to compete for a total of &lt;a href="https://www.dyalogaplcompetition.com/?goto=welcome#prizes"&gt;USD 6,500 in cash prizes&lt;/a&gt; and a paid trip to the &lt;a href="https://www.dyalog.com/user-meetings/index.htm"&gt;next Dyalog user meeting&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Would you like to be able to translate know-how into computer-based solutions quickly and efficiently? APL is an array-oriented programming language that will change the way you think about problems and data. It doesn't take long to learn enough to participate in the competition. Many &lt;a href="https://www.dyalog.com/student-competition.htm#PreviousYears"&gt;previous winners&lt;/a&gt; of the competition learned APL after they heard about the competition – &lt;a href="https://www.dyalogaplcompetition.com/?goto=welcome#learn"&gt;APL is easy to learn&lt;/a&gt; and fun to use, and this is your opportunity to profit from the experience!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;(Disclaimer: I work for Dyalog and worked on the implementation with a few colleagues)&lt;/em&gt;&lt;/p&gt;

</description>
      <category>apl</category>
      <category>competition</category>
    </item>
    <item>
      <title>If you're repeatedly visiting the same Zoom-Room</title>
      <dc:creator>Michael Baas </dc:creator>
      <pubDate>Thu, 23 Jul 2020 12:13:35 +0000</pubDate>
      <link>https://dev.to/mbaas2/if-you-re-repeatedly-visiting-the-same-zoom-room-5eb</link>
      <guid>https://dev.to/mbaas2/if-you-re-repeatedly-visiting-the-same-zoom-room-5eb</guid>
      <description>&lt;p&gt;Here's a little "secret" hack I found to make &lt;a href="https://zoom.us/"&gt;zoom&lt;/a&gt;-meetings easier. My company has a Pro-Account and therefore we have a meeting-room with a constant address. So I wondered if I could make it easier to attend meetings in that room. &lt;em&gt;"Wouldn't it be nice if I could just launch zoom.exe with a room-ID?"&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hmm, that didn't work. As I digged deeper, I found that you can launch the URL &lt;code&gt;https://zoom.us/j/{magic_number}&lt;/code&gt; and are redirected to the zoom-app (this is with MS Windows, but I assume Linux/Mac will have similar behaviour). Unfortunately this feels a bit "indirect" and needs confirmation etc. - didn't like that too much.&lt;/p&gt;

&lt;p&gt;So I had a look at what this redirect actually does and found that it simply "translates" this into a call to &lt;code&gt;zoommtg://zoom.us/join?action=join&amp;amp;confno={magic_number}&lt;/code&gt; which windows then opens - and that goes directly into the Zoom-app. So if you create a shortcut on the desktop (or in your favourite launcher) with that URL, it'll open Zoom to that room any time you click it :)&lt;/p&gt;

&lt;p&gt;Happy zooming!&lt;/p&gt;

&lt;p&gt;P.S: I labelled it a "secret" hack, because even Zoom-suuport does not seem to know this! ;)&lt;/p&gt;

</description>
      <category>zoom</category>
      <category>hacks</category>
      <category>commandline</category>
    </item>
    <item>
      <title>What does a bug do to you?</title>
      <dc:creator>Michael Baas </dc:creator>
      <pubDate>Sun, 07 Jun 2020 10:39:27 +0000</pubDate>
      <link>https://dev.to/mbaas2/what-does-a-bug-do-to-you-flh</link>
      <guid>https://dev.to/mbaas2/what-does-a-bug-do-to-you-flh</guid>
      <description>&lt;p&gt;Last week I started my weekly report to management with the words "a frustratingly buggy week". And only afterwards I did fully realize that I might be on a journey to find a new approach of thinking about bugs.&lt;/p&gt;

&lt;p&gt;(I'm sorry if I seem to jump between various issues here - this is not a finished academic research, but rather a thought process in the making. So I can only show various building blocks and hope that we can we have a discussion which might lead to some learnings...)&lt;/p&gt;

&lt;p&gt;I have some early childhood memories about a software-bug: my grandma was working as accountant in a large tea-company that implemented their own accounting software (1970'ish). A few days before going live they discovered severe bugs...and ultimately the lead-dev commmited suicide!&lt;/p&gt;

&lt;p&gt;In my job in a software-company I have 2 (or more) roles: I develop software for end-users as well as internal use - and I'm also getting involved in the QA of our flagship-product. So I can commit bugs and am affected by them! ;)&lt;/p&gt;

&lt;p&gt;My thinking &lt;em&gt;was&lt;/em&gt; that a bug is an offensive thing that interrupts productive work and that needs to be fixed quickly so that I does not affect my "rate of output". The fact that I perceive them so harshly may have to do with personal experience as a long-time independent developer (who needed to finish projects to make a living).&lt;/p&gt;

&lt;p&gt;But there is another way to see bugs: "Some of us find debugging intellectually stimulating and are perversely attracted to it. "(Dijkstra or Hoare or Wirth?)&lt;/p&gt;

&lt;p&gt;Where do you find yourself on that scale? And what about "corporate culture" dealing with bugs? &lt;/p&gt;

</description>
      <category>software</category>
      <category>bugs</category>
      <category>psychology</category>
      <category>qa</category>
    </item>
    <item>
      <title>Learn a new skill &amp; win twice! </title>
      <dc:creator>Michael Baas </dc:creator>
      <pubDate>Fri, 08 May 2020 13:45:07 +0000</pubDate>
      <link>https://dev.to/mbaas2/learn-a-new-skill-win-twice-ef</link>
      <guid>https://dev.to/mbaas2/learn-a-new-skill-win-twice-ef</guid>
      <description>&lt;p&gt;Do you want to challenge your programming and problem-solving skills in a fun, brain-teasing competition? &lt;br&gt;
Then join the 12th annual APL Problem Solving Competition and compete for&lt;br&gt;
cash prizes and a trip to attend the annual Dyalog Ltd user meeting. You have until 31 July 2020 to submit your entry.&lt;/p&gt;

&lt;p&gt;See &lt;a href="http://www.dyalogaplcompetition.com/"&gt;http://www.dyalogaplcompetition.com/&lt;/a&gt; for more information. &lt;/p&gt;

&lt;p&gt;NB: There are even cash-prizes available for referrers! ;)&lt;/p&gt;

&lt;p&gt;&lt;i&gt;(I said "win twice" because you will (1) win experience through the process and (2) may even win the contest...)&lt;/i&gt;&lt;/p&gt;

</description>
      <category>apl</category>
      <category>competition</category>
      <category>students</category>
    </item>
  </channel>
</rss>
