Project Ideas: Difference between revisions

From Federal Burro of Information
Jump to navigationJump to search
No edit summary
 
(4 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 53: Line 53:




=== Slack bot for corporate conversation starters ===
=== bot for corporate conversation starters ===


as a service
as a service
Line 59: Line 59:
plug-able
plug-able
  irc ?
  irc ?
  slack ?
  slack ( slackbot ) ?
  discord ?
  discord ?


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