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

With CSS filter effects and blend modes, we can now leverage various techniques for styling images directly in the browser. However, creating aesthetic theming isn't all that filter effects are good for. You can use filters for web performance, too.

Concept Plants - peekread.info - 8 years ago - eng

Concept Plants 2 - peekread.info - 8 years ago - eng

Concept Plants - peekread.info - 8 years ago - eng

Concept Plants 2 - peekread.info - 8 years ago - eng

Concept Plants - peekread.info - 8 years ago - eng

Concept Plants 2 - peekread.info - 8 years ago - eng

Concept Plants - peekread.info - 8 years ago - eng

Concept Plants 2 - peekread.info - 8 years ago - eng

Today we’re excited to launch the 2017 State of Open Source Security Report! The full report is available as a free PDF, and the highlights are collected online.

This morning I tweaked my hexagonal lambda tooling and tests. No big deal. I also started watching the "Into Rust" screencasts. The first one is great for answering the "Why Rust?" question which I got asked twice today already. After lunch I paired on the inner guts of a blockchain miner in rust. Just enough to combine a nonce with an array of block payload bytes and hunt for a sha256 "golden nonce" with a given number of leading zero bi....

Wanted to quickly execute an Objective-C snippet. org-babel didn't support it out of the box, but adding it was straightforward (looked at ob-C.el and ob-java.el): (require 'ob) (defcustom org-babel-objc-compile-command "clang -x objective-c -framework Foundation" "For example: \"clang -x objective-c -framework Foundation\"." :group 'org-babel :version "24.3" :type 'string) (defun org-babel-execute:objc (body params) "Compile Objectiv....

We were not as happy as we could be with out Cucumber test reporting solution - so we decided to build a new and shiny one from scratch.

We were not as happy as we could be with out Cucumber test reporting solution - so we decided to build a new and shiny one from scratch.

The Morning Leaf - peekread.info - 8 years ago - eng
A artistic rendition of a leaf seen from my studio window early in the morning at the crack of dawn. Originally Posted to Instagram on 2017/11/15

The Morning Leaf - peekread.info - 8 years ago - eng
A artistic rendition of a leaf seen from my studio window early in the morning at the crack of dawn. Originally Posted to Instagram on 2017/11/15


Isso Comments - www.hallada.net - 8 years ago - eng
I’ve been meaning to add a commenting system to this blog for a while, but I couldn’t think of a good way to do it. I implemented my own commenting system on my old Django personal site . While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github’s servers, I have no way to host something dynamic like comments. Disqus seems to be the popular solution t....

Isso Comments - www.hallada.net - 8 years ago - eng
I’ve been meaning to add a commenting system to this blog for a while, but I couldn’t think of a good way to do it. I implemented my own commenting system on my old Django personal site . While I enjoyed working on it at the time, it was a lot of work, especially to fight the spam. Now that my blog is hosted statically on Github’s servers, I have no way to host something dynamic like comments. Disqus seems to be the popular solution t....

One of the most challenging aspects of investing is lack of foreknowledge or future knowledge - we simply do not know what the performance of a stock or index fund will be. But what if we could print out a list of opening values of a stock and then take a time machine backward in time and invest with foreknowledge? Would we be able to make much more money than otherwise possible?

This morning I wrote a script to manage AWS session tokens and asked for a code review. Not optimistic that I'll ultimately use it and I'll probably go back to aws-vault, but at least it works now and I can test drive it. I did the 3 next exercism rust exercises. There are 70+ of them and I'm worried they are too much about basic programming problems and not enough about how to write idiomatic rust, so I think starting tomorrow I'm going ..

C++ smart pointers are pointers that wrap raw C++ pointers. There are several types of smart pointers in C++. This article will be about the weak pointer (std::weak_ptr) in the C++ standard that is a type of a smart pointer. It’s closely related to the shared pointer (std::shared_ptr) that is also a type of C++ smart pointers. Other types are unique_ptr and scoped_ptr . There was also an auto_ptr, but it was removed in C++17.

Postman is a fantastic tool for testing any HTTP endpoint. But if you're using your browser to look around and you find something of…

World Usability Day is celebrated worldwide on the second Thursday in November every year. Across the globe, organizations host events and use this day to provide education on how to make products easier to use and simpler to access, as well as to celebrate progress in this pursuit. The World Usability Day theme for 2017 was “Inclusion.” Inclusive design considers the range of abilities, language and other forms of human difference when cre..

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. NOTE: Below link to slides currently broken - will fix soon! (03/08/2019) Click below to view slides (PDF version): Direct download link


Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

Using GlusterFS to provide volume storage to Kubernetes as a replacement for our existing file and static content hosting. This talk was given at Infracoders on Tuesday 14th November 2017. Click below to view slides (PDF version): Direct download link

This morning I integrated the rust clap crate into some of my little CLI exercise utilities and learned a bit about dealing with a mix of Option and Result types, which is annoying. clap is really nice. I found a problem with the docs and filed a github issue and sent them a PR. It's actually ultimately an issue with the crates.io website code so I'm hoping one of those maintainers makes a fix that will handle the situation for all crates. ..



My first dive into Meteor.js has been great. I'm starting to hit that point though (as you do with a full stack framework) where the default behaviours don't suit requirements. In this case my client doesn't like the default behaviours and appearance of the accounts-ui package. accounts-base and accounts-ui are awesome packages that happen to make a heap of assumptions about how you're going to reason about your user's authentication and ....

Hello World! - purpleidea.com - 8 years ago - eng
Hello! This is a new version of my website and blog. If you experience any issues, please let me know! Happy Hacking, James You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and other random thoughts. You can follow James on Twitter for more frequent updates and other random thoughts. You can support James on GitHub if you'd like to help sustain this ..

Hello World! - purpleidea.com - 8 years ago - eng
Hello! This is a new version of my website and blog. If you experience any issues, please let me know! Happy Hacking, James You can hire James and his team at m9rx corporation . You can follow James on Mastodon for more frequent updates and other random thoughts. You can follow James on Twitter for more frequent updates and other random thoughts. You can support James on GitHub if you'd like to help sustain this ..

Random Doodle art - peekread.info - 8 years ago - eng
Random doodle art, I'm particularly fond of the kangaroo Originally Posted to Instagram on 2017/11/13


Random Doodle art - peekread.info - 8 years ago - eng
Random doodle art, I'm particularly fond of the kangaroo Originally Posted to Instagram on 2017/11/13




19 visitors online