#BostonWeekend 21/x
Sat #HIPHOP Cypher at City Hall in Boston, 6-10p, Free
https://www.youtube.com/watch?v=aZ-BJRKuLBE
https://bridgecyph.com https://www.instagram.com/p/DMXtNfUO--e/ #BostonHipHop #cypher #Boston #Rap #breakers #dj #graffiti
#BostonWeekend 21/x
Sat #HIPHOP Cypher at City Hall in Boston, 6-10p, Free
https://www.youtube.com/watch?v=aZ-BJRKuLBE
https://bridgecyph.com https://www.instagram.com/p/DMXtNfUO--e/ #BostonHipHop #cypher #Boston #Rap #breakers #dj #graffiti
Shop keeper Phyllis used her computer system to automate book keeping, taking the time to prepare from five hours to five minutes.
Having learned the system down to hardware level, Phyllis is now building an electronics kit. Her aim? Build a computer herself; Or as we called it an “electronic gadget”.
What Phyllis doesn’t say is she was a maths graduate from University and “#Cypher Clerk” in “Hut 5” at #BletchleyPark during the war.
The”Official Secrets Act” was in force in 1983
#UK / WW2 / #computing / #bombe / #SigInt / #accounts / #hardware #kits / #Commodore / #PET / #RetroComputing
Neo4j treibt mit GraphRAG, Vektor-Indizes & Agentic RAG die #KI-Entwicklung voran. Ob #LangChain, #LlamaIndex, #SpringAI oder #VertexAI – das neue Python-Paket und das Model Context Protocol (MCP) verknüpfen Graphdaten nahtlos mit #LLM-Anwendungen.
#Neo4j #GenAI #RAG #GraphQL #Cypher #VectorSearch #AgenticAI
https://www.bigdata-insider.de/leistungssprung-bei-graph-datenbanken-mit-ki-integration-cloud-skalierung-und-terabyte-graphen-a-2307ed20cfaf562a1a0094b712b5be95/
#Moody's alerta de que el #sector #financiero debe prevenir la amenaza de los #ordenadores #cuánticos
#comercio #mundial #seguridad #cybersec #qday #cypher #chiffrement #cifrado
So continuing with the main features and not deviating to some "useless" ones ... here is the alphabet of the NPCs inside Isoterra!
Which ones looks better? 1 or 2? The word is ISOTERRA
Eminem lambasts Donald Trump in freestyle rap
https://www.youtube.com/watch?v=cKN5bMTHyMM
* old but apropos
Sulpher is the little subset of Cypher (Neo4j's query language) that I'm working on.
I added nore examples of queries that can be expressed in Sulpher:
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part3-basicgraph.md
Here are other graph features that can be accessed via the REST api without need of Sulpher (tSome of these endpoints translate your REST request to Sulpher under the hood)
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part4-graphoperations.md
In the Misc section there's a bit more interesting code example on how to use these graph things from your own Python application, or from wherever you can hit a RESTful http api. It implements the basics to access the graph data of a group of bloggers, with blogs, posts, tags, and comments.
https://github.com/ha1tch/rserv/blob/main/manual/rserv-manual_0.3.9-part6-misc.md
Hope somebody finds it useful!
.2. Advanced Relationship Handling (direction, multiple types):
MATCH (alice:User {name: "Alice"})-[r:FRIENDS|COLLEAGUES]->(user:User)
RETURN user.name, type(r)
Finding users who are both friends and colleagues of Alice.
like, for example:
MATCH p=(alice:User {name: "Alice"})-[*..]->(user:User)
RETURN user.name
Finding all users connected to Alice, regardless of the path length.
I'm expanding Sulpher (the little subset of Neo4j's Cypher I came up with) to be able to build more interesting graph queries.
Here's where it's at now
https://github.com/ha1tch/rserv/blob/main/rserv-manual-part5-graphs.md
What's next:
I'm working on rserv 0.3.8
https://github.com/ha1tch/rserv/blob/main/rserv-manual-part5-graphs.md
Since 0.3.x rserv has incorporated certain graph-like features that allow you to query data from a property graph perspective.
Any document stored in rserv for any given entity can now be treated as a node from the graph-like perspective.
In order to perform graph queries, I added Sulpher, which is a funny name for a reduced subset of Cypher (the Neo4j query language).
Now I'm more happy with the general design (and keeping it RESTful! unlike GraphQL!) I think I will be ready to make the first public release soon.
Is it possible to filter by network topology in R, like one would do with neo4j? #rstats #networkanalysis #neo4j #cypher
#FreestyleFriday
One hand plant with legs kick.
#Breakdancing #Cypher at #LambrickSkatepark in #GordonHead - #Saanich.
Humble Bundle Cypher System:
https://www.humblebundle.com/books/cypher-system-ttrpg-collection-monte-cook-games-books
Entre ptolus, the weird, path of the Planebreaker et littéralement tout le reste c'est vraiment worth it
Après https://mamot.fr/@stephane_klein/112185244439127930 je viens de faire mes "premiers pas" avec #ApacheAge https://github.com/stephane-klein/apache-age-playground/
Je viens de publier un #playground de #Neo4j, un moteur de base de données orienté #Graph.
J'ai découvert Neo4j vers 2012, mais jusqu'à aujourd'hui, je n'avais jamais pris le temps de creuser le sujet.
J'ai appris à utiliser le langage de query #Cypher. J'ai trouvé cela très pratique.
https://github.com/stephane-klein/neo4j-playground
Prochaine étape : tester l'extension #PostgreSQL de Graph https://github.com/apache/age
I wrote about the new #JDBC #Driver for #Neo4j and sorry, it's on Medium… I cannot fix everything.
There's a bunch of cool stuff innit, among others the #SQL to #Cypher translation we build and the LLM based natural language to Cypher bits by @meistermeier
https://medium.com/neo4j/neo4j-jdbc-driver-version-6-22ca39be6647
My colleagues and I have been working the last months on an official #Neo4j #JDBC driver, that includes a #SQL to #Cypher translation and implements the network protocol natively.
Feel free to check out the EAP bundle https://github.com/neo4j/neo4j-jdbc/releases/tag/early-access
Releases will follow later the upcoming months.