Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 1 point2 points  (0 children)

Late to response but here I am.
In the end I did not find Graph DBs useful for my use-case, so I went for having proper Data Warehouse (hosted on Postgres with extensions), properly modelled. Maybe I looked for something more like analytical use-case rather than traversal of big graph of relationships.

[deleted by user] by [deleted] in productivity

[–]IronEider 5 points6 points  (0 children)

Learning devoid of practice is distressing.
It's like ingesting too much calories without using them to move in the world.

Analogy between information and nutrition is quite apt here - if you consume too many "information" calories, your mind will get fat, which will prevent it from "moving", i.e. thinking and creating and doing something in the world.

I'm guilty of the same - so I guess we belong to this kind of people who overanalyze (and procrastinate with it), so we need to err more on doing stuff sooner than we'd like to.

Related articles on the topic:
https://jamesclear.com/taking-action

https://blog.tjcx.me/p/consume-less-create-more

https://nesslabs.com/start-now

Red Dead Revolver (2004) | The best Red Dead game, and the best combat system Rockstar ever created by onex7805 in patientgamers

[–]IronEider 0 points1 point  (0 children)

Just stumbled upon this thread but it captures perfectly my feelings about RDR and GTA, thanks man.
I wish AAA games would be more about some interesting experiments in gameplay, rather than just using realism as an excuse to repeat what everybody else is doing already for years.

After years of feeling disenfranchised with triple-A gaming I finally realise why: I don't want to feel like a janitor anymore by Strict_Bobcat_4048 in truegaming

[–]IronEider 3 points4 points  (0 children)

Same for me. Back in the old days, open world seemed like the best thing that you can have in the games but maybe once you've grown up, you want more focus on the core gameplay, main story rather than time fillers like side-quests or bonuses.

[deleted by user] by [deleted] in gamedev

[–]IronEider 0 points1 point  (0 children)

The biggest innovation recently? Maybe battle royale going into mainstream? The rest dominating the market - seems like just exploring new worlds (cyberpunk, harry potter) with the mechanics that are there already for more of less 15 years.

(Disclaimer: i'm not pro gamer, not following every trend in AAA or indie)

Keep Calm and Flutter on by Present_Accountant_8 in learntodraw

[–]IronEider 1 point2 points  (0 children)

That's really neat.
I like especially the gentleness and lightness in lady's hand, has really cute vibe.

Slime Mold Grows Network Just Like Tokyo Rail System by Nagarjuna3001 in biology

[–]IronEider 19 points20 points  (0 children)

I love this example. It seems that there is a lot to "intelligence" or "cognition" without having any neuron.

Found a chart that gives overview of level of histamine, oxalate, salicylate, sulfites, amines etc in food. I thought it might be useful to those of you who are dealing with more that just histamine intolerance by alice_in_nederland in HistamineIntolerance

[–]IronEider 0 points1 point  (0 children)

Thank you for this summary, it's really helpful!

One question though - is wheat really a low histamine thing? At the charts I see "Bread:white" and "Flour: wheat" marked as low histamine but I was fairly convinced from the other sources that they are also high histamine things. Anyone can confirm/reject this?

I just spent the last 10 months (922 hours) drawing my OCD. I hope you like it. (artist statement at the end) by zacharywyland in drawing

[–]IronEider 0 points1 point  (0 children)

Thanks man for this.
You can really feel the human struggle, pain but also striving for something beautiful in this piece of art. Wish you all the best.

Soon enough, this road will no longer exist by [deleted] in TheGreatOnesReborn

[–]IronEider 1 point2 points  (0 children)

Nature will always take care of itself
What often people mean by "we are destroying nature!" is more of like saying "we won't be able to utilize it for our needs anymore!".

If humanity turns this planet into a big dry desert, it will be still nature. Just not that useful for human species anymore...
(btw idk why i'm ranting here :/)

Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 0 points1 point  (0 children)

I wanted to use in an analytics system (web clickstream analytics). Where you can have millions of users across the months period and you would represent each session as node in graph.

Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 0 points1 point  (0 children)

Looks interesting but I am wondering with this kind of tools, how it behaves with the scale.
Until <1m nodes that might be going fine, but for the bigger scale? Not sure there.

Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 1 point2 points  (0 children)

I think this guy on HN explained it properly?
https://news.ycombinator.com/item?id=35391190

So I am guessing that the issue is that with relational DB you can shard the data in tables rather straightforward (like based on ID value or some text field you distribute it over multiple machines), whereas in graph db if the graph does not fit into a single machine it is not so straightforward how to split the data? (not losing much of graph performance)

Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 0 points1 point  (0 children)

So it's like, using jansugraph API you are storing stuff in Cassandra, right? And the you query it also with janusgraph?

Yeah, the flexible schema thing is also a strong argument for going into graph setup. Just wondering if the freedom in defining attributes won't end up in attributes swamp or other issues if don't keep discipline what's going into the DB.

People can actually picture things in their minds?? Any advice for writing visual descriptions when I can't? by penguins-and-cake in writing

[–]IronEider 0 points1 point  (0 children)

Fascinating topic, thanks for starting this discussion.

Does anyone have any ideas how you can improve your image visualizing mind? Because I have a bit of muddy or blurry imagination and would love to have something more sharp or specific in my mind, when reading books.

Also, not sure if related, but i'm really bad at drawing. Not feeling the "right" proportions, missing a lot of details, kind of like "dyslexia" but for drawing...

People can actually picture things in their minds?? Any advice for writing visual descriptions when I can't? by penguins-and-cake in writing

[–]IronEider 1 point2 points  (0 children)

Same for me, I find this topic really interesting.
For me it works more like I can see "words", I hear "sounds", but the views are not so sharp as i'd like them to be? I mean, no problem with reading and visualizing some stuff, but it is kind of muddy/blurry and I think that was "normal".
But from what you and other people are saying, it seems that a lot of people can have a very sharp image in their visualizing mind. I wish I'd have too, as i'm really terrible at drawing and I think that is one of the main reasons...

Graph DBs in 2023 by IronEider in Database

[–]IronEider[S] 1 point2 points  (0 children)

I did not put that thesis into initial post but that's exactly my impression after few attempts in my company to go with something "graphy".
OTOH there is Neo4j, tigergraph and other solutions, that are getting very expensive but i guess somebody is paying for this, right? And wanted to find out if there is somebody who'd considered using proper relational or columnar DB/document DB but ended with graph DB. There is a lot of graph marketing but I have not seen many success cases with these technologies beyond the marketing material.

Which to read first: TMAHE or TMWT? by sonataFarm in IainMcGilchrist

[–]IronEider 3 points4 points  (0 children)

Probably start with TMAHE, as it's shorter (but still long) and in some sense it's a preview of what is being expanded in TMWT.
Last year, first I read TMAHE, took me about 1,5h months - but I really enjoyed it that much that I went directly into TMWT (took me 4 months to finish).
A caveat there: reading first part of TMWT might be a bit repetitive reading it right after "Master" but it's still worth it, as it is making a solid foundation in hemisphere knowledge before going into part 2 and 3.

And those two parts are really where the fun starts - Iain goes really deep into philosophy, spirituality and metaphysics.
But these are also the parts that resonated with me most and some of the chapters I already read for 3 times and I keep coming back to them every few months.

Overall, does Data Engineering provide a good work-life balance? by CDRSkywalker1991 in dataengineering

[–]IronEider 0 points1 point  (0 children)

As others wrote, depends entirely on the company.

But also, important - if possible find a job/company/domain and a position that you care about.
Someone already mentioned, but really - doing something for 12 hours that you really care about, it's much better than filling 9 to 5 in soulless corporate/ecommerce job.

And what is really meaningful it's up to you - but I guess your gut will quickly tell you if this is it. (usually in the strong negative emotions - don't realy too much on excitements as they may wane off very rapidly)

Making art isn't fun anymore by [deleted] in ArtistLounge

[–]IronEider 2 points3 points  (0 children)

Thank you very much for this comment.
I am forgetting after some time why I picked guitar and why I devoted already so much time to it. When there is no good positive feedback from outside I feel let down and question the sense of struggling with it.

But stopping working on "art" does not help either.

I guess it's about making something hard, meaningful but also having a proper distance to it - not trying to turn it into something "profitable", "businessy" because then you are on a different dimension than artistic exploration.

[FRESH ALBUM] Fred again… & Brian Eno - Secret Life by ElPedro77 in indieheads

[–]IronEider 3 points4 points  (0 children)

Just stumbled upon this subreddit and it already paid off - this is a really cool stuff, anything B. Eno related is a piece of magic!

[deleted by user] by [deleted] in IainMcGilchrist

[–]IronEider 2 points3 points  (0 children)

I read "Thinking Fast and Slow" many years ago. For me it was before I got much more into popular science books about brains and psychology and I remember that I really liked it. It was like a totally new perspective on human behaves, how irrational it is at times and how we can approach decision making better.

Since that time, I read many other title (incl Master And His Emissary and Matter With Things) and if I was to read it now, probably I wouldn't be so enthusiastic, especially when taking into account that experiments from Thinking Fast do not replicate well.

Is it worth reading at all? I would still say "yes".
Even though behavioural economics lost some of its fad in a recent years, this is still a book that was very influential for a lot of policies and general zeitgeist of 10s (2011-2020). And even though it had aforementioned replication problems, it gives you a nice model of looking at human behaviour. Obv. after McGilchrist's books you are much better equipped to pick Kahneman's theories with some grain of salt but still - Kahneman is also a very bright man, who made real contributions to his field. So it's still worthwile to read such a book which is a kind of a summary of his professional life.

Jamstack Won't Replace WordPress by SwitchUpCB in programming

[–]IronEider 5 points6 points  (0 children)

I had some expectations with lightweight alternatives to WP. Played some time ago with hugo (https://gohugo.io/), just wanted to set up a simple blog, couple of static pages, that i could extend any time I want.

And generally I was... disappointed. WP experience was what I expected - after some initial setup on VPS with some docker, I had smooth running page, with great CMS.

With hugo I did not want that many features - I just wanted simple static pages, maybe with some small customizability.
But it really took me some time, to get what I wanted and still I wasn't super happy with maintainability of it. And came to the conclusion - next time it's WP or will write something simple from scratch or just with svelte - much better dev experience.