|
Service Architecture at SoundCloud — Part 2: Value-Added Services
-
developers.soundcloud.com
-
4 years ago
-
eng
This article is part of a series of posts aiming to cast some light onto how service architecture has evolved at SoundCloud over the past…
|
|
I'm an org mode fan. This blog is powered by org. It's more of an accidental blog that started as a single org file keeping notes. I use org babel too. Oh and org habits . My never-ending list of TODOs is also powered by org. I manage all of this from Emacs and peek at TODOs using org agenda . This all works really well while I'm sitting in front of my laptop running Emacs. But then I'm away from my laptop… and I need to quickly r....
|
|
This article is part of the Systems Design Series following the book Designing Data-Intensive Applications by Martin Kleppmann. If you missed the previous article, check that out first.
|
|
How Snyk Social Trends help you fix essential security vulnerabilities
-
snyk.io
-
4 years ago
-
eng
|
|
In the developer community, ensuring your projects run accurately regardless of the environment can be a pain. Whether it’s trying to recreate a demo from an online tutorial or working on a code revie... The post Get Hyped: Using Docker + Go with MongoDB appeared first on MongoDB .
|
|
I am taking a short break from the Blockchain Programming series and writing this post because I found it pretty interesting. The other day I found a tweet(which unfortunately I forgot to bookmark and can’t find it anymore) about visualizing python modules in Neo4J. Guido, the Python creator had responded to that tweet. That tweet got stuck in my mind and I thought it a great excuse to explore Neo4j. I had been thinking of exploring some Gr....
|
|
In this article, we will look at Jib, a 100% Java-based tool for Java developers to build highly optimized images for their Java apps.
|
More DEF CON 29 goodies for your enjoyment - the talks from Adversary Village are live on our YouTube channel ! Binge away - more Village goodness to come!
|
|
A is a beautiful novel. Murakami’s writing as always is expertly crafted and full of imagery that your…
|
|
Quantile estimators based on k order statistics, Part 3: Playing with the Beta function
-
aakinshin.net
-
4 years ago
-
eng
In the previous two posts, I discussed the idea of quantile estimators based on k order statistics. A already covered the motivation behind this idea and the statistical efficiency of such estimators using the extended Hyndman-Fan equations as a weight function. Now it’s time to experiment with the Beta function as a primary way to aggregate k order statistics into a single quantile estimation!
|
|
Quantile estimators based on k order statistics, Part 3: Playing with the Beta function
-
aakinshin.net
-
4 years ago
-
eng
In the previous two posts, I discussed the idea of quantile estimators based on k order statistics. A already covered the motivation behind this idea and the statistical efficiency of such estimators using the extended Hyndman-Fan equations as a weight function. Now it’s time to experiment with the Beta function as a primary way to aggregate k order statistics into a single quantile estimation!
|
|
Just a quick video of me replacing the old hard drive in my wife’s laptop with a new solid state drive, or SSD:
|
|
Introducing the Snyk Ambassador program: A call for nomination to champion application security
-
snyk.io
-
4 years ago
-
eng
The Snyk Ambassador program is our groundbreaking effort to help engineers build secure software, through recognition of and support from fellow developers in the community who are passionate about application security.
|
|
New maintainers needed for the Thunderbird Lookout Fix-version add-on
-
peekread.info
-
4 years ago
-
eng
In august 2018 I took over maintenance of the Thunderbird addon Lookout-fix-version . I soon set up a the Github Organization TB-throwback so that future development can be expanded and transferred easier if I stop work on it. LookOut Fix-Version is a plugin which allows Thunderbird to interface with Microsoft’s mail tools by decoding metadata and attachments encapsulated/embedded in a TNEF (Transport Neutral Encapsulation Format) ....
|
|
New maintainers needed for the Thunderbird Lookout Fix-version add-on
-
peekread.info
-
4 years ago
-
eng
In august 2018 I took over maintenance of the Thunderbird addon Lookout-fix-version . I soon set up a the Github Organization TB-throwback so that future development can be expanded and transferred easier if I stop work on it. LookOut Fix-Version is a plugin which allows Thunderbird to interface with Microsoft’s mail tools by decoding metadata and attachments encapsulated/embedded in a TNEF (Transport Neutral Encapsulation Format) ....
|
|
I will not say anything about me because those person are so much famouse they never want this that they make so much popularty. I am simple cute and attractive independent female service that most male like me. Surat is the most attractive place for commercial person as well as business men they looks different apportunity for him they want to get new when they fell lassy then they find first independent female service those how can g....
|
|
This is a post about a specific Node.js library, named bull, which is used to execute background jobs.
|
|
Jira is agile: do you use Jira and Confluence and consider this one of the main reasons contributing to your agility? Congratulations, you are part of the problem. Boring Backlog: fixed really hard bug? Implemented complex algorithm or cut processing time from 10 hours to 22 seconds? It doesn’t matter, just pick another thing from backlog. Scrum/backlog promotes code monkeys where good effort isn’t rewarded. Personal efforts don’t matter. S..
|
|
Weekly Review: Education Unboxed, Google Jupyter, and unrelated
-
yasha.solutions
-
4 years ago
-
eng
Ok this is an experimental post. I realised I collect a lot of information during the week. I don’t have the time to make sense of it immediately, in a way that would be deep, and reasonate with the global zeigest… So, instead of pilling drafts on my drive, I decided to publish it as a weekly review of the stuff I collect. and will later, if time allow, get back to it.
|
|
Weekly Review: Education Unboxed, Google Jupyter, and unrelated
-
yasha.solutions
-
4 years ago
-
eng
Ok this is an experimental post. I realised I collect a lot of information during the week. I don’t have the time to make sense of it immediately, in a way that would be deep, and reasonate with the global zeigest… So, instead of pilling drafts on my drive, I decided to publish it as a weekly review of the stuff I collect. and will later, if time allow, get back to it.
|
|
So that IPCC report, huh. It’s provoked interesting behavior in people. I’ll skip over the minority that deny the findings, many people seem to agree that the report isn’t great news. Then they stop to look around and start pointing fingers. In summary: The producers blame the consumers for making the wrong purchases. The consumers blame the producers for producing the wrong things. The voters blame the politicians for incorrect policie....
|
|
Figure 1. The nginx “Welcome” page, before & after my intended change. I wanted to add dark mode support to the default nginx “Welcome to nginx” page. This is about the simplest change I could choose to make - it’s a simple, backwards compatible, small additive change to one single index.html file. My initial version of this change looks like this, and is added to the files |