off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
blak3mill3r 2021-01-24T01:13:18.088200Z

I've had good luck with http://www.m-techlaptops.com in the past. Very good prices for high-end hardware.

emil0r 2021-01-24T10:43:25.092500Z

Does anyone by any chance know of a graph library or in memory graph db for c# that has powerful query capabilities? I found QuikGraph, which had everything apart from the query engine

kulminaator 2021-01-24T10:56:04.092800Z

the ram issue has been a big surprise with the m1 macs

kulminaator 2021-01-24T10:56:44.093700Z

yeah the cpu power is okay, yep with some tweaking you can get the apps to work on the architecture .... but 16gb ram max . 2021. wat.

kulminaator 2021-01-24T10:57:12.094Z

would not get anything less than 32gb today in a new machine

mpenet 2021-01-24T11:14:20.094700Z

I am curious, what eats most of your ram?

simongray 2021-01-24T11:15:04.094800Z

It's pretty obvious to me that the only reason the 13 inch Macbook Pro even got upgraded this time around was so as to not destroy sales entirely compared to the Macbook air (which is definitely the best deal in Apple's line-up right now). I actually think more than 16 GB is a niche requirement, even among developers. I've certainly never needed any more and I don't think I've even worked with someone who ever had more than 16 GB in a laptop. Just hold back until they've fully upgraded the the Macbook Pro line if you need 32 GB 😊

lassemaatta 2021-01-24T11:42:07.095Z

I've had 32 GB since ..checks notes.. 2017. Accessing several projects in Intellij IDEA while simultaneously running multiple docker containers seems to be a good way to eat up RAM.

gklijs 2021-01-24T11:54:54.095200Z

Yes, and/or building a big project. My Macbook Pro 16 GB had a hard time building ES. But usually it's fine.

Mno 2021-01-24T12:56:26.096200Z

Docker, Chrome/Firefox, Intellij in that order.

kulminaator 2021-01-24T16:03:27.096400Z

i guess once you go 32gb you never go back

kulminaator 2021-01-24T16:04:30.096600Z

i have found chrome and chromium offending way more than intellij

kulminaator 2021-01-24T16:04:39.096800Z

slack and spotify are not really that moderate either

kulminaator 2021-01-24T16:04:47.097Z

eventually all things add up

kulminaator 2021-01-24T16:05:04.097200Z

and having more ram makes machine cache up files in the free space = snappier machine

mpenet 2021-01-24T16:45:15.100200Z

I don't think I ever maxed ram usage with 16gb, or at least never noticed it. But I guess if I was buying now I would consider more ram. (I mostly use chrome, emacs, docker (kafka+cassandra))

Theodor M. 2021-01-24T17:52:30.100400Z

I'm very close to maxing 16 Gigs on Windows 10. I have Chrome with tabs, two instances of IntelliJ, I have Docker but no images and no VMs

gklijs 2021-01-24T18:49:22.101500Z

Indeed, during the ES build, I also ran Slack and Spotify. And they became slow te respond as well. But was the first time, and I could have put down de Docker VM to clear some memory. But more is always better.

Christian 2021-01-24T19:06:16.103300Z

Man, http://clojurescriptkoans.com/ is a pain to use. At least on my machine the entry form is tiny. And the editor let's me put a single ( instead of supplying the ) as well. I feel like a caveman without calva 😄

1