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 was trying to convert bank-issued CSV files that have a weird data layout, for automatic processing by the excellent ledger . This made me learn a new thing about awk. Follow me down the UNIXy goodness! The data I was getting looks like this: Transaction Date,Transaction Description,Debit Amount,Credit Amount,Balance 29/02/2018,Restaurant,14.5,,1234.2 12/03/2018,ATM withdrawal,50,,1184.2 23/04/2018,Deposited check,,100,..


I was trying to convert bank-issued CSV files that have a weird data layout, for automatic processing by the excellent ledger . This made me learn a new thing about awk. Follow me down the UNIXy goodness! The data I was getting looks like this: Transaction Date,Transaction Description,Debit Amount,Credit Amount,Balance 29/02/2018,Restaurant,14.5,,1234.2 12/03/2018,ATM withdrawal,50,,1184.2 23/04/2018,Deposited check,,100,..



License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 _International Public License (CC BY-NC-ND _4.0) Hosting a website is not expensive or complicated as it was once before. It is easier than ever to build a website. You have platforms and technologies like GitHub Pages , GitLab Pages , Netlify , Let’s encrypt and many more to make it really easy and cheap. All you have to do is to take action and buy a domain f....

Introduction tl;dr I was asked to audit 200k lines of code in a month. I turned them down because I would want to be more thorough than they expected. I was recently approached by a founder (who I will call TF for “The Founder”) of a startup (which I will call TS for “The Startup”) to audit their software in my spare time (for pay, of course). I was contacted on November 14 and told that the deadline was December 10.

Introduction tl;dr I was asked to audit 200k lines of code in a month. I turned them down because I would want to be more thorough than they expected. I was recently approached by a founder (who I will call TF for “The Founder”) of a startup (which I will call TS for “The Startup”) to audit their software in my spare time (for pay, of course). I was contacted on November 14 and told that the deadline was December 10.

Introduction tl;dr I was asked to audit 200k lines of code in a month. I turned them down because I would want to be more thorough than they expected. I was recently approached by a founder (who I will call TF for “The Founder”) of a startup (which I will call TS for “The Startup”) to audit their software in my spare time (for pay, of course). I was contacted on November 14 and told that the deadline was December 10.

Introduction tl;dr I was asked to audit 200k lines of code in a month. I turned them down because I would want to be more thorough than they expected. I was recently approached by a founder (who I will call TF for “The Founder”) of a startup (which I will call TS for “The Startup”) to audit their software in my spare time (for pay, of course). I was contacted on November 14 and told that the deadline was December 10.

Introduction tl;dr I was asked to audit 200k lines of code in a month. I turned them down because I would want to be more thorough than they expected. I was recently approached by a founder (who I will call TF for “The Founder”) of a startup (which I will call TS for “The Startup”) to audit their software in my spare time (for pay, of course). I was contacted on November 14 and told that the deadline was December 10.

Me, personally, I became a professional writer so I could be a professional reader.” I love that line. The rest of Austin Kleon’s post is good, but that line is great. Permalink.

One of the tricky bits about Ansible is that new features in the "language" always require the latest version of Ansible itself. And, while logical, this can easily bite you. Here's an example: TASK [deploy_hate-language-modeling_systemd_start : just force systemd to re-execute itself (2.8 and above)] *** fatal : [ aws_master2 ]: FAILED! => {"changed" : false , "msg" : " Unsupported parameters for (....

A colleague just IM'd me and asked if I have a Hello World for redis and my thought was "No but I can damn well blog one together quick as all get out" so … Note : If the word Redis means nothing to you then may I direct you to the quick start ? The thing to understand about Redis is that you can use it in two ways: As a simple key value store, a nosql database if you like. As a data structure server. I don't do this much but I am ....


James Kaplan is a partner at McKinsey & Company and co-leader of its cybersecurity practice. He’s been with the company for 20 years and is one of the lead partners in what they call “McKinsey Technology.” His specific expertise as a leader in the company’s IT infrastructure and cybersecurity service lines informed the topics discussed during a recent episode with the Secure Developer podcast.

Kind is a Docker-based tool for running local Kubernetes clusters that conform to the Kubernetes API. It fit Snyk's needs perfectly, as it combines the advantages of having a clean environment for every test, with the advantage of a very fast setup.

Github has a maximum size of 50 mb per file under management. And that normally works just fine – until the age of machine learning. Machine learning models are big , staggeringly big . I'm currently working on a project where the underlying model is like 830 + mb. Now when you have large files, git has a facility called "Git LFS" (large file support) and they purport that it is the solution but, well, it really, really isn't. Her....


I’ve been at dinners before with developers that admitted developers, themselves included, can be a bit opinionated. In one case one said for example, “I love Postgres, but I have no idea why.” They were sitting at the wrong table to use Postgres as an example… But it is quite often that I am asked Why Postgres . In fact a little over a year ago good friend Dimitri Fontaine asked if he could interview me for a book he’s working on for P....

I’ve been at dinners before with developers that admitted developers, themselves included, can be a bit opinionated. In one case one said for example, “I love Postgres, but I have no idea why.” They were sitting at the wrong table to use Postgres as an example… But it is quite often that I am asked Why Postgres . In fact a little over a year ago good friend Dimitri Fontaine asked if he could interview me for a book he’s working on for P....




As I documented recently , I've become quite the fan of Streamlit for taking Machine Learning applications written in Python and making them easily available on the web. Streamlit is a very cool toolkit for taking a Python Machine Learning app and adding a simple UI to it and then hosting it via a built in web server. I haven't seen anything really like in the Ruby world and I'm quite impressed by its elegance and simplicity. Note :....

Build your own React - pomb.us - 6 years ago - eng
We are going to rewrite React from scratch. Step by step. Following the architecture from the real React code...

With the ongoing move towards “infrastructure-as-code” and similar notions, there’s been an ongoing increase in the number and popularity of declarative configuration management tools. This post attempts to lay out my mental model of the conceptual architecture and internal layering of such tools, and some wishes I have for how they might work differently, based on this model. Background: declarative configuration management Declarative con..

With the ongoing move towards “infrastructure-as-code” and similar notions, there’s been an ongoing increase in the number and popularity of declarative configuration management tools. This post attempts to lay out my mental model of the conceptual architecture and internal layering of such tools, and some wishes I have for how they might work differently, based on this model. Background: declarative configuration management Declarative con..

We wrote previously about implementing container security throughout the SDLC, and discussed the trade offs of testing locally, in your CI/CD pipeline, against your registry, and in your Kubernetes cluster. With the new Kubernetes integration in Snyk Container, we’re aiming to make that last part easier to do, and also to bring security information closer to developers so they can more quickly fix vulnerabilities and enable Kubernetes secur..

Snyk is excited to announce that today we are launching Snyk Container, a new product that helps developers easily find and fix vulnerabilities in their container applications.

The Economist took an interesting look at how citizens view politicians when they lie, and their conclusion warrants concern: “You might expect (or hope) that thoughtful people would be more amenable to the force of fact-based evidence than most. Alas, no. According to David Perkins of Harvard University, the brighter people are, the more deftly they can conjure up post-hoc justifications for arguments that back their own side.” Th....

If you are familiar with this blog you know I really appreciate Kubernetes: as a former ops I strongly believe Kubernetes is one way to bundle “the sum of 20y ops good practices”. But there are others solutions one is Nomad. It’s made by Hashicorp, creators of Vault, Consul, Terraform… In general Hashicorp is synonym with quality. Nomad is a task scheduler, a task could be execute a command, run a Docker container or a QEMU vm…

I want to travel more. It’s a well-documented desire of mine. Specifically, I want to plan my own trips, because I’ve historically been pretty terrible at it. I even made a “process” , which I’ll paraphrase here: Wait until a particularly whimsical mood strikes. Bike aimlessly until you find a book store. Enter the book store. Find the travel/travel guide section. Close your eyes. Spin around, preferably 3-5 times. With eyes still cl..

I want to travel more. It’s a well-documented desire of mine. Specifically, I want to plan my own trips, because I’ve historically been pretty terrible at it. I even made a “process” , which I’ll paraphrase here: Wait until a particularly whimsical mood strikes. Bike aimlessly until you find a book store. Enter the book store. Find the travel/travel guide section. Close your eyes. Spin around, preferably 3-5 times. With eyes still cl..

Over my work in different scales of services, I’ve noticed that there is a common pattern in some of these services that makes them easier to approach and cause less headaches to the engineers that handle them. When we deal with millions of users making requests all the time across the world, I’ve noted that there are a few things that help a lot of people to sleep at night comfortably.

Over my work in different scales of services, I’ve noticed that there is a common pattern in some of these services that makes them easier to approach and cause less headaches to the engineers that handle them. When we deal with millions of users making requests all the time across the world, I’ve noted that there are a few things that help a lot of people to sleep at night comfortably.

Serverless is a framework for building and deploying serverless code. Provisioning and scaling is automatically handled by the cloud provider. This tutorial will show how to write a function that sends an email with contact information. This is a popular use case for contact forms on websites.

In Lebanon conspiracy theories are such a common occurrence that the whole world but yourself is to blame for your ailment. I usually dismiss them but the one in this post got on my nerves, and moreover a quite simple experiment could finally shatter it and remove it as an option from all conversations.


In any SQL based database, a like query is generally an SQL injection attack waiting to happen because the underlying sql statement looks like this: SELECT id FROM posts WHERE name LIKE '%foo%' Note : A 30 year old thank you goes out to InfoWorld and Joe Celko who beat into his reader's brains the concept of capitalizing SQL statements for better legibility. Thank you Joe. A seemingly solid StackOverflow post ....

This falls into the category of "I'm old and can't remember this so must, must, must write it down" because I keep losing this html page . If you need to change the text on a submit button for a Rails form implemented with simple_form then use: <%= f.button :submit, 'Submit This Form', class: 'btn btn-primary' %>

Mostly for fun, I run a Facebook Page called Puppy Snuggles - which is the page for my dog blog of the same name. But just because I run it for fun, doesn’t mean I don’t want page likes.



26 visitors online