Struct resume::Me

source ·
pub struct Me;
Expand description

Information about me and my personal interests.

Trait Implementations§

source§

impl Biking for Me

I really like cross-country biking.

source§

impl CRDT for Me

CRDT as i think is one of the most interesting technology of the last years.

source§

impl CTF for Me

Participant of Honeypot team in:

  • RuCTF/RuCTFe
  • iCTF
  • Defcon and other information security competitions.
source§

impl Cryptography for Me

I was really interested in Cryptography as a Ph.D student and wrote Ph.D dissertation about SMT algorithms.

source§

impl DistributedSystems for Me

In 2015 with Riak I opened distributed systems world for myself. I continue opening it up nowadays of course.

source§

impl EmbeddedSystems for Me

One of my hobby is microcontrollers and embedded development.

I started from porting Python3 and building kernel for Motorola a1200.
Porting linux on Toshiba ac100 arm smartbook.
Samsung ARM chromeebook hacks and development.
And now i develop for some PINE64 devices such as PinePhone, PinePhone PRO, PineTime and other SBC platforms like NVidia Jetson Nano.

source§

impl Hobbies for Me

My hobbies

source§

impl Linux for Me

Started to use Linux as main system since 2006.

Debian one Love (:

source§

impl Music for Me

I am a musician.

source§

impl Piano for Me

I am a piano player.

source§

impl Rust for Me

Started interesting in Rust in 2018.

From small cli tools and playground experiments to big opensource projects like Hitbox and production applications like News and MediaUp.

source§

impl TechnicalInterests for Me

My technical interests

source§

impl Tennis for Me

I am a tennis player since 2004.

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.