I've been working on a browser plugin for Amazon that attempts to identify the brand and seller country: https://www.wheresthatfrom.org/ It's mostly where I want it to be now, but still need to automate the ingest of…
"Look mum no computer" on Youtube is wrapping up a series[0] where he bought an old church organ and rebuilt it. He cleaned it up and rewired it to interface via midi as well as the console. [0]…
Indeed. Windows requires elevation for raw sockets as well. The ping binary works without elevation by using the IP Helper Win32 API's ICMP functions: https://learn.microsoft.com/en-us/windows/win32/api/icmpapi/...
This means the listening socket was created using SOCK_RAW as opposed to SOCK_STREAM or SOCK_DGRAM. Raw sockets are used for working with ICMP, doing packet sniffing, sending some types of custom TCP packets, etc.…
Epic MegaGames had some great shareware games: https://www.dosgamesarchive.com/profile/epic-megagames I remember playing OverKill a lot and I think we actually ended up purchasing the full game to unlock the remaining…
For my Masters' work, I needed high speed tx/rx on Windows and looked into the same things you did. I can't find the statistics for the tests I ran, but WinPcap's speeds weren't much better than Winsock's, which was…
One of the inconsistencies that bothered me when I was testing it out was that you use a swipe motion to get to the login screen, but after that you're forced to use a scrollbar. I kept trying to drag the screen to get…
You can also find the power button by signing out. Swipe up again to see the login screen and the power button is at the bottom right. It's still not as easy to find as before and I ended up finding it by accident. An…
JIRA's patch form lets you submit patch URLs as well as attachments. So if the project wanted to allow users to provide github pull request URLs, they could. It sounds more like the project simply doesn't want to work…
I've been working on a browser plugin for Amazon that attempts to identify the brand and seller country: https://www.wheresthatfrom.org/ It's mostly where I want it to be now, but still need to automate the ingest of…
"Look mum no computer" on Youtube is wrapping up a series[0] where he bought an old church organ and rebuilt it. He cleaned it up and rewired it to interface via midi as well as the console. [0]…
Indeed. Windows requires elevation for raw sockets as well. The ping binary works without elevation by using the IP Helper Win32 API's ICMP functions: https://learn.microsoft.com/en-us/windows/win32/api/icmpapi/...
This means the listening socket was created using SOCK_RAW as opposed to SOCK_STREAM or SOCK_DGRAM. Raw sockets are used for working with ICMP, doing packet sniffing, sending some types of custom TCP packets, etc.…
Epic MegaGames had some great shareware games: https://www.dosgamesarchive.com/profile/epic-megagames I remember playing OverKill a lot and I think we actually ended up purchasing the full game to unlock the remaining…
For my Masters' work, I needed high speed tx/rx on Windows and looked into the same things you did. I can't find the statistics for the tests I ran, but WinPcap's speeds weren't much better than Winsock's, which was…
One of the inconsistencies that bothered me when I was testing it out was that you use a swipe motion to get to the login screen, but after that you're forced to use a scrollbar. I kept trying to drag the screen to get…
You can also find the power button by signing out. Swipe up again to see the login screen and the power button is at the bottom right. It's still not as easy to find as before and I ended up finding it by accident. An…
JIRA's patch form lets you submit patch URLs as well as attachments. So if the project wanted to allow users to provide github pull request URLs, they could. It sounds more like the project simply doesn't want to work…