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



Introduction I was recently hired at SchedMD, LLC , and while SchedMD did everything right when they hired me, I was rejected at other companies for reasons that did not make any sense. This post is about what those companies could have done better. I will talk about one company I interviewed at that I will call TBC for “The Big Company.” What Was Done Right TBC did some things right, and SchedMD did everything right.

Introduction I was recently hired at SchedMD, LLC , and while SchedMD did everything right when they hired me, I was rejected at other companies for reasons that did not make any sense. This post is about what those companies could have done better. I will talk about one company I interviewed at that I will call TBC for “The Big Company.” What Was Done Right TBC did some things right, and SchedMD did everything right.

Introduction I was recently hired at SchedMD, LLC , and while SchedMD did everything right when they hired me, I was rejected at other companies for reasons that did not make any sense. This post is about what those companies could have done better. I will talk about one company I interviewed at that I will call TBC for “The Big Company.” What Was Done Right TBC did some things right, and SchedMD did everything right.

I found Scott Murray’s post after I started looking for something to replace Amazon S3 . He lists a bunch of places for cheap or free static hosting, most of which I had never heard of. If Google Firebase will not work for you, check this post out for some other ideas. Permalink.


650 words, 2 1/2 minutes. Article Financial Times article “Israeli group’s spyware ‘offers keys to Big Tech’s cloud’”, Mehul Srivastava in Tel Aviv and Tim Bradshaw in London, July 19th 2019. https://www.ft.com/content/95b91412-a946-11e9-b6ee-3cdf3174eb89 Comment This comment is provided on the basis that the article is factually correct and the details within are technically accurate. The article claims to describe a recent product demonst..

Steps Set up user for gatsby site Set up rights for directory Create a key for gitlab Create a private / public key to ssh on server Add private key to protected variable Add key to authorized key Run scaleway special script Write gitlab ci Git commit Watch pipeline

Previously in emulator basics: 1. a stack and register machine In this post we'll extend x86e to support the exit and write Linux system calls, or syscalls. A syscall is a function handled by the kernel that allows the process to interact with data outside of its memory. The SYSCALL instruction takes arguments in the same order that the regular CALL instruction does. But SYSCALL additionally requires the RAX register to contain ....

Steps Set up user for gatsby site Set up rights for directory Create a key for gitlab Create a private / public key to ssh on server Add private key to protected variable Add key to authorized key Run scaleway special script Write gitlab ci Git commit Watch pipeline

It’s the twentieth, which means it’s time for another blog statistic report. This is the nineteenth monthly report. Five more and I’ve made it a whole two years!







The default behavior of Ubuntu 18.04 is not friendly for a notebook that swaps back and forth from desk to mobile.

The default behavior of Ubuntu 18.04 is not friendly for a notebook that swaps back and forth from desk to mobile.

The default behavior of Ubuntu 18.04 is not friendly for a notebook that swaps back and forth from desk to mobile.

The default behavior of Ubuntu 18.04 is not friendly for a notebook that swaps back and forth from desk to mobile.

A few thoughts about my favorite anime and pieces of artwork in general. Mainly, how it impacted my life.



Update October 2nd 2024 : This was updated to include Go versions all the way up to 1.23 In 2013 I wrote an unintentionally inflammatory post: Go Binary Sizes Are Growing out of Control . I had imagined no one would read it, but it took off. I wrote it because I noticed my binaries getting larger as I upgraded versions of Go and found it curious. Much has changed since then; biggest of all there have a handful of major releases of Go i....

Update October 2nd 2024 : This was updated to include Go versions all the way up to 1.23 In 2013 I wrote an unintentionally inflammatory post: Go Binary Sizes Are Growing out of Control . I had imagined no one would read it, but it took off. I wrote it because I noticed my binaries getting larger as I upgraded versions of Go and found it curious. Much has changed since then; biggest of all there have a handful of major releases of Go i....



Snyk brings this dev-first, product-led approach to the security industry, on a mission to solve software security efficiently and at scale. To help us realise that vision, I’m excited to announce that Peter McKay - a Snyk board director, a top tier tech executive and my good friend of 15 years - is joining us as Snyk’s CEO!




So it starts out easy, you write a bit of terraform and all is going well then as more and more people start committing and the code is churning things start to get messy. Breaking commits block release, formatting isn’t consistent and and errors get repeated. Seems a bit odd right, in the middle of your devops pipe which dutifully checks code passes tests and validation you just give terraform a free pass.

Update 12/11/2020: This is now supported directly in the Azure Terraform Provider see here. Updated 09/03/2020: This new method in the Azure provider has intermittent issues. I have another workaround here which avoids ARM templates as an alternative. So you’ve deployed your function and you want to get pass the secure url another component in your deployment so it can use it… Well currently there isn’t an output item on the a..

A good friend asked me the other day, "Wait a second, what's nimble text?" and I stammered out an answer. I'm not good at elevator pitches. Waving my arms around didn't make it any clearer. I tried waving them in bigger circles and pointing as I talked. It still didn't help. I decided to email him an answer. It turns out I don't have his email address, so I'm writing it here, and I'll transmit the URL some other way. You get to read my re....

A good friend asked me the other day, "Wait a second, what's nimble text?" and I stammered out an answer. I'm not good at elevator pitches. Waving my arms around didn't make it any clearer. I tried waving them in bigger circles and pointing as I talked. It still didn't help. I decided to email him an answer. It turns out I don't have his email address, so I'm writing it here, and I'll transmit the URL some other way. You get to read my re....

A good friend asked me the other day, "Wait a second, what's nimble text?" and I stammered out an answer. I'm not good at elevator pitches. Waving my arms around didn't make it any clearer. I tried waving them in bigger circles and pointing as I talked. It still didn't help. I decided to email him an answer. It turns out I don't have his email address, so I'm writing it here, and I'll transmit the URL some other way. You get to read my re....


DevOps skills are becoming more important for Node.js developers. With Ansible, you can configure your cloud servers automatically. Node.js is a popular JavaScript server platform. How to install a CentOS Linux server with Node.js and Nginx using Ansible I want to show in this article.

Inspired by this post I decided to add a notification on my phone every time an ssh session began on my servers. Seeing as I make use of Gotify for selfhosted push notifications I used that rather than signal. First I created created the file /usr/local/bin/sshnotif. At the top you can add your own token and Gotify url Update: I had to push the current time back a full minute in order to improve consistency. I'll defiantly want ....

Inspired by this post I decided to add a notification on my phone every time an ssh session began on my servers. Seeing as I make use of Gotify for selfhosted push notifications I used that rather than signal. First I created created the file /usr/local/bin/sshnotif. At the top you can add your own token and Gotify url Update: I had to push the current time back a full minute in order to improve consistency. I'll defiantly want ....

Inspired by this post I decided to add a notification on my phone every time an ssh session began on my servers. Seeing as I make use of Gotify for selfhosted push notifications I used that rather than signal. First I created created the file /usr/local/bin/sshnotif. At the top you can add your own token and Gotify url Update: I had to push the current time back a full minute in order to improve consistency. I'll defiantly want ....

Inspired by this post I decided to add a notification on my phone every time an ssh session began on my servers. Seeing as I make use of Gotify for selfhosted push notifications I used that rather than signal. First I created created the file /usr/local/bin/sshnotif. At the top you can add your own token and Gotify url Update: I had to push the current time back a full minute in order to improve consistency. I'll defiantly want ....

99 visitors online