Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

I found converting from many representations of essentially the same data really inconsistent and hard to memorize in rust. I was doing a lot of work that frequently switched between text and binary and couldn't find a good quick reference cheat sheet, so I sat down to pair with Jared McDonald at Recurse Center and code one up. Whether you've got some bytes, chars, Strings, strs, arrays, or vecs, we'll get you from A to B! use std::str....

This post is kind of like “part two” on my series on all the weird things I do for my personal infrastructure. If you missed “part one”, you should check out Home Lab is the Dopest Lab . I run a lot of little things to make my life easier, like a CI, some bots, and a bunch of services just for the lolz. This post will go over all of those. These run scattered across my NUCs and the cloud. Let’s start with the most useful. Continuous I....

Rarely use it, but handy. Use Magit to amend git commit author. Rebase interactively (r, i). Move point to commit to ammend. Execute command (x). git commit --amend --author="name " Commit (c, c).

You might have heard the term type erasure. You might have even used type-erased types in the standard library, such as AnySequence. But what exactly is type erasure and how do you do it yourself? In this article, I'll explore type erasure, why you'd want it, and how to make it happen, a topic suggested by Lorenzo Boaro. (Read More)

Friday Q&A 2017-12-08: Type Erasure in Swift Friday Q&A 2017-12-08: Type Erasure in Swift You might have heard the term type erasure. You might have even used type-erased types in the standard library, such as AnySequence. But what exactly is type erasure and how do you do it yourself? In this article, I'll explore type erasure, why you'd want it, and how to make it happen, a topic suggested by Lorenzo Boaro. Motivation Ther....

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng

Mothers Painting - peekread.info - 8 years ago - eng

Markor Icons - peekread.info - 8 years ago - eng
My rejected icons I worked on for the Markor editor for android Source Code available here Originally Posted to Instagram on 2017/12/15

Mothers Painting - peekread.info - 8 years ago - eng


I guess every five years is a good cadence for blog redesigns. This year’s edition started as a rewrite of the technical implementation, but I ended up also updating the visuals. Here I’ll go through the design goals, and how I met them. More robust and secure delivery This year the web has been strongly turning towards encryption . While my site doesn’t contain any interactive elements, using HTTPS still makes it harder for malicious pa....

Why Design Systems Fail - una.im - 8 years ago - eng
This 24-Ways post looks into why the implementation of design systems and how to ensure that yours is successful.

I guess every five years is a good cadence for blog redesigns. This year’s edition started as a rewrite of the technical implementation, but I ended up also updating the visuals. Here I’ll go through the design goals, and how I met them. More robust and secure delivery This year the web has been strongly turning towards encryption . While my site doesn’t contain any interactive elements, using HTTPS still makes it harder for malicious pa....

2017 has been a pretty good year. I only met three of my four goals - I didn’t graduate with my master’s , but that’s okay because I definitely will be in 2018. Another goal I had that I didn’t mention in the 2017 goal blog post is to read a more. I didn’t read nearly as much as I used to - I used to read several books a month. This year I only read five books, one of which I started several years ago, two I haven’t finished yet. Despite..

yahoodevelopers : By Murali Krishna Bachhu, Anurag Damle, and Utkarsh Shrivastava As engineers on the Yahoo Mail team at Oath, we pride ourselves on the things that matter most to developers: faster development cycles, more reliability, and better performance. Users don’t necessarily see these elements, but they certainly feel the difference they make when significant improvements are made. Recently, we were able to upgrade all ....


Came across a 404 while installing graphviz-2.40.1.tar.gz via homebrew. If you can find the package elsewhere, copy over to homebrew's cache directory. brew --cache

Today was the first day where I focused primarily on my SQL project, which was my second priority overall. I did most of the pgexercises on aggregation. There were quite a few of them and by the end they were really challenging. I learned bit about common table expressions which seem awesome and windowing functions which seem great for the business rollup type reports which are otherwise frustrating in regular SQL. I met with the study grou....

Showing how to resolve the dreaded 'Query.X defined in resolvers, but not in schema' issue when your X is **definitely** defined in both

Today I finished a big push of work on tealeaves and got the code fully cleaned up and merged to master and all the tests passing again. When I introduced nom_pem last week things destabilized and it took a while to shake all that out. I'm about ready to start adding some linter style rules like making sure the filesystem permissions on your private keys are restrictive. I also worked a bit more on pgexercises this afternoon but they real..

A month ago I left a job as a software engineer and data scientist at Twitter. I was there 4.4 years and I learned a great deal out of it. I not only got significantly better at the job-description part of my job - contributing to code and data analysis - but I also picked up a few bits about what makes larger efforts and collaboration successful. So… without pretense of completeness or correctness, and without further ado, here is a sa....


It's hard to stay on task and productive — especially when we've got so much going on in our lives. This post details how I maintain a TODO list system to accomplish just that.

This article is inspired from Animating Vue JS by Sarah Drasner at JS Channel 2017. Problem Statement - Why Animation? Website UI…

When I was working out the kinks in my year-old vertical typesetting demo, I attempted to use CSS grid as one of the options for handling layout, but didn't…

Here are a few videos that were created by the students of the 2017 CSE 20133/20232 programming class, to demonstrate their end-of-semester projects. This class consisted of EE and other non-CS engineering students, and taught programming using C and C++. Videos included here are done with the permission of the students, and I will add additional videos to the playlist if and when more students decide to make their project videos public..

Here are a few videos that were created by the students of the 2017 CSE 20133/20232 programming class, to demonstrate their end-of-semester projects. This class consisted of EE and other non-CS engineering students, and taught programming using C and C++. Videos included here are done with the permission of the students, and I will add additional videos to the playlist if and when more students decide to make their project videos public..

Here are a few videos that were created by the students of the 2017 CSE 20133/20232 programming class, to demonstrate their end-of-semester projects. This class consisted of EE and other non-CS engineering students, and taught programming using C and C++. Videos included here are done with the permission of the students, and I will add additional videos to the playlist if and when more students decide to make their project videos public..

Styling react-select can be annoying. Here's a quick guide on how to do it with popular CSS-in-JS libraries.

On occasion you may need to generate a process list without using "ps" (because you believe it's been compromised in some way) This snippet will generate basic output giving PID and process details Read more…

There are sometimes occassions where you may want to list all active ports without relying on inbuilt tools (for example because you suspect netstat and lsof have been tampered with). This snippet will generate output detailing the local IP and ports being used - note that it will also include client ports, so will include any connections your system is making upstream Read more…

This article explores the question of whether or not to invest in Bitcoin, examining its value as a currency and asset, as well as its potential for future growth and stability.

This article explores the question of whether or not to invest in Bitcoin, examining its value as a currency and asset, as well as its potential for future growth and stability.

Space Sketch - peekread.info - 8 years ago - eng

Space Sketch - peekread.info - 8 years ago - eng

40 visitors online