Project Ideas: Difference between revisions
No edit summary |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 21: | Line 21: | ||
=== Cloud instance surfer === | === Cloud instance surfer === | ||
a tool for surfing the various cloud instance flavors to find | a tool for surfing the various cloud instance flavors to find patterns and comparisions. | ||
and possibly cost savings. | and possibly cost savings. | ||
Line 65: | Line 65: | ||
body of conversational data for your ai bot : https://breakend.github.io/DialogDatasets/ | body of conversational data for your ai bot : https://breakend.github.io/DialogDatasets/ | ||
https://conversationstartersworld.com/ | |||
== a car database == | |||
with graphs: | |||
cost by class | |||
hp engine | |||
weight | |||
fuel efficientcy | |||
service costs. | |||
engine compression. | |||
fueld types | |||
saftery ratings here: | |||
https://www.nhtsa.gov/nhtsa-datasets-and-apis | |||
used car dataset: | |||
https://www.kaggle.com/datasets/doaaalsenani/usa-cers-dataset | |||
== Also See == | == Also See == | ||
Line 72: | Line 92: | ||
[[Fabric Ideas]] | [[Fabric Ideas]] | ||
[https://www.xarg.org/2017/07/operate-a-syma-s107g-remote-control-helicopter-with-an-arduino/ Operate a Syma S107G Remote Control Helicopter with an Arduino] |
Latest revision as of 18:40, 16 May 2024
Some Ideas
Mirror monitoring + graphical view
- use netselect to monitor various mirrors over time.
- use remote collection to get different "views" of mirrors
- an by mirrors I mean site that keep copies of other sites. like centos mirrors
Some mirrors to think about:
- CPan
- fedors
- centos
- gentoo
- root name servers.
Elastic Search template tool
a UI for transforming es tempaltes
Cloud instance surfer
a tool for surfing the various cloud instance flavors to find patterns and comparisions.
and possibly cost savings.
global dns monitoring
for a given domain: see what it look like according to some big dns services out there like opensdns google dns
tracking changes
trackcing perfomance of large dns providers.
- of hopes nu,mber of records.
prometheus venn diagram tool
points:
- inputs: metrics
- labels - label extraction
- draws a venn diagram with count, or avg
- "not" operator , regexp operator
- filter
- cache labels.
like kibana discover for prometheus.
implementation method:
- draw an image
- web service , dynamic app.
- new tab "in" prometheus server.
bot for corporate conversation starters
as a service
plug-able
irc ? slack ( slackbot ) ? discord ?
static look up tables?
body of conversational data for your ai bot : https://breakend.github.io/DialogDatasets/
https://conversationstartersworld.com/
a car database
with graphs:
cost by class hp engine weight fuel efficientcy service costs. engine compression. fueld types
saftery ratings here:
https://www.nhtsa.gov/nhtsa-datasets-and-apis
used car dataset: https://www.kaggle.com/datasets/doaaalsenani/usa-cers-dataset
Also See
Operate a Syma S107G Remote Control Helicopter with an Arduino