Viewing profile — mapleeman
mapleeman
HN member- Joined
- Fri, Jun 24, 2022, 7:25 AM UTC
- HN karma
- 64
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About mapleeman
Recent public activity
- story
-
comment
Comment #47504319
The Bitter Lesson says general methods win. So which data model is least "human-sophisticated" for AI? I think it comes down to two metrics: flexibility and structure.
- story
-
comment
Comment #47245896
I would highlight the whole repo approach -> https://github.com/cloudflare/skills Particulary -> https://github.com/cloudflare/skills/blob/main/skills/cloudf...
-
comment
Comment #47245836
So this is not necessarily the tool that should help you with building your own skills, but rather the tool that will help you search so you can dynamically fetch skills that are r…
-
comment
Comment #47245546
Hi all, author of the skillinsight.io[1] A bit of a personal reflection on this, from a non-technical standpoint, Agent Skills are the procedural memory you keep in your head on ho…
- story
-
comment
Comment #39218084
Yeah, size classification is always tricky since the reference point always moves. If you deal more with large datasets, the spectrum would ideally move to the right for you, as yo…
-
comment
Comment #38471523
Relational databases have a much longer history of development, and much more engineering time has went into designing RDBMS. It is not a surprise that they are mature on more leve…
- story
- story
-
comment
Comment #35728205
A few months ago, we shared an initial version of Benchgraph[1] here on HN[2]. There was a lot of debate about benchmarking, both positive and negative[3]. Based on your feedback, …
-
story
Show HN: Benchgraph – Run graph database benchmark on your own dataset
Hi I am one of Benchgraph's authors and I would like to share with you the updates that we have just released. Please let me know if you have any comments, both positive and negati…
-
comment
Comment #34365333
This is true regarding the transactions and cypherl. All data is cypherl transactions because memgraph can handle a large volume of transactions. mgbench was designed to run in-hou…
-
comment
Comment #34365274
This is indeed a good industry leading benchmark.
-
comment
Comment #33877221
Hi! I'm the author of the blog post, and I'd be more than glad to answer any of your questions. I've already covered a lot of things in related Show HN last week ( https://news.yco…
-
comment
Comment #33829745
The difference comes from several things, JVM being the first and obvious one. It takes as much memory as whole Memgraph + small dataset in this case. Second is the overallocation …
-
comment
Comment #33829714
Exactly, you are right. We were able to decrease Memory usage to 1GB in Neo4j case, but then experienced some crashes. We then just removed the limit, and let it take us much as it…
-
comment
Comment #33828160
Yep, you are right. We will expand the quantity, complexity, and variety of queries in future versions.
-
comment
Comment #33822788
Glad you found them. Thanks for the tip!
-
comment
Comment #33822755
No, currently, Memgraph is loaded 100% in RAM. Agree with the point about latency regarding I/O. The story with Neo4j is a bit more complex one. They are loading graph in memory, a…
-
comment
Comment #33821106
You are right about this 100% percent, performance is not the only factor, especially in an established DB space such as a relational DB world. There is a lot of things to consider…
-
comment
Comment #33821062
Added Dgraph to the reported ideas/request for the next benchmark version: https://github.com/memgraph/memgraph/issues/689 :D. What are you doing with Dgraph, and what are the requ…
-
comment
Comment #33820850
Yep, that is possible. Actually, one of the community members few days ago did this: https://gigi.nullneuron.net/gigilabs/using-the-neo4j-bolt-dr... You just need to tell driver, i…
-
comment
Comment #33820717
Thanks for all the comments and inputs. I have added the suggestions that we plan to implement: https://github.com/memgraph/memgraph/issues/689 . Both on Memory usage tracking and …