VirtualTam's bookmarks
12 bookmarks found
Page 1 of 1
-
pactree
- package dependency tree viewer1$ pactree python-tox | rg 'python-' 2 3python-tox 4├─python-cachetools 5├─python-chardet 6├─python-colorama 7├─python-filelock 8├─python-packaging 9├─python-platformdirs 10├─python-pluggy 11├─python-pyproject-api 12│ └─python-packaging 13└─python-virtualenv 14 ├─python-distlib 15 ├─python-filelock 16 └─python-platformdirs
-
-
Shawn Pearce has died - Johannes Schindelin
2018-02-23 - https://git.github.io/rev_news/2018/02/21/edition-36/
- https://twitter.com/cdibona/status/957822400518696960
- https://sfconservancy.org/blog/2018/jan/30/shawn-pearce/
- https://gitenterprise.me/2018/01/30/shawn-pearce-a-true-leader/
- https://groups.google.com/forum/#!topic/repo-discuss/B4P7G1YirdM/discussion
- https://linuxfr.org/news/la-communaute-git-en-deuil-de-shawn-pearce
-
Lenovo Thinkpad 13 + Linux - Feedback
2017-04-15 +++: backlit keyboard, battery ++: HDPI matte screen, touchpad+trackpad -: BIOS messages in approximative English --: no ethernet port ---: cooling / fan noise
ETH available through:
- 10$ generic USB-C adapter
- 25$ Lenovo USB-C adapter
- 150$ Lenovo USB-C dock
- 180$ Lenovo docking station
Cooling / fan control:
- triggered when the CPU reaches approx. 46° / 20% load
- slowest speed: 3400 RPM (!), goes up to 4000+ RPM
TODO:
- try updating BIOS/UEFI
- use a laptop cooling pad
- killall -9 firefox # not really an option tho
User-contributed feedback:
- https://www.reddit.com/r/thinkpad/comments/4k2kzl/debian_on_the_thinkpad_13/
- https://www.reddit.com/r/thinkpad/comments/4jh3wb/thinkpad_13_manjaroarch_impressions/
- https://www.reddit.com/r/thinkpad/comments/4lzsks/my_thinkpad_13_experience_with_ubuntu_1604/
- https://www.reddit.com/r/thinkpad/comments/4pieti/thinkpad_13_fan_vs_zenbook/
-
The Eudyptula Challenge
2016-12-16 -
Impact of bots on GitHub communities
2016-11-21 -
Ode to Spot
2016-11-16 Felix Catus is your taxonomic nomenclature, An endothermic quadroped, carnivorous by nature. Your visual, olfactory, and auditory senses Contribute to your hunting skills and natural defenses. I find myself intrigued by your sub-vocal oscillations, A singular development of cat communications That obviates your basic hedonistic predelection For a rhythmic stroking of your fur to demonstrate affection. A tail is quite essential for your acrobatic talents: You would not be so agile if you lacked its counterbalance; And when not being utilitized to aid in locomotion, It often serves to illustrate the state of your emotion. Oh Spot, the complex levels of behavior you display Connote a fairly well-developed cognitive array. And though you are not sentient, Spot, and do not comprehend, I nonetheless consider you a true and valued friend. -- Lt. Cmdr. Data, "An Ode to Spot"
-
IonicaBizau/git-stats · GitHub
2015-09-09 A GitHub-like contributions calendar, but locally, with all your git commits
-
Uses a project or repository's history to plot user contributions, displaying an elegant, colored graph of the file arborescence.
After running it on quite different projects...
- Python/Bash CI/Jenkins scripts
- Qt apps: GoldenDict, Psi+
- PHP website: Shaarli
...watching some vids on teh intartubez:
- Minecraft: https://www.youtube.com/watch?v=zRjTyRly5WA
- Linux kernel: https://www.youtube.com/watch?v=AhDiYPLo3p4
- Python: https://www.youtube.com/watch?v=cNBtDstOTmA
It allows to arbitrary spot some interesting implementation aspects (sorted by descending impact):
- language-dependent trees (oh hai Java packages ^^)
- framework-dependent trees
- project-management method (none, Agile, TDD)
Having a graphical tool also quickly shows:
- the overall structure of the project (a bit cooler than a simple $ tree, way quicker than loading the project on an IDE)
- the repartition of files (by extensions)
- who are the most active contributors
- what are the most modified files over time
- who does what: additions, deletions, refactoring
Some more CI-related matters:
- are there any tests?
- what is the source code / test code ratio? (we could expect a project/lib with N modules to have at least N test modules)
- who initiates / implements / optimizes test code?
Page 1 of 1