@allisgraphnodes.bsky.social
30 years exploring the intersection of technology and human connection. From server rooms to boardrooms to code repositories, I've learned one truth: everything is connected.
Alt tags are a whole thing 🙌
December 12, 2024 at 12:35 AM
Alt tags are a whole thing 🙌
Your favorite local bookstore isn't just a shop - it's a living, breathing community hub! Every connection tells a story of how small businesses weave the fabric of our neighborhoods. 📚 #SmallBusiness #CommunityFirst #GraphTechnology
December 12, 2024 at 12:12 AM
Your favorite local bookstore isn't just a shop - it's a living, breathing community hub! Every connection tells a story of how small businesses weave the fabric of our neighborhoods. 📚 #SmallBusiness #CommunityFirst #GraphTechnology
Your plant family tree is actually a graph! 🌱 Every cutting shared, every tip exchanged creates connections. Your green thumb is part of a living network!
Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
December 12, 2024 at 12:08 AM
Your plant family tree is actually a graph! 🌱 Every cutting shared, every tip exchanged creates connections. Your green thumb is part of a living network!
Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
Just imagine how much bigger it gets if we bring in the different generations!
#PlantParents #GraphTheory #PlantCommunity
Every game night is a web of betrayal, snacks, and friendship! 🎲 Your social connections are actually complex data patterns — and they're beautiful! #GameNight #GraphTechnology #DataIsBeautiful
December 12, 2024 at 12:04 AM
Every game night is a web of betrayal, snacks, and friendship! 🎲 Your social connections are actually complex data patterns — and they're beautiful! #GameNight #GraphTechnology #DataIsBeautiful
Dating apps aren't just swipes - they're relationship graphs! 🎯 See how interests connect to create perfect matches? This is graph technology in action! Modern love runs on data! #TechAndLove #GraphTechnology #Dating
December 11, 2024 at 11:56 PM
Dating apps aren't just swipes - they're relationship graphs! 🎯 See how interests connect to create perfect matches? This is graph technology in action! Modern love runs on data! #TechAndLove #GraphTechnology #Dating
Your music taste isn't random - it's a complex web of discoveries! 🎵 One song leads to another, creating an intricate network of sounds and vibes. This is how modern recommendation engines think! #MusicTech #GraphDatabase #DataScience
December 11, 2024 at 11:49 PM
Your music taste isn't random - it's a complex web of discoveries! 🎵 One song leads to another, creating an intricate network of sounds and vibes. This is how modern recommendation engines think! #MusicTech #GraphDatabase #DataScience
Why not this yet?
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```
December 11, 2024 at 11:15 PM
Why not this yet?
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```
MATCH (platform:Platform)<-[:POSTED_ON]-(post:Post)-[:CONTAINS]->(content:Content {contentHash: '###'})
RETURN
post.timestamp as firstAppearance,
platform.name as platform,
user.username as originalPoster,
post.url as sourceUrl,
ORDER BY post.timestamp ASC
```