|
Introducing pgvector for Heroku Postgres Over the past few weeks, we worked on adding pgvector as an extension on Heroku Postgres. We're excited to release this feature, and based on the feedback on our public roadmap, many of you are too. We want to share a bit more about how you can use it and […] The post How to Use pgvector for Similarity Search on Heroku Postgres appeared first on Heroku .
|
|
I keep fielding this question in private, so I finally decided to answer it in public: “What SANS courses should I take?” Although I have a much longer answer to give about training in general, this article answers that specific question based on my own personal experience, having taken several SANS courses over the years. Permalink.
|
|
Generated by GPT-4 with prompt: Can you create a coloring page of a cute, sitting unicorn with wings and large eyes, with a broom ready to fly, with a halloween theme? GPT-4 description: A black and white Halloween-themed coloring page featuring a cute, sitting unicorn with wings, large expressive eyes, and holding a broom, ready to fly. The unicorn should have a flowing mane and tail, and a spiraled horn. Its wings are detailed..
|
|
Visual Studio got updated to 17.8, and the shortcut Alt-O to open corresponding file in Visual Assist was unassigned 1 . Open Visual Studio options, and reassign the VAssistX.OpenCorrespondingFile command to Alt-O.
|
|
A little sudoku-like app for helping first-graders practice addition. This attempt at situated software for schooling got a little more use than spell-cards.love . video; 25 seconds
|
|
Note to self, I needed to migrate/re-encrypt someone's password store (aka pass). Straightforward: Get the new key, probably already in gpg key chain. Try listing it: gpg --list-keys To re-encrypt, pass init with new key is enough. It'll prompt for old pass key. cd path/to/.password-store pass init NEW-GPG-KEY
|
|
Hi, Meine Arbeitsweise hat sich im letzten Jahr so stark geändert wie nie zuvor. Vor einem Jahr hat OpenAI ChatGPT veröffentlicht. Damals fand ich die Technologie schon cool, aber ich habe nicht erkannt, wie groß der Einfluss auf meine Arbeit sein wird. Und das in nicht mal 12 Monaten. Heute nutze ich KI für so viele Dinge: Ich google keine Fragen mehr, es wird ChatGPT gefragt Github Copilot schreibt Code bevor ich weiß was ich ..
|
|
Since the beginning of my career in this industry, I've always been fascinated by the open-source world. After so many years of contributing on my own, this year, I finally joined…
|
|
Explore the intricacies of heaps, a tree-based data structure adept at maintaining order and hierarchy. Dive into Python's' heapq module, offering a rich set of functionalities for managing dynamic data sets where priority elements are frequently accessed. Learn how heaps stand out in the world of data structures and their seamless integration in Python.
|
|
A crash course on music theory that I wrote to help a Reddit user understand a mysterious diagram their guitar teacher drew.
|
|
Table of Contents In this article we’ll implement a global optimization pass, and show how to use the dataflow analysis framework to verify the results of our optimization. The code for this article is in this pull request, and as usual the commits are organized to be read in order. The noisy arithmetic problem This demonstration is based on a simplified model of computation relevant to the HEIR project. You don’t need to be familiar with t..
|
|
Table of Contents In this article we’ll implement a global optimization pass, and show how to use the dataflow analysis framework to verify the results of our optimization. The code for this article is in this pull request, and as usual the commits are organized to be read in order. The noisy arithmetic problem This demonstration is based on a simplified model of computation relevant to the HEIR project. You don’t need to be familiar with t..
|
|
Table of Contents In this article we’ll implement a global optimization pass, and show how to use the dataflow analysis framework to verify the results of our optimization. The code for this article is in this pull request, and as usual the commits are organized to be read in order. The noisy arithmetic problem This demonstration is based on a simplified model of computation relevant to the HEIR project. You don’t need to be familiar with t..
|
|
We are thrilled to announce that Snyk, a leading provider of cloud native application security solutions, has achieved the prestigious AWS Security Competency status. The AWS Security Competency validates Snyk's deep security expertise and commitment to delivering a comprehensive application security solution for modern organizations building and running their applications on the Amazon Web Services (AWS).
|
|
Webrings are alive and well; they don’t need to be “brought back” because they’re already here. I’m in 14 webrings . If you think that’s a lot, foreverkeith.is has a growing list of 100 or so . Some have gotten quite large. The Hotline Webring is close to 700 members. The Yesterweb Webring recently shut down because it got too large, past 800 members! Some of the people behind the larger Yesterweb community felt that the webring h..
|
|
10 years ago, as I was getting ready to take kids somewhere I heard them both laughing wildly in the backseat. I snapped this photo as quick as I could and to me, it just completely captures the companionship these two siblings have shared since the very beginning. The big grins on both of their faces is something I always hope to see every single day.
|
The NFL acts as a microcosm for business and can teach us lessons about building successful organizations from small startups to large companies. Understanding these lessons will shape the choices and effectiveness of both leadership and ICs and can radically alter the outcomes of a business.
|
|
The NFL acts as a microcosm for business and can teach us lessons about building successful organizations from small startups to large companies. Understanding these lessons will shape the choices and effectiveness of both leadership and ICs and can radically alter the outcomes of a business.
|
|
Part 1: Learn The Different Types Of Technical Documentation
-
engineering.squarespace.com
-
2 years ago
-
eng
In the same way the term “books” includes fiction, nonfiction, and biographies as genres, the term “technical documentation” includes many different content types. But what sets technical documentation apart from books are reader traits. These traits are a result of what the reader does as they read technical documentation – they use the app.
|
|
I have published a growing collection of articles on hair color in Japanese anime, manga, and games (usually visual novels). My […]
|
|
This question came up on the Data Engineering sub-reddit the other day: Can Debezium lose any events ? I.e. can there be a situation where a record in a database get inserted, updated, or deleted, but Debezium fails to capture that event from the transaction log and propagate it to downstream consumers?
|
|
This question came up on the Data Engineering sub-reddit the other day: Can Debezium lose any events ? I.e. can there be a situation where a record in a database get inserted, updated, or deleted, but Debezium fails to capture that event from the transaction log and propagate it to downstream consumers?
|
|
OpenStreetMap (OSM) is fun and fantastic for so many reasons. One being able to roam around the world from the comfort of your chair. I started mapping on OpenStreetMap in 2015 by coincidence through a friend. And OSM later became part of my work at Mapbox. Where I went through out the world as an armchair mapper. I used to maintain a list of interesting places as I encountered them. Then map it later when I am free. Here are my 3 memorab....
|
|
This is the Beginner's General for beginners' questions. If any of you have a simple question, and a suitable thread doesn't already exist, just post it here and someone will probably try to answer it. Remember to do some research before asking a question; no one wants to answer a question that a simple search can already resolve Old thread: >>33828
|
|
Median vs. Hodges-Lehmann: compare efficiency under heavy-tailedness
-
aakinshin.net
-
2 years ago
-
eng
This post compares the efficiency of the Mean, Sample Median, and Hodges–Lehmann estimator under heavy-tailed distributions. In Pragmastat, the Hodges–Lehmann approach is Center for location and Spread for scale — both with a 29% breakdown point and high efficiency. pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , I shared some thoughts on how to evaluate the statistical efficiency of estimators un..
|
|
Median vs. Hodges-Lehmann: compare efficiency under heavy-tailedness
-
aakinshin.net
-
2 years ago
-
eng
This post compares the efficiency of the Mean, Sample Median, and Hodges–Lehmann estimator under heavy-tailed distributions. In Pragmastat, the Hodges–Lehmann approach is Center for location and Spread for scale — both with a 29% breakdown point and high efficiency. pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , I shared some thoughts on how to evaluate the statistical efficiency of estimators un..
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
Linux System Logs: An Overview of System Logs and How to Read Them
-
akashrajpurohit.com
-
2 years ago
-
eng
Have you ever wondered where all the information about your system's activities and events is stored? Linux system logs contain a wealth of information that can help diagnose and troubleshoot system issues. In this article, we will give an overview of Linux system logs and explain how to read and interpret them.
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
Linux System Logs: An Overview of System Logs and How to Read Them
-
akashrajpurohit.com
-
2 years ago
-
eng
Have you ever wondered where all the information about your system's activities and events is stored? Linux system logs contain a wealth of information that can help diagnose and troubleshoot system issues. In this article, we will give an overview of Linux system logs and explain how to read and interpret them.
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
This reusable snippet will generate a menu of targets from the Makefile. It will use `fzf` if it is installed, otherwise it will use a numbered menu.
|
|
Linux System Logs: An Overview of System Logs and How to Read Them
-
akashrajpurohit.com
-
2 years ago
-
eng
Have you ever wondered where all the information about your system's activities and events is stored? Linux system logs contain a wealth of information that can help diagnose and troubleshoot system issues. In this article, we will give an overview of Linux system logs and explain how to read and interpret them.
|
|
Part one With it being a decade since I was last at school, you’d think I’d be over it. Sometimes I think I am. And then I dream. I’m suddenly back at school, or a face I had forgotten comes back to me, and it all comes back: the powerlessness, humiliation, the anger that someone could hurt me so much for kicks – and finally the horror that I’m unable to stop them. Everything comes back. Not even waking up removes the fear, as I spen....
|