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





Screenshot Saturday 169 - etodd.io - 12 years ago - eng
This week I finally implemented SSAO! It's pretty basic, but it works. Check out the effect source code here . It's a big deal for me because I tried it once before and it came out like this: I'm also still working on the player model. I think it's close to being in a usable state. What do you think? Is that a ponytail, or a brain slug?

Introduction My business partner Ed asked me what would happen if a struct and an embedded field both implemented the same interface. We asked ourselves two questions: Would the compiler throw an error because we now had two implementations of the interface? If the compiler accepted the type declaration, how does the compiler determine which implementation to use for interface calls? We hacked out some code to answer the question....

Javascript is a fantastic example of how something, despite having visible warts and very poor design , can dominate the tech landscape. Nobody uses Javascript because it’s a beautiful language; they use it because it’s ubiquitous. Its warts are now well understood and most have workarounds. An amazing omission in Javascript’s design is the lack of a built-in module system. As more projects used Javascript and shared more code, the need ..

Social Success - zacs.site - 12 years ago - eng
Earlier this month Linus Edwards wrote an article he titled Numbers , a piece where he posited that metrics-based social networks such as Twitter have made interpersonal interaction a game in which attracting the most attention means winning, and have simultaneously chipped away at the majority’s ability to maintain real relationships devoid of such concrete numbers and superficial endorsements in the form of likes, favorites, retweets, et..

My work view, Koh Lanta, Thailand I have lived in a few countries and traveled to dozens of others. The idea of living anywhere has always had some appeal to me. I have traveled to a lot of places where I thought, I could live here . There is this fantasy of having the freedom to live and work from anywhere. Coupled with the technology to communicate nearly instantly, a new trend has emerged: the digital nomad . A location independen....

My work view, Koh Lanta, Thailand I have lived in a few countries and traveled to dozens of others. The idea of living anywhere has always had some appeal to me. I have traveled to a lot of places where I thought, I could live here . There is this fantasy of having the freedom to live and work from anywhere. Coupled with the technology to communicate nearly instantly, a new trend has emerged: the digital nomad . A location independen....

My work view, Koh Lanta, Thailand I have lived in a few countries and traveled to dozens of others. The idea of living anywhere has always had some appeal to me. I have traveled to a lot of places where I thought, I could live here . There is this fantasy of having the freedom to live and work from anywhere. Coupled with the technology to communicate nearly instantly, a new trend has emerged: the digital nomad . A location independen....


SoundCloud is pleased to introduce a new major version of the SoundCloud JavaScript SDK. In version 2, we’ve rewritten much of the internal…

SoundCloud is pleased to introduce a new major version of the SoundCloud JavaScript SDK. In version 2, we’ve rewritten much of the internal…

Yesterday I implemented jars for the snail game. A user can have multiple jars and move snails between those jars (well, they can’t move snails yet, but they can put a wild-caught snail inside their personal jar). Some jars are “breeding jars” (all other jars are considered breeding suppressed, snails can’t mate in them. Otherwise there’d be snail babies everywhere!)

There was some discussion on my Kolmogorov complexity post ('Kolmogorov Complexity - it's a bit silly') on Hacker News recently . Pretty much everyone disagreed with me. Oh well, such is life. My central point in that article was that it matters which language we use. For any given string, there is a language such that the Kolomogorov complexity of the string with respect to the language is zero. This means that Kolomogorov co....

In the twenty-first episode of his podcast Technical Difficulties, Raising a Human , Gabe Weatherhead had a great talk with Merlin Mann about, among other things, fatherhood; during that discussion he also mentioned — in passing — how important fairness is to his daughter, even at the age of four. Alongside entitlement, I believe the notion of fairness is one of the single greatest problems facing the American people today: these two touch..

The Amphicruiser - huckberry.com - 12 years ago - eng
This is absolutely awesome. Still far out of my reach, unfortunately, as well as the reach of most others, I would imagine — but hey, we can all dream , right ? Permalink.

Although at this point slightly outdated given Ole posted the original announcement more than two weeks ago, these screenshots of the upcoming ui module as well as an iOS 7 and iPhone version of his acclaimed text editor Editorial are no less impressive. In fact, I would go so far as to call them incredible, and I bet Federico Viticci would agree with me. So far, I have resisted purchasing a Dropbox-capable text editor on my iPhone out of..

Killing Twitter - zacs.site - 12 years ago - eng
It may sound cute and sensational to write a headline like this, but for Linus Edwards’ recent piece Numbers , I don’t consider it wholly inappropriate. In that article, he first painted a picture of a microblogging service devoid of quantified metrics: no one would have any idea how many followers a given individual had, nor would the person in question. No longer would the best jokes, most insightful comments, and noteworthy observations..

Continuing with our video posts, here is Valentino once again, this time presenting at the 2014 AWS Summit in San Francisco. Valentino discusses how to handle 50 billion requests per day without breaking the bank by optimizing our AWS operations. In addition to low cost, AWS allows AdRoll’s RTB infrastructure to achieve nearly 100% uptime with sub-100ms latency and less than 0.15% timeouts. Learn how we built out a globally scaled, highly..

PyCon seems to find new ways of fostering community single every year. This year’s conference in Montréal featured the début of official Friday night dinners which I first learned about from a surprising email entitled Want to MC a trivia night at the PyCon dinner? I accepted the invitation! While I have enjoyed other volunteer roles at PyCon, this one was particularly exciting because of the difference that official evening activit....

Silverlight features a splendid method: VisualTreeHelper.FindElementsInHostCoordinates . It allows the HitTest, i.e. makes it possible for a point or rectangle to search for all visual sub-tree objects that intersect this rectangle or point. Formally the same method VisualTreeHelper.FindElementsInHostCoordinates is available in WinRT. And it seems the method looks in the same way, but there is a little nuance. It works differently in dif..

Silverlight features a splendid method: VisualTreeHelper.FindElementsInHostCoordinates . It allows the HitTest, i.e. makes it possible for a point or rectangle to search for all visual sub-tree objects that intersect this rectangle or point. Formally the same method VisualTreeHelper.FindElementsInHostCoordinates is available in WinRT. And it seems the method looks in the same way, but there is a little nuance. It works differently in dif..

Our app is finally up and running. We have tried and enhanced the app in three directions: Performance, Design and User Experience.

Just a bit of a fun puzzle today. Take a moment to look at the following two classes. Given an architecture where an int is four bytes and a character is one, what is the size of an instance of each class? struct Alpha { int x; char ch1; int y; char ch2; } a1; struct Beta { int x; int y; char ch_name[2]; } b2; The most obvious answer would be 4+1+4+1, giving us 10 bytes for the first class, and 4+4+1+1 giving us another 10 bytes with our se..

I've talked about what Domain Driven Design is and what kind of benefits you can expect from it. The next concept to explore is what the…

Genealogy is a pastime that I occasionally indulge in. There are some very fascinating stories to be learned about the history of one’s genetic forebearers, as the tale of ancestry interweaves with the movements of history. Discovering one’s family history requires investigative skills for combing through resources — many of which are online. Some of those (with Canadian content) are freely available: Library and Archives Canada, FamilySear..

I found that it’s pretty hard to have a project with high test coverage and fast build… if the tests are slow, people will feel the need to skip them to speed up the build, and will probably write fewer tests than they should, afraid that the build will become even slower. You go out for a walk and when you come back no one is running or writing tests anymore…

This Week in Podcasts - zacs.site - 12 years ago - eng
As Bob Dylan once said, “The times, they are a changin’.” Over the past week, this has proved particularly true for the podcasting space: with the launch of Fiat Lux’s Constellation , we have been given a glimpse into a possible future whereby the greatest emphasis falls on the podcast rather than another, ancillary aspect, and this beloved medium has lost the shackles that once kept it relegated to a small, insular sect. At least within..

SSH Kung Fu - blog.tjll.net - 12 years ago - eng
OpenSSH is an incredible tool. Though primarily relied upon as a secure alternative to plaintext remote tools like telnet or rsh, OpenSSH (hereafter referred to as plain old ssh) has become a swiss army knife of functionality for far more than just remote logins. I rely on ssh every day for multiple purposes and feel the need to share the love for this excellent tool. What follows is a list for some of my use cases that leverage the po....

We were counting down the days until Berlin Buzzwords on May 25, when we realised that it would be great if you came too! With that in mind…

We were counting down the days until Berlin Buzzwords on May 25, when we realised that it would be great if you came too! With that in mind…

Screenshot Saturday 168 - etodd.io - 12 years ago - eng
This week was a ton of performance optimizations and graphics upgrades. Cascading shadow maps! Basically that means all the shadows are much sharper. It was surprisingly easy to implement and barely impacts performance. Here's a screenshot showing off the new shadows, plus a new character modeling experiment. Just testing things out for now. What do you think? Turns out, Blender has something called Rigify that can automatically ..

Collecting wild snails - liza.io - 12 years ago - eng
I got quite a bit done on the snails yesterday, mostly focusing on creating a snail manager class, displaying snails using Canvas, and saving snails you choose to keep to the database. It’s all implemented really dodgily right now, but it’s mostly functional.

Sidebar Transitions - tympanus.net - 12 years ago - eng
These are so cool — and all done in CSS, no JavaScipt required. Manoela “Mary Lou” Ilic has to be one of the most talented web developers I have seen in a long while. If I ever decide to take this site in a more graphically-complex direction, I know exactly where I will look for inspiration. Permalink.

I’ve been playing around with PHP for the past few days. Last year for one of my One Game a Month projects I made Game of Snails . I’ve been wanting to make a snail racing and breeding game for literally years . I first started thinking about it when I discovered that video games were actually a thing - the idea was triggered by a real life snail racing experience I had when I was little in Ukraine, collecting and training snails in the r..

Predicting the Future - zacs.site - 12 years ago - eng
These days it has become quite common to frame both current events and predictions of the future in terms of the past. Within the technology space, and particularly when talking about Apple, this is especially true — even for me: every time I comment on a rumor, whether in regards to something so trivial as WWDC dates this year all the way up to the much more significant potential screen sizes at which the iPhone 6 could ship, I look to the..

Hoy me topé con algo de mi día a día: en un viejo disco duro de respaldo tenía unas copias de DVDs en formato bin/cue. Lamentablemente, Mavericks no me dejó montar los archivos bin ya que, técnicamente, Apple no da soporte a los archivos bin/cue de manera nativa en Mac, pero la solución es bastante simple. Existe un programa de consola llamado binchunker que convierte archivos bin/cue a ISO sin mayores inconvenientes. Eso sí, necesitas tene..

I can’t imagine my daily work in terminal without multiplexers. I used to use GNU Screen a couple of years ago, then I switched to Tmux. There has been a lot of talks about screen vs tmux, and then vs byubu. I still use both, and I still like both. What I was really missing is session management. Since my laptop’s uptime is normally more than a month - I just created windows manually and started programs manually and then just attached/deta..

Why Node? - phacks.dev - 12 years ago - eng

I can’t imagine my daily work in terminal without multiplexers. I used to use GNU Screen a couple of years ago, then I switched to Tmux. There has been a lot of talks about screen vs tmux, and then vs byubu. I still use both, and I still like both. What I was really missing is session management. Since my laptop’s uptime is normally more than a month - I just created windows manually and started programs manually and then just attached/deta..

Real Food is Here - huckberry.com - 12 years ago - eng
Hat-tip to another article from Huckberry, Modern Pioneering , that I just linked to for bringing this one from 2013 to my attention. In the past, I have written extensively about Rohan Anderson’s own work, as well as his escapades: when he felled trees and built an awesome smokehouse by hand, that fantastic video led to a string of four posts —  Something to it , walk it off brother , hard at work, living simple , and so simple  — ..

Modern Pioneering - huckberry.com - 12 years ago - eng
Although I’m still coming to terms with her use of “#ModernPioneering” when promoting this , Huckberry’s recent article on Georgia Pellegrini is great even if it does seem — to me, at least — almost absurd to see the two disparate worlds of pioneering and hashtags collide so inelegantly. Someday, I would love to live the lifestyle she leads: it sounds incredible. Permalink.

79 visitors online