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

Ivy is great. I've been meaning to figure out a way to swap sources while running ivy. This would enable me to cycle through different sources using the existing search parameters. At first look, 'ivy-set-sources seemed like the right choice, but it's used during setup to agregate sources. Subsequent 'ivy-set-sources calls are ignored during an 'ivy-read session. There's an ivy feature request over at github with a similar goal....



I’ve recently discovered Flutter – a new Google’s framework for mobile development – for myself and even had an experience of teaching Flutter basics to the person who has never been doing programming at all. Flutter is written in Dart – programming language born in a Chrome browser and then escaped to the console land – and that made me think “hey, Flutter could have been easily implemented in Go as well”!

I’ve recently discovered Flutter – a new Google’s framework for mobile development – for myself and even had an experience of teaching Flutter basics to the person who has never been doing programming at all. Flutter is written in Dart – programming language born in a Chrome browser and then escaped to the console land – and that made me think “hey, Flutter could have been easily implemented in Go as well”!

Podcast bookmarks - xenodium.com - 7 years ago - eng
Destination Linux. A conversational podcast by people who love running Linux. . EmacsCast . Free as in Freedom . Gnu World Order . Late Night Linux . Libre Lounge . Linux Lads Podcast . The Binary Times Podcast (Linux/free software/hardware/culture) . Ubuntu Podcast .

Had issues running Emacs on macOS Mojave (blank unresponsive screen). Bleeding edge emacs-plus did the job: brew tap d12frosted/emacs-plus brew install emacs-plus --without-spacemacs-icon --HEAD brew info emacs-plus d12frosted/emacs-plus/emacs-plus: stable 26.1, devel 26.1-rc1, HEAD GNU Emacs text editor https://www.gnu.org/software/emacs/ /Users/some-user/homebrew/Cellar/emacs-plus/HEAD-8fe21b0 (3,985 files, 123.0MB) * Built from sourc....

Blog-o-Matic - bpev.me - 7 years ago - eng


The next GoReleaser version will have a more flexible Docker configuration format. In this post we’ll explore it a bit.


Every morning one of the first things I do when I get to work is text my wife “Good morning, beautiful!” Except I don’t have to type all 24 characters (including the two spaces) on the little on-screen keyboard - I just have to start typing the first couple of letters to “good” and my phone will suggest the rest.



Sad day!!! Taking the website https://art.world/ offline soon. I guess I must have worked at least 1 year full-time on this product. I made a little video so I could remember the product after it’d been taken down. It’s 15 mins, not that interesting! But if you want to know the sort of stuff I work on, this is it.

Update: This setup stopped working after a few firmware updates; there were apparently some software updates after the catalog of internet radio stations broke down . Maybe they also read my bug report about the broken encoding and found my blog post. I didn’t investigate much; superficially it looked like the radio is just ignoring the returned IP address if it’s a local one. Have you ever wondered what your Internet-connected devi....

Update: This setup stopped working after a few firmware updates; there were apparently some software updates after the catalog of internet radio stations broke down . Maybe they also read my bug report about the broken encoding and found my blog post. I didn’t investigate much; superficially it looked like the radio is just ignoring the returned IP address if it’s a local one. Have you ever wondered what your Internet-connected devi....

Update: This setup stopped working after a few firmware updates; there were apparently some software updates after the catalog of internet radio stations broke down . Maybe they also read my bug report about the broken encoding and found my blog post. I didn’t investigate much; superficially it looked like the radio is just ignoring the returned IP address if it’s a local one. Have you ever wondered what your Internet-connected devi....

One year on, I revisit my home infrastructure as code setup. I explore what worked, what didn’t and what has changed over the last year.

This article provides a step-by-step guide on setting up a static blog using Hugo, Git, Nginx, and Let's Encrypt on a Linux server.

Update 2019-03-13 This is now part of a series of blog posts about scc Sloc Cloc and Code which has now been optimised to be the fastest code counter for almost every workload. Read more about it at the following links. Sloc Cloc and Code - What happened on the way to faster Cloc 2018-04-16 Sloc Cloc and Code Revisited - A focus on accuracy 2018-08-28 Sloc Cloc and Code Revisited - Optimizing an already fast Go application 2018-09..

I wrote a blog post for LogRocket about CSS Houdini and the Paint API! Complete with demos and illustrations.

I finished 2018 strong, having read 15 different books for myself - three times as many as I read in 2017 . I only read one book in December, but I was determined to finish it by the end of the month/year so I could say I read 3x as many books in 2018 as I read in 2017.

This article provides a step-by-step guide on setting up a static blog using Hugo, Git, Nginx, and Let's Encrypt on a Linux server.



With expanding web technoligies, we can now interpret responsive design as the way it affects a user’s context, and how we can be the most responsive to the user’s needs and experience.

MySQL Mockdata - yasha.solutions - 7 years ago - eng

MySQL Mockdata - yasha.solutions - 7 years ago - eng



1. So what is WSL? Simply put, it’s a kernel interface (lxcore & lxss) that allows 64-bit Linux binaries to run on a Window 10 or Windows Server 2019 kernel. All you need to do is add the userland (file system structure and programs) from an existing Linux distribution, such as Ubuntu, Kali, Debian or SUSE, and that Linux distribution will run natively on the Windows kernel! You must access the Linux distribution via a Windows progr..

1. So what is WSL? Simply put, it’s a kernel interface (lxcore & lxss) that allows 64-bit Linux binaries to run on a Window 10 or Windows Server 2019 kernel. All you need to do is add the userland (file system structure and programs) from an existing Linux distribution, such as Ubuntu, Kali, Debian or SUSE, and that Linux distribution will run natively on the Windows kernel! You must access the Linux distribution via a Windows progr..

As 2018 ended, I had a brush with an injury. One injury that time and alcohol could not heal. This is that story.

In this article we will put some light on a lot of tools used in the world of Unix desktop environment customization, particularly regarding wmctrl, wmutils, xev, xtruss, xwininfo, xprop, xdotools, xdo, sxhkd, xbindkeys, speckeysd, xchainkeys, alttab, triggerhappy, gTile, gidmgr, keynav, and more. If those don't make sense then this article will help. Let's hope this can open your mind to new possibilities.

Icons can be specified in various ways for toolstrip controls and the app window itself. The post Matlab toolstrip – part 5 (icons) appeared first on Undocumented Matlab . Related posts: Matlab toolstrip – part 3 (basic customization) Matlab toolstrips can be created and customized in a variety of ways. ... Matlab toolstrip – part 9 (popup figures) Custom popup figures can be attached to Matlab GUI toolstrip controls. ... ..

Icons can be specified in various ways for toolstrip controls and the app window itself. The post Matlab toolstrip – part 5 (icons) appeared first on Undocumented Matlab . Related posts: Matlab toolstrip – part 3 (basic customization) Matlab toolstrips can be created and customized in a variety of ways. ... Matlab toolstrip – part 9 (popup figures) Custom popup figures can be attached to Matlab GUI toolstrip controls. ... ..

A quick round-up of some of the best books read in 2018, ranging from fantasy to spy novels to maths and politics.

Skin in the Game - nindalf.com - 7 years ago - eng

Late to the party, giving pdf-tools a try. The macOS install instructions have a prerequisite: brew install poppler automake Installed with: (use-package pdf-tools :ensure t :mode ("\\.pdf\\'" . pdf-view-mode) :config (pdf-tools-install) (setq-default pdf-view-display-size 'fit-page) (setq pdf-annot-activate-created-annotations t)) ps. (pdf-tools-install) may not find libffi on macOS. Try: (setenv "PKG_CONFIG_PATH" (f..

I have recently started work again on searchcode server with the continued plan to upgrade searchcode to use the same code-base. One big issue with this which I recently tweeted about was that Java has a decent well documented fast library for just about everything, with the exception of a good syntax highlighter like Pygments http://pygments.org/ or Chroma https://github.com/alecthomas/chroma It is however possible to use Pygme..

2018 has come and gone - and what a year it’s been! Now that it’s the beginning of 2019, it’s time to reflect on the previous year and set out to decide what we want to accomplish this year.

A quick round-up of some of the best books read in 2018, ranging from fantasy to spy novels to maths and politics.

Skin in the Game - nindalf.com - 7 years ago - eng

1 visitor online