- TL;DR soundbite is a podcasting platform, supercharged by advancements in content discovery, to connect with your friends and your community before international influencers.
- Authenticity is a commodity in modern day communication. When we wake up, we look at our phone, during breakfast, we look at our phone, at work when we are bored, we look at our phone, going to the bathroom? phone. Watching TV? phone. Avoiding going to bed? phone. It is the first and last thing we look at every day.
- What do we spend our day doing on the phone? Catching up with some celebrity, social media influencer, some random hair salon that cuts hair with fire. "The algorithm" is really good at what it does, and what it is doing is keeping you on the platform by any means necessesary. If you spend a second longer than usual fixated on a some guy lifting a lot of weight your digital content butler is going to start serving you videos of weightlifters. The faster the algorithm can glean information about your engagement with the
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "fmt" | |
| "github.com/go-audio/wav" | |
| "github.com/lunabrain-ai/lunabrain/pkg/store/bucket" | |
| "github.com/pkg/errors" | |
| "math" | |
| "os" | |
| "path" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| from rank_bm25 import BM25Okapi | |
| from sentence_transformers import SentenceTransformer | |
| import faiss | |
| class HybridSearch: | |
| def __init__(self, documents): | |
| self.documents = documents | |
| # BM25 initialization |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package grpc | |
| import ( | |
| "fmt" | |
| "github.com/jhump/protoreflect/desc" | |
| "google.golang.org/protobuf/types/descriptorpb" | |
| "strings" | |
| "testing" | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package editor | |
| import ( | |
| "github.com/evanw/esbuild/pkg/api" | |
| "strconv" | |
| "strings" | |
| ) | |
| // TODO breadchris this is a WIP, theoretically we could build the editor with esbuild from go | |
| func Build(prodBuild bool) api.BuildResult { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| syntax = "proto3"; | |
| import "google/protobuf/empty.proto"; | |
| import "google/protobuf/descriptor.proto"; | |
| import "block.proto"; | |
| import "resource.proto"; | |
| enum ServiceMethods { | |
| ServiceOne_MethodOne = 0; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "vulnerability_cisa_known_exploited": [ | |
| { | |
| "vulnerability_name": "MongoDB mongo-express Remote Code Execution Vulnerability", | |
| "vulnerability": [ | |
| { | |
| "equivalents": [ | |
| { | |
| "equivalent_vulnerability": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "vulnerability_cisa_known_exploited": [ | |
| { | |
| "vulnerability_name": "Apache Struts Multiple Versions Remote Code Execution Vulnerability", | |
| "vulnerability": [ | |
| { | |
| "equivalents": [ | |
| { | |
| "equivalent_vulnerability": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #15 CACHED | |
| #8 [server-builder 2/7] RUN apk add --no-cache openssl1.1-compat | |
| #8 sha256:df3fdc0ca62a274dbd21816bb058065d8a138d2efb9c9688886267829add0d64 | |
| #8 CACHED | |
| #16 [server-production 3/5] COPY server/ ./server/ | |
| #16 sha256:dc7c09af1e690b7ebb11a49df39e9a1210ab7b48cd64d1c497d437b76e5db1a7 | |
| #16 CACHED | |