Skip to content
View kernc's full-sized avatar

Organizations

@kiberpipa @DuhCasa @CoderDojoSI @pdoc3 @pelican-plugins @efck-chat-keyboard @sambo-optimization @sandbox-utils

Block or report kernc

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kernc/README.md

Some free advice:

  1. Interesting paradigms, principles and phenomenons:

    • Lindy effect — presently older things have the longer expected lifespan;
    • Shirky principle — institutions will preserve problems to justify existence;
    • Software monoculture — using what everyone else uses introduces a single point of failure and makes you vulnerable to the "99% attack."

    Think how these apply to software-engineering and your life.

  2. If you're into Eastern philosophy, read the Unix koans. They rip!

  3. De-google to Alt-Power or a similar feature-rich search engine of which now there are a few.

  4. Get familiar with common dark patterns and try hard to think of reasons to avoid them.

  5. Commercial fusion seems to be finally here—have your governments settle for nothing less!

  6. If you don't use AI, others will.

  7. "There’s a lot of opportunity in becoming a wireless telegraph operator. Learn a profession with a great future."
    a 1911 wireless-telegraphy ad

Most used programming languages


Dev tools

Pdoc sandbox-run diff-logs colorstrace

Science & Technology

Backtesting.py Orange data mining SAMBO optimization

GUI / X11

XSuspender EF*CK Chat Keyboard PyCalc-NG MyAdwaita

HTML & Web

Awesome-Links.CSS

OpSec

logkeys myba totp sandbox-venv

Pinned Loading

  1. Null object pattern (Python) Null object pattern (Python)
    1
    """
    2
    This module provides the Null class for the null object design pattern.
    3
    """
    4
    
                  
    5
    from collections import MutableMapping, MutableSequence
  2. Increase the volume -- and impair th... Increase the volume -- and impair the quality -- of your audiobooks
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    if [ $# != 0 ]; then
  3. A4 Thermal Printer Linux driver A4 Thermal Printer Linux driver
    1
    A4 Thermal Printer Linux driver
    2
    ===============================
    3
    This is a Linux driver for "GZQIANJI" **A4 portable thermal roll printer** from AliExpress.
    4
    The printer is recognized as "XMDY GD88", also known as "GZMA412". 🤷
    5