akkartik.name akkartik.name

akkartik.name

Kartik Agaram

Oct 3, 2014. Literate programming: Knuth is doing it wrong. Literate programming advocates this:. Order your code for others to read, not for the compiler. Beautifully typeset your code so one can curl up in bed to read it like a novel. Keep documentation in sync with code. What's not to like about this vision? Read more →. Sep 9, 2014. Consensual hells: Geopolitics for individuals. My third guest post at ribbonfarm.com. Apr 9, 2014. Consensual Hells: The legibility tradeoff. Read on →. Feb 12, 2014.

http://www.akkartik.name/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR AKKARTIK.NAME

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

October

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.5 out of 5 with 8 reviews
5 star
6
4 star
0
3 star
2
2 star
0
1 star
0

Hey there! Start your review of akkartik.name

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

1.8 seconds

FAVICON PREVIEW

  • akkartik.name

    16x16

CONTACTS AT AKKARTIK.NAME

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Kartik Agaram | akkartik.name Reviews
<META>
DESCRIPTION
Oct 3, 2014. Literate programming: Knuth is doing it wrong. Literate programming advocates this:. Order your code for others to read, not for the compiler. Beautifully typeset your code so one can curl up in bed to read it like a novel. Keep documentation in sync with code. What's not to like about this vision? Read more →. Sep 9, 2014. Consensual hells: Geopolitics for individuals. My third guest post at ribbonfarm.com. Apr 9, 2014. Consensual Hells: The legibility tradeoff. Read on →. Feb 12, 2014.
<META>
KEYWORDS
1 feedback
2 kartik agaram
3 check it out
4 solution
5 wart
6 ready
7 exhibit a
8 global
9 exhibit b
10 here's
CONTENT
Page content here
KEYWORDS ON
PAGE
feedback,kartik agaram,check it out,solution,wart,ready,exhibit a,global,exhibit b,here's,ldquo;,exhibit c,discussion,programs,unique,trace,the call to,check trace contents,before,after,eval,if we refactored,somewhere,in the program,other tests may,fact
SERVER
nginx/1.4.6 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Kartik Agaram | akkartik.name Reviews

https://akkartik.name

Oct 3, 2014. Literate programming: Knuth is doing it wrong. Literate programming advocates this:. Order your code for others to read, not for the compiler. Beautifully typeset your code so one can curl up in bed to read it like a novel. Keep documentation in sync with code. What's not to like about this vision? Read more →. Sep 9, 2014. Consensual hells: Geopolitics for individuals. My third guest post at ribbonfarm.com. Apr 9, 2014. Consensual Hells: The legibility tradeoff. Read on →. Feb 12, 2014.

INTERNAL PAGES

akkartik.name akkartik.name
1

Literate programming: Knuth is doing it wrong

http://akkartik.name/post/literate-programming

Oct 3, 2014. Literate programming: Knuth is doing it wrong. Literate programming advocates this:. Order your code for others to read, not for the compiler. Beautifully typeset your code so one can curl up in bed to read it like a novel. Keep documentation in sync with code. What's not to like about this vision? Canonizing typesetting over organization. Don't mind these imports. The example Pascal program in Knuth's original paper. We use a utility field to record the vertex degrees. Define deg u.I. Mdash...

2

A new way of testing

http://akkartik.name/post/tracing-tests

Jun 9, 2013. A new way of testing. Am I losing something valuable in those obsolete tests? In practice, the emphasis on alternating phases of building (writing tests) and refactoring (holding tests unchanged) causes certain kinds of global reorganization to never happen. In the face of gradually shifting requirements and emphasis, codebases sink deeper and deeper into a locally optimum architecture that often has more to do with historical reasons than thoughtful design. Int foo() { trace. Void test eval...

3

Software libraries suck

http://akkartik.name/post/libraries

Nov 12, 2012. Here's why, in a sentence: they promise to be. But they end up becoming. An abstraction frees you from thinking about its internals every time you use it. A service allows you to never learn its internals. A service is not an abstraction. It isn't 'abstracting' away the details. Somebody else is thinking about the details so you can remain ignorant. You're chopping off your strength and potential, one lock of hair at a time. And sacrificing it on the altar of convenience. You don't have to ...

4

How I describe my hobby to programmers

http://akkartik.name/post/wart

Oct 6, 2013. How I describe my hobby to programmers. I still haven't found a way to describe it to non-programmers.). Is an experimental, dynamic, batshit-liberal. Language designed to eventually be used by small teams of hobbyists writing potentially long-lived software. The primary goal is to be easy for anyone to understand and modify. This goal goes for both code written in Wart,. The code implementing Wart. Git clone http:/ github.com/akkartik/wart. Cd wart $ ./wart # you'll need gcc and unix. Used ...

5

Kartik Agaram

http://akkartik.name/code

A little virtual machine, operating system and programming language for teaching programming one-on-one ( src. A new way to organize programs ( src. An experiment in making code accessible to outsiders. Emphasizes readability, lisp macros, extensible names, keyword args. ( src. Nuanced sharing with your network. I worked on scalably delivering posts to circles, and on real-time updates. A real-time UI for Hacker News. A suite of scripts for querying webserver logs from the commandline.

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL PAGES IN THIS WEBSITE

15

LINKS TO THIS WEBSITE

ribbonfarm.com ribbonfarm.com

New Horizons

http://www.ribbonfarm.com/2015/07/14/new-horizons

Experiments in refactored perception. July 14, 2015. For a while now, I’ve been wanting to start a second track of weekly content on ribbonfarm, featuring short, dense pieces in text or visual form. I can’t think of a better way to kick that off than with an image more dense with significance than almost any image I’m likely to see in my lifetime. In this one picture of Pluto, taken just ahead of the (now completed, with data streaming back. Comet lander mission and the Dawn. July 14, 2015 at 11:09 am.

evanfarrer.blogspot.com evanfarrer.blogspot.com

Real World Academia: The Go Programming Language Has Exceptions

http://evanfarrer.blogspot.com/2012/05/go-programming-language-has-exceptions.html

Thursday, May 24, 2012. The Go Programming Language Has Exceptions. Do you believe it? OK now that you know that Go has exceptions in your heart of hearts. I should probably point out that Go really doesn't have exceptions. If you look at the language spec. In the Go language spec there is a section on handling panics. This raises the question. If Go has exception like constructs, why do people frequently claim that it doesn't have exceptions and you only handle errors via returning an "error" value?

evanrmurphy.com evanrmurphy.com

Google Voice: So Long, and Thanks for Losing My Texts | Evan R. Murphy

http://evanrmurphy.com/google-voice-lost-text-messages

Evan R. Murphy. Google Voice: So Long, and Thanks for Losing My Texts. October 10, 2011. Three months after making my Sprint cell phone number into a Google Voice number, I’ve decided to cancel the service. Recently, text messaging has become unreliable. In the last 4 days, only about 30% of text messages I’ve sent have gone through. And it cost a lot of miscommunication before I got to the bottom of it, because on my phone all messages indicated they were sent successfully. View all posts by Evan →.

evanrmurphy.com evanrmurphy.com

Music - Evan R. Murphy

http://evanrmurphy.com/topics/music

Evan R. Murphy. RSS feed for this section. December 10, 2011. Audio clip: view full post to listen]. Comments { 4 }. 8220;Days of Wine and Roses” on Blue Yeti Microphone. October 9, 2011. I got a new microphone and am testing it out with a quick run-through of this old jazz standard, “The Days of Wine and Roses” by Henry Mancini and Johnny Mercer:. Comments { 1 }. Japanese opera Momotaro set to jazz standards. May 30, 2011. Comments { 0 }. Michael Jackson cover: “Billie Jean”, first verse. May 24, 2011.

evanrmurphy.com evanrmurphy.com

General - Evan R. Murphy

http://evanrmurphy.com/topics/general

Evan R. Murphy. RSS feed for this section. Google Voice: So Long, and Thanks for Losing My Texts. October 10, 2011. Three months after making my Sprint cell phone number into a Google Voice number, I’ve decided to cancel the service. Recently, text messaging has become unreliable. In the last 4 days, only about 30% of text messages I’ve sent have gone through. Comments { 1 }. Disable Google In 3 Steps. June 29, 2011. Comments { 1 }. Delete media to make your phone faster. May 30, 2011. Comments { 0 }.

evanrmurphy.com evanrmurphy.com

Uncategorized - Evan R. Murphy

http://evanrmurphy.com/topics/uncategorized

Evan R. Murphy. RSS feed for this section. February 9, 2013. I moved this site to a different host awhile ago. In the process, most image and audio links in the posts broke. Major bummer! Thanks for your patience while I get it fixed. Comments { 0 }. Google Voice: So Long, and Thanks for Losing My Texts. 8220;Days of Wine and Roses” on Blue Yeti Microphone. Disable Google In 3 Steps. Eric H on Blackbird cover. Evan R. Murphy. On Google Voice: So Long, and Thanks for Losing My Texts.

evanrmurphy.com evanrmurphy.com

Code - Evan R. Murphy

http://evanrmurphy.com/topics/code

Evan R. Murphy. RSS feed for this section. Best of Hacker News Leaders. June 16, 2011. Context: bitovod created a site which aggregates the “Best of ” for any user on Hacker News. After he added a feature to make queries linkable, we can now compile a “Best of” list for all the leaders on Hacker News. This is an attempt to compile and maintain such a list. If you’re active on [.]. Comments { 0 }. Arc Forum search in wake of SearchYC shutdown. June 4, 2011. Comments { 3 }. February 19, 2011. Comments { 0 }.

evanrmurphy.com evanrmurphy.com

"Days of Wine and Roses" on Blue Yeti Microphone | Evan R. Murphy

http://evanrmurphy.com/days-of-wine-and-roses-blue-yeti-microphone

Evan R. Murphy. 8220;Days of Wine and Roses” on Blue Yeti Microphone. October 9, 2011. I got a new microphone and am testing it out with a quick run-through of this old jazz standard, “The Days of Wine and Roses” by Henry Mancini and Johnny Mercer:. Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser. Thanks to Albert Alexander. Works on a sight reading practice.

evanrmurphy.com evanrmurphy.com

uISV - Evan R. Murphy

http://evanrmurphy.com/topics/microisv

Evan R. Murphy. RSS feed for this section. Mailing Lists of the Future Will Cc Contextually. June 28, 2011. Email marketers try to gain your trust over the course of a mailing campaign through various techniques. Many of these aim to make them sound human and personable, so they can better keep you engaged. The most obvious example is addressing you by name. So I found myself writing an email today and Cc’ing a [.]. Comments { 0 }. Considering Amy Hoy’s product launch class. May 23, 2011. Comments { 0 }.

UPGRADE TO PREMIUM TO VIEW 64 MORE

TOTAL LINKS TO THIS WEBSITE

73

OTHER SITES

akkartalsigorta.com akkartalsigorta.com

Akkartal Group - Sigortacılık, Sağlık, İthalat, İhracat, Marina, Dış Ticaret

Strateji, Misyon, Vizyon. İnşa and Montaj Sigortaları. Konut and İşyeri Sigortaları. Kasko and Trafik Sigortaları. Tekne and Marina Sigortaları. Karayolu Trafik Garanti Hesabı. Türkiye Ticaret Sicil Gazetesi. Akkartal Tarım ve Hayvancılık. Tekneniz; gelebilecek her türlü tehlikeye karşı bizim korumamız altında . Tekne paket poliçesimiz , 3.şahıslara gelebilecek zararlardan, yat kaptanı ve personeli için ferdi kaza teminatına kadar bir çok alanda sizi güvence altına almaktadır. Beklenmedik bir kaza veya h...

akkartec.com akkartec.com

akkartec-underconstruction

akkartech.com akkartech.com

akkartec-underconstruction

akkarteknik.com akkarteknik.com

Akkar Teknik

akkartekstil.com.tr akkartekstil.com.tr

Akkar Tekstil - Çocuk Tekstil-Garson Tekstil-Kumaş-Kız Çocuk Tekstil-Erkek Çocuk Tekstil-Tişört-Sweatsirt-Şort-Pantolon

90(212) 606 26 63-65. 90(212) 458 50 29. 90(212) 517 03 61. 90(212) 416 64 71. 1990' lı yıllara dayanan tekstil deneyimi ve tecrübeden sonra firmamız 2005 yılından itibaren Akkar Tekstil İnşaat Gıda ve Elektronik Sanayi Ticaret Ltd. Şti adı altında ticari faliyetlerini dinamik ve daha güçlü bir şekilde sürdürmektedir.İstanbul Zeytinburnu semtinde firmanın bünyesinde kumaş fason imalat ve satış 1000 metre kare alana sahip mağzamız hizmet vermektedir. 2011 @ Akkar Tekstil.

akkartik.name akkartik.name

Kartik Agaram

Oct 3, 2014. Literate programming: Knuth is doing it wrong. Literate programming advocates this:. Order your code for others to read, not for the compiler. Beautifully typeset your code so one can curl up in bed to read it like a novel. Keep documentation in sync with code. What's not to like about this vision? Read more →. Sep 9, 2014. Consensual hells: Geopolitics for individuals. My third guest post at ribbonfarm.com. Apr 9, 2014. Consensual Hells: The legibility tradeoff. Read on →. Feb 12, 2014.

akkartrade.com akkartrade.com

Akkar Trade

akkartvizit.com akkartvizit.com

Ak Kartvizit , Seffaf Kartvizit , Firma Kartvizit , Kartvizit Örnekleri

Alçıpan - Kartonpiyer - Boya. Hoşgeldin ziyaretçi giriş yapın. Ya da kayıt olun. Akaryakıt - Doğalgaz (17). Aktar - Baharat (9). Alçıpan - Kartonpiyer - Boya (9). Anaokulu - Kreş (4). Av malzemeleri Kartvizit (9). Banyo - Mutfak (15). Bayan giyim kartvizit (25). Bayan kuaför Kartvizitleri (32). Bebek - Çocuk (12). Century 21 Kartvizitleri (3). Çiçek - Peyzaj (35). Diş Hekimi Kartvizit (5). Elektrik - Elektronik (13). Erkek giyim Kartvizit (3). Güzellik merkezi Kartvizit (2). Siyasi parti Kartvizitleri (4).

akkaruii.deviantart.com akkaruii.deviantart.com

Akkaruii (Nadine) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')" class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ; this.removeAttribute('onclick')". Join DeviantArt for FREE. Forgot Password or Username? You're the song of my heart. Deviant for 2 Years. This deviant's full pageview. March 4, 1996. Last Visit: 7 hours ago. Why," you ask? To show ...

akkarvik.com akkarvik.com

Welcome to Geotourism Akkarvik

908 28 346 / 63 82 41 51. Overnatting i vakre og ville Akkarvik. Nature experiences in Akkarvik. Sea, mountains and breathtaking scenery - summer and winter. Akkarvik is located 200 kilometers north-east of Tromsø. We have a house available for rental. Nature experiences in Akkarvik. Sea, mountains and breathtaking scenery - summer and winter. Akkarvik is located 200 kilometers north-east of Tromsø. We have a house available for rental. Nature experiences in Akkarvik. Nature experiences in Akkarvik.

akkarvik.no akkarvik.no

Akkarvik hjem

Bilder fra bygd og øy. Søk på. Tips, bilder eller annet tas i mot med takk. Se mine sider på www.haugnes.org. Akkarvik og Geitvika sett fra Haugnesodden en vakker vinterdag i februar 2010. Arild Burud. Du kan låne bildet om du oppgir fotograf. Lagt til 23. mars 2010. Kristian og Arild var på jakt i september 2010. De hadde en ekstraordinær tur, med mange spesielle opplevelser. Kristian har skrevet om dem på bloggen. K Haugnes. Bildet kan lånes etter avtale med ham. Lagt til 26. september 2010.