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

I haven't seen a movie in theatres since Disaster Artist a few years ago. I try again, this time with Avengers: Endgame.


Having a small home server I've always wanted to encrypt my files, however I have never wanted to be locked out if I'm far away. Enter dropbear ssh. A small light weight ssh server already packaged in debian to work prior to decryption. Install sudo apt update && sudo apt install dropbear-initramfs Note: initramfs will kick up an error after installing dropbear-initramfs. This is solved after adding your public key Add your ssh key s....

Having a small home server I've always wanted to encrypt my files, however I have never wanted to be locked out if I'm far away. Enter dropbear ssh. A small light weight ssh server already packaged in debian to work prior to decryption. Install sudo apt update && sudo apt install dropbear-initramfs Note: initramfs will kick up an error after installing dropbear-initramfs. This is solved after adding your public key Add your ssh key s....

Are you sure whether your Linux kernel is able to run Containers in an optimal way, or if there are still some missing kernel settings which will lead to some strange issues in the future? Normally you don’t have to bother about this question. When you’re using Docker and Containers on a modern Linux system or on a public cloud offering, this has been already optimized by the Linux distribution or your cloud provider. But when you star....



Did you read the latest news from Docker about their newly announced technology partnership together with Arm, “Docker and Arm Partner to Deliver Frictionless Cloud-Native Software Development and Delivery Model for Cloud, Edge, and IoT” ? This is really a great ground-breaking news, as it will enable an improved development workflow. Build and test all your Arm containers on your Intel-based laptop or workstation. These new Arm capab....

Dominik Vacikar measured growth signals for 4,000 companies, then searched for historical correlations between those signals and stock market performance. His research lead to some interesting results that he plans to turn into an interest product. This reminded me of my work on a Hacker News scraper , a project I hope to revive soon. Permalink.

Caddy is the swiss army of the web server, and with the recent commercial license changes, it’s time to give it some love back. I have several static websites, some generated with Hugo, some are plain HTML. I wanted a small container, to run it inside a Kubernetes cluster, capable of pulling some git repos and serve them. Caddy-git Caddy is already capable of that with the help of caddy-git unfortunately it is only working with ssh keys.

I talked about my road to weightlifting the other day, to give you insight into my background. Having reached each end of the fitness spectrum, and after going back and forth between extreme conditioning and extreme strength, I look forward to sharing with you the lessons I learned along the way. As I work to regain the strength I lost over the last month, I want to highlight some of the consequences of that decision. In doing so, I hope ..

When trying to send an email, using JavaMail , from my application deployed via the Jetty web server in Docker , I kept on getting the following errors: java.lang.NoClassDefFoundError: javax/activation/DataSource Caused by: java.lang.ClassNotFoundException: javax.activation.DataSource OK so with the upgrade from Java 8 to Java 11, due to Java 9 Project Jigsaw, a lot of things have been “removed” from the JVM. (Perhaps “removed” is not ..

So I recently discovered this site. First of all I appreciate that this place is fully functional w...

VPS bookmarks - xenodium.com - 7 years ago - eng


I found this article after Making the obvious code fast , where Jack Mott explained the impact of ignoring basic optimization. In his 2016 piece Marginal Gains , he went over some small tips to make developers’ lives easier. He had some good suggestions, and I want to take a minute to emphasize one of his points. Use the command line as much as possible, so that you can automate as much of your work as possible. Most programs wrap....

Kalamazoo native is a force behind Gigwalk, a new cellphone app that puts iPhones users to work On May 15, 2011 I was interviewed By Al Jones on Gigwalk at The Kalamazoo Gazette Read Original Article The interiew is pasted below as well... The concept links iPhone users with small jobs they can do, quite often in their spare time. It links companies that need local data — like GPS service providers and online travel services — with a quick,..

📸 Bishop 2019 - bpev.me - 7 years ago - eng


📸 Bishop 2019 - bpev.me - 7 years ago - eng

I interact with a lot of people in a given week, a few in person and far more on video and conference calls. I don’t claim to be a perfect person to talk to on the phone, but over the past several years I’ve noticed how painful some conference call experiences can be. As more and more work is conducted virtually and not face to face an ability to do communicate well on conference/voice calls is tied to what success you can deliver. It isn’....

I interact with a lot of people in a given week, a few in person and far more on video and conference calls. I don’t claim to be a perfect person to talk to on the phone, but over the past several years I’ve noticed how painful some conference call experiences can be. As more and more work is conducted virtually and not face to face an ability to do communicate well on conference/voice calls is tied to what success you can deliver. It isn’....

Django For quite some time python has been one of my favourite programming language. Although its not the best choice for all use cases, the right tool for the right job after all, it has a very nice flow to it when programming. Things are easily done, the documentation quite good and there is a lot of help available through google. One of the best examples for the excellent ecosphere of libraries that can be used with python is Django ..

This piece, by August Garcia over at the horrendously designed 256 Kilobytes , is a good counterpoint to a paper I didn’t bother linking to when it hit Hacker News last month. Just because we cannot build hacker-proof systems does not mean we should avoid easy steps that will make their lives harder. Permalink.

Unusually for me, I had a bit of a pause in reviewing Sled . As a reminder, Sled is an embedded database engine written in Rust. I last stopped looking at the buffer management, but I still don’t really have a good grasp of what is going on. The next file is the iterator. It looks like it translates between segments and messages in these segments. Here is the struct: As you can see, the log iterator holds an iterator of segments, and....

Last week, I had the pleasure of meeting with the Transposit team in San Francisco. Tech is a super small world and it turns out the two founders and I are separated by one-degree through several different people we know. In meeting them I closed many loops without even realizing it, but I digress… Their product is really cool, it exposes a SQL interface for interacting with numerous APIs at once. For someone like myself who deploys a l....




How many packages on npm can be considered abandoned? How many packages are connected to each other? Let’s explore npm - today’s biggest open source package registry!

Andrew and Nealie Barker write a travel blog, and in their latest post they talk about finding hidden cameras in the houses they stay in. Having the know-how to do things like this makes me glad I chose the cyber security field, even if no part of this process takes a great deal of technical expertise: you can do everything the Barkers talk about with simple apps found on the App Store. I do not make a habit of staying in others’ homes, but..

Mocks are a great way of preventing AJAX calls in tests, but they can also help you isolate side effects and impurities that can create complicated tests. As you learned in Part 1 , mocks are a great way to handle external data or any data that is likely to change. Mocking external data will likely be your most common use case and for a good reason. You want your tests to stick as closely to your code as possible this includes all depend....

In our last blogposts about the NVIDIA Jetson Nano Developer Kit - Introduction and NVIDIA Jetson Nano - Install Docker Compose we digged into the brand-new NVIDIA Jetson Nano Developer Kit and we know, that Docker 18.06.1-CE is already installed, but… But, this isn’t the latest available version of the Docker Engine. So, I’d like to point you to a few different options on how to upgrade the Docker Engine to the very latest avail....

What should be done for his disciples out of compassion by a Teacher who seeks their welfare and has compassion for them, that I have done for you, Ānanda. There are these roots of trees, these empty huts. Meditate, Ānanda, do not delay, or else you regret it later. This is our instruction to you.” Thus ends the Indriyabhāvanā Sutta (The Development of the Faculties), number 152 in the Majjhima Nikāya collection and in my opinion there real..

Svelte bookmarks - xenodium.com - 7 years ago - eng

There’s an old saying that extraordinary claims require extraordinary evidence. For example, if two individuals are debating whether the sun…

Having an Express REST API is great, but you need to teach other developers how to properly use it. This is the mission of the OpenAPI documentation specification for REST APIs.

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes. The post Improving graphics interactivity appeared first on Undocumented Matlab . Related posts: Undocumented HG2 graphics events Matlab's new HG2 graphics engine includes many new undocumented events that could be used in various ways. ... Handle Graphics Behavior HG behaviors are an important asp..

Matlab R2018b added default axes mouse interactivity at the expense of performance. Luckily, we can speed-up the default axes. The post Improving graphics interactivity appeared first on Undocumented Matlab . Related posts: Undocumented HG2 graphics events Matlab's new HG2 graphics engine includes many new undocumented events that could be used in various ways. ... Handle Graphics Behavior HG behaviors are an important asp..

I can’t remember where on The Internet™ I originally saw it, but at some point in the past few months I came across an article about a woman selling her preposterously picturesque home in Canada for the low, low price of $19 and an essay of (at most) 350 words. The catch here (because houses usually cost more than nineteen dollars) is that you have to win the contest (i.e. have the bestest essay), and the woman running the contest nee..

I can’t remember where on The Internet™ I originally saw it, but at some point in the past few months I came across an article about a woman selling her preposterously picturesque home in Canada for the low, low price of $19 and an essay of (at most) 350 words. The catch here (because houses usually cost more than nineteen dollars) is that you have to win the contest (i.e. have the bestest essay), and the woman running the contest nee..

Discuss these two things before the business makes money. Make decisions on the important, specific issues raised by this post.

Our hero, a mathematician, is writing notes in LaTeX and needs to convert it to a format that her blog platform accepts. She’s used to using dollar sign delimiters for math mode, but her blog requires \( \) and \[ \]. Find-and-replace fails because it doesn’t know about which dollar sign is the start and which is the end. She knows there’s some computer stuff out there that could help, but she doesn’t have the damn time to sort through it a..

Our hero, a mathematician, is writing notes in LaTeX and needs to convert it to a format that her blog platform accepts. She’s used to using dollar sign delimiters for math mode, but her blog requires \( \) and \[ \]. Find-and-replace fails because it doesn’t know about which dollar sign is the start and which is the end. She knows there’s some computer stuff out there that could help, but she doesn’t have the damn time to sort through it a..

102 visitors online