codeaken | 2 years ago | on: Open table formats are inevitable for analytical datasets
codeaken's comments
codeaken | 2 years ago | on: A bacterial culprit for rheumatoid arthritis?
Unlike the JAK inhibitors that suppresses the immune system, their pill instead resolves the inflammation by activating receptor 1 and 3 in the melanocortin system. Phase 2b completes this summer and I am personally super excited to see the results.
codeaken | 3 years ago | on: Launch HN: MovingLake (YC S22) – Real-time data connectors for almost anything
codeaken | 3 years ago | on: Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia
codeaken | 6 years ago | on: Google to Reimplement Curl in Libcrurl
codeaken | 7 years ago | on: DigitalOcean Marketplace
codeaken | 7 years ago | on: Testosterone Treatment and Alleviation of Depressive Symptoms in Men
codeaken | 7 years ago | on: Tailwind: style your site without writing any CSS
codeaken | 7 years ago | on: HashiCorp has raised $100 million in Series D funding
We did a dirty solution for this with Ansible. We have a base playbook (with roles and all that jazz) that sets up a server and then we can write patches which are separate playbooks.
After the patch has run we simply store the patchlevel in a file on the server so that we dont "double-apply" any patches on the next patch-run.
codeaken | 7 years ago | on: Linux 4.19
I think this is a very vocal minority in play here. From my understanding these changes did not come from any of the core contributors but rather from activists. The used divide and rule; if you don't sign off on our political documents you are with "them" and we will let everyone know what a horrible human being you are.
codeaken | 7 years ago | on: Linux 4.19
The kernel project is surely one of the most successful software projects ever. Having survived for 20 years, why change a winning formula?
I have always considered Linus un-political and more interested in getting sh*t done and getting it right above anything else, so why he would sign-off on this is a mystery to me.
codeaken | 8 years ago | on: Hard Drive Stats for Q3 2017
Btw, what is missing in the invoices?
For us to be able to move from S3 we would also need to be able to create multiple API keys where we can set what buckets they have access to.
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
It has been fixed now: http://wpdetective.io/www.berghs.se
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
We collect this information from the WordPress plugin repository but it only contains free plugins. Paid plugins are not listed in a central place where we query their metadata.
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
There are some very popular plugins (Yoast SEO, Jetpack, W3 Total Cache) that don't import additional files. For these we have hardcoded patterns (under a 100). We do not have anything in place for checking if these patterns break.
We could automate creating a WordPress installation, installing the plugin we want to check, trigger a wp detective scan and then checking the results. But I am note sure it is worth the engineering effort.
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
WordPress have a predictable path structure and we use that to extract theme and plugin slugs (textual ids). For some plugins that don't import JS or StyleSheets we look for other signatures.
Once we have the slugs, we do a lookup in the official WordPress theme/plugin repository and get all the info we need (plugin descriptions, icon, author etc)
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
You assume correct, that is one of the methods we are using.
We also look for signatures in the code that certain plugins output. For example Yoast SEO usually adds a HTML comment at the end of the page identifying itself.
codeaken | 9 years ago | on: Show HN: WP Detective – Show what theme and plugins a WordPress site is using
[1] https://avro.apache.org/
[2] https://parquet.apache.org/