@silveiraneto

69 Followers
156 Following
70 Posts
PixZels by @pixel_Salvaje

PixZel: A 3d Pixelart program for Top-Down and isometric solutions.

itch.io
You are being misled about renewable energy technology.

Let's learn and grow. New things are cool!Links 'n' stuff down below. Lots of links.First, the "clean version." Please pass that around.https://youtu.be/Zgxb...

YouTube
Slowly fixing issues in this old project of mine. Doing a lot of cleanups and migrations. Soon some major refactoring. https://github.com/silveira/openpixels/commits/master/
Commits · silveira/openpixels

Open and free pixel arts works for games like tile sets and characters - Commits · silveira/openpixels

GitHub

I was asked over IRC if my cosine-powered Fizz Buzz could be a one-liner. Of course it can:

printf 'from math import cos, pi\nfor n in range(1, 20):\n print([n, "Fizz", "Buzz", "FizzBuzz"][round(11/15 + (2/3) * cos(2*pi*n/3) + (4/5) * (cos(2*pi*n/5) + cos(4*pi*n/5)))])' | python3

#python #programming

And like global variables, they are sometimes that last resource available and the lesser of many evils. But these solutions should come with the same disclaimers as global variables.
It's interesting how frameworks in different programming languages and wildly different scenarios have created very convoluted ways to accomplish what are essentially global variables. That comes with all the advantages and disadvantages of global variables. However, there is an extra disadvantage, they legitimize the use of global variables by calling it something else. This opens the gates for abuse in their usage.
I have been using @obsidian for a little over a month now and it has become a central part of my daily workflows. It's a note taking app but flexible enough to become a knowledge bank, bookmark manager, TODO lists, diary, document processor, or almost anything you want. I'm still figuring it out best ways to use, and how to best synchronize and backup vaults, and I have not even touched extensions yet.

I mean, it looks nice and all. Good for demos. There is that. But they could have somehow made it to work better out-of-the-box. It feels like configuring something 20 years ago.

https://storybook.js.org

Storybook: Frontend workshop for UI development

Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It's open source and free.

Storybook
Just finished setting up Storybook for a small TS project. An unbeilable amount of of boilerplate.
bash and wget to download a lot of files – Silveira Neto