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

The Passion Trap - thetypist.com - 12 years ago - eng
Like The Typist, I rarely read articles on passion — the ones that prescribe that everyone follow their dreams to the detriment of every other aspect of their lives; not only are such pieces irresponsible, but impractical as well. Bradley Voytek’s article, however, which The Typist links to and relegates to such a category, really ought to belong to a category all its own — it’s just that good, and features neither of the disadvantageous as..

This Week in Podcasts - zacs.site - 12 years ago - eng
When I published this article’s predecessor , I should have debuted this series as a collection of the podcasts I listened to within the past week rather than those released during that time period. This slight difference in phrase would have been especially appropriate given my eight-day absence last week, during which I could not listen to a single episode of any show. Now that I have returned, with a week’s worth of episodes now outside....

Invaluable - www.asymco.com - 12 years ago - eng
A bit of a forgone conclusion at this point, but still worthwhile to have someone so skilled as Horace Dediu put the phone market into perspective, especially with regards to that upstart Apple. Come for the insight, but stay for his conclusion; that is, indeed, a mystery, and one that Apple has obviously solved. Permalink.

Fascinating look at the percentage of household income various countries spend on groceries each year. Surprisingly, that number has steadily decreased over the past thirty years. In response to Businessweek’s chart, on display at the beginning of The Typist’s article, The Atlantic wrote a great, in-depth piece taking the discussion a few steps farther. Even if you only have a passing interest in this subject, I encourage you to check the..

Fantastic interview by John Arlidge of Time Magazine with Apple’s famed designer Jony Ive. I will do neither the disservice of taking a pull-quote from this piece, for you really should read it in its entirety rather than in pieces, but I will say this: the key takeaway, I felt, is the remarkable humanity of this entire process: from inception to creation to ultimate release, at no point in the life of these devices does anyone measure thei..

Why use NuGet - daniellittle.dev - 12 years ago - eng
I've had a few people ask me why they should use NuGet and the occasional person that's never heard of it. If you are currently developing…

I recently came across a great interface and behavior in windows 8.1. If you implement ISupportIncrementalLoading on your bound property then bind up to a gridview you’ll get infinite scrolling for free. Below is an example from my HypeMix app where I pull in more tracks and add more to that list as the user scrolls, hopefully useful to others. [gist https://gist.github.com/lawrencegripper/9396993]

I use gnome-terminal for most of my hacking. In fact, I use it so much, that I’ll often have multiple tabs open for a particular project. Here’s my workflow: Control+Alt+t (My shortcut to open a new gnome-terminal window.) cd ~/code/some_cool_hack/ # directory of some cool hack Control-Shift-t (Shortcut to open a new gnome-terminal tab.) Hack, hack, hack... The problem is that the new tab that I've created will have a $PWD of ~, in..

I use gnome-terminal for most of my hacking. In fact, I use it so much, that I’ll often have multiple tabs open for a particular project. Here’s my workflow: Control+Alt+t (My shortcut to open a new gnome-terminal window.) cd ~/code/some_cool_hack/ # directory of some cool hack Control-Shift-t (Shortcut to open a new gnome-terminal tab.) Hack, hack, hack... The problem is that the new tab that I've created will have a $PWD of ~, in..

Hello! First:  I wanted to thank everyone for the amazing support you've shown so far. We're already over 24% funded , which is more than I was expecting this early, so thank you! Second:  A quick update on the  Greenlight campaign . We are 26% of the way to the top 100, with 1,918 "yes" votes! Keep on voting, we'll be on Steam in no time. Third:  If you wanted to see more gameplay from Lemma but didn't have time to check out the ..

Disingenuous Marketing - zacs.site - 12 years ago - eng
Besides the cursory test shortly after iTunes Radio launched, yesterday marked the first time I had used the service for any extended period of time. In my past experiences, the recommendations had proved mediocre at best, and the process not compelling enough to prompt me to switch away from the songs I already knew and loved. Yesterday, though, I gave it another shot; and I loved it. Permalink.

That’s quite a title, isn’t it?) If you’re using vim to write Clojure code, chances are that you’re using Tim Pope’s vim-fireplace plugin. It’s really great. It stars an nREPL session in the background for you and lets you evaluate a form inside of vim. It’s super fast because it keeps the session around and it’s one of my favorite things about writing Clojure. Recently, vim-fireplace received support for piggieback . Piggieback is....

That’s quite a title, isn’t it?) If you’re using vim to write Clojure code, chances are that you’re using Tim Pope’s vim-fireplace plugin. It’s really great. It stars an nREPL session in the background for you and lets you evaluate a form inside of vim. It’s super fast because it keeps the session around and it’s one of my favorite things about writing Clojure. Recently, vim-fireplace received support for piggieback . Piggieback is....

1. What is encapsulation: a) the ability to make changes in your implementation without breaking the code of others b) keep instance variables accessible foe everyone c) create getters and setters rather then give direct access to instance variables 2. IS-A relationship: a) based on class inheritance or interface implementation b) expresses through the keywords import and extends c) expresses through the keywords extends an..

A Year on the Road - huckberry.com - 12 years ago - eng
Shortly after returning from six months spent circling the globe, Jonny and Michelle set back out on the road and spent a year traveling across America. Again, I’m jealous: although I have lived in and traveled through quite a few states, my travels have thus far consisted of mostly the eastern seaboard, and nothing more westward than Wisconsin. Someday, I would love to take a similar journey. Permalink.

Not to be redundant, but Jonny and Michelle dropped everything to spend six months traveling the world, and that really is incredible. I have already done a great deal of traveling in my life — I have lived in five states and visited more than I can remember, and spent a great deal of time abroad in seven countries spread across two continents — and I wholeheartedly agree with their comment that traveling does indeed beget more traveling: g..

When Water Flows Uphill - youtu.be - 12 years ago - eng
Awesome video showing how, when heated to certain temperatures, water can actually flow uphill. It seems impossible, but — as the folks over at Science Friday demonstrate — some neat factors come into play after the boiling point to make it possible. Very cool, via The Loop . Permalink.

Excellent news, and definitely a step in the right direction. I went through the opposite process a few weeks ago in creating my now-defunct newsletter, but thankfully realized the error of my ways shortly thereafter, discontinued it, and refocused my efforts on this site. Diversifying your public outlets in an attempt at creating multiple more focused properties seems like a good idea in theory, but invariably falls down in practice. Pe..

So here we are. We’ve studied the general properties of elliptic curves, written a program for elliptic curve arithmetic over the rational numbers, and taken a long detour to get some familiarity with finite fields (the mathematical background and a program that implements arbitrary finite field arithmetic). And now we want to get back on track and hook our elliptic curve program up with our finite field program to make everything work.

So here we are. We’ve studied the general properties of elliptic curves, written a program for elliptic curve arithmetic over the rational numbers, and taken a long detour to get some familiarity with finite fields (the mathematical background and a program that implements arbitrary finite field arithmetic). And now we want to get back on track and hook our elliptic curve program up with our finite field program to make everything work.

So here we are. We’ve studied the general properties of elliptic curves, written a program for elliptic curve arithmetic over the rational numbers, and taken a long detour to get some familiarity with finite fields (the mathematical background and a program that implements arbitrary finite field arithmetic). And now we want to get back on track and hook our elliptic curve program up with our finite field program to make everything work.

I didn’t watch this the first time I saw the link go by, but after the second time I’m glad I set aside a few minutes to check it out: this video really is the coolest thing I will watch all day. Permalink.

As I prepared to leave for my trip to The Bahamas last week, I saw an article from Gizmodo go by linking to a blog post from Walmart  — of all companies — showcasing a new concept vehicle that would make a number of significant improvements to current semi designs. I read through the article, and then sat down to write a short post about it; however, I quickly realized that I had much more to say on this topic than could be contained wit..

Every morning right when I get out of my bed I am 20% awake, I am 20% myself. There is not much in my thoughts about the people I love, about my job, about my goals as a person. All my thoughts are about the very basic needs - drink water, clean myself, read some stuff. Next, I grab a phone, a tablet or a laptop and read random stuff for a few minutes - email, comics, social networks, news websites. I get around 40% awake. I slowly start ....

This is just so cool. If my history teacher had shown me this video on the first day of our history class covering ancient civilizations of the world, I would have had so much more interest in the subject than I otherwise did. This almost makes me want to go study history — almost. Via TransferWise Blog . Permalink.

It’s taken me way too long, but I finally got some time to read the backlog of email newsletters in my inbox. Alongside Huckberry’s and Benedict Evans’ Mobile Newsletter , today I read my first issue of The Backseat Companion — and let me tell you, I loved it. The Backseat Companion is everything a newsletter should be: interesting, informative, humorous — a joy to read, to be sure. If MailChimp isn’t your thing, you can also read past ..

Within the last week there has been a great deal of talk about sponsorships: Marco Arment ended sponsored blog posts , citing waning interest and falling click-through rates. Sam Hutchings chimed in on the debate regarding bias and how it could, theoretically, adversely affect credibility. Josh Ginter, writing in response to Marco’s aforementioned post , posited that Marco’s decision might not be an anomaly, but indicative of a disturbi..

Download the demo for Windows Back the Kickstarter Vote for Lemma on Greenlight Follow me on Twitter After an unexpected 24 hour delay, the demo is finally out, and the Kickstarter is live! I'm running on 3 hours of sleep, but here's some things you might not have seen since the last release: The bouncy cubes are now more like crumbly cubes. They crumble when you touch them.

The c-base space station — a culture carbonite and a hackerspace — is the focal point of Berlin’s thriving tech scene. It is also the place where many of the city’s Ingress agents converge after an evening of hectic raiding or farming. In February we came with an idea on combining our dual passions of open source software and Ingress in a new way. Jon Nordby from Bitraf hackerspace in Oslo had recently shown off the new full-s....

This is the blog form of the talk Migrating from Eclipse 3.X to Eclipse 4.X - The iAware Story at EclipseCon 2014. The iAware development team was formed in late 2007 and in a little under six months we developed our first solution, CareAware CriticalCare, a dashboard application written using the Eclipse RCP targeted for use in ICU settings. The goal of this application was to provide clinicians with a complete picture of the patient’s sta..


The c-base space station — a culture carbonite and a hackerspace — is the focal point of Berlin’s thriving tech scene. It is also the place where many of the city’s Ingress agents converge after an evening of hectic raiding or farming. In February we came with an idea on combining our dual passions of open source software and Ingress in a new way. Jon Nordby from Bitraf hackerspace in Oslo had recently shown off the new full-s....


Two years ago, Erik Demaine and three other researchers published a fun paper to the arXiv proving that most incarnations of classic nintendo games are NP-hard. This includes almost every Super Mario Brothers, Donkey Kong, and Pokemon title. Back then I wrote a blog post summarizing the technical aspects of their work, and even gave a talk on it to a room full of curious undergraduate math majors. But while bad tech-writers tend to interpre..

Two years ago, Erik Demaine and three other researchers published a fun paper to the arXiv proving that most incarnations of classic nintendo games are NP-hard. This includes almost every Super Mario Brothers, Donkey Kong, and Pokemon title. Back then I wrote a blog post summarizing the technical aspects of their work, and even gave a talk on it to a room full of curious undergraduate math majors. But while bad tech-writers tend to interpre..

Two years ago, Erik Demaine and three other researchers published a fun paper to the arXiv proving that most incarnations of classic nintendo games are NP-hard. This includes almost every Super Mario Brothers, Donkey Kong, and Pokemon title. Back then I wrote a blog post summarizing the technical aspects of their work, and even gave a talk on it to a room full of curious undergraduate math majors. But while bad tech-writers tend to interpre..

WWSJD? - zacs.site - 12 years ago - eng
On my way to San Salvador last weekend I wrote a short article titled “The Changing Landscape of Innovation”. Without any internet connection until arriving back home the following Thursday, I planned on publishing it Friday morning; however, I didn’t count on Drafts losing the note to a botched sync operation. In lieu of that article, then, as I try to work with Greg Pierce to recover it, consider this: Permalink.

I’ve started using an approach for software project estimation that so far is proving to be fairly transparent, quick and reliable. I’ve observed that within a reasonable degree of variation, most teams seems to complete about one “user-relevant task” per developer per calendar week. There are so many theoretical holes in my argument that there’s no point trying to cover them all. The funny thing is that it seems to work fairly well in prac..

Behavior Driven Development is best described as taking an “Outside-In” approach, meaning you define your feature from the outset and describe business value, and work your way in a small piece at a time. That being the case, I thought it’d be best to cover one stage of evolution that I’ve had over the years… from Developer Facing Acceptance Tests to Customer Facing Story Level Specifications. The Start: Developer Facing Acceptance Tests Th..

Make and all of its flavours have been here for almost 40 years and it's a tool hard to beat for many things. There are however cases when you do not need the power of Make and are willing to trade the flexibility for something else. In case of Ninja , for its speed.


The Only Answer - patrickrhone.com - 12 years ago - eng

Introduction One of the first things I learned about in Go was using an uppercase or lowercase letter as the first letter when naming a type, variable or function. It was explained that when the first letter was capitalized, the identifier was public to any piece of code that wanted to use it. When the first letter was lowercase, the identifier was private and could only be accessed within the package it was declared.


4 visitors online