HN user

johnjackjames

73 karma
Posts46
Comments16
View on HN
dev.to 5y ago

CSS loaders for your next project

johnjackjames
2pts0
reforestum.com 5y ago

Reforestum

johnjackjames
2pts1
datalore.jetbrains.com 5y ago

Image Rendering Process

johnjackjames
1pts0
docs.python.org 5y ago

Python Heapq

johnjackjames
2pts0
www.oreilly.com 5y ago

Perl Will Never Die

johnjackjames
8pts0
www.zdnet.com 5y ago

Big Changes in Kernel 5.13

johnjackjames
2pts0
blog.kchung.co 5y ago

Faster Python with Go shared objects

johnjackjames
2pts0
tox.readthedocs.io 5y ago

Show HN: Tox Python

johnjackjames
2pts0
www.npmjs.com 5y ago

Bash to ZX

johnjackjames
3pts0
matteoguadrini.github.io 5y ago

Code Counter

johnjackjames
1pts0
www.manning.com 5y ago

Getting Started with Google Colab Using PyTorch

johnjackjames
1pts0
fedoramagazine.org 5y ago

Incremental Backup with Butterfly Backup

johnjackjames
2pts0
blog.jetbrains.com 5y ago

IntelliJ Platform UI Kit

johnjackjames
2pts0
fedoramagazine.org 5y ago

Cool new projects to try in Copr

johnjackjames
1pts0
kotlinlang.org 5y ago

Java vs. Kotlin

johnjackjames
4pts1
blog.rust-lang.org 5y ago

Rustup 1.24.1

johnjackjames
2pts0
hacklang.org 5y ago

PHP with High Performance: Hack

johnjackjames
1pts0
docs.python.org 5y ago

Python Default Dict

johnjackjames
36pts58
blog.jetbrains.com 5y ago

PyCharm and Django

johnjackjames
1pts0
tablib.readthedocs.io 5y ago

Tabular Python Library

johnjackjames
2pts0
docs.python-guide.org 5y ago

Hitchhiker Guide to Python

johnjackjames
2pts0
api.nasa.gov 5y ago

NASA Use Open API

johnjackjames
6pts0
github.com 5y ago

Free and Open Source network access control (NAC) solution

johnjackjames
3pts0
matteoguadrini.github.io 5y ago

Create a simple backup server with BB

johnjackjames
3pts0
realpython.com 5y ago

Python Metaclass

johnjackjames
3pts0
users.rust-lang.org 5y ago

Rust Context Manager

johnjackjames
1pts0
matteoguadrini.github.io 5y ago

Open Philosophy

johnjackjames
1pts0
github.com 5y ago

VLAN Mac-Address Authentication Manager

johnjackjames
1pts0
matteoguadrini.github.io 5y ago

Dino Class

johnjackjames
1pts0
matteoguadrini.github.io 5y ago

Show HN: PSCouchDB 2.0

johnjackjames
1pts0

Look, I installed it in the company. We have a lot of problems with postgresql integration, it doesn't rotate log files well (EOF missing). The latest commit is from February and the last release a year ago ... I switched to Wazuh: https://wazuh.com/ Much better

[dead] 5 years ago

I try this: dinosay -d maia -t -e hypno "like a drugs"... :-))))))

[dead] 5 years ago

Having a backup system is necessary to ensure continuity to your systems, whatever work they do. Backup systems can be simple if few machines are involved or complex in case there are hundreds of thousands of machines, such as in the cloud.

Python Dinoprint() 5 years ago

furthermore, cowsay cannot be used as a python module to beautify scripts, while dinosay can. you can use it both on the command line and in the python cli

Python Dinoprint() 5 years ago

it seems more beautiful that way. also I believe that cowsay does not support variables in templates, as the author also says

[dead] 5 years ago

I think it can be done. It says on github to open an issue in case of improvements or recommendations.

[dead] 5 years ago

Because each human have got a liberty of expression. This library would be an alternative and not replacing.

[dead] 5 years ago

I just installed it via pip. Cool! I already put it in my .bashrc as a welcome screen!

I also proposed this python library (https://github.com/MatteoGuadrini/fontpreview) because it is really well done! I also tried using the FontBanner class to do more complex things: from fontpreview import FontBanner fb = FontBanner('/tmp/noto.ttf', 'landscape', bg_color=(253, 194, 45)) fb.save('/tmp/fb.png') You can also upload background images: fb.bg_image = 'image/path.jpg' fb.draw()

I also found this reference in stackoverflow: https://stackoverflow.com/questions/1920129/methods-to-creat...

I tried PSCouchDB (https://pscouchdb.readthedocs.io/en/latest/index.html). Apart from that the documentation is very well written (you can learn CouchDB directly from the PSCouchDB doc much more simply), the commands are much more intuitive and dynamic. But above all I don't have to use grep and sed to filter strings from bash, but being written in powershell, (cross platform) always returns an object with methods and properties. Another features is to send many commands via the -AsJob flag in the background and retrieve the result whenever you want.

I am really excited about this CLI.

In your opinion, it is much easier to write this:

shell> curl http://admin:password@127.0.0.1:5984/_all_dbs

_replicator

_users

test

test_copy

or (alias of Get-CouchDBDatabase):

PS> gcdb -auth "admin:password"

_replicator

_users

test

test_copy