Viewing profile — wallrat
wallrat
HN member- Joined
- Fri, May 27, 2011, 2:48 PM UTC
- HN karma
- 31
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About wallrat
Recent public activity
-
comment
Comment #45287528
There are a few commercial products that allow you to do this also for other ecosystems (e.g. maven, nuget, pypi etc), including ours https://docs.bytesafe.dev/policies/delay-upstr…
-
comment
Comment #45194792
There are dependency firewalls that let you enforce this (e.g. https://docs.bytesafe.dev/policies/delay-upstream/ ). Don't know any OSS solutions though.
-
comment
Comment #43964834
How does this relate to the OWASP/Ecma Common Lifecycle Enumeration Specification ( https://tc54.org/cle/ )?
-
comment
Comment #43926201
Been tracking this project for a while https://github.com/chains-project/ghasum . It creates a verifiable checksum manifest for all actions - still in development but looks very pr…
-
comment
Comment #43697067
Very well written (as expected) argument for RSC. It's interesting to see the parallels with Inertia.js. (a bit sad to see all the commenters that clearly haven't read the article …
-
comment
Comment #38484679
Still have the Turbo Pascal 1.0 manual on my shelf. It was the first language I picked up after Basic and QuickBasic as a child. Wrote a couple of interesting things a few years la…
-
comment
Comment #37776428
Is there any effort to integrate SLSA with PyPI? GitHub recently announced[1] that npm support for SLSA is GA now. [1] https://github.blog/changelog/2023-09-26-npm-provenance-gene.…
-
comment
Comment #37610390
> Next step ist to establish good tooling around publishing VEX statements (Vulnerability Exploitability Exchange). That is currently not easy. Agreed. Tooling is needed for creati…
-
comment
Comment #36737169
The best kind of "problem" to have. Expect to build features, integrations and other customizations, and factor in the costs. You can do that with a higher "base" price, or include…
-
comment
Comment #36322910
DISCLOSURE: I'm working on commercial tooling for this exact problem [1] > 1) What would your expectations be towards a software vendor in terms of what issues to "fix"? I would wa…
- story
-
comment
Comment #35699340
Interesting. Do you keep the SBOMs around after the build to track what's running in production?
-
comment
Comment #35698017
Are SBOMs a "thing" yet? Is anybody using SBOMs in their day to day workflows? The current tooling for generating them seems to have matured, but tools for storing and managing an …
- story
- story
- story
- story
-
comment
Comment #5866964
Interesting. http://simpleredis.com is a similar service, but for Redis instances (for testing, CI etc), including a nice console. Instances terminates after one hour, but you can …
-
comment
Comment #5269516
Same here. Last week it was needing Redis slaves to handle 'SLAVEOF NO ONE' from the master without crashing. Needed to tell all read-slaves (hundreds) to stop trying to reconnect …
-
comment
Comment #5263622
OP here, not my product, just thought it were interesting, even if hibernation files are an old classic among attack vectors. I do work on something related though, https://scry.co…
- story
-
comment
Comment #4631334
Miek Gieben's [1] DNS library [2] is truly excellent. I use it at Port 6379 for an authoritative DNS server, looking up Redis instances [3]. I too have found Go surprisingly produc…
-
comment
Comment #4202973
Interesting note, 2 min after submitting to HN, someone seems to have started an DDOS against our API. Working to route around it right now. At first we just thought it was the HN …
-
comment
Comment #4202877
Thanks for the feedback! The landing page is definitely MVP, we'll see if we can find a designer to make something more inviting! --andreas
-
comment
Comment #4202826
I've spent the last couple of months trying to relieve the pains of running Redis in the cloud. I think we have come up with a rock solid backend which allows for some awesome tool…