cl-tuition: a Common Lisp library for building TUIs inspired by Charm
Comments
via github.com via vindarel
Comments
via github.com via vindarel
GitHub
GitHub - atgreen/cl-tuition: A Common Lisp library for building TUIs
A Common Lisp library for building TUIs. Contribute to atgreen/cl-tuition development by creating an account on GitHub.
What’s your go-to strategy for giving engineers access to production?
I’ve been in this field for almost 15 years, and I don’t think I’ve ever seen two companies handle this the same waySome other places just hand out just-in-time database access with short-lived credentials, others rely on rigid role-based permission, and others go all in on anonymized data dumps or shadow environments to avoid prod access altogetherWhat's your go-to when it comes to giving access to engineers to access production applications and such? How do you balance velocity with security/compliance/
via by txxnano
I’ve been in this field for almost 15 years, and I don’t think I’ve ever seen two companies handle this the same waySome other places just hand out just-in-time database access with short-lived credentials, others rely on rigid role-based permission, and others go all in on anonymized data dumps or shadow environments to avoid prod access altogetherWhat's your go-to when it comes to giving access to engineers to access production applications and such? How do you balance velocity with security/compliance/
via by txxnano
lobste.rs
What’s your go-to strategy for giving engineers access to production?
0 comments
Colored Highlighter - A terminal tool to highlight specific words in your command output with colors
I needed to take a look at some live logs and quickly analyze some old ones, but I couldn't find anything effective to highlight terms, except for esoteric sed and awk commands.So I built
via github.com by daniele
I needed to take a look at some live logs and quickly analyze some old ones, but I couldn't find anything effective to highlight terms, except for esoteric sed and awk commands.So I built
ch
- Colored Highlighter - a simple terminal tool to highlight specific words in your command output with colors. Perfect for tailing logs, debugging, and making command output more readable.Try it out, all feedback is welcome!Commentsvia github.com by daniele
GitHub
GitHub - dtonon/ch: Colored Highlighter - A fast, simple terminal tool to highlight specific words in your command output with…
Colored Highlighter - A fast, simple terminal tool to highlight specific words in your command output with colors - dtonon/ch
Creating a Singleton Class in Python And Why You (Probably) Don’t Need It
Comments
via thepythoncodingstack.com via knl
Comments
via thepythoncodingstack.com via knl
Thepythoncodingstack
Creating a Singleton Class in Python And Why You (Probably) Don’t Need It
Creating a singleton class is a great exercise to understand object creation in Python, but you’re unlikely to need it in your code.
An Introduction to Multisets
Multisets are sets that allow repetition of elements. As such, multisets pave the way to a number of interesting possibilities of theoretical and applied nature. In the present work, after revising the main aspects of traditional sets, we introduce some of the main concepts and characteristics of multisets, followed by their generalization to take into account vectors and matrices.An approach is also proposed in which the real, negative multiplicities are allowed, implying the multiset universe to become finite and well-defined, corresponding to the multiset with null multiplicities. The complement operation in multisets is then defined, which allows properties involving complement -- including the De Morgan theorem -- to be recovered in multisets.Comments
via arxiv.org via hwayne
Multisets are sets that allow repetition of elements. As such, multisets pave the way to a number of interesting possibilities of theoretical and applied nature. In the present work, after revising the main aspects of traditional sets, we introduce some of the main concepts and characteristics of multisets, followed by their generalization to take into account vectors and matrices.An approach is also proposed in which the real, negative multiplicities are allowed, implying the multiset universe to become finite and well-defined, corresponding to the multiset with null multiplicities. The complement operation in multisets is then defined, which allows properties involving complement -- including the De Morgan theorem -- to be recovered in multisets.Comments
via arxiv.org via hwayne
arXiv.org
An Introduction to Multisets
Multisets are sets that allow repetition of elements. As such, multisets pave the way to a number of interesting possibilities of theoretical and applied nature. In the present work, after...
How I Reversed Amazon's Kindle Web Obfuscation Because Their App Sucked
Comments
via blog.pixelmelt.dev via mtlynch
Comments
via blog.pixelmelt.dev via mtlynch
Cats with power tools
How I Reversed Amazon's Kindle Web Obfuscation Because Their App Sucked
As it turns out they don't actually want you to do this (and have some interesting ways to stop you)