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

See Yamamoto's Mac OS X port . To install: $ brew tap railwaycat/emacsmacport $ brew install emacs-mac

YourStory Interview - boyter.org - 11 years ago - eng
Aditya Dwivedi recently did an interview with me about searchcode. You can view it here over on yourstory.com and it covers how the idea came about, some of the issues and where I think the future lies for the project. Going to include an extract below in case bit rot sets in. How this Aussie coder is making life easy for techies around the world with searchcode You are busy building your product and then someone comes and tells yo..



Precluding Success - zacs.site - 11 years ago - eng
Quite some time ago, I started this draft with a simple premise: precluding success is failure of at least one effort in a given area. Put differently, those who have yet to fail in their chosen profession can never attain greatness in that field. Along with this supposition, I included one more stipulation as an addendum to the previous statement: one can, however, substitute knowledge, to a degree, for failure. Regardless of the knowledge..

When I was a young child, I remember listening to an old radio receiver with my grandfather, looking for morse transmission. 30 years later, I take the opportunity to get my radio amateur license in the US, it was not difficult (Technicial license is easy), especially cause US radio amateurs are using the metric system (almost all the time …), the only difficulties were to learn some terms and simple formulas from french to english and to k..

If you've spent any time looking at the items that I post, you've probably gathered that I'm a developer, but that I have a rather strange habit of not talking about code. I talk about build automation, source control, compiler output, virtualization, proxy servers, and continuous integration, but I barely talk about matters of code. So if I love coding, why do I spend my time talking talking about DevOps rather than code?

Greedy algorithms are among the simplest and most intuitive algorithms known to humans. Their name essentially gives their description: do the thing that looks best right now, and repeat until nothing looks good anymore or you’re forced to stop. Some of the best situations in computer science are also when greedy algorithms are optimal or near-optimal. There is a beautiful theory of this situation, known as the theory of matroids. We haven’..

Greedy algorithms are among the simplest and most intuitive algorithms known to humans. Their name essentially gives their description: do the thing that looks best right now, and repeat until nothing looks good anymore or you’re forced to stop. Some of the best situations in computer science are also when greedy algorithms are optimal or near-optimal. There is a beautiful theory of this situation, known as the theory of matroids. We haven’..

Greedy algorithms are among the simplest and most intuitive algorithms known to humans. Their name essentially gives their description: do the thing that looks best right now, and repeat until nothing looks good anymore or you’re forced to stop. Some of the best situations in computer science are also when greedy algorithms are optimal or near-optimal. There is a beautiful theory of this situation, known as the theory of matroids. We haven’..

This situation really is crazy. Part of the problem, though, at least where Twitter is concerned, is that Twitter does not use the t.co shortener until after a tweet is posted, which means after it imposes the 140 character limit. Especially for me where every link to one of my own articles that I post starts with “zacjszewczyk.com/Structure”, this makes not using my own shortener — in this case, Bitly — completely impractical. Even then ..

cron: The Unix clock daemon that executes commands at specified dates and times according to instructions in a "crontab" file. Image from openclipart.org . Drupal is an amazing system, there is no denying it. Every once in a while, however, small problems come up that no one anticipates, and your entire system grinds to a halt. This recently happened with me when needing for Drupal to run some heavy processes in cron. It croa....

cron: The Unix clock daemon that executes commands at specified dates and times according to instructions in a "crontab" file. Image from openclipart.org . Drupal is an amazing system, there is no denying it. Every once in a while, however, small problems come up that no one anticipates, and your entire system grinds to a halt. This recently happened with me when needing for Drupal to run some heavy processes in cron. It croa....

cron: The Unix clock daemon that executes commands at specified dates and times according to instructions in a "crontab" file. Image from openclipart.org . Drupal is an amazing system, there is no denying it. Every once in a while, however, small problems come up that no one anticipates, and your entire system grinds to a halt. This recently happened with me when needing for Drupal to run some heavy processes in cron. It croa....

Recently, SoundCloud launched the new iOS application which was a complete rewrite of the existing iOS application. The Mobile engineering…

Recently, SoundCloud launched the new iOS application which was a complete rewrite of the existing iOS application. The Mobile engineering…

WHEN A SPELL FROM A PERVY WIZARD TO CREATE THE PERFECT WOMAN FALLS THROUGH THE CRACKS OF HIS DIMENSI...

Spam is bad! Kill it with fire! Image from openclipart.org . Due to the irritating nature of spam email, companies have started hardening their policies for how they handle emails that originate from various sources. A recent change that has hurt a lot of sites and mailing lists lately is that email providers have begun to make their DMARC policies very strict. Specifically, email providers are saying, "If the email says that it is....

Spam is bad! Kill it with fire! Image from openclipart.org . Due to the irritating nature of spam email, companies have started hardening their policies for how they handle emails that originate from various sources. A recent change that has hurt a lot of sites and mailing lists lately is that email providers have begun to make their DMARC policies very strict. Specifically, email providers are saying, "If the email says that it is....

Spam is bad! Kill it with fire! Image from openclipart.org . Due to the irritating nature of spam email, companies have started hardening their policies for how they handle emails that originate from various sources. A recent change that has hurt a lot of sites and mailing lists lately is that email providers have begun to make their DMARC policies very strict. Specifically, email providers are saying, "If the email says that it is....

This Week in Podcasts - zacs.site - 11 years ago - eng
Another week, (thankfully) another set of great podcasts for your listening pleasure. Be sure to pay special attention to this series’ latest addition, and — as always — enjoy. Permalink.

Hi, This is how I ended up writing a custom DNS server to redirect network traffic.. code is here . I recently got a smart TV and I wanted to see what it was up too, having heard all the stories of them leaking personal information left right and center. Fiddler is my go to tool for any HTTP inspection, so I went about look for a proxy setting in on the TV … there isn’t one.

To the Node and back - liza.io - 11 years ago - eng
I spent a couple of weeks porting Gastropoda from PHP to Node.js after caving in to peer pressure and hearing “PHP sucks” from every side imaginable.

Lightning talk introduce pair programming based on information gleaned from RailsConf 2014. Bulk of the credit for this presentation goes to Chuck Lauer Vose of New Relic and Joe Moore of Pivotal Labs.

An overview of Ruby, jRuby, Rails, Torquebox, and PostgreSQL that was presented as a 3 hour class to other programmers at The Ironyard in Greenville, SC in July of 2013. The Rails specific sections are mostly code samples that were explained during the session so the real focus of the slides is Ruby, "the rails way" / workflow / differentiators and PostgreSQL.

Learn why traditional method swizzling breaks UIKit's touch forwarding and discover a better approach that preserves _cmd integrity.

Thoughts on Glass - zacs.site - 11 years ago - eng
The problem with Google Glass is not that it is inherently creepy, but rather that it has the potential for many uses of dubious morality; and as our minds happened upon those possibilities in the wake of Glass’ unveiling, and we paused to ponder an appropriate reaction to these eventualities, it became socially acceptable to walk around smacking these expensive devices off the faces of those who deigned to wear them. Like a small child who..

Working with web applications in NodeJS is great. Using the same language and libraries on the client and server simplified the thinking. And NodeJS has fast tests and restart for a super quick edit-verify cycle when you’re coding. I like to write tests to verify the server-side and client-side logic, but do you know that the whole solution really is working? You can of course test your service manually after deploying, but that becomes ted..

A friend of mine had a photovoltaic system (consisting of 14 solar panels) installed on his rooftop last year. As I was looking for another raspberry pi project I convinced him I would setup a reliable monitoring solution that will lead him to an access to the data in real-time data. The current setup comes with an inverter by the company Kostal. The Kostal Piko 5.5 runs an internal web server showing statistics like current power, daily en..

Here at SoundCloud, in order to provide counts and a time series of counts in real time, we created something called Stitch. Stitch was…

Clean Code - june.kim - 11 years ago - eng


Clean Code - june.kim - 11 years ago - eng

Here at SoundCloud, in order to provide counts and a time series of counts in real time, we created something called Stitch. Stitch was…

The RDTSC instruction on x86 CPUs is supposed to read a counter that is incremented (by one) every clock cycle. However, it doesn't actually do this. Instead, the counter increases at a fixed frequency, independent of the actual clock speed of your CPU, which varies based on load, temperature etc.. This does not seem to be documented anywhere. I found this out the hard way, after measuring the frequency of rdtsc myself, and notic....

Sandboxing - zacs.site - 11 years ago - eng
Since Apple began requiring that developers submitting applications to the Mac App Store sandbox their products, it has remained a somewhat controversial decision. Two years after the rule went in to effect, it continues to preclude a number of great apps from sharing in the spotlight Apple so generously — and to such great effect — sheds on its platform’s developers by featuring their creations on the store’s front page. Nevertheless, by a..

Josh Gross and Matthew Ström are former freelancers that banded together to create Planetary, a studio empowering companies through better design.

The drunken scribblings of a mad man. Possibly some kind of ancient cuneiform. A random page out of the Middle Earth phone directory. Whatever it was, it was the server password, not that it matters now: the little Post-It note reminder had long since thrown itself into the waste paper bin. Somewhere a landfill sat, knowing our password and chuckling away at our misfortune. It seems that our hero is in a bit of trouble, if only slightly sel..

Cabin Porn Roundup - zacs.site - 11 years ago - eng
It has been quite a while since I posted one of these — more than a month, in fact: the last came out at the beginning of May . Today, I finally have cause to bring this series back. Finally — far too long has passed during which I had no cause to sit down and revel in the simple beauty of nature and its rustic inhabitants. Permalink.

At the end of March, some of our teams held their first 24-hour hackathon, titled ShipIt: Millennium+ Services FedEx Day. We had 41 participants, in 15 teams working on 15 unique projects. The idea was inspired by several teams spending a few hours every so often to work on different projects. After reading about Atlassian’s hack days, we decided to hold one. The event was initially announced early in February, to give teams time to work th..

I really liked this book, especially the setting and the timeframe. It had good character development with Lina having flashbacks…

Hat-tip to Hayes Brown for tweeting this link, apparently Amazon does, indeed, sell everything — including, it seems, radioactive uranium ore. This surprisingly unsurprising development is not the best part though, but rather the “Customer Questions and Answers” section as well as the top reviews; in a word, hilarious. Permalink.

This Week in Podcasts - zacs.site - 11 years ago - eng
Finally, after an uncomfortable few weeks of just one or two entries here, I have amassed a respectable roster highlighting the past week’s best podcasts. Enjoy! Permalink.

The other day, as I drove home from work and practiced my dictation to the tune of Siri’s inept transcription abilities, I deftly tapped iMessages’ “Send as Text Message” tooltip for what — given the number of text messages I send each month — must quite literally fall somewhere in the neighborhood of the millionth time. I tapped this button two or three times until, finally, my phone realized I wanted every outgoing message sent without th..

5 visitors online