|
I’m in the midst of rebuilding the index of my search engine to allow for better search results, and I’ve yet again found need to revisit how I handle link farms. It’s an ongoing arms race between search engines and link farmers to adjust (and circumvent) the detection algorithms. Detection and mitigation of link farms is something I’ve found I need to modify very frequently, as they are constantly evolving to look more like real websites.
|
|
There’s no single platform team that consists of only web engineers at SoundCloud, even though we consider ourselves to be part of the “Web…
|
|
Managing Node.js Docker images in GitHub Packages using GitHub Actions
-
snyk.io
-
4 years ago
-
eng
Learn how to publish Node.js projects as Docker images and then push them to the GitHub Packages container registry.
|
|
Estimating quantile confidence intervals: Maritz-Jarrett vs. jackknife
-
aakinshin.net
-
4 years ago
-
eng
When it comes to estimating quantiles of the given sample, my estimator of choice is the Harrell-Davis quantile estimator (to be more specific, its trimmed version ). If I need to get a confidence interval for the obtained quantiles, I use the Maritz-Jarrett method because it provides a decent coverage percentage . Both approaches work pretty nicely together. However, in the original paper by Harrell and Davis (1982) , the authors su..
|
|
Estimating quantile confidence intervals: Maritz-Jarrett vs. jackknife
-
aakinshin.net
-
4 years ago
-
eng
When it comes to estimating quantiles of the given sample, my estimator of choice is the Harrell-Davis quantile estimator (to be more specific, its trimmed version ). If I need to get a confidence interval for the obtained quantiles, I use the Maritz-Jarrett method because it provides a decent coverage percentage . Both approaches work pretty nicely together. However, in the original paper by Harrell and Davis (1982) , the authors su..
|
|
Zaczelo sie od znalezienia firmy, ktore przewiezie nasze rzeczy do Polski. Przeswietlilismy kilka firm, sprawdzilismy ich opinie o nich, status prawny w UK i Polsce, by ominac “firmy-krzak”, ktora wywiezie nasze rzeczy na Bialorus. Znalezlismy firme “Przeprowadzki Raffa”. Wszystko spoko, zarejestrowana w HMCR, ma jakis (nie pamietam jaki) status prawny w Polsce. Firma zarejestrowana kilka lat temu wraz z domena. Kilka pozytywnych opinii. Um..
|
|
That one day my fridge decided to give up but blasting me with hot air right when I wanted to put food in there. Thermostat failed in a really funny way. It refused to turn the cooler on, but decided to get hot itself. I spent half a day trying to find a replacement part, for such a simple thing as GE thermostat I found no help. I couldn’t ID it, repair shops or ebay were to no help.
|
|
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.
|
|
The SnykCon 2021 CFP is ending soon (July 16, 2021). Hear from Liran Tal, Director of Developer Advocacy at Snyk, to find out what he’s most excited for this year’s virtual event.
|
|
Monstre approchant Démon flottant Le vagabond à l’aube Démon en vibration Vortex du printemps Le potager Le laboratoire Troll au coin du feu Démon en peine
|
|
The earliest known version of the idiom “the straw that broke the camel’s back” was written by the English philosopher Thomas Hobbes of Malmesbury in 1677, though it was concerned with horses and feathers: “The last Dictate of the Judgement, concerning the Good or Bad, that may follow on any Action, is not properly the whole Cause , but the last Part of it, and yet may be said to produce the Effect necessarily , in such Manner as the ....
|
|
After running your Pi-hole after awhile you want to benefit from the blocking of ads and trackers while on the go. The answer is a VPN.
|
|
Back when I had a LinkedIn account, I’d see a familiar question populate my inbox from recruiters looking to fill engineering manager positions. In fact, I saw this question so often that I finally decided to answer it…sort of. What would you say are 3-5 traits every great manager must possess? My cop-out answer is: I don’t know yet. I’m still learning and am still a relatively young manager, making mistakes, adjusting, repeat. Bu....
|
|
Greetings. I'm a janny on another minor imageboard and I'm thinking of writing a new imageboard. I want to make this a serious alternative to lynxchan and the vichan derivatives (incl. lainchan) due to being dissatisfied with their architecture, maintainability and dated UX/UI. I've been soliciting feedback from my fellow jannies and they told me to come here to ask you folks what you think, and I think I would like to include feedback f..
|
|
I’m struck by how easy it is to read things on Gemini. Not just skimming, but actual reading, like you would a book. Not everything written is great, but it’s usually worth reading all the same. Venturing out into the land of contemporary HTML is different, and it’s not a subtle difference. I’ve written before about the plague of inline links on Wikipedia, and this is largely a continuation of that discourse looking at other design elemen..
|
|
Weekend upgrades to my Ranchilio Silvia v4 espresso machine. Added a digital PID kit for improved temperature control Replaced the boiler element Thermal insulation Basic “smart” power control with Siri integration Upgrade the standard Ranchilio basket to a VST 18g Ridged Rebuild Photos Note the damage to the boiler elements terminals, this was shorting and causing the houses RCD to trip Wiring the PID contr..
|
|
Weekend upgrades to my Ranchilio Silvia v4 espresso machine. Added a digital PID kit for improved temperature control Replaced the boiler element Thermal insulation Basic “smart” power control with Siri integration Upgrade the standard Ranchilio basket to a VST 18g Ridged Rebuild Photos Note the damage to the boiler elements terminals, this was shorting and causing the houses RCD to trip Wiring the PID contr..
|
|
If you want to have a python webserver running locally and listening on port 80 – or any other port < 1024, you can do it like this: $ sudo setcap 'cap_net_bind_service=+ep' /usr/bin/python3.8 This gives the /usr/bin/python3.8 binary the ability to bind to privileged ports without being root. Note that this only works for real files, not symlinks, so this will probably not work, as python is generally a symlink: $ sudo s....
|
|
Flat Habits 1.1 is now available on the App Store . Flat Habits is a habit tracker that’s mindful of your time, data, and privacy. It's powered by org plain text markup, enabling you to use your favorite editor (Emacs, Vim, VSCode, etc.) to poke at your habit data. What's new? This release implements a few of features requested by users. Multiday weekly habits This is the chunkiest addition and most requested feature. You can now ....
|
|
From Christian Tietze's Open macOS Finder Window in Emacs Dired , I learned about reveal-in-osx-finder . This is handy for the few times I want to transition from Emacs to Finder for file management. I say few times since Emacs's directory editor, dired , is just awesome. I've written about dired customizations here and here , but since dired is just another buffer, you can apply your Emacs magic like multiple cursors to batch rena....
|
|
In software engineering, we’re often faced with trade-offs that sacrifice what is best for the long term against something that increases velocity in the short term. A commonly used financial analogy is describing this as taking on technical debt. I will not cover accidental and deliberate tech debt, neither will I give a decision making framework in this article. That is its own subject, and context specific. However, there is a mental fra..
|
|
Growing up in Iceland in the nineties, it was impossible not to hear about Eve Online, the game that was going to do what at the time sounded impossible. A massively multiplayer online role playing game set in a persistent world where enterprising captains would roam space in their giant spaceships, striking out in any which way they wanted. Truly the vision that had been behind the classic game Elite.
|
|
Growing up in Iceland in the nineties, it was impossible not to hear about Eve Online, the game that was going to do what at the time sounded impossible. A massively multiplayer online role playing game set in a persistent world where enterprising captains would roam space in their giant spaceships, striking out in any which way they wanted. Truly the vision that had been behind the classic game Elite.
|
|
How to Build a gRPC Server over tstorage to create tstorage-server
-
bartlomiejmika.com
-
4 years ago
-
eng
Did you just finish reading the gRPC Basics tutorial and you don’t know where to begin with using it? In this post I’ll explain how to take a fast time-series database called tstorage and write a gRPC server and client with it.
|
We will take what we learned in the previous post and rewrite it to support interprocess communication of our SparkFun Weather Shield from other applications using the gRPC .
|
Seeing RSS entries published in Recurse Center's aggregator made me realize that the links/entries being published in the feed were broken. This is an attempt at fixing them.
|
|
How to Read Data From a SparkFun Weather Shield (DEV-13956) in Golang
-
bartlomiejmika.com
-
4 years ago
-
eng
SparkFun Weather Shield monitoring dutifully a red mulberry seedling, the code is powered by what you will learn in this blog post. The purpose of blog post is to explain how to write a Golang application which can poll time-series data from a SparkFun Weather Shield (DEV-13956) .
|
|
Are you ready to expand your Python knowledge into the intermediate to advanced territory? What tools are awaiting your discovery inside Python's functools module? This week on the show, David Amos is back, and he's brought another batch of PyCoder's Weekly articles and projects.
|