|
I’m an avid user of CTRL-w to close tabs in Firefox. It turns out when there is an update to Samsung Magician pending, it will capture that keypress and stop any application or game to use CTRL-w system wide. And I thought it was the Tree Style Tabs extension acting weird, since it also had some problems. The problem is not confined within Firefix, all other browsers using CTRL-w will also be subject to the same bug. Possible so..
|
|
In the world of data warehousing and large-scale data analysis, table formats like Apache Iceberg play a pivotal role in managing massive datasets. If you're dealing with Iceberg tables, maintaining and optimizing them can lead to significant performance improvements. Let's delve into the three key ways to maintain Iceberg tables for optimized performance and data management. Partitions Partitioning your Iceberg tables is one of the simples..
|
|
Recently a friend had to set up some cloud infrastructure on Azure. He was trying to create a VPN Gateway through the web UI, but couldn’t find the “Basic” tier (the cheapest on Azure). The only available options started at more than $100 / month! He later stumbled upon this support request (archived), where a Microsoft employee shamelessly explains what’s going on: the Basic SKU is no longer available in Azure portal.
|
|
Sometime last year Justin Vincent of the techzing podcast suggests that I should add a license to Quote, I “strongly” suggest that you wrap each product into a paid version - where you sell a “license” for usage with priority support. New year means new energy and so I got around to do this. All the tools will remain free software, so there is no need to worry about a rug pull. However it does mean I am now offering proper email a..
|
|
I've blogged about both Reticulum and Meshtastic before ( 1 , 2 , 3 , 4 ) and I've even given a presentation about both of them . The past few months, I started getting more involved with Reticulum, however I'm still reading the Meshtastic Discord to keep up with the project. In both communities, I see one question that comes up often: "Which one is better?". I want to try to answer this question and hopefully help people understand the..
|
|
Quick command to get OnCall running using ArgoCD: argocd app create oncall \ --repo https://grafana.github.io/helm-charts \ --helm-chart oncall \ --revision 'v1.3.*' \ --dest-namespace oncall \ --dest-server https://kubernetes.default.svc \ --values-literal-file values.yaml \ --project oncall
|
|
Repository: @knadh/otpgateway GitHub release page: v3.4.1 Changelog 3e5e12c feat: add custom attributes in pinpoint ( #43 )
|
|
How to Build and Deploy a Node.js App That Uses OpenAI’s APIs Near the end of 2023, ChatGPT announced that it had 100M weekly users. That’s a massive base of users who want to take advantage of the convenience and power of intelligent question answering with natural language. With this level of popularity for ChatGPT, […] The post Working with ChatGPT Functions on Heroku appeared first on Heroku .
|
|
pg_dump and pg_restore can backup and restore single Postgres schemas
-
nicolaiarocci.com
-
2 years ago
-
eng
Today I learned that pg_dump can make a copy of a Postgres schema instead of the whole database. Likewise, if needed, pg_restore can restore the schema in either the original database or a different one. Backup of a Postgres schema: pg_dump -h host -d source_database -U user -n schema_name -F c -f schema_dump_file.dump Restore of a Postgres schema: pg_restore -h host -d dest_database -U user -n schema_name schema_dump_file.dum..
|
|
Brewster Kahle, at The Internet Archive Blogs: Ever try to read a physical book passed down in your family from 100 years ago? Probably worked well. Ever try reading an ebook you paid for 10 years ago? Probably a different experience. From the leasing business model of mega a publishers to physical device evolution to format obsolescence, digital books are fragile and threatened. […] Our paper books have lasted hundreds of years on our..
|
|
I recently wrote White Elephant is surprisingly effective (link) with Yee Aun, and I realized I hadn't mentioned it here yet. It's an exploration of what makes a gift distribution "good", including simulation and visualization of how White Elephant distributes gifts. This project felt like the perfect example of what Basecamp's Shape Up calls "fixed time, variable scope": It’s hard to ship a book when you can always add more, expl....
|
|
I continue building a weighted version of the Mann–Whitney $U$ test. While previously suggested approach feel promising, I don’t like the usage of Bootstrap to obtain the $p$-value. It is always better to have a deterministic and exact approach where it’s possible. I still don’t know how to solve it in general case, but it seems that I’ve obtained a reasonable solution for some specific cases. The current version of the approach still has..
|
|
I continue building a weighted version of the Mann–Whitney $U$ test. While previously suggested approach feel promising, I don’t like the usage of Bootstrap to obtain the $p$-value. It is always better to have a deterministic and exact approach where it’s possible. I still don’t know how to solve it in general case, but it seems that I’ve obtained a reasonable solution for some specific cases. The current version of the approach still has..
|
|
HTTPS with self-signed certificates for your Homelab services
-
akashrajpurohit.com
-
2 years ago
-
eng
In this article we will deep dive into understanding how we can setup HTTPS with self-signed certificates for our Homelab services.This is often required when you are running your own services and you want to access them over HTTPS.
|
|
HTTPS with self-signed certificates for your Homelab services
-
akashrajpurohit.com
-
2 years ago
-
eng
In this article we will deep dive into understanding how we can setup HTTPS with self-signed certificates for our Homelab services.This is often required when you are running your own services and you want to access them over HTTPS.
|
|
Hi, Was hat dieser Computer mit deiner Arbeit heute zu tun? Du siehst hier einen ADM-3A von 1976. Aber warum sollte dich dieser Rechner knapp 50 Jahre später noch interessieren? Der ADM-3A ist der Grund für einige Standards, die du heute benutzt Schau mal auf das Keyboard-Layout: Wieso benutzt man bis heute esc, um in vi in den Command-Mode zu kommen? Auf dem ADM-3A war die esc-Taste direkt neben Q. Es war leicht ..
|
|
I get significantly more work done when I unplug my computer from the Internet. It’s not that my productive output drops to zero when I’m plugged in, but more like 70%. Despite many of the tools that I use requiring a connection, and certainly the Internet containing a wealth of information that might expedite my work, these benefits are drastically outweighed by the wealth of distractions also available. It’s very appealing, when the c..
|
|
HTTPS with self-signed certificates for your Homelab services
-
akashrajpurohit.com
-
2 years ago
-
eng
In this article we will deep dive into understanding how we can setup HTTPS with self-signed certificates for our Homelab services.This is often required when you are running your own services and you want to access them over HTTPS.
|
|
I think Nix is really cool . Nix the package manager and functional configuration language is most often associated with NixOS the Linux distro, but nix-darwin makes it almost as easy to declaratively configure macOS as it is to configure NixOS installations. Even if you’ll still relying on Homebrew for package management and never touch nixpkgs, I’d say that Nix with nix-darwin provides the best way to manage packages and system configurat....
|
|
I think Nix is really cool . Nix the package manager and functional configuration language is most often associated with NixOS the Linux distro, but nix-darwin makes it almost as easy to declaratively configure macOS as it is to configure NixOS installations. Even if you’ll still relying on Homebrew for package management and never touch nixpkgs, I’d say that Nix with nix-darwin provides the best way to manage packages and system configurat....
|
|
This happened a few minutes ago, I got a call from an unknown number. That was my wife’s work number, and she called to ask me an urgent question, it seems: “Can you tell me how to compress a PDF file?” she asked. For the next part, it might be better if I paint you the whole picture. Imagine bullet time, where everything slows down, and I start to analyze the question and my possible answer. The following thoughts run through my mi....
|
|
Wet, cold, and foggy winter day in the plains, I knew it would be splendid in the highlands. At the last minute and even a little late by my usual safety standards, I packed my backpack and dashed into the hills. To avoid being late or having to return in the dark, I didn’t even stop eating, munching on two bars as I walked, but it was worth it. Rio Petroso is a rather complex and articulated circular tour, with frequent environmental cha..
|
|
Web components won't take web development by storm, or show us the One True Way to build websites. What they will do is let us collectively build a rich ecosystem of dynamic components that work with any web stack.
|
|
Web components won't take web development by storm, or show us the One True Way to build websites. What they will do is let us collectively build a rich ecosystem of dynamic components that work with any web stack.
|
This article is an overview of how to use Xcode Instruments along its `xctrace` command-line tool companion to perform CPU profiling of C++ programs
|
This article is an overview of how to use Xcode Instruments along its `xctrace` command-line tool companion to perform CPU profiling of C++ programs
|
|
Charlatans spreading misleading beginner advice are the evolutionary crabs of youtube content creators
-
www.marginalia.nu
-
2 years ago
-
eng
You have a hobby you’ve been into for a decade or more. You like talking about your hobby, and your friends and family, after listening to these things for as long as you’ve been into them, maybe aren’t as excited to always hear about it as you are about discussing them, so in an act of compassion you create a youtube channel where you can monologue about your passion instead.
|
|
I've been using Golang in the past months, and I was very happy about it, this language makes me feel entertained and productive and the same time. Studying for me is a lifelong…
|
|
If you have more than one git branch up in the air at the same time, having a system to track them and filter them is essential. Here are the stages I went through with git branch. xkcd reminds us that we're insane Prefixes : My first tip involves using a memorable prefix. For new features I name my branches with feat/. For example feat/my-new-feature. Yes the slash and the dashes are treated like any regular character. I also c..
|
|
If you have more than one git branch up in the air at the same time, having a system to track them and filter them is essential. Here are the stages I went through with git branch. xkcd reminds us that we're insane Prefixes : My first tip involves using a memorable prefix. For new features I name my branches with feat/. For example feat/my-new-feature. Yes the slash and the dashes are treated like any regular character. I also c..
|
|
I describe Contraption Company as a digital product studio. Many people ask what that means. "Is it a startup?" (not exactly). "Is it an agency?" (ideally, no). "Do you make apps to spin them out into...
|
|
Since several millennia, February, or these weeks of the year, has always been special. Among Romans, there were many festivities which took part in these days, and were deeply linked with the concept of rebirth or purification . It’s always fascinating, for me at least, to imagine how Winter and Spring could be seen from people from thousands of years ago. Let’s try digging into some ancient gods and celebrations of the past. Fever All....
|
|
Since several millennia, February, or these weeks of the year, has always been special. Among Romans, there were many festivities which took part in these days, and were deeply linked with the concept of rebirth or purification . It’s always fascinating, for me at least, to imagine how Winter and Spring could be seen from people from thousands of years ago. Let’s try digging into some ancient gods and celebrations of the past. Fever All....
|
Introduction DuckDB, the in process DBMS specialized in OLAP workloads, had a very rapid growth during the last year, both in functionality, but also popularity amongst its user...
|
Introduction DuckDB, the in process DBMS specialized in OLAP workloads, had a very rapid growth during the last year, both in functionality, but also popularity amongst its user...
|
|
I recently had the opportunity to speak to DEF CON 864 about the multiple layers of security automation within Gitlab, the open source tools that drive them and how the findings are managed and resolved.
|
|
Death’s Door (Issue #151) 2024-01-27 12:45:00 +07:00 by Mark Smith This week’s newsletter is out! In this week’s edition: Focus on tech this week, trying to take my mind off of anything related to terminal breaths, which is very much a thing and very scary. The world keeps on turning. Issue details: Title: Death’s Door Issue: 151 Page: issue webpage Another awesome issue of the newsletter. #
|