{{ get(post, 'title') }}
{{ get(p....
|
Snyk takes on responsibility for Node.js ecosystem vulnerability disclosure program
-
snyk.io
-
5 years ago
-
eng
Learn how to disclose vulnerabilities now that Snyk has agreed to take over from the amazing Node.js ecosystem vulnerability disclosure program.
|
|
TIL that sometimes you need to pass a header to nginx’s gprc module
-
www.zufallsheld.de
-
5 years ago
-
eng
I am running Percona Monitoring and Managent (“ PMM ”) as a service for my fellow colleagues so they can monitor their databases. PMM runs as a container on a virtual machine, listening on port 8080. On the same virtual machine runs another nginx webserver as a reverse proxy for the container. The configuration looks like this: server { listen 443 ssl http2; server_name pmm.internal; location / { grpc_pass grpcs://172.29.0.108....
|
|
Pardon me while I’m venting out my frustration. I am so tired of Homebrew messing up with my stuff. It used to be the perfect tool for the right job until they decided to auto-brew-update-and-cleanup at every new install. Another day another issue, today with vim not running anymore: dyld: Library not loaded: /usr/local/opt/lua/lib/liblua.5.3.dylib Referenced from: /user/local/bin/vi Reason: image not found Lua has suddenly gone missing...
|
|
Pardon me while I’m venting out my frustration. I am so tired of Homebrew messing up with my stuff. It used to be the perfect tool for the right job until they decided to auto-brew-update-and-cleanup at every new install. Another day another issue, today with vim not running anymore: dyld: Library not loaded: /usr/local/opt/lua/lib/liblua.5.3.dylib Referenced from: /user/local/bin/vi Reason: image not found Lua has suddenly gone missing...
|
|
My brilliant friend Salvatore Sanfilippo (otherwise known as antirez of Redis fame) has an interesting write-up on his website . How similar is programming to prose writing? After getting his own feet wet with novel writing, he is convinced that the two activities share many common traits. One year ago I paused my programming life and started writing a novel, with the illusion that my new activity was deeply different than the previous..
|
|
Substrata is my latest virtual world / metaverse. I've written a post about my vision / plans for it here: https://substrata.info/about_substrata
|
|
I know that a lot of my episodes are variations on the theme of quantity. In episode one, I asked you to write morning pages every day. In episode 4, I asked you to make a schedule where you write multiple days a week. I've talked about the importance of producing many first drafts. In episode 8, I said you should lower your bar and just last week I shared my personal “why”, which is all about playing the infinite game because it’s fun. The..
|
|
Improving the efficiency of the Harrell-Davis quantile estimator for special cases using custom winsorizing and trimming strategies
-
aakinshin.net
-
5 years ago
-
eng
Let’s say we want to estimate the median based on a small sample (3 $\leq n \leq 7$) from a right-skewed heavy-tailed distribution with high statistical efficiency . The traditional median estimator is the most robust estimator, but it’s not the most efficient one. Typically, the Harrell-Davis quantile estimator provides better efficiency, but it’s not robust (its breakdown point is zero), so it may have worse efficiency in the giv....
|
|
SoundCloud was founded 13 years ago, and throughout its history, the company and much of its tech stack has changed. We started with a…
|
|
Improving the efficiency of the Harrell-Davis quantile estimator for special cases using custom winsorizing and trimming strategies
-
aakinshin.net
-
5 years ago
-
eng
Let’s say we want to estimate the median based on a small sample (3 $\leq n \leq 7$) from a right-skewed heavy-tailed distribution with high statistical efficiency . The traditional median estimator is the most robust estimator, but it’s not the most efficient one. Typically, the Harrell-Davis quantile estimator provides better efficiency, but it’s not robust (its breakdown point is zero), so it may have worse efficiency in the giv....
|
|
SoundCloud was founded 13 years ago, and throughout its history, the company and much of its tech stack has changed. We started with a…
|
|
Repository: @knadh/gtbump GitHub release page: v1.0.0 Full Changelog : https://github.com/knadh/gtbump/compare/v0.3.0...v1.0.0
|
|
Repository: @knadh/tg-archive GitHub release page: v0.3.5 Full Changelog : https://github.com/knadh/tg-archive/compare/v0.3.4...v0.3.5
|
|
This presentation on icon fundamentals was given to Salesloft’s Product Design team on May 24, 2021. Shortly before the new icon set shipped.
|
|
Table of contents Introduction Design Performance Conclusion Introduction At first glance, the MeLE Quieter2 is a mini-PC with a lot of qualities: it is a fanless and very compact machine with good connectivity for about 200€. With its Celeron J4125 CPU and its 8GB of RAM, this little computer could be the ideal companion for a server, a spare PC or even a main machine. Source : mele.cn
|
|
Continuous dependency updates: Improving processes by front-loading pain
-
snyk.io
-
5 years ago
-
eng
Updating dependencies is a lot of work! Learn how a DevOps-focused team from Manifold put best practices in place for continuous dependency updates.
|
|
We’re excited to announce Snyk Preview — a new way for our users to easily get a first taste of upcoming features before they are generally available within the Snyk platform!
|
|
Or how my dreams of writing a game started by animating a square block… Continue reading on DailyJS »
|
|
Repository: @knadh/tg-archive GitHub release page: v0.3.4 What’s Changed fix: fetch and use group id over group name from config by @Thunderbottom in https://github.com/knadh/tg-archive/pull/14 New Contributors @Thunderbottom made their first contribution in https://github.com/knadh/tg-archive/pull/14 Full Changelog : https://github.com/knadh/tg-archive/compare/v0.3.3...v0.3.4
|
|
Over the next few weeks, I’m going to go over the Java Collections Framework and just so examples for each method. This week being the first week I’ll start with what is probably the most commonly used collections: the List .
|
|
Introduction On Wednesday March 10th 2021, an OVH datacenter located in Strasbourg, France experienced a devastating fire destroying part of its servers and making inaccessible more than 400 000 distinct domain names . This event reminds us in a dramatic way that the web is fragile and any content present on it can disappear at any time. This phenomenon where a link to a document or a web page stops working is known as Link Rot .
|
|
The only thing that matters is throughput. Becoming the most prolific version of yourself is the most important thing you can do to become proud of your work. Making a group of people become the most prolific version of themselves sounds like a reasonable way to build a great company. So that’s what we’re trying to do. Throughput is the speed of getting to some outputs. The faster you get, the more things you do, and the more you buil..
|
|
In this post we'll build a minimal text templating library in Python inspired by Jinja. It will be able to display variables and iterate over arrays. By the end of this article, with around 300 lines of code, we'll be able to create this program: from pytemplate import eval_template template = ''' { % f or-in(post, posts) %}
{{ get(post, 'title') }}{{ get(p.... |
|
Many websites need to visualize data in charts. This article compares three of the most popular open source charting libraries (Chart.js, Plotly.js and ECharts) from the perspective of the software developer.
|
|
It's been seven months since the last update article in October 2020. We're still in a pandemic and living a more self-reliant, distanced, and introspective life. I've personally taken the stance of slowing down, to use this intermittent time to my advantage for personal growth. Slow living and the enjoyment of little things.
|
|
Scaling Data Science and Machine Learning Infrastructure Like Netflix
-
realpython.com
-
5 years ago
-
eng
Would you move your data science project from a laptop to the cloud? Would you also like to have snapshots of your project saved along the way so that you can go back in time or share the state of your project with another team member? This week on the show, we have Savin Goyal from Netflix. Savin is the technical lead for machine learning infrastructure at Netflix. He joins us to talk about Metaflow, an open-source tool to simplify buildin..
|