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

Denim Tablet Case - june.kim - 10 years ago - tur

Denim Tablet Case - june.kim - 10 years ago - eng


First some background–I’ve always had a bit of a love hate relationship with ORMs. ORMs are great for basic crud applications, which inevitably happens at some point for an app. The main two problems I have with ORMs is: They treat all databases as equal (yes, this is a little overgeneralized but typically true). They claim to do this for database portability, but in reality an app still can’t just up and move from one to another. They do....

First some background–I’ve always had a bit of a love hate relationship with ORMs. ORMs are great for basic crud applications, which inevitably happens at some point for an app. The main two problems I have with ORMs is: They treat all databases as equal (yes, this is a little overgeneralized but typically true). They claim to do this for database portability, but in reality an app still can’t just up and move from one to another. They do....

If you haven’t read the previous parts of this series yet, here are the links: [ Part 1 | Part 2 ]. A Refresher In the  first part  of this series I said that RAM access is the slow component of a modern in-memory database engine and for performance you’d want to reduce RAM access as much as possible. Reduced memory traffic thanks to the new columnar data formats is the most important enabler for the awesome In-Memory processing perf....

If you haven’t read the previous parts of this series yet, here are the links: [ Part 1 | Part 2 ]. A Refresher In the  first part  of this series I said that RAM access is the slow component of a modern in-memory database engine and for performance you’d want to reduce RAM access as much as possible. Reduced memory traffic thanks to the new columnar data formats is the most important enabler for the awesome In-Memory processing perf....

Trainspotting Definitely not the word I’m looking for, but it sounds cool I noted early on that I wasn’t the only sketchy-looking vehicle on campus. And the longer I’ve been doing this, the keener my eye has gotten to the subtle, but telltale signs of “unconventional” or otherwise “alternative” living situations: windows tinted a little too deeply, parking just slightly farther away from a building than everyone else, a f..

Trainspotting Definitely not the word I’m looking for, but it sounds cool I noted early on that I wasn’t the only sketchy-looking vehicle on campus. And the longer I’ve been doing this, the keener my eye has gotten to the subtle, but telltale signs of “unconventional” or otherwise “alternative” living situations: windows tinted a little too deeply, parking just slightly farther away from a building than everyone else, a f..

Gave Spaceline a try. Spacemacs 's powerline theme. Setup was super simple (Thanks Eivind Fonn and Sylvain Benner ): (use-package spaceline :ensure t :config (use-package spaceline-config :config (spaceline-toggle-minor-modes-off) (spaceline-toggle-buffer-encoding-off) (spaceline-toggle-buffer-encoding-abbrev-off) (setq powerline-default-separator 'rounded) (setq spaceline-highlight-face-func 'spaceline-highlight-face-evil-st..


Codemotion 2015 - danielpecos.com - 10 years ago - spa
Day after Codemotion 2015, this is my overall opinion of the event: meh. Don’t get me wrong, technical sessions have been quite interesting, full of really nice people and organization must have worked really to get the event running. But, in my opinion, this event is dying of success. Way too many assistants, making really hard to walk from one session to another (even having 15 min between them), or having to arrive 30 min before start if....

Came across "incomprehensible buffer" error in package.el. Workaround patch : --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -1161,6 +1161,7 @@ package--with-work-buffer (let* ((url (concat ,url-1 ,file)) (callback (lambda (status) (let ((b (current-buffer))) + (goto-char (point-min)) (unwind-protect (wrap-errors (when-let ((er (plist-get status :error))) (error "Error retrieving: %s %S" url er))

Leading bookmarks - xenodium.com - 10 years ago - eng
Agile's early evangelists wouldn't mind watching Agile die . An incomplete list of skills senior engineers need, beyond coding | Hacker News . Ask HN: How to Be a Good Technical Lead? (Hacker News) . Books on leveling up as a manager . Bryan Cantrill on Twitter: "So, my thoughts on engineering performance management…" . Dan Abramov: What is your favorite book about management… (twitter) . Do You Have a Manager’s Mindset? . First Time..

TODO]{.todo .TODO} Phrack 69 . [TODO]{.todo .TODO} A Simple Formula for Changing Our Behavior . [TODO]{.todo .TODO} Be Grateful More Often . [TODO]{.todo .TODO} GTD sucks for creative work . [TODO]{.todo .TODO} Land, Capital, Attention: This Time it Is the Same . [TODO]{.todo .TODO} Mindset: What You Believe Affects What You Achieve (Gates Notes) . [TODO]{.todo .TODO} The Case for Getting Rid of Borders—Completely . [TO..




1991 VW Vanagon Westfalia campervan . 5 Travel Lessons You Can Use at Home . 50 Best Travel Tips from 10 Years of Travel - Your RV Lifestyle . A new chapter – full-time working from a van in a forest | Hacker News . Bali Digital Nomad Guide - How To Live In Bali As A Digital Nomad . Bootstrapping in Bangkok is the best option . goruck bag . Grooming on airplanes: What's acceptable? - The Washington Post . How Much Does it Cost to Dr....



The Nature of Order - june.kim - 10 years ago - eng




pa href=https://blog.codeship.com/building-a-json-api-with-rails-5/Rails 5/a is coming and ships with the code--api/code option. This will generate a fresh but slimmed down Rails app whose job is to serve as a JSON API. With this option you#39;ll get a href=https://github.com/rails-api/active_model_serializersActive Model Serializers - AMS/a installed by default. This is a great library that is only getting better with all of the work that ....

The Nature of Order - june.kim - 10 years ago - eng




Blittable types - aakinshin.net - 10 years ago - eng
Challenge of the day: what will the following code display? [StructLayout(LayoutKind.Explicit)] public struct UInt128 { [FieldOffset(0)] public ulong Value1 ; [FieldOffset(8)] public ulong Value2 ; } [StructLayout(LayoutKind.Sequential)] public struct MyStruct { public UInt128 UInt128 ; public char Char ; } class Prog....

SQL bookmarks - xenodium.com - 10 years ago - eng
Launching LiteCLI . Literate SQL . Show HN: SQL Trainer – Learn SQL by doing live data exercises (Hacker News) . SQL Series: From A to Z - DEV Community . SQL tips and tricks . The interesting ideas in Datasette . You Can Do it in SQL, Stop Writing Extra Code for it - DEV Community .

small) Guide on using mtree (The FreeBSD Forums) . 15 Practical Linux cURL Command Examples . 20 awk examples – Linux Hint . 7 Awesome Open Source Analytics Software For Linux and Unix - nixCraft . A practical proposal for migrating to safe long sessions on the web (Hacker News) . A practical security guide for web developers (Hacker News) . A Unix Utility to Know About: lsof (2009) (Hacker News) . agnoster.bash . An Elegant Way of ....

Couchbase Mobile discussion group . Couchbase Mobile Native API . Couchbase Mobile . Couchbase sync gateway . Getting Started with React Native Android and Couchbase Lite .

Stable brew update brew install emacs --HEAD --use-git-head --with-cocoa --with-srgb --with-gnutls brew linkapps emacs Development brew update brew install emacs --devel --with-cocoa --with-srgb --with-gnutls brew linkapps emacs then Had problems loading seq. Removed byte-compiled packages: $ find ~/.emacs.d/elpa -iname *.elc -exec rm '{}' \;

Blittable types - aakinshin.net - 10 years ago - eng
Challenge of the day: what will the following code display? [StructLayout(LayoutKind.Explicit)] public struct UInt128 { [FieldOffset(0)] public ulong Value1 ; [FieldOffset(8)] public ulong Value2 ; } [StructLayout(LayoutKind.Sequential)] public struct MyStruct { public UInt128 UInt128 ; public char Char ; } class Prog....

Learn how to integrate Minitest into your Ruby project and reap the benefits of test-driven development.

So the Chase mobile banking app does not work properly on my new Google Nexus 5X phone. When taking a photo to deposit a check, the on-screen preview is rotated 180 degrees. This makes it really awkward to try to center the check because when you move the phone intuitively to fix alignment, it gets worse not better. I googled this and found it's a known problem due to some technical details about this particular phone and it requires the ....

Truck Tech - frominsidethebox.com - 10 years ago - eng
What CMS are you using? What WordPress plugin do I use to make a clock like yours? You’re using AppEngine right? I can tell by your blog’s IP address. Brandon, when are you going to nerd out and talk about technical stuff? Right now, as it turns out. First, a little disclaimer: This post is more for the technical types. You’ll likely find this post mind-numbingly boring if you don’t have an interest in programming or..

Truck Tech - frominsidethebox.com - 10 years ago - eng
What CMS are you using? What WordPress plugin do I use to make a clock like yours? You’re using AppEngine right? I can tell by your blog’s IP address. Brandon, when are you going to nerd out and talk about technical stuff? Right now, as it turns out. First, a little disclaimer: This post is more for the technical types. You’ll likely find this post mind-numbingly boring if you don’t have an interest in programming or..

A Quick Introduction to Graphviz . Create diagrams with code using Graphviz – ncona.com – Learning about computers . Diagram.Codes . Flowchart Maker & Online Diagram Software . Graphviz it! - fiddle with diagrams . Graphviz node shapes . PlantText UML Editor . Svgbob: Convert your ASCII diagram scribbles into happy little SVG . TeXample.net (TeX examples) . What do you like using for software architecture diagrams? (twitter) .

Macro-writing Macros - johnj.com - 10 years ago - eng
in which we explore the power of macros, and macro-writing macros, to DRY out repetitive code. I’ve been writing Clojure code full time for nearly two years now. I have a pretty good feel for the language, its virtues and its faults. Mostly, I appreciate its virtues (though I still wish the REPL started faster). For me one of the language’s attractions has always been that it’s a Lisp — a “homoiconic” language, i.e., one defin....

Macro-writing Macros - johnj.com - 10 years ago - eng
in which we explore the power of macros, and macro-writing macros, to DRY out repetitive code. I’ve been writing Clojure code full time for nearly two years now. I have a pretty good feel for the language, its virtues and its faults. Mostly, I appreciate its virtues (though I still wish the REPL started faster). For me one of the language’s attractions has always been that it’s a Lisp — a “homoiconic” language, i.e., one defin....

Macro-writing Macros - johnj.com - 10 years ago - eng
in which we explore the power of macros, and macro-writing macros, to DRY out repetitive code. I’ve been writing Clojure code full time for nearly two years now. I have a pretty good feel for the language, its virtues and its faults. Mostly, I appreciate its virtues (though I still wish the REPL started faster). For me one of the language’s attractions has always been that it’s a Lisp — a “homoiconic” language, i.e., one defin....

80 visitors online