Hackerone signal requirement

Hey folks, just wondering if anybody knows which hackerone BBP's or VDP's dont have signal requirements. I hate that thing and I've submitted a good bit of duplicates so i just wanted a way to hunt without it being a stopper. Thanks

Edit: Im aware that programs like anthropic xiaomi and crypto.com dont have it but I find anthropic and crypto.com to be quite troubling, maybe just me.

u/BusinessStreet2147 — 29 days ago
▲ 7 r/ARG

New player-made ARG: Ryoki Tenkai Volume IX cursed field guide

Hey, I built a small browser ARG framed as a cursed binder / field guide about sealed "domains."

Live link:

https://ryoki-tenkai.vercel.app/

What it is:

- Interactive site (sound optional)

- Multiple rooms to open and explore

- Lore unlocks from visiting, waiting, and interacting

- At least two rooms are hidden behind progression

OOC notes:

- This is original fiction. Inspired by domain-expansion vibes, not an official JJK ARG

- No login, no personal data ask, no real-world meetups

- Please keep puzzle solutions and late-game room names behind spoiler tags

Light hint (spoiler):

&gt;!There are more than the eight rooms on the printed index. Visit order and a short character line matter.!<

Happy to answer OOC questions in comments. Please no spoilers in titles.

reddit.com
u/BusinessStreet2147 — 1 month ago
▲ 20 r/vscode+1 crossposts

VS Code extension that draws your struct's byte layout (padding, pack score, one-click reorder)

I kept writing structs with a bool at the top and wondering why they were bigger than I expected. unsafe.Sizeof helps for one struct, but I wanted to see offsets, padding, and cache-line stuff while editing.

So I built a VS Code extension that annotates fields inline and can reorder them to cut padding. v1.1 just added a visual byte map and a pack score (how much of the struct is real data vs padding).

Example:

type Sparse struct {

Active bool

ID uint64

Tag uint8

Name string

}

Before reorder: 40B, pack 65%, 14B wasted. After: 32B, pack 85%.

ASCII map it generates:

Sparse 40B pack 65% pad 14B

0000 A.......BBBBBBBB

0010 C.......DDDDDDDD

0020 DDDDDDDD

legend: A=Active B=ID C=Tag D=Name .=padding

Also sizes time.Time, sync.Mutex, atomic.*, etc. from known layouts instead of guessing pointer size. amd64 / arm64 / 386.

Install:

ext install RhinoSoftware.go-memory-visualizer

Repo: https://github.com/1rhino2/go-memory-visualizer

Marketplace: https://marketplace.visualstudio.com/items?itemName=RhinoSoftware.go-memory-visualizer

MIT, no telemetry. Happy to fix wrong layouts if you paste a struct that disagrees with what Go actually does on your machine.

Anyone here using fieldalignment or another workflow for this? Curious what you reach for before reordering by hand.

u/BusinessStreet2147 — 1 month ago
▲ 1 r/developers_hire+1 crossposts

[For Hire] Quick turnaround: Python, Discord bot, scraper, or API fix

Need something shipped in 24 to 48 hours. I do:

- Discord bot commands / bug fixes

- Python scrapers (retries, CSV export)

- Small API or automation glue

$150 to $250 depending on scope. Written scope first, then payment (Cash App). Async only.

Portfolio: https://github.com/1rhino2

Reply or DM with: what's broken, deadline, budget.

u/BusinessStreet2147 — 2 months ago

Local business sites: what actually moves leads vs what agencies sell?

For people running digital for local or SMB clients: what on the website actually drove leads last quarter?

Not vanity metrics. Phone calls, form fills, bookings, walk-ins mentioning the site.

Curious what you stopped recommending to clients because it never paid off.

reddit.com
u/BusinessStreet2147 — 2 months ago