Viewing profile — codeaken
codeaken
HN member- Joined
- Thu, Oct 02, 2014, 9:05 PM UTC
- HN karma
- 127
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About codeaken
Recent public activity
-
comment
Comment #39040671
Apache AVRO [1] is one but it has been largely replaced by Apache Parquet [2] which is a hybrid row/columnar format [1] https://avro.apache.org/ [2] https://parquet.apache.org/
-
comment
Comment #35779262
I have been following RA for years now. There is a small public company (OMX:SYNACT) I found that are in its Phase 2b with a medication that looks very promising. They completed th…
-
comment
Comment #33361281
What are the other option(s) for AWS credentials which would be more secure in this scenario?
-
comment
Comment #32661747
When looking at the linked archives [1] it seems that they sit at around 4GB/day. Is that really all of the data that the US stock market generates a day? I thought it would be at …
-
comment
Comment #20222600
I thought it was more or less required to defend your trademark, else you could loose it.
-
comment
Comment #19312076
Can you as a vendor charge for your images or do you need to publish your work free of charge?
-
comment
Comment #18453124
Could you father children while being on TRT? I have heard that there is a chance that you can become infertile while on it, and after you quit, there is a chance that your "system…
-
comment
Comment #18363492
You can use components for this scenario https://tailwindcss.com/docs/extracting-components
-
comment
Comment #18362301
I'd love a tool that lets you keep a history of "cloud migrations", where you write both the "up" and the "down". We did a dirty solution for this with Ansible. We have a base play…
-
comment
Comment #18273686
I don't think it was, at least not that black and white. If the community really was that split the project would not have survived for 20 years. Surely we would have seen a fork w…
-
comment
Comment #18273497
I feel really worried about the Kernel project now that they have let Identity Politics breach their walls. These kind of things have a tendency to split a community rather than un…
- story
- story
- story
- story
- story
-
comment
Comment #15560373
Very good points! 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 th…
-
comment
Comment #14120288
Tjena! Thanks for the bug report. We already detect a non-default WP_CONTENT_DIR (berghs is using assets instead of wp-content). But in this case it was our WordPress detection cod…
-
comment
Comment #14118371
Yes that is correct. We could attempt to detect all plugins by pinging known files but that would involve indexing all available free plugins and doing around 40,000 HTTP request o…
-
comment
Comment #14118344
It usually detects it but we cannot show its icon, real name and description (only the plugin slug). We collect this information from the WordPress plugin repository but it only co…
-
comment
Comment #14118252
We can only identify user fronting plugins that make themselves known through signatures or js/image/css imports. We do this in an automated fashion by exploiting the predictable f…
-
comment
Comment #14118042
When pattern matching goes wrong... Good find, we will fix this, thanks! :)
-
comment
Comment #14118033
We actually don't have a signature database, not needed. WordPress have a predictable path structure and we use that to extract theme and plugin slugs (textual ids). For some plugi…
-
comment
Comment #14117986
Thanks! 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
Comment #14117971
Nope, this is custom code