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

Let’s pretend you have a project on Gitlab called ask-izzy and you want to mirror it up to Gitlab which is located at https://github.com/ask-izzy/ask-izzy Assuming you’re running Gitlab as the default user of git and that your repositories are stored in /mnt/repositories you can following something similar to the following instructions: Grant write access to Github Get your Gitlab install’s pubkey from the git user cat /home/git..

Let’s pretend you have a project on Gitlab called ask-izzy and you want to mirror it up to Gitlab which is located at https://github.com/ask-izzy/ask-izzy Assuming you’re running Gitlab as the default user of git and that your repositories are stored in /mnt/repositories you can following something similar to the following instructions: Grant write access to Github Get your Gitlab install’s pubkey from the git user cat /home/git..

Let’s pretend you have a project on Gitlab called ask-izzy and you want to mirror it up to Gitlab which is located at https://github.com/ask-izzy/ask-izzy Assuming you’re running Gitlab as the default user of git and that your repositories are stored in /mnt/repositories you can following something similar to the following instructions: Grant write access to Github Get your Gitlab install’s pubkey from the git user cat /home/git..

Thanks, Amit - www.mattcutts.com - 10 years ago - eng
Amit Singhal just announced that he’s retiring toward the end of the month. Amit has been a formative part of Google’s search team, but he’s also a good friend. Last year, after he marked 15 years with Google, I wrote this about Amit’s contributions: Amit Singhal, one of the unsung heroes of Google, just celebrated […]

The couple was eating garbage on the shore when a stray dog came by and pulled some long and pinkish white thing out of the ocean. The vultures joined in; it was a feast.

As new posts in the series appear, I’ll add them here to serve as a master list: #1: Stack Overflow: The Architecture - 2016 Edition #2: Stack Overflow: The Hardware - 2016 Edition #3: Stack Overflow: How We Do Deployment - 2016 Edition #4: Stack Overflow: How We Do Monitoring - 2018 Edition #5: Stack Overflow: How We Do App Caching - 2019 Edition One of the reasons I love working at Stack Overflow is we’re allowed ....

Databinding is a powerful tool. It not only reduces boilerplate coding but it also helps us to deliver testable code very fast. I gave a talk to my team regarding to databinding tool. Here is the slideshow and talk excerpt.


Schnitzel recipe - xenodium.com - 10 years ago - eng
Since eating at Fischers's , I've been inclined to make Schnitzel. This is my attempt. Ingredients Salt and ground black pepper. All-purpose flour. Eggs (beaten). Bread crumbs (natural). Oil. Preparation Flatten the pork/chicken/veal. Season (salt and pepper). Heat pan with a generous amount of oil. Dip into flour -> egg -> bread crumbs. Garnish Anchovies. Capers. Photo

By Robert Knight ( @robknight_ ). Checkout Browserify . Webpack (more stable?). React-transform-hmr . Reselect : A redux selector for redux. Slides https://github.com/robertknight/hot-reloading-talk

Via climagic 's Turn a Unix epoch time back into a human readable date : GNU date -d @192179700 Tue Feb 3 07:15:00 GMT 1976 BSD/OS X date -r 192179700 Tue Feb 3 07:15:00 GMT 1976

Adopting Nullability Annotation . Adopting Objective-C generics . Cocoa at Tumblr . Curated list of awesome Objective-C frameworks, libraries and software . Documenting in Xcode with HeaderDoc Tutorial . How Do I Declare A Block in Objective-C? . Introduction to MVVM . Nullability and Objective-C . Ole Begemann's page . ReactiveCocoa . The Xcode Build System . Tip: Avoid retain cycles without doing the strong to weak dance . Usi..


As new posts in the series appear, I’ll add them here to serve as a master list: #1: Stack Overflow: The Architecture - 2016 Edition #2: Stack Overflow: The Hardware - 2016 Edition #3: Stack Overflow: How We Do Deployment - 2016 Edition #4: Stack Overflow: How We Do Monitoring - 2018 Edition #5: Stack Overflow: How We Do App Caching - 2019 Edition One of the reasons I love working at Stack Overflow is we’re allowed ....

Databinding is a powerful tool. It not only reduces boilerplate coding but it also helps us to deliver testable code very fast. I gave a talk to my team regarding to databinding tool. Here is the slideshow and talk excerpt.

Vor der Wand - rybakov.com - 10 years ago - deu

In a Nutshell channel (YouTube) . Oddly Satisfying (Subreddit) . Related subreddits based on your comments . To knoll me is to love me (Subreddit) .

Via climagic 's Suspend and reattach a process to screen : longcmd ; [Ctrl-Z] ; bg ; disown ; screen ; reptyr $( pidof longcmd )



Via climagic 's make slideshow from *.jpg : for p in *.jpg; do ffmpeg -loop_input -f image2 -i $p -t 3 -r 4 -s 1080x720 -f avi - >> slides.avi; done

Regex Cheat Sheet - DEV Community . Regex For Noobs (like me!) - An Illustrated Guide - Janmeppe.com . regex101.com . Regex101 : Online regex tool. Regular Expressions for Regular Folk . Rubular: a Ruby regular expression editor .

Building TypeScript Projects with Bazel (Minko Gechev's blog) . DefinitelyTyped: The repository for high quality TypeScript type definitions . gulp-typescript . Modern Emacs Typescript Web (React) Config with lsp-mode, treesitter, tailwind, TSX & more… . React/JSX Typescript support . tslint . Typed-react . TypeScript Tricks: Type Guards (Hacker News) . TypeStrong: TypeScript workflows . Typings: The type definition manager for Typ..


While our company and our application were constantly growing, we often ran into some consistency issues between code and design. Because we didn't have a design/frontend system and development guidelines to follow, our UI became cluttered and unsustainable.

While our company and our application were constantly growing, we often ran into some consistency issues between code and design. Because we didn't have a design/frontend system and development guidelines to follow, our UI became cluttered and unsustainable.

Introduction: By nature HackerEarth has so many programming puzzles. These puzzles bound to have mathematical equations, statements and symbols. Problem Setters often requested us to add support for Latex. Implementation: The obvious and easy solution for this is to implement Latex support for individual pages. But that’s not scalable and maintainable. Then we came with up with a solution where we didn’t have to write custom code for eve....

Objective In Jan 2015, HackerEarth conducted nearly 10-12 hiring challenges, 5-6 coding challenges and numerous college challenges. HackerEarth has a decent social media presence and we wanted to inform our followers about the events at HackerEarth. One of the main objectives of this project was to provide flexibility to the marketing team to automate simple jobs and to focus on sophisticated campaigns. Design Goals As a first step, we d....

Hinter der Wand - rybakov.com - 10 years ago - deu


Picked up via Emacs Redux's Display the Keybinding for a Command With Substitute-command-keys , with my own example: (message (substitute-command-keys "Press \\[ar/ox-html-export] to export org file")) Press to export org file

Recently updated org-mode and started seeing an invalid function error: Error (use-package): ob :config: Invalid function: org-babel-header-args-safe-fn Just learned dired enables you to mark files and byte compile via M-x dired-do-byte-compile .

Transmission - june.kim - 10 years ago - eng


We at HackerEarth regularly conduct 24-hours internal hackathons usually once a month to boost ourselves to get familiar with new technologies and to come up with great ideas and hacks to increase our productivity. A hackathon project can be anything from creating a new product to creating some tools which helps our own devlopment. In the hakathon in Dec 2015, I came up with the idea to create a profiler which could tell which code inside d....

Transmission - june.kim - 10 years ago - eng



What We Can't Control - solomon.io - 10 years ago - eng
We know that we can’t control the outcomes of sporting events or elections. Then why do we become so emotional over what we can’t control?

Hi. In this post I will share a git pre-commit hook I created for aiding with code beautification. In Linux, I work in two different coding styles: User space and Kernel. The Linux kernel has a very specific coding style and every commit to kernel must adhere to that style. The Linux kernel provides a […]

When the new .net core reached RC it looked like the perfect time to start to port some of the Nuget packages I've made starting with…

I’ve discussed my homelessness on here before, but between my camping trip a few months back and my early retirement revelation , I now have a whole new lens to examine it under. Getting Nostalgic So let’s take it back more than 12,500 years: humans aren’t doing anything productive. We’re hunter-gatherers, we set up camp near wherever we think the food (berries, plants, and huntable animals) will be at. We build simple st..

I’ve discussed my homelessness on here before, but between my camping trip a few months back and my early retirement revelation , I now have a whole new lens to examine it under. Getting Nostalgic So let’s take it back more than 12,500 years: humans aren’t doing anything productive. We’re hunter-gatherers, we set up camp near wherever we think the food (berries, plants, and huntable animals) will be at. We build simple st..

Core UI principles that transcend frameworks and provide stability in a rapidly changing world of software engineering

117 visitors online