segfault.net.nz segfault.net.nz

segfault.net.nz

Segfault.net.nz

You may know me as cjh, but most likely you do not know me at all. By day I write Perl for Catalyst It. By night I hack on various things. Out of clutter, find simplicity" Albert Einstein. An argument for types. Dodo the stupid editor. Postgres replication 93 to 82. Micropython: a quick gc tour. Perl: the straw that broke the camels back. Git time travel primer. Prologue: a blog is born.

http://segfault.net.nz/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR SEGFAULT.NET.NZ

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 14 reviews
5 star
5
4 star
6
3 star
1
2 star
0
1 star
2

Hey there! Start your review of segfault.net.nz

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0 seconds

FAVICON PREVIEW

  • segfault.net.nz

    16x16

  • segfault.net.nz

    32x32

CONTACTS AT SEGFAULT.NET.NZ

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Segfault.net.nz | segfault.net.nz Reviews
<META>
DESCRIPTION
You may know me as cjh, but most likely you do not know me at all. By day I write Perl for Catalyst It. By night I hack on various things. Out of clutter, find simplicity Albert Einstein. An argument for types. Dodo the stupid editor. Postgres replication 93 to 82. Micropython: a quick gc tour. Perl: the straw that broke the camels back. Git time travel primer. Prologue: a blog is born.
<META>
KEYWORDS
1 segfault.net nz
2 i'm chris hall
3 open source commits
4 posts
5 perl sigils
6 perl is quantum
7 code and data
8 tdd and libcheck
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
segfault.net nz,i'm chris hall,open source commits,posts,perl sigils,perl is quantum,code and data,tdd and libcheck
SERVER
lighttpd/1.4.31
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

Segfault.net.nz | segfault.net.nz Reviews

https://segfault.net.nz

You may know me as cjh, but most likely you do not know me at all. By day I write Perl for Catalyst It. By night I hack on various things. Out of clutter, find simplicity" Albert Einstein. An argument for types. Dodo the stupid editor. Postgres replication 93 to 82. Micropython: a quick gc tour. Perl: the straw that broke the camels back. Git time travel primer. Prologue: a blog is born.

INTERNAL PAGES

segfault.net.nz segfault.net.nz
1

Segfault.net.nz - An argument for types (2015-03-12)

http://segfault.net.nz/posts/2015-03-12-an-argument-for-types.html

An argument for types. This post is a quick explanation of why I prefer working in language with specified declared type signatures, I want to concentrate on what I feel is the mostly overlooked human aspect to this problem. I want to compare. I will specifically only be talking about typing at the interface / abstraction level, that is to say I will only be covering function signatures rather than typing in general. I have the following piece of code. I now have 2 sub-problems:. My issues with this are:.

2

Segfault.net.nz - Perl is quantum (2015-04-21)

http://segfault.net.nz/posts/2015-04-21-perl-is-quantum.html

Type coercion as usual. Like many languages perl has type coercion; if you use a string in an integer context everything will work fine as long as that string is sufficiently integer-ish. Print "3" 1; # outputs 4. This behaves initially as expected when we introduce indirection via variables. Use Data: Dumper; my $a = "3"; say Dumper $a;. VAR1 = '3';. Which is Data: Dumper: Dumper helpfully telling us. Contains a string with value. When things go astray. VAR1 = 3;. Are now an integer with value. The most...

3

Segfault.net.nz - Postgres replication 93 to 82 (2014-10-19)

http://segfault.net.nz/posts/2014-10-19-postgres-replication-93-to-82.html

Postgres replication 93 to 82. Recently at work we upgraded our production cluster from Ubuntu 10.04 to 14.04, and with this upgrade our version of postgres moved from 8.2 to 9.3. As the new production cluster was going in a week before the new dr cluster we had a requirement of being able to replicate from new production to existing/old dr. We don't use postgres realtime replication and instead rely on overnight dump and restores. Using this format is as simple as setting the. The remaining 2 errors are...

4

Segfault.net.nz - Perl sigils (2015-04-21)

http://segfault.net.nz/posts/2015-04-21-perl-sigils.html

Perl gets quite a bad rap for being a 'write only language', this is in part due to perl's usage of sigils which are a concept most languages do not include. Perl's sigils are a concept that beginners often have trouble with, here I will try to explain their usage, note that I am only dealing with perl 5. Sigils as perl 6. What is a sigil? Sigils in perl are 'funny characters' attached to the front of variables. Are the most common. At first they seem to relate to the type of variables:. Is also non-ambi...

5

Segfault.net.nz - Perl: the straw that broke the camels back (2014-03-30)

http://segfault.net.nz/posts/2014-03-30-perl:-the-straw-that-broke-the-camels-back.html

Perl: the straw that broke the camels back. Wrestling with a bug on a Friday afternoon I came across a 'peculiarity' of the perl language which left me quite taken back, the offending code was eventually. Return empty data unless our dict has values for keys 'foo', 'bar' and 'baz' # WARNING: this code is broken, do not use. return {} unless @data{qw/ foo bar baz /};. For those not familiar with this part of perl; this syntax is a hash slice [1]. And will return a list of the values stored under those keys.

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL PAGES IN THIS WEBSITE

11

LINKS TO THIS WEBSITE

github.com github.com

mkfifo (Chris Hall) · GitHub

https://github.com/mkfifo

Hacker interested in programming language implementation and design, type systems and theory, developer tooling, concurrency, and scale. Https:/ segfault.net.nz. Apr 19, 2009. Programming language designed as an experiment to explore static verification of mutation contracts. A statically typed lisp, without a GC, for high performance applications. Pony is an open-source, object-oriented, actor-model, capabilities-secure, high performance programming language. Toy r7rs-small (WG1) scheme interpreter.

UPGRADE TO PREMIUM TO VIEW 4 MORE

TOTAL LINKS TO THIS WEBSITE

5

OTHER SITES

segfault.danielkorte.com segfault.danielkorte.com

Segfault by Daniel Korte

Segfault by Daniel Korte. A monospace typeface designed specifically. For the code-crunching, technomaniac nerds. Who continue to enhance our lives with new. And previously unimaginable software feats. With a noticeable weight disparity devised. To aid in distinguishing the pervasive and. At times distracting punctuation and other. Non-alphabetic marks from the letters that. Make the code actually readable. Http:/ segfault.danielkorte.com/im-not-a-programmer. If you have purchased Segfault.

segfault.frenopatico.net segfault.frenopatico.net

Site not found · DreamHost

Well, this is awkward. The site you're looking for is not here. Is this your site?

segfault.in segfault.in

Bluehost.com

There is no website configured at this address. You are seeing this page because there is nothing configured for the site you have requested. If you think you are seeing this page in error, please contact the site administrator or datacenter responsible for this site. 2003-2009 BlueHost.Com. Toll Free (888) 401-HOST(4678).

segfault.linuxmint.com segfault.linuxmint.com

Segfault ← News from the Linux Mint development team

News from the Linux Mint development team. Cinnamon 2.8: Better box pointers. JosephM applied a couple of fixes to box pointers from our GNOME cousin. Making weird box pointers which looked like this: now look like this:. Read more →. Cinnamon 2.8: Battery vendor/model info. Read more →. Yet another glorious wallpaper. Read more →. No personal information exchanged with DuckDuckGo. DuckDuckGo is always looking for ways to strengthen trust in its strict privacy policy. They’ve been further embol...Thanks ...

segfault.namingcrisis.net segfault.namingcrisis.net

void * - Kamal Advani's Home Page

Tue, 17 Feb, 2009: Nostalgia. Just migrated to namingcrisis.net, my new domain (new as in, almost 2 years now). This site is old and nostalgic - and has a working contact form. P But otherwise, unless you're interested in some old code. You should just hop back to my new home. As they say, it ain't much (at time of writing), but it's home sweet home. Wed, Sep 1, 2004: br0kennez. Haven't updated anything in a while, just noted that the contact. Thu, Apr 22, 2004: Resume Update. That's the first milestone ...

segfault.net.nz segfault.net.nz

Segfault.net.nz

You may know me as cjh, but most likely you do not know me at all. By day I write Perl for Catalyst It. By night I hack on various things. Out of clutter, find simplicity" Albert Einstein. An argument for types. Dodo the stupid editor. Postgres replication 93 to 82. Micropython: a quick gc tour. Perl: the straw that broke the camels back. Git time travel primer. Prologue: a blog is born.

segfault.tumblr.com segfault.tumblr.com

0x00000000

Here we begin our journey into the madness that is MTRCB permits. Ostensibly, these documents are meant to inform the public about the content of the movies in cinemas. Or at the very least, they’re there to justify the rating given to these films. A lot of the time, however, we get something like this. A VERY INSPIRING FILM! Sa panahon ngayon, tuwing umiihi na lang ako kinikilig. Daily Routines of Famous Creatives. On trying to save two kittens stuck in a pipe. Should I vacuum them out? Or use a blower?

segfault.us segfault.us

unwg.no-ip.com

O say, can you see, by the dawn's early light, What so proudly we hailed at the twilight's last gleaming? Whose broad stripes and bright stars, through the perilous fight, O'er the ramparts we watched, were so gallantly streaming? And the rocket's red glare, the bombs bursting in air, Gave proof through the night that our flag was still there. O say does that star-spangled banner yet wave, O'er the land of the free, and the home of the brave?

segfault88.github.io segfault88.github.io

segfault88 / Malcolm Lockyer · segfault88 / Malcolm Lockyer

Segfault88 / Malcolm Lockyer. Go, Ruby and other stuff. 10 Aug 2015, 00:00. Quick, what is wrong with this Go code? Package main import ( "log" "math/rand" "sync" "time" ) func main() { var wg sync.WaitGroup for i := 0; i. Answer - the WaitGroup. Simply pass it as a pointer. Helpfully Go will warn you about this:. Go vet wg-gotcha.go wg-gotcha.go:23: doWork passes Lock by value: sync.WaitGroup contains sync.Mutex exit status 1. 09 Aug 2015, 17:30. Ruby vs. Go 1. So you can follow along. Package main impo...

segfaultcity.com segfaultcity.com

404 (Page Not Found) Error - Ever feel like you're in the wrong place?

Ever feel you're in the wrong place. 404 (Page Not Found) Error. If you're the site owner,. One of two things happened:. 1) You entered an incorrect URL into your browser's address bar, or. 2) You haven't uploaded content. If you're a visitor. And not sure what happened:. 1) You entered or copied the URL incorrectly or. 2) The link you used to get here is faulty. It's an excellent idea to let the link owner know.).

segfaultcs.blogspot.com segfaultcs.blogspot.com

SSU Computer Science Club

SSU Computer Science Club. Welcome to the Sonoma State computer science club blog. Saturday, April 26, 2014. Cs-club-l] CS Club BBQ/Potluck and Congratulations New Officers! Tomorrow is the CS Club BBQ/Potluck! 160; It will be held in section M park from 12:00 - 4:00.  Take a break from final projects and hang out with your fellow classmates outside at the park! 160; Please bring a dish to share. Also, Congratulations to next year's club officers! President:  Kelsey Rangel. Treasurer:  David Fisher.