00:00
00:00
NothanyTPM
An artist by night, asleep by day, and occasionally a computer nerd.

Anthony Beaulé @NothanyTPM

Age 27, Male

NNNEEEEERRRRRDDD!!!!

A van down by the river

Joined on 10/4/21

Level:
22
Exp Points:
5,120 / 5,380
Exp Rank:
9,732
Vote Power:
6.38 votes
Art Scouts
1
Rank:
Civilian
Global Rank:
> 100,000
Blams:
0
Saves:
16
B/P Bonus:
0%
Whistle:
Normal
Trophies:
5
Medals:
300
Supporter:
1y 11m 27d

NothanyTPM's News

Posted by NothanyTPM - July 7th, 2022


I was thinking about this after my last post. Why not use the blog/news posts to provide updates and tips I've learned while making some pretty big projects.


I mean at worst it will get ignored like most of my other posts, and at best it might give an idea of my thought process, it might help others who are stuck in a similar place, and it could get some kind of feedback for my work.


If you don't want to be bombarded by some WIP art and a bunch of digital art jargon feel free to skip this, you're not missing much.


If you want context for what I'm working on, look at my last post. I don't want to retype the whole thing, but basically:

>I use Linux

>I found out how themes are made

>I draw good


Now that that's out of the way, on with the show!


~~~Table of Contents~~~

(Use Ctrl+F to navigate the post if you want)

~>Updates

~>What's new

~>Tricks Learned


~~~~~~~~~~~~~~~

~~~~Updates~~~~

~~~~~~~~~~~~~~~

Since my last post I changed the menu button very slightly. I'm talking about unnoticeable to the untrained eye unnoticeable

iu_688027_9884366.png

I basically redid the shading on the orb so that you can actually see the logo when I use the theme (the actual sprite's size is about 25x100 pixels). The reason why I make these sprites so big is because they look really cool at that size, I don't need to work that hard if I want to upscale these sprites, and because pixel-art looks too sharp for what I'm doing (which is a Windows Vista/7 style). [Plus I might reuse some of these sprites elsewhere]


Next, I redid the clock. Last time it was red digits with a black background, now it's just cyan digits with no background.

iu_688028_9884366.png

[The red borders aren't there in the actual theme, they're only there to help with making the sprites]

The reason for the change was again because it was hard to see the numbers when the theme was in use (this time it was 12x20 pixels), and the black background the old digits had also made it look unfinished because you couldn't see the borders around the numbers.


~~~~~~~~~~~~~~~~~

~~~~What's New~~~~

~~~~~~~~~~~~~~~~~

Since the last post I've made a couple new things for the theme, they're all unfinished and untested, so they're going to probably change a lot.


First-off I've made the "Show desktop" and "Window List" buttons

iu_688029_9884366.png

They're still kinda rough, and I've put them on hold for now to focus on other sprites.

For those wondering: most of the looks you can give Linux have the "Show Desktop" button on the left side next to the start menu instead of the far right like on Windows; bit annoying to get used to, and I can't change it with the look I'm currently rocking.


The "Window list" button is kinda self explanatory: it basically lists all the windows you have open in a pop-up menu. It's kind of like a slower Alt+Tab (which is also a thing on Linux). I just did it because it was an option I might use.


Now for the good stuff!

I decided to work on the Window borders recently.

iu_688030_9884366.png

It's still not quite done, I still need to finish this one and make like 7 more variations for each state these buttons can be in. My goal with this project is to make a theme that's reminiscent of Windows Vista/7 without being an exact copy of a Windows Vista/7 theme. So I took little things I liked from each OS and made my own. Like the colours of the buttons are the same colours Mac OS uses, the shape and feel is supposed to be reminiscent of something you'd see on Windows, and some symbols that are being used are from Linux.


~~~~~~~~~~~~~~~~~~

~~~Tricks Learned~~~

~~~~~~~~~~~~~~~~~~

Working with something like this is surprisingly tough. Most of the challenge comes from making something that looks good while tiny, that it fits the aesthetic I'm going for, and that works within the limits of the theme. Which made me realize that I should probably look a my work from a distance more often instead of looking at it from my chair.


Most of these desktop assets I've made for this theme are done using vectors with gradients. Which is a bit surprising, but it makes sense if you want something that you can stretch horizontally for an infinite amount, and is easy to scale. For example here's the gradient and the colours I used for the taskbar:

iu_688031_9884366.png

One of the taskbar buttons:

iu_688032_9884366.png

And the clock segments:

iu_688033_9884366.png


Where it really became an issue was with the Window borders. Gradients in Krita only go in a straight line, so it makes it really hard to "curve" these gradients for the corners. One solution I had was to use the airbrush tool to do the corners, but colour matching all of it was a big pain in the ass and it didn't even look good.


After a while of tinkering with the airbrush I noticed that I only really needed to darken the edges with the airbrush, and everything else could stay the same and still look good. After realizing that I remembered that Krita has a thing called "Styles" that you can apply to layers as a way to add a little bit of flair like gradients, glowy effects, and shadows to that specific layer. One of these styles called "inner glow" outlines the whole layer and adds a little gradient inside the drawing like so:

iu_688034_9884366.png

[Black shapes with a red inner glow added to them]


And so what I did was I took the entire window border layer and added this glow effect around it which made it pop-out exactly the way I wanted.

Before:

iu_688035_9884366.png


After:

iu_688036_9884366.png


Amazing what a little gradient can do sometime! The little inner corners between the top and sides are a little iffy looking, but that's the best I can do, and even then this will be so small that no one will even notice.


Well better end this post before I either stay up too late or make it way too long to read.


Hope that the 5 people who read the whole thing at least learned something.


...I'm going to bed now.


Tags:

Posted by NothanyTPM - June 30th, 2022


As some of you may know, I have a second PC running Arch Linux that I do most of my side stuff while I draw on my laptop. This second PC has IceWM installed which to make it quick for people who don't know/care about this: it's the way your Linux can look. There's plenty out there like KDE, Gnome, LXQT, and so on. IceWM is a good option for older computers because it's not running like 30 programs in the background, with the trade-off being that you need to manually configure all the programs you want it to run.


Anyways while I was configuring IceWM to do the things I wanted, I looked into the themes folder and found that making themes is as easy as making an image and sticking it into the right folder with the right name.


I can draw right? Why don't I just make my own little theme for IceWM!

Well turns-out it takes a little longer to do than I thought, but I thought I'd let out a small sneak-peek of the project for fun.

iu_681363_9884366.png

Firstly, the button for the "Start" menu which includes a redesigned IceWM logo.


iu_681364_9884366.png

The Taskbar with the Minimized, Inactive, and Active buttons respectively


iu_681365_9884366.png

And finally the assets for the LED clock in IceWM


Progress:

Taskbar (80% finished) [only missing a few icons and some testing]

Window Borders (0%)

Custom Wallpapers (1%) [I have the ideas, but nothing is drawn yet]


Hope you've enjoyed this little sneak-peek, see you next update!


Tags:

Posted by NothanyTPM - June 9th, 2022


Alright, my Pico Day drawing is done and now I'm just chilling for a while to get my energy back.


So. Here's what happened during my absence:

The Pico Day drawing is done, but the animation I made is still unfinished. What I'll do is I'll cut it short and polish that instead (going from a full fight scene to just a simple looping animation). It won't be released on Pico Day (that's why I made the drawing instead), but it will be a nice little something once it is. Might give a sneak peak of it on Pico Day.


Been busy helping my parents lately, by helping them with electronics and giving them suggestion on certain things, and unpacking old boxes. What's cool is while unpacking these boxes I've found a box full of computer parts that I forgot I had, and I found a graphics card that was perfect for my old XP Machine.

iu_662093_9884366.webp

The card on the left was the old card I used (Radeon X300SE), and the card on the right is the "new" card (Radeon X1300). It's a big upgrade for this machine even though these are a drop in the bucket compared to the newest graphics cards.


It's weird how this 2 decade old machine I used while growing-up is still being used to this day! Granted it's not used for much, just some light browsing, playing music, watching a few videos, and sometimes playing a few games...Kinda want to test how good it is while making a drawing just for the hell of it.


~~~

Now that that's done and over with, what's next for little 'ol me?


I want to say things will be going back to normal, but right now I'm not quite sure anymore because there's a couple things that could make it difficult, for now this is what I have in mind:


Firstly, I want to get down and dirty with Linux again. I've got this "new" laptop that I want to install it on, and the setup I have on this old XP machine works really well and it's super fast too, so I'll tinker with it, fill-out those config files, make nice shortcuts for it, and even make a custom desktop theme as a nice cherry on top. And what's cool about it is that once I'm done with it on my XP machine, I can easily transfer all those settings to the laptop and have it work seamlessly. God I love Linux (and BSD).


Next, I want to make that Klonoa fan-art before the release of the new Klonoa remakes, I've had this idea in the back burner for way too long and I want to get it out there.


Then, I want to take the time to redesign some old OC's I've created, not so much with the Rabbit OCs, but all the other needs a little facelift especially the humanoid ones. I've learned a lot since I last drew them (sometimes in the weirdest places), and some of these characters are kinda cringy to look at now.


Finally, I'd like to dive a bit more into animation by doing short animation loops to practice myself. Though, I don't know if I'll continue using Pencil2D, or switch to OpenToonz instead. I mean, I like using Pencil2D even though it's crap compared to the rest, but it's the good kind of crap. Like it's crappy, but not crappy enough that I can't do shit. Finding workarounds is half the fun in this program, heck I'm even hacking the save files in order to access features that are too buggy to use inside Pencil2D. It's fun for all the wrong reasons, and it doesn't help that the Pencil2D devs are also fuelling me by telling me to not use certain unstable features in the program.


Commissions? It could happen. Not now but maybe sometime soon. Who knows.


That's all for now. Hope to see you on Pico Day.


Tags:

Posted by NothanyTPM - May 30th, 2022


So originally I wanted to make an animation for Pico day, but I'm starting to realize that one month with my current animation skills is not enough to make a minute long animation. So instead I'll do a drawing, and I'll try to polish-up what I've made so far and hopefully have them both ready by Pico day.


Bit of a shame Krita doesn't let me make vector animations with its vector tools, now I'm stuck getting used to the more limited Pencil2D which has buggy vector tools, no opacity, no lasso tool, and no text tool.


But hey, for as much as I disappoint the Pencil2D devs for using their vector tools, and it being even slower than Krita's vector tools. All that matters is that it works for making vector animations, and it isn't as complicated to use as OpenToonz.

[might need to look at tutorial videos for OpenToonz, as it's more useful than Pencil2D but way harder to learn]


That's all I have for now. Things should return to a somewhat normal pace after Pico Day. I do want to practice animating a little more by making short little animations to get used to Pencil2D's workflow, and I'm thinking of potentially doing commissions if all goes well (still not sure on that).


See you next update!


Tags:

Posted by NothanyTPM - May 3rd, 2022


Just a quick little update about what going-on as of late.


You might have noticed I kinda just stopped posting drawings after a while, and the reason is that I'm getting a little busy as of late with multiple big projects.


Firstly, I want to focus on making something special for this upcoming Pico Day. It will take a bit as I'm doing something that kinda out of my comfort zone, and I need to learn by trial & error a few times.


Secondly, I've been getting my hands dirty with Linux again to see if I can improve my setup a little further. I was planning on buying a new laptop, but with how things are going I think I'll just use this slightly newer laptop one of my uncles found in the dump in the mean time.


Thirdly, I've been doing a private commission for someone so that's also eaten a bit of time I'd do for drawing. It's also preparing me if I want to do this type of thing in the future.


And finally, I've currently trying to get into animation for the hell of it, and in my usual fashion, I'm going all out with it. Will it be painful? Yes! But I learn a whole lot quicker when my face is dragged in the mud, so it ends-up being worth it in the end...in a way.


So there's a lot on my plate, but not a lot to show unfortunately. I might do the odd doodle on occasion if I feel like I need to take a little break, but I think things should be a little more normal after Pico Day; still not 100% certain on that but I'll update on what's going-on afterwards.


Tags:

Posted by NothanyTPM - April 10th, 2022


Hey would you look at that, I have over 10 fans now. Glad to know I'm at least doing something right with my work.


Thanks for following! Things may be slow at the moment because I'm contemplating whether I should start freelancing right away or find a decent job that's about an hour away from where I live, but expect some more style experimentation, and perhaps even a little bit of animation from me in the future.


Thanks again!


Tags:

Posted by NothanyTPM - March 26th, 2022


Recently created a Ko-Fi account because why not, it could be useful. I've got nothing there at the moment though, but if you have any suggestions feel free to ask. I'm still a little new to this crowdfunding thing.


https://ko-fi.com/nothanytpm


Tags:

Posted by NothanyTPM - March 8th, 2022


That silly PinePhone of mine could barely do anything right, so I tossed it in favour of my nearly 20 year old PC I used as a kid. The same one I that made me discover Newgrounds for the first time, where I saw the birth of YouTube, and caught tons of viruses on the web from Flash game websites.

iu_570125_9884366.webp

This thing is special because instead of using a couple small fans, it would rather use one massive fan to cool the entire thing. This machine's heat sink would normally be a huge block of copper fins that would make the PC think it's a jet engine, but mine came with a different heatsink made from aluminum that keeps the machine quite quiet, and doesn't even rev-up under massive loads.


It was the perfect candidate for my new setup! But it wasn't powerful enough to run your run of the mill version of Linux like Manjaro or Ubuntu, so I installed Arch on this bad boy and made it lightweight and stylish.

iu_570123_9884366.webpiu_570124_9884366.webpiu_570126_9884366.webp

Got myself a sweet triple monitor setup by tagging-along this old PC and my laptop. And what even cooler is the old PC's mouse & keyboard is shared across both of these computers using an app called Barrier. My laptop can even control some apps too using SSH, so I can offload apps to the old Dell PC and give my laptop more juice while I draw. And because I also have full access to that old PCs files, I've also turned it into a NAS, and I plan to keep a third backup of my files on this thing.


Although this old PC isn't as powerful as my laptop that doesn't mean it can't still pack a punch. This thing can play HD content no problem, can emulate PS1 games flawlessly, and it even has a way better sound card than my laptop. It does struggle a bit running browsing some bigger websites on Firefox, but I just use my laptop for those. (in a way it punishes me for getting distracted online)


Now the only big complication I had with this machine was that I have no Wi-Fi card for it and the router was in the other room...but I did have this spare router with me, so I rigged both routers to communicate with each-other, and used a Powerline-ethernet adapter so that I could put the spare router in my little office and have an all wired internet setup for both computers. (it also bumped the transfer speed from 2MBps to 10MBps...god these routers suck)


Ain't technology grand!


See you next time! I've got an experimental drawing coming soon. It's nothing too new, but it's the first time I'm doing this mixed media sort of thing, so it will be interesting.


Tags:

Posted by NothanyTPM - March 5th, 2022


iu_567312_9884366.webp

After about half a month of on and off work, I've finally finished what was supposed to be a drawing to wrap-up this hectic year-long challenge (AKA: Day 366). Wished I had planned it a little better, but better late than never. I almost wanted to redo most of the drawing because of the shading I did on Ryjer, but I also didn't want the drawing to be delayed any longer.


What started as nothing more than something to pass the time while giving myself a challenge that was inspired by Telepurte's animation challenge, became a little hobby of mine that allows me to express how I feel and learn new things at a quicker pace compared to when I'd tinker with computer all day.


I started this challenge barely being able to draw something human-like and I only had one character (I'll call him Bob), but within this one year, I got better at drawing both the male and female anatomy, nature, drawing cartoon characters, and even dabbling into different styles. Would I call my art good? Not quite. The humanoid characters especially, those need to go back to the drawing board. However, with the simpler characters (the ones on the right side and Bob) I feel like I'm not too far off from something great.


This whole challenge wasn't even supposed to be public to begin with, but once I realized how good I was getting by Day 20, I made the decision to make it all public on Twitter starting on Day 25, and later once I realized how little traction I was getting on Twitter over 200 days later I was left with two options: post on DeviantArt, or post on Newgrounds.


One was a very nostalgic website with a cool mascot, and the other had Tom Fulp.


As you can see I chose Newgrounds because unlike DeviantArt, I felt like I actually knew the person running the site (it also felt cleaner too...in more ways than one), and with a dump truck full of art I submitted every piece one-by-one...let's just say I'm never doing that ever again.


I was hoping the challenge would be a bigger success and inspire a couple people dabbling into becoming an artist, but in the end what matters the most is that I've learned a new skill and I actually felt like I've accomplished something for once, (and I went to college), and I thank everyone for coming along for the ride.


I'm also going to immortalize all the art from my challenge here, and even keeping playlists of the entire thing in order in case anyone is curious how it all started. Who knows, maybe people might get inspired looking at it.



~So, what's to expect from me in the future?~


Lot's of drawing, dabbling into animations, making comics, fan-art, participating in events, and whatever I feel like doing. I did have a schedule in mind beforehand, but I quickly realized that doing so sucks all the fun out of it...at least for me. The best I could come up with is to work on a project (big or small) every weekday, and do whatever on the weekends. I could draw, tinker with my computer setup, or just sit back and play a game.


I've got this Ko-Fi account set-up if you'd like to donate anything:

https://ko-fi.com/nothanytpm

I've got nothing special there yet, but if you've got some ideas let me know.


I'd like to also do commissions, but I don't feel ready yet. Mostly because I don't feel like I've got my style completely nailed-down yet, but it should be soon. With the pace I'm going I expect at most I'll be ready by next year.


I want to dabble with streaming someday, but I don't think a ThinkPad T420 (nice) is powerful enough to record in 1080p while playing a game on an emulator let alone even draw, and I don't think it's possible to pass part of the process to another weaker computer I have laying around. Though, don't worry I've saved-up some money for a better laptop in order to do some of these things, while also having a better time drawing.


And one last thing, If you've got any computer problems or want to get into Linux, feel free to ask! I've got 20 years of self taught experience fixing my own PCs or ones I find in the dump, and I've been using Linux for over 3 years now. Hit me up if you need any help on that.


See you real soon!


Tags:

Posted by NothanyTPM - February 26th, 2022


So after many failed attempts, I've finally been able to offload some tasks from my Thinkpad to a different PC (in this case: the Pinephone) just to get more RAM to do bigger drawings.

iu_561724_9884366.webp

And if you can't tell, all of it is controlled with my Thinkpad! Starting apps, controlling most apps, adjusting the volume, even the mouse & keyboard on the other desktop is controlled entirely through my Thinkpad via an SSH connection or through an app called Barrier. All that just to save a few gigs of RAM while doing my bigger drawings, and not gonna lie, It's also wicked cool to play around with.


iu_561725_9884366.webp

Here's how it looks around the back. Just a Pinephone running an extremely lightweight version Linux plugged into a monitor.


What I find infuriating is that the Pinephone is WAY too weak to do anything but the bare necessities like looking at pictures, browsing simple websites, barely being able to watch videos, and no games besides Rogue will run on this thing (heck, even using it normally with the proper Phosh and Plasma-Mobile OS caused more crashes than a destruction derby), not to mention that my PinePhone may have been a dud. The rubber band? It's because the USB-C port doesn't hook-on to the adapter (the adapter itself hooks-on fine on anything else). Those weird looking white spots on the screen? That's not the screen protector peeling-off, that's the LCD peeling itself off from the inside (is it because of the heat?).


If you want to do this yourself, use a Raspberry Pi or an old laptop instead, It's cheaper, better, faster, and stronger than this hunk of junk that I got stuck with. Though, the adapter that the Pinephone comes with is pretty nice...albeit a little slow.


...That's the last time I'm trusting a Linux phone, gonna stick with my old reliable BlackBerry until it freaking perishes...


Though, I do want to see what's causing this massive spike in RAM when I draw because I want to know how I can avoid that. Maybe vector graphics is the way to go with my style?


Anyways, that's all I have to share for now.


see ya next time!


Tags:

1