Talk:MAC vendor lookup: Difference between revisions

From Rosetta Code
Content added Content deleted
m (...whoops)
Line 4: Line 4:
: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.
: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)
: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)

Revision as of 13:29, 21 September 2021

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 Bmn)

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. -- Erik Siers (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. --Thundergnat (talk) 13:29, 21 September 2021 (UTC)