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

Over the weekend I went to a talk on Scala. The speaker said variety of harsh , inflammatory, and mostly wrong things about PHP and the PHP community. One such example: The PHP community doesn't care about things like lambdas, they just care about getting a site up as fast as possible. This is just rubbish. PHP got the lambda treatment in 2009, while Java received it only months ago . The speaker is a Java developer who walked....

Over the weekend I went to a talk on Scala. The speaker said variety of harsh , inflammatory, and mostly wrong things about PHP and the PHP community. One such example: The PHP community doesn't care about things like lambdas, they just care about getting a site up as fast as possible. This is just rubbish. PHP got the lambda treatment in 2009, while Java received it only months ago . The speaker is a Java developer who walked....

Java - www.craigpardey.com - 12 years ago - eng

Spring - www.craigpardey.com - 12 years ago - eng

Spring’s gotcha-of-the-day is around using @Value to resolve property placeholders in combination with @PropertySource. I had the following Spring Java configuration: @Configuration @PropertySource("classpath:/test.properties") public class TestAppConfig { @Value("${queue.name}") private String queue; @Bean(name="queue") public String getQueue() { return queue; } } But the value in “queue” was not resolving - it returned “${q..


If you run a Linux server alongside Windows servers long enough, you'll eventually have the need (or request) to add that machine to a Windows domain. Thankfully, it's a rather easy process. Assuming you run Ubuntu, you can simply run the following commands, substituting the domain and a domain admin in place of EXAMPLE.COM and jsmith, respectively. sudo apt-get install likewise-open sudo domainjoin-cli join EXAMPLE.COM jsmith sudo lwconfig..

Last time we saw the Diffie-Hellman key exchange protocol, and discussed the discrete logarithm problem and the related Diffie-Hellman problem, which form the foundation for the security of most protocols that use elliptic curves. Let’s continue our journey to investigate some more protocols. Just as a reminder, the Python implementations of these protocols are not at all meant for practical use, but for learning purposes. We provide the co..

Last time we saw the Diffie-Hellman key exchange protocol, and discussed the discrete logarithm problem and the related Diffie-Hellman problem, which form the foundation for the security of most protocols that use elliptic curves. Let’s continue our journey to investigate some more protocols. Just as a reminder, the Python implementations of these protocols are not at all meant for practical use, but for learning purposes. We provide the co..

Last time we saw the Diffie-Hellman key exchange protocol, and discussed the discrete logarithm problem and the related Diffie-Hellman problem, which form the foundation for the security of most protocols that use elliptic curves. Let’s continue our journey to investigate some more protocols. Just as a reminder, the Python implementations of these protocols are not at all meant for practical use, but for learning purposes. We provide the co..

This Week in Podcasts - zacs.site - 12 years ago - eng
Unfortunately, the past week was relatively light in terms of new podcasts, and even more sparse with regards to great episodes. There are always a few, though, and this week was no different. Permalink.

Overview This last week I was lucky enough to step onto Facebook’s campus for their first ever Hack Developer Day. Throughout the day developers and project managers gave talks about HHVM and Hack. From overviews to the nitty gritty details, each talk brought more insight into why this language was created. Below are a few of the talks that I thought were the best of the bunch. Hack Language and Library Features This talk walks thro..

Installing Phindex - boyter.org - 12 years ago - eng
This is a follow on piece to my 5 part series about writing a search engine from scratch in PHP which you can read at http://www.boyter.org/2013/01/code-for-a-search-engine-in-php-part-1/ I get a lot of email requests asking how to setup Phindex on a new machine and start indexing the web. Since the article and code was written aimed at someone with a degree of knowledge of PHP this is somewhat understandable. What follows is how to set..

Jill I’ve been working on “Jill” for the past few weeks. Figuring the best way to do the parts-gathering part of the game (specifically as relating to animation) is doing my head in. I’m trying a few different things as I go, seeing what seems to work the best. The general gist of what it has to do is:

FINAL WEEK! - etodd.io - 12 years ago - eng
We are now in the midst of the final week of Kickstarter funding! With the campaign nearing the end, I thought I would give you another development update. First, I spent a few days completely rewriting every bit of text in the game to support multiple languages. You can now change the language from this nifty selector on the main menu, and the whole game instantly switches: Now all we have to do is translate ALL the things!

This series was incredible, and I loved all the twists and turns. But I was surprised to see that this particular book didn’t…

Continuing to riff on Brian Hall’s recent piece for Tech.pinions, Panic Inside Apple and Cheers for Satya , that I linked to in my last post , I want to spend some time talking about another topic of his article: the iPhone 5C. Lately there seems to have been a great deal of talk about the 5C as a failed product that missed the target Apple set out for it by a gross and (apparently) indicative-of-impending-doom margin. I could not disagre..

noWatch - zacs.site - 12 years ago - eng
I’m going to violate my cardinal rule of not using a pull-quote for this article by Brian S. Hall, for to simply point you at his recent piece for Tech.pinions and expect you to grasp the pertinent thread out of the three near-disparate topics within would be a fool’s errand. Although ostensibly about Microsoft, more accurately yet another critique of the 5C, and with a tired subtext of the usual “Apple is doomed”, I see no other recourse..

One of the great features of JavaScript is the self-executing anonymous function. It's extremely useful because you can avoid polluting the…

Since there seems to lack any information for what to do at Ingress events / anomalies. I present my version, in hopes to help you. How to prepare for an Ingress Anomaly. Bring a battery / power-brick No matter your phone. I doubt it'll be able to run Ingress

On Monday, April 7th, 2014, a major security vulnerability in OpenSSL was made public. The vulnerability was filed as CVE-2014-0160 and…

We’ve taken some time to bring all our developer resources together into a single site. In doing so, we’ve reorganized the layout to make…

On Monday, April 7th, 2014, a major security vulnerability in OpenSSL was made public. The vulnerability was filed as CVE-2014-0160 and…

We’ve taken some time to bring all our developer resources together into a single site. In doing so, we’ve reorganized the layout to make…

A Brief Naval-Gaze - zacs.site - 12 years ago - eng
Turns out, vanity searches pay off: earlier this evening, my girlfriend pointed an article out to me of particular interest. Writing for Fast Company Labs, Jenna Kagel published Inside One Blogger’s Plan To Make Money Without Hideous Ads on January seventh of this year, where she recounted my plans to take this site from a cost center to a profitable enterprise detailed in Doing Monetization Well . To me, to have a site so popular and wi..

This is so cool. Back when I used to write exclusively on my iPad, I nearly did this so that I could copy a finished article to my clipboard, and then simply tap on a home screen icon to publish it using Pythonista rather than opening the app as an intermediary step between creation and pushing it up to my server. Then I got my MacBook Pro, though, and it became my primary writing device. I doubt this will remain the case forever, so I plan..

Despite it’s oxymoron of a title, this is a great piece by Felix Martin for Wired drawing some interesting parallels between Bitcoin and the monetary system of sixteenth-century Europe. Bitcoin has enjoyed a great deal of support up until now, but the jury is still out as to whether it will turn in to a viable, stable currency or go down in history as a somewhat lengthy flash in the pan. Hopefully, though, for the reasons Felix laid out in ..

Fantastic article by Jon Lovett at The Atlantic, where he writs about the power of free speech particularly with regards to internet culture. In my mind, these two issues have collided and come to a head recently with the resignation of Mozilla’s CEO Brendan Eich: given the political nature of the reasons Eich lost his job, I have seen a great number of people on both sides of the issue speak up, out, and often vilify each other. And th..

After I posted A Question of Value the other day, where I talked about some important questions to ask when evaluating the plausibility of a smart watch as a viable future device category, Linus Edwards sent me a link to a very interesting and thought-provoking piece of his from July of 2013 titled Where Did The Time Go? The Failures Of Technology . Part of the reason I found it so noteworthy, though, is because I disagree with it so str..

The Refresh Test - eviltrout.com - 12 years ago - eng
How many times has the following happened to you? You go to a web site and it asks you to create an account. You fill out a form with all the obvious fields and hit submit. The page refreshes and shows you the form again. Phone Number is required Well, that’s annoying. There was no indication that the site needed your phone number. You prefer not to give out your phone number to every web site, but this one is run by a company you t..


Merlin Mann once said that when he was seventeen years old, he felt his sole job in the world was to expose all hypocrisy. At the time, at seventeen myself, I laughed; however, a couple of years later the same thing has become true of myself: very few things annoy me as much as hypocrisy these days, and the very closely-related phenomenon of the double standard drives me insane. Today, in a fantastically ironic turn of events that came to m..

Narrative over Facts - zacs.site - 12 years ago - eng
Last week Ben Thompson recommended that anyone who enjoyed his three-part series on the future of news and newspapers check out Nieman Journalism Lab’s latest report on the state of news media in 2014. For anyone interested, here’s the link: New technology, new money, new newsrooms, old questions: The State of the News Media in 2014 ; at the time, I was: I promptly saved the essay to Instapaper and eagerly awaited reading it. However, ..

It adds up - dimitarsimeonov.com - 12 years ago - eng
It adds up… just like the way compound interest snowballs over time, small differences in affordable freedoms add up to big advantages and disadvantages. A person with more freedoms has better and better chance of having a good and successful life than a person with less freedoms. We live in a world where some birth characteristics such as skin color cannot be used legally for discrimination. But other birth characteristics such as nation....

About - blog.herlein.com - 12 years ago - eng
Projects These are projects that are basically abandoned right now. I wish I had more time for them! GoNetMon - Network use visualization writting in GoLang, using Prometheus and Kibana ouilookup - CLI tool written in go to look up the vendor for a given MAC address PiBlaster-MQTT - port of PiBlaster to use MQTT instead of a local charachter device goxb_mqtt - native go code that reads from an XBox(tm) controller (using libusb) and sends ev..

Yahoo Amazon.com Netflix Various banks Many more If you’re interested in more technical details you can follow along or on the Heroku blog . The short of it is you, yes you as in everyone, should rotate your passwords once all websites are safe. For further details please continue reading. What does the vulnerability mean In this case it allowed an external party to acquire a moderate amount of data from some computer runnin....

Yahoo Amazon.com Netflix Various banks Many more If you’re interested in more technical details you can follow along or on the Heroku blog . The short of it is you, yes you as in everyone, should rotate your passwords once all websites are safe. For further details please continue reading. What does the vulnerability mean In this case it allowed an external party to acquire a moderate amount of data from some computer runnin....

Continuing with investigating Capsules as we did with 1.48.0 , lets look at 1.49.0. Small changes this week, so another small teardown. Capsules More objects files have been added. capsule_divider_left.obj capsule_divider_right.obj inventory_icon.obj More strings have been added. const-string/


I don’t agree with the constant vilification of America’s top 1. Some call them “captains of industry”, others have much more choice combinations of nouns and verbs to describe the small subset of Americans that earn substantially more than everyone else — the constantly marginalized 99 — as if they somehow did not deserve their hard-won success. This article from The Atlantic does not go as far to dispel that ridiculous notion as its title..



Just wanted to share a quick MCEdit filter that I put together. Given a selection, this replaces the top layer of the perimeter circle with glowstone. On our server we use this to mark off private land borders so that people don't accidentally interfere with one another or set up camp on top of one another. Feel free to use it as you like. from pymclevel.materials import alphaMaterials import math displayName = "Player Boundary" inputs = ( ..

A Question of Value - zacs.site - 12 years ago - eng
When small handheld computing devices went mainstream, they did so by replacing boredom . I recognize that this supposition seems rather reductive and perhaps more than a little stretched in pursuit of achieving comedic effect, but consider the situations many use their mobile devices in, and what they use them for: often, people employ the latest iteration of this category, smartphones, to stay boredom in a checkout line, provide an escap..

64 visitors online