GithubHelp home page GithubHelp logo

bft's Introduction

Hi, I'm Jan. A friendly conscious being.

  • I like peace, tranquility.
  • I like making things.
  • I like aquariums and ponds.
  • I like simplicity and robustness in solutions.
  • I like beer and black coffee.
  • I love computers, but only when I'm in control.
  • I love postgres. But I don't especially like SQL.
  • I like the Python language. For its approachable nature.
  • I don't mind paying taxes, because I'm a effing socialist ;)

Now it's getting creepy ;)

  • I like big pieces of stainless steel. So durable!
  • I like controlled fire. Like in an engine or furnace.
  • I like water pumps and air pumps. Pond cascades and air purifiers.

I like sci-fi and fantasy that has great world-building, attention to detail and emphasizes big ideas over emotional drama. For example, Stanisław Lem's "Tales of Pirx the Pilot" and Hayao Miyazaki's "Nausicaä of the Valley of the Wind".

I make money building and maintaining software.

bft's People

Contributors

suprasummus avatar

Stargazers

 avatar

Watchers

 avatar  avatar

bft's Issues

Please update reedsolo

Hello,

I am the current maintainer of reedsolo.

We have recently pushed major updates which increase speed and stability, but the API had to be changed.

If you are still using reedsolo, please ensure that you handle the 3 variables returned by reedsolo.

Before:

>>> rsc = RSCodec(12)
>>> tampered_msg = b'heXlo worXd\xed%T\xc4\xfdX\x89\xf3\xa8\xaa'
>>> decoded_msg = rsc.decode(tampered_msg)

Now:

>>> rsc = RSCodec(10)
>>> tampered_msg = b'heXlo worXd\xed%T\xc4\xfdX\x89\xf3\xa8\xaa'
>>> rmes, rmesecc, errata_pos = rsc.decode(tampered_msg)

As an alternative, you can setup your requirements.txt to require reedsolo<=0.3 to avoid the need to update.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.