|
Don’t chase small optimizations Said some smart person at some particular time, probably. If not, he ought to have; if worse comes to worst, I’m declaring it now. The cost of 2% here and 0.5% there is high, and the benefits are (by definition) low. I have been optimizing Astrolabe, my search engine. The different kind of Search Engine Optimization. I’ve spent a lot of time recently doing soft optimization, improving the quality and re..
|
|
The best code is the one that is easy to understand. The problem Source People don’t focus on code readability. Readability is like writing documentation. It takes extra time, more key presses, and you need to stick to it to make it work in the long term. However, sometimes people write code like this: settings = { "foo" : 1 , "bar" : 2 , "baz" : 3 } results = [ parse_document ( settings , r ..
|
|
In this post, we compare the difference in scan times between Snyk Code and two common SAST tools: LGTM and SonarQube.
|
|
Until recently I used Evernote for my notes, web clippings and document drafts, I was a subscriber going on 14 years and had over 3000 notes. However in recent years Evernote has gone downhill to the point it could be considered hostile to it’s users. The native macOS app was replaced with an Electron Javascript webframe and like almost all Electron apps I’ve tried it was plagued by poor performance, memory leaks and aggressive idle CPU..
|
|
Until recently I used Evernote for my notes, web clippings and document drafts, I was a subscriber going on 14 years and had over 3000 notes. However in recent years Evernote has gone downhill to the point it could be considered hostile to it’s users. The native macOS app was replaced with an Electron Javascript webframe and like almost all Electron apps I’ve tried it was plagued by poor performance, memory leaks and aggressive idle CPU..
|
|
Greetings to the most reputable escorts Provider i.e, namakkal escorts, which provides our customers with the highest quality assistance. For further information, click the link below.
|
|
Here at Xplenty (Integrate.io), we have a number of customers who use Xplenty’s Heroku Add-on with Heroku Connect to enable Salesforce integration at their organization. Since Xplenty and Heroku Connect both provide a bi-directional data connection to Salesforce, you might think that you should use one or the other for your integration needs. But our […] The post Salesforce Integration: Xplenty and Heroku Connect appeared first on Hero..
|
|
Learn best practices for hardening your Amazon EKS security, including dedicated continuous delivery IAM roles, multi-account architecture for Amazon EKS cluster isolation, how to encrypt your secrets in the control plane, and incorporating static analysis tooling into your CD pipeline.
|
|
Normally, neither I nor Laura deal with political issues, given Tanith and FantasyCookie17 are occupied with these enough for one body. However, this time, the latter was, in her own words, "too lazy to write this", and the former felt like I would deliver a better performance at explaining the content of this. This, along with the fact that I have not written much on this blog at all, lead to me writing this post today. T.: Doesn't mean ....
|
|
Every year or so, something compels me to start over with a fresh OS image. Most recently, that something was an unfortunate water bottle incident. Once again, I need to pull down my digital life from the internet. The code and assets for this blog currently live in a 500 MB Git repository, which was hosted on Bitbucket until earlier today. Let's try cloning it! evantodd@HW-0063 ~ % git clone git@bitbucket.org:etodd/etodd.io.git ..
|
The term designer is used across many domains. In the context of this article, it refers to a UX (User Experience) designer. One question…
|
|
Repository: @knadh/gtbump GitHub release page: v1.2.0 What’s Changed Get all tags - annotated + unannotated tags by @anooshcnayak in https://github.com/knadh/gtbump/pull/2 New Contributors @anooshcnayak made their first contribution in https://github.com/knadh/gtbump/pull/2 Full Changelog : https://github.com/knadh/gtbump/compare/v1.1.0...v1.2.0
|
|
Every now and then, we all come across challenges at different stages and times in our lives. Challenges are meant to shape us for good and serve as a stepping stone for us to reach a greater height.
|
|
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.
|
|
DEF CON 29 In-person Pre-Reg Closes July 29th! Onsite Cash Sales limited!
-
shop.defcon.org
-
4 years ago
-
eng
Notice for #defcon29 in-person attendees: Online registration closes July 29. That's your last chance to buy a guaranteed badge. After that it's cash at the door, but please know that we’ve only got about 1,000 spaces for cash customers. To be certain you get in, registering online by the 29th is your best bet. We don’t want to turn anyone away but we will once we reach capacity. Please consider pre-reg at http://shop.defcon.org if y..
|
|
Optimal threshold of the trimmed Harrell-Davis quantile estimator
-
aakinshin.net
-
4 years ago
-
eng
The traditional quantile estimators (which are based on 1 or 2 order statistics) have great robustness. However, the statistical efficiency of these estimators is not so great. The Harrell-Davis quantile estimator has much better efficiency (at least in the light-tailed case), but it’s not robust (because it calculates a weighted sum of all sample values). I already wrote a post about trimmed Harrell-Davis quantile estimator : this approac..
|
|
Optimal threshold of the trimmed Harrell-Davis quantile estimator
-
aakinshin.net
-
4 years ago
-
eng
The traditional quantile estimators (which are based on 1 or 2 order statistics) have great robustness. However, the statistical efficiency of these estimators is not so great. The Harrell-Davis quantile estimator has much better efficiency (at least in the light-tailed case), but it’s not robust (because it calculates a weighted sum of all sample values). I already wrote a post about trimmed Harrell-Davis quantile estimator : this approac..
|
|
Google offers a wide range of useful products and services for free, but it’s important to note that’s free as in beer, not freedom. This guide explains how to obtain a similar quality of digital life without sacrificing privacy or ideology.
|
|
If you are still running on an old Maven version like 3.6.3 or below you definitely need to upgrade to version 3.8.1 because of security reasons. Learn more about why you should upgrade and how to do it.
|
|
I found out about the CSS :is selector today, via this “Things I Learned Reading Webkit’s UA Stylesheet” article. It takes a selector list as its argument, and selects any element that can be selected by one of the selectors in that list. This is useful for writing large selectors in a more compact form: /* Instead of this: */ .content p > code , .content td > code , .content li > code { /* ... */ ....
|
|
So had an interesting experience with Go the other day. This is part of building a bloom filter index which is going to replace the index in searchcode.com So I was trying to verify how long a search would take when the index was full. When trying it out on a machine to see what the performance would be I built a version to create some very large slices over 64,000,000 items in length to simulate the expected workload. This should take ..
|
|
Repository: @knadh/koanf GitHub release page: v1.2.0 5fc619c Add Delim() f001ae3 Merge pull request #98 from knadh/fix-confmap-dep bc5fe47 Remove superfluous dependency on providers/confmap in the core
|
|
Actually, I had planned another topic in Solidity Series for web3.js but then the post could go off tangent hence I am discussing the basics of web3.js and how to interact with a smart contract. I am going to use the same contract I had created here. Basically, it is the web3.js version of the last post. Unlike other posts about web3.js based frontends that use NodeJs and React, I am not going to use any such thing because it is not require....
|
|
Book Review. Eight Days in May: The Final Collapse of the Third Reich
-
nicolaiarocci.com
-
4 years ago
-
eng
Volker Ullrich’s Eight Days in May describes the period from April 30, 1945, the day of Hitler’s suicide, to May 8, the day of signing the German capitulation, with significant jumps backwards in time and some hops in the future. We’re covering only eight days, and the dictator dies on day one. What essential events might ever have happened in such a short period? Well, many pivotal ones, as this well-researched work shows us.
|
|
I find if I do not regularly plant interesting thoughts in my mind, it will rarely grow them spontaneously. I need to read interesting books, or have interesting conversations; if I do not, I’ll look back at my ideas and find I haven’t really had any in a very long time. Thoughts will grow whether I take care to plant them or not, but what grows if I have been careless is weeds.
|
|
Terrific piece by Jonathan Zittrain, on The Atlantic, on link rot and digital preservation . I love how well documented and informative it is. Yet, it remains perfectly approachable for both the non-knowledgeable reader and the technically savvy. Too much has been lost already. The glue that holds humanity’s knowledge together is coming undone. We need more content like this.
|
|
if you like reveal your thought in real life in contest of sex life but your true life partner is not comfortable with you then you look outside and Odisha young female are made for this.
|
|
DEF CON 29 Virtual Badges Sold Out! Human Plus coming soon for Discord
-
discord.gg
-
4 years ago
-
eng
We’ve sold out of badges for online-only attendees. The Human Plus role on the DEF CON Discord ( discord.gg/defcon ) will be available to purchase soon on the server itself. In the meantime, remember to log in to the Discord to get familiar with the layout and say hi to everyone in the #LineCon channel!
|
|
The myth of one-man orchestra I think I finally understand how multiplayer creation works. My college dorm had a music room in the basement, and while I couldn’t play any instruments I loved hanging out with friends when they organized jam-sessions. Friends would invite their musician friends over to jam, and I would have the best time seeing how they pick up a tune, and the room filled with sound until my bones were resonating with it, ....
|