securitytxt.org
countwords
DISCONTINUED
Our great sponsors
securitytxt.org | countwords | |
---|---|---|
21 | 36 | |
51 | 209 | |
- | - | |
5.0 | 5.9 | |
3 months ago | 3 months ago | |
HTML | Rust | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
securitytxt.org
-
Ask HN: The middle ground for email selfhosting
Lemme guess, Well-known Security?
- RFC 9116: A File Format to Aid in Security Vulnerability Disclosure
-
My server is being attacked
If you see at the end of attack carefully, you'll see /.well-known/security.txt which already explained by securitytxt.org. That means, there's an either non-profit or for-profit organization that proactively find your site's vulnerability and trying to help you. For the for-profit organizations, usually they just give you information what vulnerability but you have to pay in order to get the solution.
-
New Security Tactic
I would laugh if I saw this in a security.txt file.. make it happen.
-
Prosecutor won't charge reporter who uncovered database flaw
as defined on https://securitytxt.org/ “When security risks in web services are discovered by independent security researchers who understand the severity of the risk, they often lack the channels to disclose them properly. As a result, security issues may be left unreported. security.txt defines a standard to help organizations define the process for security researchers to disclose security vulnerabilities securely.”
-
If it's illegal to "attack" websites without permission, how does bug bounty hunting work?
There are quite a lot of websites that implement the security. txt already. See https://securitytxt.org for more information about that
- I found an exploit in a website. What should I do?
- Nach Datenleck: Hausdurchsuchung statt Dankeschön
-
What is Security.txt and Why Do I Need It?
There are additional optional fields available for encryption, acknowledgements, canonical references, and more. You can find out more about this at the official security.txt website.
-
Why oh Why does it take so long for purchase security texts to arrive?
here it is: https://securitytxt.org/
countwords
-
do you guys prefer functional programming style when using rust?
My own code example of a drastic speed up (~25%) simply replacing a couple of for loops with iters: https://github.com/benhoyt/countwords/pull/115
- Ripen scripting engine (Similar to RetroForth, but tiny)
- Performance comparison: counting words in Python, Go, C++, C, AWK, Forth, and Rust
-
The difference between Go and Rust
And yet Go was faster than Rust in a simple app that count words: https://benhoyt.com/writings/count-words/
-
How to Rapidly Improve at Any Programming Language
> but the performance profiles & characteristics that we must know about in order to make a choice on which tool to use. And it shouldn't be that each user has to figure it out on their own, dig into PR's or whatever.
That's an interesting take – I like the idea of a catalog of standard tasks with implementations in several languages as well as their performance characteristics. I suppose Rosetta Code gets the ball rolling with this, but it's missing some performance metrics. It reminds me of [Ben Hoyt's piece](https://benhoyt.com/writings/count-words/) on counting unique words in the KJV Bible in different languages.
-
Faster string keyed maps in Go
This article shows that map lookups can be optimized by using the (unintuitive) pattern:
- Go beats out several top languages including Rust in this performance matchup
-
Go beats Rust in speed and even C++ sometimes in this interesting performance matchup
I further improved the efficiency of the optimized go implementation by about 10% https://github.com/benhoyt/countwords/pull/113
There is a parallel.go in the repo, but it's much more complicated (5x as long) and doesn't perform as well as the optimized single-threaded version. https://github.com/benhoyt/countwords/blob/master/parallel.go
-
Is Forth gaining interest in 2021? Why or why not?
A more recent comparison found Gforth took 6 times as long as C, and found LuaJit took 2.5 times as long as C.
What are some alternatives?
CPython - The Python programming language
coreutils - upstream mirror
Klib - A standalone and lightweight C library
abseil-cpp - Abseil Common Libraries (C++)
adix - An Adaptive Index Library for Nim
parallel-hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.
llfio - P1031 low level file i/o and filesystem library for the C++ standard
rust - Rust for the xtensa architecture. Built in targets for the ESP32 and ESP8266
dom-expressions - A Fine-Grained Runtime for Performant DOM Rendering
raikv - Persistent key value store, serverless shared memory caching
rust - Empowering everyone to build reliable and efficient software.
open_safety - An application to assist with securing script execution