|
Mach: providing an ecosystem of C libraries using the Zig package manager
-
devlog.hexops.org
-
2 years ago
-
eng
Andrew Kelley gave a keynote speech at Software You Can Love 2023 in Vancouver last week (a recording will be available later), the outline was: How to Build Software From Source […] then I’ll take things in a completely different direction, by showing you how to rip apart a project’s build system and replace it with the zig build system. This will make building things from source work effortlessly for more people and more plat....
|
|
As a software engineer, your ability to find and use information quickly can make all the difference. But with the vast amount of information available online, it can be overwhelming to find what you need. In this article, we’ll go beyond the basics and explore advanced techniques to help you become a Google master.
|
|
I recently had to fine-tune around 100 Computer Vision AI models for an assignment I’m completing as part of my Master’s Degree. OpenCV, to…
|
|
In the late 17th century, natural philosopher Isaac Newton was deeply uneasy with a new scientific theory that was gaining currency in Europe: universal gravitation. In correspondence with a scientific contemporary, Newton complained that it was “an absurdity” to suppose that “one body may act upon another at a distance through a vacuum.” The scientist who proposed this preposterous theory was Isaac Newton. He first articulated the idea in ....
|
|
Snyk named a Leader, placed highest in Strategy category in The Forrester Wave: Software Composition Analysis (SCA), Q2 2023 report
-
snyk.io
-
2 years ago
-
eng
We’re thrilled to announce that Snyk was named a Leader in The Forrester Wave™: Software Composition Analysis (SCA), Q2 2023 report!
|
|
I am not an artist and I have limited knowledge of art but I recently enjoyed a TV series and I am currently reading a book related to the subject.
|
|
I am not an artist and I have limited knowledge of art but I recently enjoyed a TV series and I am currently reading a book related to the subject.
|
|
Today I learned that .NET 8 Preview could play better with Homebrew (or vice-versa). I’m working on a C# 12 presentation for our local developer meetup , and for that, I wanted .NET 8 Preview to run side by side with version 7 on my Mac. As version 7 was initially installed with Homebrew, I also wanted to install version 8 Preview with Homebrew, but that recipe was unavailable. Not perfectly happy with that, I fell back to the stand-alone ..
|
|
Ariadne: building a custom observability UI for personalized search
-
multithreaded.stitchfix.com
-
2 years ago
-
eng
In June 2022, Stitch Fix launched the Freestyle search feature, transforming how our clients discover styles that are tailored to their taste. Under the hood, personalized search is fulfilled by a pipeline of modular microservices. We designed the search system to be composable, making it easy to swap in new components and speeding up experimentation and development. Composability also made the system more observable, making it simpler ....
|
|
Normal or approximately normal subjects are less useful objects of research than their pathological counterparts. 1 In the realm of software development, reliability is crucial. This is especially true when creating systems that automatically analyze performance measurements to maintain optimal application performance. To achieve the desired level of reliability, we need a set of statistical approaches that provide accurate and trustw..
|
|
Normal or approximately normal subjects are less useful objects of research than their pathological counterparts. 1 In the realm of software development, reliability is crucial. This is especially true when creating systems that automatically analyze performance measurements to maintain optimal application performance. To achieve the desired level of reliability, we need a set of statistical approaches that provide accurate and trustw..
|
|
How to Google like a Pro as a Software Engineer: Beginner's Guide
-
akashrajpurohit.com
-
2 years ago
-
eng
Google is an invaluable tool for software engineers, but knowing how to search effectively is key to finding the right information quickly. In this article, I'll share some tips and tricks to help you Google like a pro and become a more efficient and effective developer.
|
|
How to Google like a Pro as a Software Engineer: Beginner's Guide
-
akashrajpurohit.com
-
2 years ago
-
eng
Google is an invaluable tool for software engineers, but knowing how to search effectively is key to finding the right information quickly. In this article, I'll share some tips and tricks to help you Google like a pro and become a more efficient and effective developer.
|
|
Snyk integrates with Amazon EventBridge to enable secure AppDev at scale
-
snyk.io
-
2 years ago
-
eng
We're excited to announce Snyk's integration with Amazon EventBridge to enable secure AppDev at scale.
|
|
Snyk integrates with AWS Security Hub to automate security remediation workflows
-
snyk.io
-
2 years ago
-
eng
Snyk’s most recent integration with AWS Security Hub allows security and operations teams to monitor and manage a variety of application security events, like critical vulnerabilities found in a production workload.
|
|
Found https://github.com/jonkeegan/behind-this-website today It is a much-expanded and more-detailed version of what I wrote 2 years ago Nice job, guys
|
|
Top Traits to Look for When Hiring Exceptional Engineers
-
letterstoanewdeveloper.com
-
2 years ago
-
eng
This is a guest post from Manish. Enjoy. Dear new developer, As leaders, we often need to hire new talent to expand our resources, replace team members, or fill vacant positions. While technical skills are important, there are also several non-technical traits that can be equally or even more valuable. Consider the following factors when … Continue reading Top Traits to Look for When Hiring Exceptional Engineers →
|
|
My grandfather was a skilled artist - well in my eyes he was. He also taught art at secondary school.
|
|
My grandfather was a skilled artist - well in my eyes he was. He also taught art at secondary school.
|
|
A rough edit of my Haflin Creek ride today. Roughly the first ~1000 ft. of vertical drop are missing from this video because the quality was too poor to include. Any by that, I mean that I don’t know how to position an action camera correctly. This was only my second time riding with a camera, and it took all of half a ride for a rock to kick up from my front tire and crack the lens. So I guess I’m in the market for a new camera? I wa..
|
|
A rough edit of my Haflin Creek ride today. Roughly the first ~1000 ft. of vertical drop are missing from this video because the quality was too poor to include. Any by that, I mean that I don’t know how to position an action camera correctly. This was only my second time riding with a camera, and it took all of half a ride for a rock to kick up from my front tire and crack the lens. So I guess I’m in the market for a new camera? I wa..
|
|
A rough edit of my Haflin Creek ride today. Roughly the first ~1000 ft. of vertical drop are missing from this video because the quality was too poor to include. Any by that, I mean that I don’t know how to position an action camera correctly. This was only my second time riding with a camera, and it took all of half a ride for a rock to kick up from my front tire and crack the lens. So I guess I’m in the market for a new camera? I wa..
|
|
Caddy is a very handy HTTP server with lots of built-in features. But every once in a while you need something more. Fortunately Caddy has a plugin API. But Caddy being written in Go, the plugins need to be added at compile-time. On NixOS, there are no plugins added by default, and there are a couple of things to note when adding them.
|
|
Caddy is a very handy HTTP server with lots of built-in features. But every once in a while you need something more. Fortunately Caddy has a plugin API. But Caddy being written in Go, the plugins need to be added at compile-time. On NixOS, there are no plugins added by default, and there are a couple of things to note when adding them.
|
|
Git Beyond Basics: 7 Uncommon Git Commands Every Developer Should Know
-
akashrajpurohit.com
-
2 years ago
-
eng
Git is one of the most popular version control systems used by developers worldwide. However, most developers only use a handful of Git commands in their daily work. In this article, we will explore some uncommon Git commands that can help improve your workflow and productivity. These commands will help you to work more efficiently, troubleshoot issues, and collaborate more effectively with your team.
|
|
In a digital landscape where visual content reigns supreme, the demand for efficient and high-quality web image formats has never been greater. Discover the secrets behind next-generation formats in the browser that promise to redefine the way we consume and share visual information.
|
|
Caddy is a very handy HTTP server with lots of built-in features. But every once in a while you need something more. Fortunately Caddy has a plugin API. But Caddy being written in Go, the plugins need to be added at compile-time. On NixOS, there are no plugins added by default, and there are a couple of things to note when adding them.
|
|
Git Beyond Basics: 7 Uncommon Git Commands Every Developer Should Know
-
akashrajpurohit.com
-
2 years ago
-
eng
Git is one of the most popular version control systems used by developers worldwide. However, most developers only use a handful of Git commands in their daily work. In this article, we will explore some uncommon Git commands that can help improve your workflow and productivity. These commands will help you to work more efficiently, troubleshoot issues, and collaborate more effectively with your team.
|
|
When I talk about website accessibility, I think a lot of people get stressed out and wonder if their personal site passes a really high bar. Some feel pressure to pass every single accessibility requirement they can. Take a deep breath. Your beautiful hand-coded personal site is probably better than the vast majority of sites I’ve complained about. Do not feel ashamed of what you’ve made. You’ve built your own pedestal to share yoursel..
|
|
Intro When I came back to the email account where I first subscribed to LKML, it was full . But if you are anyway using a local email client like mutt, there is a better option than subscribing via email: The lei program lets you import Linux mailing list archives into local maildirs: public-inbox at lore.kernel.org 2. query lei 3. store local maildir 1. lei up --all user The server side needs to run the public-in....
|
|
Intro When I came back to the email account where I first subscribed to LKML, it was full . But if you are anyway using a local email client like mutt, there is a better option than subscribing via email: The lei program lets you import Linux mailing list archives into local maildirs: public-inbox at lore.kernel.org 2. query lei 3. store local maildir 1. lei up --all user The server side needs to run the public-in....
|
|
Intro When I came back to the email account where I first subscribed to LKML, it was full . But if you are anyway using a local email client like mutt, there is a better option than subscribing via email: The lei program lets you import Linux mailing list archives into local maildirs: public-inbox at lore.kernel.org 2. query lei 3. store local maildir 1. lei up --all user The server side needs to run the public-in....
|