Search
Translate / Traduci
Support Gioorgi Editorial Board
Category Archives: English Content
GPT-NeoX
GPT-NeoX-20B, a 20 billion parameter model trained in collaboration with CoreWeave. From https://www.eleuther.ai/ Refer to GitHub project for references We tried it in the playground and the model seems quite impressive. Sadly the model is very very big, so it seems … Continue reading
Mainim engine behind 3Blue1Brown videos
Manim is an animation engine for explanatory math videos. It’s used to create precise animations programmatically, as demonstrated in the videos of 3Blue1Brown.
Bash Regular expression replace (regexp)
You can easily use bash to search-and-replace on variables… f="/home/alice/myfile.md" $ echo ${f//.md/.pdf} /home/alice/myfile.pdf $ echo ${f//alicee/bob} /home/alice/myfile.md $ echo ${f////-} -home-alice-myfile.md
Git tips 2022
Git Summary and more! Git extras package add some nice commands to git, like git summary, which give you some insights on commit stats
!Support Ukraine!
Support Ukraine! Come supportare l’Ucraina dall’Italia: HOW to supporto Ukraine from Italy For english speaking people, follow this link
Posted in English Content, Italian Content
Leave a comment
Is Russia afraid of Europe rather than NATO?
Support Ukraine! Come supportare l’Ucraina dall’Italia: HOW to supporto Ukraine from Italy
Things worth reading this week
Things worth looking this week. Scripting! Two tools this week: Bashly, a tool to create Bash scripts easily Ever wished to use Python in Bash? Would you choose the Python syntax over sed, awk, …? pz can be the tool … Continue reading
Posted in English Content, News
Leave a comment