Rooster

joined 2 years ago
[–] Rooster@infosec.pub 9 points 2 years ago (1 children)

Revenge for all the times I dropped the rock back on their head.

[–] Rooster@infosec.pub 64 points 2 years ago (13 children)

"Ignore the bullies and they'll leave you alone."

[–] Rooster@infosec.pub 8 points 2 years ago

Pessimistic and Optimistic Nihilism

[–] Rooster@infosec.pub 3 points 2 years ago (3 children)

Finally, some decorum.

[–] Rooster@infosec.pub 0 points 2 years ago
[–] Rooster@infosec.pub 7 points 2 years ago (12 children)

If you ran your browser as root and configured your browser to load local resources on non-local domains maybe. I think you can do that in chrome://flags but you have to explicitly list the domains allowed to do it.

I'm hoping this is just a bad joke.

[–] Rooster@infosec.pub 16 points 2 years ago (1 children)

If you find something, report it. Don't experiment on the public.

https://www.bugcrowd.com/resources/guide/what-is-responsible-disclosure/

[–] Rooster@infosec.pub 1 points 2 years ago

It's not that simple. Parsing isn't a problem, it's formatting with a timezone that sucks. It's a pinch point in a lot of different ways. Because MomentJS is in maintenance mode and the Temporal library isn't ready yet, I tried to do it in vanilla JS. Date objects don't do a good job of keeping track of timezone. You can only apply the timezone when converting the Date object to a string with .toLocaleString(locale, {timeZone: "America/New_York"}) and the formatting rules available are not capable of producing the desired not-quite-ISO8601Nanos timestamp (I don't want it to be in UTC, I want that layout with a trailing timezone offset). I fell back to moment but moment-timezone doesn't work well with the Jest tests as they're written. I plan to rewrite a lot when the Temporal library is prod ready but that won't be before this sprint is over.

[–] Rooster@infosec.pub 16 points 2 years ago (1 children)

When you can press "Go" and dozens of little green lights light up? That's the stuff.

[–] Rooster@infosec.pub 3 points 2 years ago (2 children)

Adding timezone support to the website. JavaScript dates suck.

view more: ‹ prev next ›