From: danix Date: Wed, 15 Feb 2023 16:51:52 +0000 (+0100) Subject: content cleanup. Needs working. X-Git-Tag: release_17022023-1339~20 X-Git-Url: https://git.danix.xyz/?p=danix.xyz.git;a=commitdiff_plain;h=1b2707750442f547cd7c5077dbc64dd9a8fabab3 content cleanup. Needs working. --- diff --git a/_index.md b/_index.md index 3cab841..a97fc89 100644 --- a/_index.md +++ b/_index.md @@ -4,7 +4,7 @@ date: 2021-06-13T09:05:51+02:00 type: "homepage" --- -{{< gravatar mail="danixland@gmail.com" class="alignright" size=200 >}} +{{< gravatar mail="danixland@gmail.com" class="align-center circle" size=200 >}} Welcome to danix.xyz, my name is Danilo but you can call me danix. diff --git a/articles/cad-designing-in-gnu-linux.md b/articles/cad-designing-in-gnu-linux.md index 1fac73e..4b99db6 100644 --- a/articles/cad-designing-in-gnu-linux.md +++ b/articles/cad-designing-in-gnu-linux.md @@ -16,7 +16,7 @@ tags: - fusion360 - slicer - solvespace - +typora-root-url: ../../static --- {{< quote source="semicit. Eminem" >}} Guess who's back @@ -37,15 +37,15 @@ I’ve had it for a few months now and I’m pretty happy I purchased it The software you mainly use with a 3D printer is a slicer, which is a piece of software that takes a 3D rendering of the item you want to print and slice it into many layers, stacked one on top of the other, you can manipulate the layers in various ways in order to alter the properties of the final printed item. -{{< figure src="/uploads/2021/04/2021-04-25-183336_1366x768_scrot.png" alt="Screenshot from Ultimaker Cura 4.9 main interface" caption="Ultimaker Cura 4.9 main interface" >}} +{{< figure src="/uploads/2021/04/2021-04-25-183336_1366x768_scrot.png" alt="Screenshot from Ultimaker Cura 4.9 main interface" width="90%" class="align-center" caption="Ultimaker Cura 4.9 main interface" >}} -I’ve chosen Ultimaker Cura as my main slicer, I started with it and I found it’s easy enough for a noob like me, but manages to give the user a lot of room for customization when you start understanding how it works. +I’ve chosen [Ultimaker Cura](https://ultimaker.com/software/ultimaker-cura) as my main slicer, I started with it and I found it’s easy enough for a noob like me, but manages to give the user a lot of room for customization when you start understanding how it works. So far so good, Cura is available for windows, mac and GNU/Linux, so I went and downloaded the appImage package and I have to say, the loading time it’s even faster than on windows, I’ve added a few plugins and sliced quite a few files, and I’m very happy as to how it’s performing. ## CAD drawing -Now, everything would be good as it is, if you plan on using only the files you can find on the internet, which is a great deal, considering there’s sites like thingiverse.com or myminifactory.com, where you can find litterally millions of files ready to be sliced and printed. +Now, everything would be good as it is, if you plan on using only the files you can find on the internet, which is a great deal, considering there’s sites like [thingiverse.com](https://www.thingiverse.com) or [myminifactory.com](https://www.myminifactory.com), where you can find litterally millions of files ready to be sliced and printed. Different story if you want to actually design a piece to be printed, in that case you’ll need a cad software. @@ -59,17 +59,14 @@ Another very good reason for not using Fusion, is the fact that all of your file ## Meet SolveSpace -{{< figure src="/uploads/2021/04/2021-04-25-190246_1366x768_scrot.png" alt="Screenshot from solvespace interface" caption="solvespace interface" >}} +{{< figure src="/uploads/2021/04/2021-04-25-190246_1366x768_scrot.png" alt="Screenshot from solvespace interface" width="90%" class="align-center" caption="solvespace interface" >}} -SolveSpace is a 2D/3D parametric cad Software, it’s totally free, licensed under the GPLv3 and available for windows, mac and of course GNU/Linux. +[SolveSpace](https://solvespace.com/index.pl) is a 2D/3D parametric cad Software, it’s totally free, licensed under the GPLv3 and available for windows, mac and of course GNU/Linux. -{{< video autoplay="false" loop="false" src="/uploads/2021/04/solvespace_demo.webm" alt="Solvespace video demo" >}} +{{< video width="50%" class="left" autoplay="false" loop="false" src="/uploads/2021/04/solvespace_demo.webm" alt="Solvespace video demo" >}} I’ve watched this introductory video and was able to pick it up and start designing in a matter of minutes, it’s very straightforward and even if it does things a bit differently than Fusion, it’s still very comfortable to use. -The development is very active, this month was released the latest stable version which is 3.0 and I managed to compile it without any hassle on my Slackware64-current. Probably, once Slackware64 reaches the stable 15.0, I will push the slackbuild to the SBo mailing list and see if they will make it available. In the mean time, if anyone is interested, just drop me a few lines in the [comments below][2], or on the contact page. +The development is very active, this month was released the latest stable version which is 3.0 and I managed to compile it without any hassle on my Slackware64-current. Probably, once Slackware64 reaches the stable 15.0, I will push the slackbuild to the [SBo](https://slackbuilds.org) mailing list and see if they will make it available. In the mean time, if anyone is interested, just drop me a few lines in my socials and I'll help you as best as I can. Thanks for passing by, and I’ll see you on the next one ;) - -[1]: https://solvespace.com/index.pl -[2]: #comments \ No newline at end of file diff --git a/articles/gify-back-to-bash-scripting.md b/articles/gify-back-to-bash-scripting.md index 85a82b0..6737a63 100644 --- a/articles/gify-back-to-bash-scripting.md +++ b/articles/gify-back-to-bash-scripting.md @@ -52,7 +52,7 @@ I made this script mostly for fun and personal use, so it’s absolutely not I’ll leave you with a copy of the script here in case you want to have a look at it before downloading. Enjoy! -
#! /bin/bash
+{{< highlight bash "linenos=true" >}}#! /bin/bash
 
 # Author:       Danilo 'danix' Macri
 # Author URI:   https://danix.xyz
@@ -240,4 +240,6 @@ else
         esac
         shift
     done
-fi
\ No newline at end of file +fi + +{{< /highlight >}} \ No newline at end of file diff --git a/articles/sunset-in-siderno.md b/articles/sunset-in-siderno.md index 5c06f90..aafaf6b 100644 --- a/articles/sunset-in-siderno.md +++ b/articles/sunset-in-siderno.md @@ -16,10 +16,8 @@ tags: format: video --- -
-
-
+{{< youtube ku9JVNK6rLU >}} my first video, an experiment with a GoPro Hero+ LCD and Kdenlive.