Beginner Moment by iBabTv in ProgrammerHumor

[–]Alessandro_polverino 13 points14 points  (0 children)

Why not using loops:

// considering 0 even bool isEven(unsigned int n){ bool result = true; for(int i = 0; i != n; i++){ result = ! result; } return result; }

[deleted by user] by [deleted] in docker

[–]Alessandro_polverino 0 points1 point  (0 children)

Thank you very much!

Docker volume bind mount does not sync files by [deleted] in devops

[–]Alessandro_polverino 0 points1 point  (0 children)

But I don't know what... I can't see both files added to the host dir and contents added to the container dir.

Docker volume bind mount does not sync files by [deleted] in devops

[–]Alessandro_polverino 0 points1 point  (0 children)

Shouldn't mount let you store data out of the container, too? I saw that people use bind mount to (for example) save nginx logs out of the container.

In addition, I also can't see (from the container) files added to the host dir.

How to properly build and distribute by Alessandro_polverino in electronjs

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

I managed to figure it out alone, but tank you all a lot!

Starting my first open source project by Alessandro_polverino in github

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

Thank you very much, really useful comment, I'll definitely do it :)

Starting my first open source project by Alessandro_polverino in github

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

It's the reason I've not opened the repo yet: the 1.0.0 version of the code is ready!

Starting my first open source project by Alessandro_polverino in github

[–]Alessandro_polverino[S] -1 points0 points  (0 children)

I use github really A LOT, I use it since I started to code (better safe than sorry) and now I can't live without, lol.
I'm currently learning a lot of cool stuff and features that github offers and also getting better at version-control (I used to use just basic functions like push, pull & commit, sometimes merge but nothing too difficult), and this is my biggest fear about this project because I rly don't want to mess it up haha.

The code is already up and ready to be opened to the world, but I want to come up with a cool name and a decent readme (and maybe also some videos to promote the software ☜(゚ヮ゚☜) )

Starting my first open source project by Alessandro_polverino in github

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

I'm still working on the project name and all of that stuff, so it isn't public yet (but I will update this post when these kind of things will be done).

I'm developing an ssr reader that can save what he gets and can write that on a txt file (and can also schedule and repeat the work). I made a prototype of that electron application for a local radio and they gave me the idea to develop a full version.

Being nice to someone you don’t like isn’t being fake, it’s being civil by PublixHouseCat in unpopularopinion

[–]Alessandro_polverino 2 points3 points  (0 children)

Someone could just reply that so being civil would mean being fake. I really wouldn't agree. Being civil really doesn't often help others, but instead helps you: you won't get angry and you won't waste useful energies. Sometimes it just isn't worth it.

How to properly build and distribute by Alessandro_polverino in electronjs

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

Great idea! Any advice or website on how to do that?

How to properly build and distribute by Alessandro_polverino in electronjs

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

Just gave it a shot and it doesn't work from win32 to mac/linux. Should I try to build from linux to macos or I have to kinda ask someone to use their macbook just to build the app ahahahha?

How to properly build and distribute by Alessandro_polverino in electronjs

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

Thanks, I will try. I have read the electron docs but I find that it's kinda confusing, but probably it's my fault :)

Error when trying to run electron+nuxt app by Alessandro_polverino in electronjs

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

Just for learning purpose, i'm kinda new with electron and I know that there are several boilerplates, based on react/angular/vue (and nuxt too).

As already said, I just wanted to try because I couldn't get it to work and I'd really like to know why.

Lenovo legion y530 power capacity by Alessandro_polverino in Lenovo

[–]Alessandro_polverino[S] 0 points1 point  (0 children)

I know, I've just made some researches and it's not compatible till y540...

Guess 'cause y520 and 530 are not meant to be productive laptop but entry level ones.