Viewing profile — rainforest
rainforest
HN member- Joined
- Mon, Apr 15, 2013, 8:29 AM UTC
- HN karma
- 347
- Public activity
- 175 items
- HN profile
- View on Hacker News ↗
About rainforest
No profile information was provided.
Recent public activity
-
comment
Comment #49243919
Are the headers not connected to that same filter net anyway?
-
comment
Comment #48276200
Note that the smart feed "feature" is Taboola-provided adware[0] so it's par for the course. It's beyond comprehension Lenovo would trash the brand by shipping it on flagships. [0]…
-
comment
Comment #46431855
I'm quite surprised to see the need to debug a live server here. I'm of the belief that the need to repro a problem locally and using a debugger lead to better understanding. SSHin…
-
comment
Comment #44623289
Does it worry you at all that meat is ultimately made of whatever food the animal eats and processed into a litany of chemicals? I feel the UPF "debate" is just an appeal to nature…
-
comment
Comment #44601973
I had similar with my energy provider in the UK (Octopus). For one reason or another a regular payment bounced which automatically puts you on a "call daily until the debt is repai…
-
comment
Comment #43794057
I think Cloudflare WAF is a good product compared to other WAFs - by definition a WAF is intended to layer on validation that properly built applications should be doing, so it's s…
-
comment
Comment #43192338
Thanks, for the benefit of others the risk is that the devtools port has no Auth so is vulnerable to XSS. I would surmise that this will stop being a problem if you switch to using…
-
comment
Comment #43182782
Could you go into a bit more detail about this? Why is exposing devtools to the agent a problem? What's the attack vector? That the agent might do something malicious to exfil save…
-
comment
Comment #43046152
For a while the /join page was blocked by cloudflare WAF yesterday - I wonder if this is why.
-
comment
Comment #42163431
The NHS does this calculus routinely using Quality Adjusted Life Years. Treatments that get more are favoured which is also how NICE decides what drugs the NHS should offer. There'…
-
comment
Comment #40934687
I would offer a counterpoint: most software in existence was written by not-software-professionals in Excel (most likely poorly). Within reason I think there is a rational basis fo…
-
comment
Comment #39292585
Yes, if the key isn't in the TPM then it can't be sniffed. Secure boot would need to be enabled to protect against the threat model bitlocker is only good for here. Alternatively u…
-
comment
Comment #37405713
A cow is in a sense a factory producing various proteins, fats, and carbs from grass. Does putting it into something "natural" reset it? I would imagine that red meat isn't a UPF b…
-
comment
Comment #34414859
IIRC some of the Snowden leaks alleged that (at least at the time) domestic traffic couldn't be surveilled (but this was solved by mutual assistance across the Atlantic - the Briti…
-
comment
Comment #26766314
Most Kickstarter campaigns I get shown on FB are from third party services that just upload the Kickstarter breach list (my email is in it). Could that have happened to you?
-
comment
Comment #25441539
The web extension honor system "security" model is broken because that extension that prints Hello at the top of the page might later be modified by a malicious actor to do somethi…
-
comment
Comment #25416657
Perhaps you don't have a change in the number of crackpots, but you have a decent chance the crackpots are now all saying the same thing. Misled voters in a democracy seems like a …
-
comment
Comment #25371243
Sure Audio makes an ADAU1701 set of boards that looks similar. Parts Express seems to carry Dayton Audio branded versions. Can't say how well they work but a stack of IF board, DSP…
-
comment
Comment #25269016
Is there any potential for extending that limit? I work on a product that uses Fargate Spot as a kind-of lambda substitute to run longer-duration tasks consumed from SQS and being …
-
comment
Comment #25082957
> I don't understand why an entire elementary statistics pseudo-textbook is bolted on at the end, forming the entire back half of the text It's quite difficult to talk about empiri…
-
comment
Comment #24419600
The permissions system seems to be granular with respect to whatever was selected - if you select a directory you have full access to everything in it. Theoretically the permission…
-
comment
Comment #24418480
It appears I could use this to ask a victim to "select your downloads folder" to save files to and then steal or overwrite any file in it.
-
comment
Comment #24397878
Slack does this too. Slackbot sends you "getting started" tips by default, which led to me receiving an email to ensure I enable notifications. That email was sent out of office ho…
-
comment
Comment #24223983
Yes, if there was a library that eval'd unsanitised input the damage potential is the same. The practical difference is that it's a lot harder to assure code written in unsafe lang…
-
comment
Comment #24222159
The exploit is against a vulnerable library (the actual input file is here: https://github.com/sola-st/wasm-binary-security/blob/master/... ) If you have a wasm application with vu…