HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hoppla

no profile record

comments

hoppla
·vor 4 Jahren·discuss
I loved planetside, but at some point then introduced mechanoids which overpowered all the other vehicles. That ruined the game for me
hoppla
·vor 5 Jahren·discuss
I worked for a company where a proxy server was used for all internet access. Every now and then a pages would not load. Error logs pointed me to the usual culprit - dns. When looking at dns traffic in tcpdump everything looked normal, except some dns replies came from rfc1918 addresses instead from the dns servers public IP address. When I talked to the ISP, they blamed me (the proxy) for reusing UDP sockets, and it was by design that their load balancer would only support one DNS request at a time per UDP socket. If there were two or more in flight, only the first response would be NATed properly. Luckily, I knew that the ISP used the same proxy product internally, so when I asked how they configured their proxy to avoid this issue, they fixed the load balancer within the hour
hoppla
·vor 5 Jahren·discuss
Perhaps if they try to call JavaScript functions that are not available yet… I would check the developer console for errors
hoppla
·vor 5 Jahren·discuss
The recaptcha process should be reversed. The sites should prove to humans that it’s content is not generated by bots.