Talk:MAC vendor lookup: Difference between revisions

→‎python: Add note about requests libheader
(→‎Why?: outside scope of task)
(→‎python: Add note about requests libheader)
 
(4 intermediate revisions by 3 users not shown)
Line 1:
== Why? ==
 
This blatantly popularizes non-free services with privacy implications. And having costly http request for every frame w/o any local caching makes no sense efficiency-wise. I expected some insights into longest bitmask matching in manuf or similar database. But this is just ridiculous! ''(Unsigned comment added by [[User:BnmBmn|BnmBmn]])''
:The task isn't limited to free services, nor is it concerned with privacy or caching. It is literally how to find a vendor using an online service. That's it. Which service you use is ultimately up to you, local caching is ultimately your problem, and your privacy concerns are not likely to be the same as mine.
:This site is mainly about '''how to do tasks in a given language'''. Tasks generally have a narrow scope, and are not always concerned with every little detail of a complete program. -- [[User:Eriksiers|Erik Siers]] ([[User talk:Eriksiers|talk]]) 15:15, 1 February 2021 (UTC)
 
== First implementation with rate limiting ==
 
Quote
 
AppleScript: This is the first implementation to build in a delay between two calls to avoid throttling... Sept 19, 2021)
 
End quote
 
A bold but inaccurate claim. One needs only look just above to the Ada entry to see an existing entry with throttling. (And the Raku entry has had throttling since April 2018.) AppleScript is extremely late to the party. --[[User:Thundergnat|Thundergnat]] ([[User talk:Thundergnat|talk]]) 13:29, 21 September 2021 (UTC)
 
== python ==
 
You have to install module ''requests''. A good place to start is '''pypi.org'''
: I added a <tt>libheader</tt> template for <tt>requests</tt> to the Python solution, which is AFAIK the standard way to indicate a dependency on a library or module that has to be installed separately. Also, <tt>pip</tt> ships with Python these days, so you don't really ever have to browse to [https://pypi.org pypi.org] if you're just installing modules. --[[User:Markjreed|Markjreed]] ([[User talk:Markjreed|talk]]) 15:59, 31 July 2022 (UTC)
1,480

edits