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

On 30th of April, 2018, Node.js 4 was officially marked as End of Life (EOL) and ceased to receive security updates. At Snyk, we have been committed to continued support for Node.js 4 in our CLI tool, but the time has finally come to wave goodbye.




The SoundCloud Xbox application is a regular React Redux application that runs in a native web view wrapper on Microsoft’s UWP framework. In…

35 years ago today, Apple announced their Macintosh computer. What made the Macintosh radically different at the time was its graphical user interface (GUI) that was navigated using a mouse (mice were very uncommon in 1984!). The first Macintosh only had 128K of RAM and a Motorola 68000 CPU, but it was pretty snappy for the time. The picture at the top of this post is of my daughter next to an original Macintosh 128K (and yes, it still wo..

35 years ago today, Apple announced their Macintosh computer. What made the Macintosh radically different at the time was its graphical user interface (GUI) that was navigated using a mouse (mice were very uncommon in 1984!). The first Macintosh only had 128K of RAM and a Motorola 68000 CPU, but it was pretty snappy for the time. The picture at the top of this post is of my daughter next to an original Macintosh 128K (and yes, it still wo..

The SoundCloud Xbox application is a regular React Redux application that runs in a native web view wrapper on Microsoft’s UWP framework. In…

Marked Man - lambdaland.org - 7 years ago - eng
Marked Man (mm) is a little program I wrote to view Markdown files like UNIX man pages. (Because who wants to leave their terminal just to open a file?) It uses Pandoc to convert between Markdown and the groff format. As a happy side-effect, this program can read basically anything as a man page: HTML, LaTeX, Word files (seriously), ePub, etc. Anything that Pandoc can read, Marked Man can handle. Installing I’m working on getting th..

Marked Man - lambdaland.org - 7 years ago - eng
Marked Man (mm) is a little program I wrote to view Markdown files like UNIX man pages. (Because who wants to leave their terminal just to open a file?) It uses Pandoc to convert between Markdown and the groff format. As a happy side-effect, this program can read basically anything as a man page: HTML, LaTeX, Word files (seriously), ePub, etc. Anything that Pandoc can read, Marked Man can handle. Installing I’m working on getting th..

Despite several good online resources, it's not necessarily obvious how friend 's wrap-authorize interacts with Compojure routing. This set of routes handles /4 incorrectly: ( defroutes app-routes ( GET "/1" [] ( site-page 1 )) ( GET "/2" [] ( site-page 2 )) ( friend/wrap-authorize ( GET "/3" [] ( site-page 3 )) #{ ::user }) ( GET "/4" [] ( site-page 4 ))) Any attempt to route to /4 for a user that doesn't ....

These trees are procedurally regenerated on every page load. Basic algorithm At the heart of this algorithm, there is a recursive function which draws a tree branch (as a rotated black rectangle) and its sub-branches. The function calls itself recursively for the two sub-branches, using smaller branch sizes. When the width is finally too small to continue for the branch we’re looking at, we draw a leaf and stop there. To randomize th....

These trees are procedurally regenerated on every page load. Basic algorithm At the heart of this algorithm, there is a recursive function which draws a tree branch (as a rotated black rectangle) and its sub-branches. The function calls itself recursively for the two sub-branches, using smaller branch sizes. When the width is finally too small to continue for the branch we’re looking at, we draw a leaf and stop there. To randomize th....

These trees are procedurally regenerated on every page load. Basic algorithm At the heart of this algorithm, there is a recursive function which draws a tree branch (as a rotated black rectangle) and its sub-branches. The function calls itself recursively for the two sub-branches, using smaller branch sizes. When the width is finally too small to continue for the branch we’re looking at, we draw a leaf and stop there. To randomize th....


In Matthew 18:23-35 we find the Parable of the Unforgiving Servant. The story goes like this: a king wants to settle his accounts, and calls to himself his servant who owes him a sum of money. The servant is unable to pay, and falls down before the king, begging for mercy. The king relents and wipes the servant’s slate clean. The story follows from there, and the servant whom the king forgave his debt is now demanding that his own ser....

In Matthew 18:23-35 we find the Parable of the Unforgiving Servant. The story goes like this: a king wants to settle his accounts, and calls to himself his servant who owes him a sum of money. The servant is unable to pay, and falls down before the king, begging for mercy. The king relents and wipes the servant’s slate clean. The story follows from there, and the servant whom the king forgave his debt is now demanding that his own ser....

Snyk was happy to implement code insights, a new functionality by Bitbucket, to allow Bitbucket Server users to view detailed results of Snyk’s vulnerability scan, all within Bitbucket itself.




I had a great deal of difficulty searching for an answer to this I have included it here to hopefully save someone else the effort. How to make a S3 request to retrieve items that have transitioned into AWS Glacier from an S3 bucket using the Go AWS SDK API. package main import ( "fmt" "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/awserr" "github.com/aws/aws-sdk-go/aws/session....

I’m building a board for robotics, but it’s also useful for IoT and home automation. What’s it do? What problem does it solve? It’s basically a WiFi interface to a variety of I2C-driven devices (motors or sensors). The I2C side is Engineered to be highly robust and reliable.

I’m building a board for robotics, but it’s also useful for IoT and home automation. What’s it do? What problem does it solve? It’s basically a WiFi interface to a variety of I2C-driven devices (motors or sensors). The I2C side is Engineered to be highly robust and reliable.

How much is the EveryDay Bonus from American Express worth? A probabilistic investigation: The Amex EveryDay Bonus: A Stochastic Valuation Model

Boards! - blog.herlein.com - 7 years ago - eng
I’m building a robotics board that basically is a WiFi REST interface to a variety of I2C sensors - the I2C side uses an I2C switch driven by an ESP32. My first RBOT board arrived, but alas, I got schooled on surface mount part numbering.

Boards! - blog.herlein.com - 7 years ago - eng
I’m building a robotics board that basically is a WiFi REST interface to a variety of I2C sensors - the I2C side uses an I2C switch driven by an ESP32. My first RBOT board arrived, but alas, I got schooled on surface mount part numbering.

Multiple types of customizable controls can be added to Matlab toolstrips The post Matlab toolstrip – part 6 (complex controls) appeared first on Undocumented Matlab . Related posts: Matlab toolstrip – part 7 (selection controls) Matlab toolstrips can contain a wide variety of selection controls: popups, combo-boxes, and galleries. ... Matlab toolstrip – part 4 (control customization) Matlab toolstrip components (controls) ..

Multiple types of customizable controls can be added to Matlab toolstrips The post Matlab toolstrip – part 6 (complex controls) appeared first on Undocumented Matlab . Related posts: Matlab toolstrip – part 7 (selection controls) Matlab toolstrips can contain a wide variety of selection controls: popups, combo-boxes, and galleries. ... Matlab toolstrip – part 4 (control customization) Matlab toolstrip components (controls) ..

My top used shell command is |. This is called a pipe. In brief, the | allows for the output of one program (on the left) to become the input of another program (on the right). It is a way of connecting two commands together. For example, if I were to run the following: echo "hello" I get the output hello. But if I run: echo "hello" | figlet The figlet program, changes the letters in hello to look all bubbly and cartoony. This....

2018 Year in Review - solomon.io - 7 years ago - eng
Welcome to my 2018 annual review. This review is an opportunity to talk about what I made, what I learned and where I failed.

Machine Learning in Bookmaking Bookmakers have been using machine learning to manage their risks and set odds for sporting events but they…


Windows - notes.eatonphil.com - 7 years ago - eng
It has been six years since I last used Windows for any remotely serious software development. I've used Ubuntu, Arch, or FreeBSD since. But eventually I spent so much time working around common workplace tasks that I decided to put Windows 10 Pro on my work laptop. Windows Subsystem for Linux Introduced in 2016, this technology allows Windows to run unmodified Linux binaries. The core feat being syscall translation . It works nearly fl....

Previously in compiler basics: 1. lisp to assembly Next in compiler basics: 3. LLVM 4. LLVM conditionals and compiling fibonacci 5. LLVM system calls 6. an x86 upgrade In this post we'll extend the compiler to support defining functions and variables. Additionally, we'll require the program's entrypoint to be within a main function. The resulting code can be found here . Function definition The simpl....

Happy New Year, everyone! Today’s Sunday, so I’m not going to provide much discussion and analysis regarding the blog stats for this first month of 2019. In fact, pretty much none - I am just going to drop the raw numbers.


For the master bathroom remodel , my wife chose a 12” x 24” tile . Unlike a standard square 12” x 12” tile, I felt that having the tiles aligned such that they go “straight up” will look a bit off and that they’d appear better offset.

You might have heard the phrase "there's no such thing as reliable messaging". It's an interesting statement, but aside from being…



DuckDuckGo - lambdaland.org - 7 years ago - eng
DuckDuckGo is a search engine. Like Google Search, you just throw some keywords into a box and get a list of results. Lots of people use Google, but I don’t. DuckDuckGo works better for me, and this is why. The Duck ## Consistent Results Did you know that Google will give you different search results, based on who you are and what you have searched for in the past? This is called a filter bubble , and it’s annoying and dangerous . DuckD....

DuckDuckGo - lambdaland.org - 7 years ago - eng
DuckDuckGo is a search engine. Like Google Search, you just throw some keywords into a box and get a list of results. Lots of people use Google, but I don’t. DuckDuckGo works better for me, and this is why. The Duck ## Consistent Results Did you know that Google will give you different search results, based on who you are and what you have searched for in the past? This is called a filter bubble , and it’s annoying and dangerous . DuckD....


36 visitors online