Tumgik
frayoshi · 5 years
Text
10 hours video - How I made the loop
Here's how I made my 10hrs loop video of the 1st photographed black hole in a 3D reconstruction. 4K video format.
youtube
For first I downloaded the whole video in which it was inserted, then precisely cut from start of the rotation cycle to the end, counting the frames between movements of the coordinates arrows on the left (3). I then exported 3 segments in VP9 codec, respectively with a fade-in, clean and fade out.
so I calculated how much time to get 10 hours having the single video segment duration and build a list up. It is 4697 minus 2, start and end. ``` for i in {1..4695}; do     printf "file '%s'\n" short.mkv >> list.txt;     done ``` so added start.mkv and end.mkv to the list. For the audio I searched for long music in CC-BY on FreeMusicArchive and on Kevin MacLeod's website and assembled in Audacity in order to get roughly 10 hrs. Exported in *.flac and converted in *.opus (Doing in-software resulted in a failure, not sure why): `ffmpeg -i audio.flac -c:a libopus -b:a 96k audio.opus` uploaded e.thing to the GCP server (8.6 MiB video + 435.4 MiB audio), where I installed ffmpeg and initialized a simple vnc server where I started Xorg and proceeded to assemble everything up: `ffmpeg -f concat -i list.txt -i audio.opus -c copy output.mkv` So I fired a Firefox instance up and uploaded the whole (~15 GiB) in 1 minute or 2. That's all =) I figured then out that I could have used the YouTube API someway in order to upload without the Xserver running but, well.. maybe next time I'll give it a try ^^ As usual, if you found this blog/guide interesting/useful, I am very coffee addicted ^-^ Cheers, FraYoshi. → http://bit.ly/2DtcNWq
2 notes · View notes
frayoshi · 5 years
Text
How I rescued my ZeroNet account
I started playing with my key files in order to encrypt and secure them, I don't want my ZeroNet account to fall in malevolent hands and I'm mainly referring to those of a thief. I decrypted my keys into a folder and then sym-linked to zeronet/data so I started using the platform as usual without hassles... But starting from the second time I activated the service, after a reboot and forgot the first time to un-encrypt, something started to go wrong... indeed, I was unable to like stuff, comment and act as usual getting errors like this one directly on the GUI: Internal error: Exception: Invalid content.json file immediately followed by: WebSocket handleRequest error: Exception: Invalid content.json file: data/users/(my auth_address)/data.json in UiWebsocket.py line 83 > UiWebsocket.py line 267 > MergerSitePlugin.py line 203 > MergerSitePlugin.py line 197 > UiWebsocket.py line 484 > MergerSitePlugin.py line 200 > MergerSitePlugin.py line 197 > UiWebsocketPlugin.py line 36 > UiWebsocket.py line 431 and I've found just now watching at the logs on the CLI, this: Json merged-ZeroMe/(KaffieHub address)/data/users/(14ytAKDfNjArMTqGecTi7ginG3aZTsRAum)/content.json load error: DatabaseError: database disk image is malformed in SiteStorage.py line 299 > ContentFilterPlugin.py line 167 > SiteStorage.py line 90 > SiteStorage.py line 82 > Db.py line 166 > Db.py line 132 > Db.py line 65 > Db.py line 139 > DbCursor.py line 90 I've been a couple of days off because of this inability to operate as myself... I've tried to double check permissions, substituted keys with the previous ones from the backups, took searches, updated ZeroNet... until I remember that my ZeroNet data folder was on the periodic scheduler of snapper, so I just run the command btrfs -c (name of the config) undochange (oldsnapshot)..0 and everything came back to normal :) So I must thank Open Suse's snapper software for the success of my rescue mission! : ) This is how I've been able to handle the casualty! ^^ and I suggest you doing snapshots too, sometime unexpected things occur and these are a life saver :3 Oh... and in the meantime, I big failed in my attempt to save the blog draft and published as an empty post instead! as "leftside" let me notice XD
Tumblr media
just, I can't recall hitting the Sign & Publish button, uhm... part of my odd experience? who knows :) Ever happened something similar to any of you? Have you wrote a blog about? If you did, I'd love to read about your experience and how you solved it! ^^
→ https://ift.tt/2TfUMEF
0 notes
frayoshi · 5 years
Text
Sketching on the waiting room
I've been taught that drawing requires practice, so I started sketching what I was seeing on a waiting room :) legs were my first start, then I've been called on the phone and I continued drawing the table switching to my left hand ^^ I then realized that starting to draw I should probably train my left hand together with my right one ^^ did u ever? which hand do u use? is it the same main one that you use for all the rest? :3
Tumblr media
→ https://ift.tt/2Tf3PoQ
0 notes
frayoshi · 5 years
Text
My first steps into drawing
It has been a while since when I tried to start learning to draw.. but Today I effectively started! ^-^
Tumblr media
This my first face sketch :)
Tumblr media
For my start I followed Love Life Drawing's advices ^^ And I sketched the face following Sophie Chan's video :3 → https://ift.tt/2U61N7J
1 note · View note
frayoshi · 5 years
Text
Sad pre-Valentine sketch
It was a sad pre-valentine night.. when I started sketching on my drawing tablet and this came out... obviously was not a good night, I noticed the thing just a couple pencil lines later...
→ https://ift.tt/2H1g3us
0 notes
frayoshi · 6 years
Text
How to type Japanese on Linux
I searched for so much time to find a proper way to type in Japanese on Linux but no guide has been able to help me... It appeared something almost impossible to me until, test after test, format after format, over time... I found out this method. This is why I found important to make a tutorial about. I truly hope it will help you on accomplishing your needs as much as it has done for mine ^〰^ If you have some perk to share, it will be highly appreciated! This was one the greatest somethings that makes me regret the switch Windows → Linux ... but this one, in particular, is no longer one of these! Loving Linux way more after this ^-^
youtube
Find out more about me and my projects on my HomePage: http://fgobbo.com
『COMMANDS USED IN THE VIDEO』
Tumblr media
enter root environment
Tumblr media
or u cannot install packages
sudo -i
Tumblr media
install package manager
Tumblr media
apt update apt install synaptic
Tumblr media
search and mark for installation
Tumblr media
fcitx-mozc japanese fonts (optional)
Tumblr media
initialize fcitx
Tumblr media
open fcitx
Tumblr media
configure fcitx
Tumblr media
open fcitx configuration add input method using the "+" icon uncheck "show only current language" select Japanese mozc configure a shortcut to trigger the IM
enjoy it ^〰^
『COMMAND LINE ONE SHOT』
This way u can skip to the "Initialize" point
sudo apt update && sudo apt install fcitx-mozc -y
And that's all.. now u can type in Japanese also from Amino web (ノ^ヮ^)ノ*:・゚✧
if you find some of my projects interesting, I have got a donate area. This helps me concentrate less in standard work and more in other projects ^^ It also helps me pay for coffee fuel :3 http://fgobbo.com/donate → https://ift.tt/2FZ24GU
0 notes
frayoshi · 6 years
Text
Meteorite approaching the sun + IPFS blend file
For people that followed my today's live-session, here the end result! ^^ You are free to use it for whatever you like as long as you remember to give proper credit. I've also attached a download for the blend file. Here the download link: https://ipfs.io/ipfs/QmR33gLv4nYcSNJX5FMyeEjZs9yJNrGhi7Ur45axTGZAk8 If you know what IPFS is, help me keeping it pinned or consider a donation: https://fgobbo.com/donate (CC-BY v4 licence) Francesco Yoshi Gobbo → https://ift.tt/2MSR7oS
0 notes
frayoshi · 6 years
Text
Wikipedia obscured in Italy for 5th July.
Wikipedia Italia decided to self-obscure because of the European's articles 11 and 13.
Here the translation of the thing: Dear reader, On 5 July 2018, the European Parliament will decide whether to speed up the approval of the copyright directive. This directive, if promulgated, will significantly limit the freedom of the Internet. Instead of updating the copyright laws in Europe to promote everyone's participation in the information society, it threatens online freedom and creates obstacles to accessing the Net by imposing new barriers, filters, and restrictions. If the proposal is approved, it may be impossible to share a newspaper article on social networks or find it on a search engine. Wikipedia itself could risk closing. The proposal has already met with the firm disapproval of over 70 computer scientists, including web creator Tim Berners-Lee, 169 academics, 145 organizations working in the fields of human rights, freedom of the press, scientific research and the computer industry and the Wikimedia Foundation. For these reasons, the Italian Wikipedia community has decided to obscure all encyclopedia pages. We want to continue to offer a free, open, collaborative encyclopedia with verifiable content. We therefore ask all Members of the European Parliament to reject the current text of the directive and to reopen the debate by examining the many proposals of the Wikimedia associations, starting with the abolition of Articles 11 and 13, as well as the extension of the freedom of panorama to the whole EU and the protection of the public domain. The Italian community of Wikipedia. https://ift.tt/2KsvjDT → https://ift.tt/2IMfbHx
0 notes
frayoshi · 6 years
Text
IPFS error "flatfs: too many open files"
If you have followed my previous tutorial on how to batch import your pinned files, you could have easily incurred on this "flatfs: too many open files" error. Here a practical solution for your Linux OS: Enter the following folder as superuser via your editor of preference, I'm using nano:
sudo nano /etc/security/limits.conf
add these 2 lines at the end of the file:      . . .      *     hard     nofile     4096      *    soft      nofile     40960      # End of file
Log out and log in again > retry =) 4096 and 40960 should be enough, just in case you can always augment these values! ^^
Thank You for reading!
donation area: https://ift.tt/2txWNwA (it helps me to keep servers running ipfs nodes) → https://ift.tt/2lsYtUq
0 notes
frayoshi · 6 years
Text
TUTORIAL IPFS - retrieving pins' hash and batch importing
Let's say that you have some pinned files on your IPFS node but also no idea of their hash. You can retrieve the list of files by executing this simple command:
ipfs pin ls
but far too many hashes will be printed out! at this point you start saying yourself something like: "there must be a better way!" and indeed there is:
ipfs pin ls --t=recursive
okay, now you want to send all these hashes to someone, save them on your hashbook, send them to someone... but all these lines have a part that is, well repetitive! So you want to cut that "recursive" text out! So, supposing you are on Linux like me and you are using bash, this will serve you well!
ipfs pin ls --t=recursive | sed 's/ recursive//'
and this will save the output to an easily shareable file:
ipfs pin ls --t=recursive | sed 's/ recursive//' > my_pins_collection.txt
perfect! But let's say that you have thousands of pins! having this file you surely can run ipfs pin add but it will take you, well... too much, better spendable, time! so here this while loop will help you to pin all the files on the file you just created:
while read hashline; do ipfs pin add "$hashline"; done < my_pins_collection.txt
and that's all! Now your pins are importing on your friend's computer, on your backup server, on your colleague's work folder... anyway it is destinated!
HAPPY SHARING! ;D
donation area: http://fgobbo.com/donate (it helps me to keep servers running ipfs nodes) → https://ift.tt/2JCTZIo
2 notes · View notes
frayoshi · 6 years
Text
Gimp 2.8 → 2.10. Upgrade time!
I think It's time to move on u.u # pacman -R gimp (2.8) flatpak install https://ift.tt/2CC3SAj (2.10) really.. Gimp is no longer the same from this update ^^ now It has a more professional look and smells a little bit like photoshop =]
https://www.gimp.org/release-notes/gimp-2.10.html The strange thing is that the arch repo is SO OUTDATED on this packet.. anybody knows why? Maybe because of the flatpak adoption? the source code is still available, uhm... image copied from the official gimp website: https://ift.tt/2r667qb → https://ift.tt/2IvXOi7
0 notes
frayoshi · 6 years
Text
Decentralization Server Usage Graph 04-09 to 05-09
Usage graph for the deployed server in NYC. Actually relocating unused resources from the IPFS to the sheepit-it renderfarm.
Every server runs an IPFS node. Consider donations in order to help me to deploy more servers in more locations =] or also, run your own node! That would be very appreciated too! I don't actually know the amount of time I will have the chance to keep the node active but for now: Total number of active servers: 1 --- Eventually, some tip options ^^ https://paypal.me/FrancescoGobbo  https://www.patreon.com/FraYoshi BTC address: 1KixBphQmdymQti9VUjxDYRcHRuWr1mVQX ETH address: 0x1d88FF5F3f0768664b54659A50fcd406F4C05eF9 → https://ift.tt/2Ir5sdv
0 notes
frayoshi · 6 years
Text
Butterflies and Butterly CCBY archive
 here 2 different kind of butterfly playing around a flower. You can use It the way You like, just be sure to read the licence and give proper attribution including a text like this: Butterflies video by Francesco Yoshi Gobbo Licensed under Creative Commons: By Attribution 4.0 https://creativecommons.org/licenses/by/4.0
youtube
→ http://ift.tt/2FbkzHq
0 notes
frayoshi · 6 years
Text
Duckling adrift in the ocean live modelled in blender
This little duck is very unlucky..
She can't swim away not because unable but because the life buoy is all around her and can't escape! sigh....
youtube
→ http://ift.tt/2F9bpqH
0 notes
frayoshi · 6 years
Text
#CoseOvvie - VideoTAG [sub ENG]
VideoTAG Cose ovvie!
Di almeno  5 cose ovvie e tagga chi puoi :D
youtube
→ http://ift.tt/2H1nUGa
0 notes
frayoshi · 6 years
Text
GovSat-1 Launch livestream
The GovSat-1 is gonna be launched in minutes!!!
Check the livestream!!!
Space is happening!
youtube
  → http://ift.tt/2DOb6AN
0 notes
frayoshi · 6 years
Text
Whoelse is gonna follow the AMP livestream?
The livestream is gonna start, whoelse is entering the stream with me? =)
AMP are Accelerated Mobile Pages.
It is usefull to publishers to create mobile-friendly contents that loads quickly ^^
youtube
→ http://ift.tt/2noKmka
0 notes