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

This is an old school trick that you use when you don't have a robust test suite and / or a CI environment. When you run Rails in development mode it is VERY, VERY forgiving of little details like syntax errors – the type of thing that grind your web server to a hard stop. The trick is to use RAILS_ENV=production in development mode and that causes syntax errors to get caught: RAILS_ENV=production bundle exec rails s -p3169 Here....

My last post omitted the real reason I hadn't swapped to OnlyOffice was that I was too lazy to look further into apparmor. Allowing dash to inherit the php permissions with /bin/dash ix, is one solution but for other reasons, I wanted to write a more contained profile to spawn dash within. Searching the internet & reading my favourite apparmor docs didn't enlighten.


Disclaimer: I am not a professionally trained sysadmin. What I have learned is by trial and error and study from Google searches. This is more notes for myself rather than a guide or article. I will regularly update it. Intro I am using a dedicated MySQL server for Domainstats.com and I have been doing that since [...]

Disclaimer: I am not a professionally trained sysadmin. What I have learned is by trial and error and study from Google searches. This is more notes for myself rather than a guide or article. I will regularly update it. Intro I am using a dedicated MySQL server for Domainstats.com and I have been doing that since [...]

Disclaimer: I am not a professionally trained sysadmin. What I have learned is by trial and error and study from Google searches. This is more notes for myself rather than a guide or article. I will regularly update it. Intro I am using a dedicated MySQL server for Domainstats.com and I have been doing that since [...]

Disclaimer: I am not a professionally trained sysadmin. What I have learned is by trial and error and study from Google searches. This is more notes for myself rather than a guide or article. I will regularly update it. Intro I am using a dedicated MySQL server for Domainstats.com and I have been doing that since [...]

At Home - davi.sh - 6 years ago - eng
Last Wednesday, Penn extended Spring Break by a week and moved classes online for a semester in response to the threat of COVID-19. The same day, the WHO declared the virus’s global spread officially a pandemic. In the days since, I’ve packed up my dorm room and moved home. I’ve tried to see how I could use this time effectively — tackling projects I wouldn’t necessarily have time for in a busy college schedule, and learning new skills. H....

At Home - davi.sh - 6 years ago - eng
Last Wednesday, Penn extended Spring Break by a week and moved classes online for a semester in response to the threat of COVID-19. The same day, the WHO declared the virus’s global spread officially a pandemic. In the days since, I’ve packed up my dorm room and moved home. I’ve tried to see how I could use this time effectively — tackling projects I wouldn’t necessarily have time for in a busy college schedule, and learning new skills. H....



Zip code data is always problematic due to the leading zeros. The smarter_csv gem in Rails defaults to automatically handling numbers as numerics, not strings, which means that you lose 00408 to just 408. Here's an example of a work around using a rake task to load data: # bundle exec rake data:import_geography --trace task :import_geography => :environment do path = File . join ( Rails . root , 'lib/tasks/..

Note: If you're concerned about COVID-19, I'd encourage you to check out CovidNearMe.org . Disclaimer - I'm one of the authors of it. I've now personally seen the impact of COVID-19 – a good friend – who was in my house less than 10 days ago has been diagnosed with the following: May have COVID-19 but a test wasn't available Need to self quarantine for 2 weeks following the onset of symptoms This raises the question: How do you ....

The first few paragraphs cover what I was looking for and what I considered. Then the review. Why the Surface Book 2 I used a Macbook throughout my professional career until I had the choice a few years ago when I started my current job. Here, I ran Gentoo, then FreeBSD, then Arch, and now Windows 10 on the Dell XPS 15. I enjoy Windows and I think Microsoft is doing a better job on hardware and software these days. At least, compared to ....

When I started developing my personal website I\'ve had some difficulties. In this post I try to share what you should do to avoid those.

While I’m finishing the last touches on my graduation thesis (posts about that will follow soon) I wanted to take my mind off a little bit with some hobby. I have always been fascinated by presenting data in a clear and automated way and wanted to experiment a bit with that. As a subject for this I chose the big crisis of this moment: the corona virus or Covid-19. This posts serves as quick write up documenting various scripts and tools tha..


I think back to my time in college, and I learned some valuable things. I also learned some incredibly worthless things (i.e. don’t flip a car upside down and then backover… it’ll break the axle so you can’t roll it). Even in classes… the basic approach to a supply/demand curve to maximize profit is cute when done in a classroom vs. the complexities of how things actually work… I mean I get the idea behind it, but what you learn is so far b....

I think back to my time in college, and I learned some valuable things. I also learned some incredibly worthless things (i.e. don’t flip a car upside down and then backover… it’ll break the axle so you can’t roll it). Even in classes… the basic approach to a supply/demand curve to maximize profit is cute when done in a classroom vs. the complexities of how things actually work… I mean I get the idea behind it, but what you learn is so far b....


Ordinarily, you will not want to cache POST requests. RFC 2616 does allow, though, for the idea that responses to a POST may sometimes be cacheable . Generally speaking, whether you consider POST cacheable will depend on what happens on the application back-end in response to that POST - if something is changed as a result then you'll almost certainly not want to cache, whereas if POST is being used to submit (say) search criteria, then ....

Now that everyone else has to work from home let me share my tips from 5 happy years of this way of life: Get some exercise! Measure your steps and make sure you do a healthy amount every day. Super important. With no incidental walking your fitness can really drop. Music! Music is crucial for me and maybe for you too. I bought a spotify subscription after a few months, just to get rid of the ads. You need a lot of playlists to....

Now that everyone else has to work from home let me share my tips from 5 happy years of this way of life: Get some exercise! Measure your steps and make sure you do a healthy amount every day. Super important. With no incidental walking your fitness can really drop. Music! Music is crucial for me and maybe for you too. I bought a spotify subscription after a few months, just to get rid of the ads. You need a lot of playlists to....

Now that everyone else has to work from home let me share my tips from 5 happy years of this way of life: Get some exercise! Measure your steps and make sure you do a healthy amount every day. Super important. With no incidental walking your fitness can really drop. Music! Music is crucial for me and maybe for you too. I bought a spotify subscription after a few months, just to get rid of the ads. You need a lot of playlists to....

Introduction As COVID-19 continues to spread and cause anxiety, many tech companies have begun encouraging or mandating that employees work from home . For the time being, NextRoll is among these companies. Fortunately, NextRoll engineering has long had a remote-friendly work culture; I myself have been working remotely for the last three years after two years at our San Francisco office. In this post, I’ll share my thoughts on the benefi....


TL;DR; simply run docker pull akhenakh/kvtiles:planet-9-latest for a self hosted free performant world map (more maps and levels available see kvtiles docker tags). I’ve blogged in the past to describe how to generate and serves your own map tiles server, but I wanted an easier solution. KVTiles kvtiles is a map tiles self hosted solution written in Go, it’s using Mapbox vector format but rather than using the regular sqlite3 database it’s ..


Investigating the use of Dynamic Time Warping to test correlation between time series - Introduction This is a cautionary tale of using Dynamic Time Warping (DTW). We often see examples of successful applications of algorithms and models; however, this is an example when things do not go according to plan. Although we all enjoy talking about our success, I think we should take more...

Investigating the use of Dynamic Time Warping to test correlation between time series - Introduction This is a cautionary tale of using Dynamic Time Warping (DTW). We often see examples of successful applications of algorithms and models; however, this is an example when things do not go according to plan. Although we all enjoy talking about our success, I think we should take more...

When I first wrote my post on Situation Report #6 of nCov-19. I had no idea a few weeks later it would be a pandemic.

Given the number of people who are avoid gluten these days, I thought I'd write up a few basic tips and pointers to some of my favorite gluten free recipes. General Gluten Free Banking Tips From Years of Experience Use a 1:1 flour replacement. My current favorite is Krusteaz . If you are baking gluten free, don't taste the batter! A lot of gluten free flours are based on bean flours and bean flour, before it is baked, takes like crap. ....

I have a number of friends who work on assembly lines and all of them are: Terrified of getting sick Have no option of working from home Want to work Need to work Once upon a time my father used to own a manufacturing operation and this is the advice that I'd give him - buy these for all your line workers: In the picture above, I am wearing my face shield that I use when I cut wood on my table saw. It: Isn't a mask (and that's o..

Periskop is an exception monitoring service that we built here at SoundCloud. It was designed with microservice environments in mind, but it…

Periskop is an exception monitoring service that we built here at SoundCloud. It was designed with microservice environments in mind, but it…

Table of Contents The Problem The Solution Within Debezium , the project I’m working on at Red Hat, we recently encountered an "interesting" situation where we had to resolve a rather difficult merge conflict. As others where interested in how we addressed the issue, and also for our own future reference, I’m going to give a quick run down of the problem we encountered and how we solved it.

Table of Contents The Problem The Solution Within Debezium , the project I’m working on at Red Hat, we recently encountered an "interesting" situation where we had to resolve a rather difficult merge conflict. As others where interested in how we addressed the issue, and also for our own future reference, I’m going to give a quick run down of the problem we encountered and how we solved it.

COVID-19 - blog.herlein.com - 6 years ago - eng
The impacts of COVID-19 are really not upon us yet. But some of them are hitting, and I thought I’d jot some notes about how it’s hitting us here in SF.

COVID-19 - blog.herlein.com - 6 years ago - eng
The impacts of COVID-19 are really not upon us yet. But some of them are hitting, and I thought I’d jot some notes about how it’s hitting us here in SF.

Wooden Toy Car - zef.studio - 6 years ago - eng


In this article, we benchmark various methods to write data to MS SQL Server from pandas DataFrames to see which is the fastest. We compare multi, fast_executemany and turbodbc, and find the best candidate.



113 visitors online