Viewing profile — cleverfoo
cleverfoo
HN member- Joined
- Mon, Apr 26, 2010, 3:42 PM UTC
- HN karma
- 143
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About cleverfoo
No profile information was provided.
Recent public activity
-
comment
Comment #48980153
I disagree, that's a price point concern not a market accessibility one. I strongly prefer to be able to sell to another 400M people than not have the option to do so.
-
comment
Comment #48978443
What doesn't get talked about in these articles is the increasing impact to small business in the US. I run a small business (scanii.com) and I've noticed over the past year an inc…
-
comment
Comment #48655011
It's not a horrible idea... the challenge there would be making that payment/refund flow totally transparent in order to build trust and be fair to the researchers.
-
comment
Comment #48653954
Same experience here. I've run a successful vulnerability disclosure program for over a decade and paid out thousands of dollars in bounties for scanii.com (a malware identificatio…
-
comment
Comment #47739186
Sure, for a very narrow definition of _efficiency_. There's plenty to complain in terms of the JVM and Java but performance, as in units of work per dollar spent, is not one of the…
-
comment
Comment #47399226
that's a very shallow analogy as the stock market has significantly stronger guardrails to curtain insider trading including fines and jail time these companies lack. But even if y…
-
comment
Comment #43505623
Well, assuming that by "statically linking" you mean in the c sense, that's exactly what GraalVM native image does today, it statically analyzes the JAR for reachability only compi…
-
comment
Comment #43505393
I think the big problem here is conceptual. The JDK folks are looking at this akin to PGO when, IMHO, they should be looking at this as an AOT cache (yes, the flag names make this …
-
comment
Comment #35571109
> Impressive! What do you think it is that you do that allows you to compete with VirusTotal, and even free tools like Jotti? Thanks and good question. We don't really compete with…
-
comment
Comment #35570477
Got it, in that case it helps to build a product for a community you can interact with. In my case, this was connecting with folks on Stackoverflow that were struggling with integr…
-
comment
Comment #35570043
> Congratulations on your success! That is very kind of you, thank you. > What did "getting it out there" consist of for you? How did you get it out there in the beginning? For Sca…
-
comment
Comment #35569095
I built Scanii [1], an unsafe/malware content detection API/SaaS, as a way to keep my coding skills sharp as I moved into engineering leadership roles. Over the years it has grown …
-
comment
Comment #34483391
https://www.scanii.com a content arbitration/malware API service. It has been profitable for over 10+ years now with customers around the globe. Building it was one of the best dec…
-
comment
Comment #21340479
For the last 9+ years I've worked on https://scanii.com , a content identification service (think of it as the unix file command on steroids wrapped around an easy to use API). Sta…
- story
-
comment
Comment #14300550
Not impressed, particularly with the basic-auth description. Basic auth is purely a well understood vehicle for sending a tuple (aka the credentials) for authenticating a HTTP requ…
-
comment
Comment #13348095
We migrated scanii.com from Amazon Simple Payments to Stripe subscriptions (after the whole FPS debacle) and haven't looked back, it's truly the best way to process payments right …
-
comment
Comment #11660338
Let me see if I can try to simplify the underlying problem here (I dabble in this space): Little bit os background: writing pattern matching signatures is hard, adding a bunch of "…
-
comment
Comment #11166973
The tricky part there is that it wouldn't work if you just sat there in a tight look dispatching http requests, any one of them timing out would, likely, trigger the deadline and m…
-
comment
Comment #11166897
Thank you!
-
comment
Comment #11151018
Hi there, author here, happy to answer any questions.
- story
-
comment
Comment #7686481
Yeah I totally agree. As much as I like lambdas in JDK8 the syntax feels super bolt on. What's wrong with just {}, -> is just silly.
-
comment
Comment #6665316
Scanii.com ( https://scanii.com ) practical API for malware/virus detection. Low thousands/month and growing quickly, profitable from the beginning and we effectively spend $0 in m…
-
story
Show HN: Sentry: it's like mod_rewrite for DNS
Sentry is a DNS proxy that allows you to inspect, block, rewrite, redirect and resolve queries in-flight. My weekend hack that turned out to be surprisingly useful.