jftuga
Joined 388 karma
https://github.com/jftuga
- jftuga parentThis is a well-thought-out critique. Thanks for sharing your insights.
- This was a funny take on it...
- Slightly better link that filters to only to "Sources" (no forks) and also by number of Stars.
https://github.com/sharkdp?tab=repositories&q=&type=source&l...
- Agreed. I use this program all day, every day. Viewing a file without it now is just painful. :-)
I have these aliases, which are useful when piping output to them:
alias bd='bat -p -l diff' alias bh='bat -p -l help' alias bi='bat -p -l ini' alias bj='bat -p -l json' alias bl='bat -p -l log' alias bm='bat -p -l man' alias by='bat -p -l yml' - I just learned how to do an inline "Note" in markdown (noticed this in his README.md) which I had either never seen before or just never noticed. I made a gist so I wouldn't forget how to do this.
https://gist.github.com/jftuga/2e4cf463dc0cdd9640c5f3da06b69...
- I recently wrote an open source Python module to deidentify people's names and gender specific pronouns. It uses spaCy's Named Entity Recognition (NER) capabilities combined with custom pronoun handling. See the screenshot in the README.md file.
- I wrote a CLI program to determine and detect the end-of-line format, tabs, bom, and nul characters. It can be installed via Homebrew or you can download standalone binaries for all platforms:
- Micro is nice because it is a single-file, stand-alone executable that has mouse support, macro record/playback and syntax highlighting. (I haven't checked Nano recently). It is great for making quick edits to json configs, shell scripts, python scripts, etc. Syntax highlighting and line numbering are key. If I need to make a really quick edit, it is much faster to use this than waiting for VS Code or PyCharm to load. You also stay focused. By this I mean, your eyes don't leave the terminal window that you are currently working in. This allows me to more quickly complete the task at hand.
- Here is one of few Windows apps that I have written, albeit in C#. compinfo is a single, 431 KB windows executable.
It displays basic computer info including user name, computer name, OS, model, serial number (service tag), CPU model, memory, IPv4 address and uptime.
- 1 point
- After the video was published, it was revealed that some of the recorded "theft" reactions were actually staged. According to Rober, he had asked friends to test the device and record reactions, but some of them had recruited other people to pretend to be thieves without his knowledge.
When this came to light, Rober apologized for not properly vetting all the footage and explained that 2 reaction shots had been staged without his knowledge. His later glitter bomb videos included more rigorous documentation and transparency.
- I wrote a standalone CLI tool (written in Go) to determine and detect the end-of-line format, tabs, bom, and nul characters:
- Open the web version in your browser: