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






Patrick O’Neill did a nice job explaining why Microsoft, as an organization, does threat intelligence so well. Yes, it has piles of money and legions of smart people to throw at this problem, but Microsoft’s biggest leg up over everyone else is the massive data flow its ubiquity enables. This means its Threat Intelligence Center sees things no one else does, and has the context to identify malicious activity that — even given the same raw....

Did you ever want to create your own Alexa, Siri & co.? Python’s fantastic speech recognition package enables you to quickly create your own custom commands. And the best part: you can decide what kind of speech recognition you want - online or offline! So let’s get started!

Killing Commendatore is a story about pain, the kind of pain that seizes you from the inside and makes it hard to breathe, the…

Last week’s update to the SoundCloud iOS app includes support for Dark Mode. This took several months of work and collaboration between…

IRC bookmarks - xenodium.com - 6 years ago - yue

With the release of Hooks in React 16.8, it is now possible to store state in a function. We can add react features like useState and useEffect into the function directly without needing to create class. useState The useState hook adds state to the functional components. useState hook allows you to declare one state variable at a time. import React, { useState } from 'react'; function Counter() { //Declare the "counter" state variable cons..

About - michael-lewis.com - 6 years ago - eng
Welcome to my personal site. I use it to keep notes on various topics I find of interest, mainly for my own future reference. It is more functional than ornamental, so extending the “ digital garden ” analogy, it is more of a digital vegetable patch than floral display. For my professional services site, see https://aeliantech.com/ . About me Link to heading I am one of the many many Michael Lewises. Not the one who writ..

Introduction Link to heading This site has been built with Hugo and the hugo-coder theme, and is hosted on GitLab Pages . This post has some notes on these tools. About Hugo Link to heading Hugo is a “static site generator”, which means that it prepares pages in advance of serving them. This is in contrast to a “dynamic site generator”, which generates pages each time they are requested. Serving static pages ..

Last week’s update to the SoundCloud iOS app includes support for Dark Mode. This took several months of work and collaboration between…

Introduction Link to heading This site has been built with Hugo and the hugo-coder theme, and is hosted on GitLab Pages . This post has some notes on these tools. About Hugo Link to heading Hugo is a “static site generator”, which means that it prepares pages in advance of serving them. This is in contrast to a “dynamic site generator”, which generates pages each time they are requested. Serving static pages ..

Braindump - warning] So I’ve been playing with devcontainers for Visual Studio Code, they’re awesome… go play with them. They let you use a Dockerfile to describe all the tooling needed for devs to get started with your project. One of the side effects is that you have a nice Dockerfile which you can then also use it for your build server meaning that you never have an inconsistency between your local setup and your CI server.

The Eagle's Nest AirBnB Cabin on the Ohio River; One of my favorite places… Last night I was on a coding tear, that moment when the solution is just crystal clear. That situation where something you've struggled with for days / weeks / months and then it all comest together. The result of this was a whole bunch of code stuck in a single model and then this morning when I was ready to run it across the entire dataset, I got this crap:....



We are excited to announce the release of a new way to take action on the deep insights Snyk offers regarding security and project health — auto upgrades.

So my new gig has moved to doing daily agile standup meetings and while I've done these before, I don't think I've ever seen them done quite so consistently well. And the credit for this goes to my boss, Dave Sifry, who is our lead facilitator. We are a team of 8 people and, so far, we have brought them in at under the scheduled 15 minutes per meeting every time. Here are the techniques that we are using: Start on time . If everyone....

One of my favorite conversations I had with a colleague back in early 2015 was about Ansible, the future of provisioning VMs, pets vs cattles, Infrastructure as Code and the ways an organization can make sure that an administrator isn't leaving behind a backdoor when they leave the organization. We had that discussion on the day they gave their one month notice and announced their resignation.



Of course , I think no — but a few people think yes: investors see big money in the space , and it works out for some . I think no, though — for most aspiring writers, anyway — and this is why: as I said in Keeping Up with Current Events , a different dynamic exists in this space: Permalink.

Ever since 2008 when my pairing partner at the time, Jared, pushed me to basically live in the Rails console, I've been heavily, heavily dependent on the console as an essential developer tool. I just watched something that pointed out to me just why it is so damn important. Here's what I observed: 2.6.3 :057 > m.change_pct_today_over_goal? Goal Load (65.2ms) SELECT `goals`.* FROM `goals` WHERE `goals`.`habit_id` = 39 ORDER BY `goal....

As a technical lead, planning meetings serve as your opportunity to clarify upcoming work with your stakeholders. Running them properly will make your meetings more effective both for your teammates and your stakeholders.


There are two cat beds, many chairs, a sofa but no. She will sit there. That’s how I have two step authentication for my Ubuntu.

A truffle is such an interesting food that I was curious to dig into the history and details behind them.

Finishing our 16th occurrence of the series, our quarterly ShipIt Day hackathon invites the makers and innovators to come out and share new ways to think about our daily work here at Cerner. Whether it’s experimenting with new features or improving our developer workflows, ShipIt Day gives our engineers a chance to try and learn new things. This ShipIt day in particular had some exciting projects that melded hardware and software.

I know this is dirt simple but I'm writing it down because it is one of those simple things that I just forget constantly. In each of these cases, the output is to the str variable. Using a With Block to Auto Close the File As a rubyist, I keep reading this as str is local to the with "block". Of course python doesn't have blocks … with open ( 'data.txt' , 'r' ) as myfile : str = myfile . read () Python 3.....

I write and publish open source code. I quite often get bug fixes, patches, requests and questions regarding the things I have published. Most of the feedback is respectful and helpful. However occasionally there are other requests. This page is where I plan to redirect them as a final warning before I block and ignore them. The three F’s to open source development. Fix it, Fork it, Fuck off Fix it If you find a bug, notice missing,..


Help RMS defeat the tranny faggot sjws destroying Free Software. Learn the truth of what is happenin...

I've been actively working on a side project for the past several months and one of the people who has been helping out a bit around the edges wants to learn how to program Ruby on Rails. Since this, like everything I always do, is a distributed, remote effort, an in person teaching effort just doesn't work. When they pushed back on the feature set I was making and said that it wouldn't work for them, I said "Well that's fine, tell me wh....

Cameron Desautel has a great post on Working Faster in Emacs by Reading the "Future" , highlighting M-n 's usefulness for inserting minibuffer default values. Invoking M-n in shell-command 's prompt is handy for quickly getting the current buffer's file name. This works great for one-off shell commands like "chmod +x script.sh" or "tidy -xml -i -m data.xml" . Unfortunately, these commands aren't easily reusable from shell-comman....

Again in October, like in September , I spent most of my dev time on an Instapaper-like read later service. I use it every day, and plan to release it sometime soon. I did get a couple things done, though; once again, I did not neglect First Crack entirely. Permalink.

At the beginning, I started my website on 14th May of 2017 when the recent Wannacry malware has appeared. My first post, in fact, was to discuss and to analyze the malware in deeper, explaining technical concepts to people who do not know anything about Windows and SMB. -Continue to read the article on SerHack.me

This post is about displaying the API records with delete and update actions using new Ionic and Angular reactive programming. This is a continuation of Ionic Angular series and it explains to you how to distribute the data between the components using RxJS method like BehaviorSubject. All of the feed API responses/records storing in a reactive object, This help the application DOM works seamlessly with update and delete operations. Impl..

Hug the cat / - iridakos.com - 6 years ago - eng

Hug the cat - iridakos.com - 6 years ago - eng
This cat has been in my life for 12 years now. Whenever I get back home and sit on the sofa, she jumps on my chest and starts licking my nose and my eyebrows. She stays there until the moment she realizes I could be feeding her instead of relaxing.

I am a member of an 8 person team that is: part of a non profit distributed all over the country trying to get started on a new initiative and find our footing; we are about 1 year old (I've only been here for 2 months) just had our first offsite At the offsite I witnessed a fascinating exercises in doing a retrospective on the past year's work that my boss, Dave Sifry, orchestrated. This is now my third time consulting for Dave Sifry ....

Simple agile stand ups Here's what I'm up to today Here's what I'm stuck on How can I help anyone else

91 visitors online