Project Ideas: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
No edit summary
 
(8 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 patters and comparisions.
a tool for surfing the various cloud instance flavors to find patterns and comparisions.


and possibly cost savings.
and possibly cost savings.
Line 37: Line 37:
=== prometheus venn diagram tool ===
=== prometheus venn diagram tool ===


inputs: metrics
points:
* inputs: metrics
* labels - label extraction
* draws a venn diagram with count, or avg
* "not" operator , regexp operator
* filter
* cache labels.


labels - label extraction
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 ==


draws a venn diagram with count, or avg
with graphs:
cost by class
hp engine
weight
fuel efficientcy
service costs.
engine compression.
fueld types


not operator.


filter
saftery ratings here:
https://www.nhtsa.gov/nhtsa-datasets-and-apis


like kibana discover for prometheus.
used car dataset:
https://www.kaggle.com/datasets/doaaalsenani/usa-cers-dataset


== Also See ==
== Also See ==
Line 54: Line 91:


[[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.

  1. 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:

  1. draw an image
  2. web service , dynamic app.
  3. 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

Garden Ideas

Fabric Ideas

Operate a Syma S107G Remote Control Helicopter with an Arduino