24
gitpush
6y

I would love to see those that say:
Unused RAM is wasted RAM

There you go, used every fucking possible bit to a point mouse pointer doesn't fucking move.

Fucking hate when people say that, and don't be funny and throw a comment about those 300MB are wasted .. blah blah blah.... Yaaaa fuck off.

Comments
  • 4
    Don't worry, those same people probably don't remember when a brand new PC was lagging like hell with just Vista. I always try to keep my resource consumption as low as possible and it worked pretty well so far!
  • 2
    @Jilano lol ya I remember those days, install Vista -> PC slow af

    Yes resource consumption should be as low as possible, but not according to them lol
  • 1
    @gitpush The big question would be: If you're already at 99%, what happens if you want to start something else?
  • 2
    @Jilano utilize the remaining 1% because unused RAM is wasted RAM lol
  • 3
    "Unused RAM is wasted RAM"
  • 2
    My Mac uses a ton of ram 😭 I feel the anger caused by it a lot... I HATE those stuttering animations and laggy experience just because macOS uses about 6 Gigs of RAM
  • 1
    @AlpineLinnix and you are now history 😑
  • 1
    @-ANGRY-CLIENT- 🤦🏼‍♂️
  • 2
    @Electrux yup feels like chrome is better in ram usage lol
  • 2
    @AlpineLinnix soon you will 😏
  • 2
    @gitpush lol yea 😂
  • 4
    I have 32gb ram and still get upset when I don't optimize my code, even when it's something high level like Ruby.

    Assembly teaches great optimization habits 😊
  • 2
    @Root can you share some? I only used assembly during University for basics of the basics lol
  • 2
    @gitpush It's been so long since I've coded anything seriously in assembly, any specifics I could share would be quite dated.

    The way of thinking about code and optimizing, however, hasn't changed much. I'm just not sure how to convey it
  • 0
    @Root not even any good practice you use for coding?
    For example using uint instead if int ..etc.
  • 0
    @AlpineLinnix sorry bro don't really understand your point :/
  • 5
    Is this Arch? Because Arch purposefully uses all the ram it can get at all times.
  • 1
    @ewpratten nope, that's macOS
  • 2
    @Jilano nothing, the OS would start to use your hard drive as working memory/move less active ram portions there

    Basically: it'll still work, but it's gonna be slow af
  • 2
    @gitpush one tip: avoid heap allocations and reuse memory instead
  • 1
    @Krokoklemme turned out react native had memory leak, had terminal closed and Dev tools closed but kept the emulator running (iPjone emulator)
    Anyways that caused the leak cuz app was still running in emulator but showing error lost connection with bundler
  • 1
    @Krokoklemme But what if the virtual memory/swap is disabled? :D (it's even fairly common to have an error message because of that on Windows)
  • 1
    @Jilano is it? Never seen or heard anything like that before

    @gitpush sorry, but how exactly does that relate to the tip I was trying to give you? ^^'
  • 3
    @Krokoklemme I honestly don't recall why I answered like that lol
  • 1
    @Krokoklemme I've seen it mostly with games, but yes, it does happen

    @gitpush Getting old isn't easy ;)
  • 1
    @Jilano 😭😭😭
  • 1
    @gitpush No worries, we're all (mostly) aging at the same speed :D
  • 1
    @Jilano but I'm still 27 😪
  • 0
    @Jilano then blame the game and not windows lol
  • 0
    @Krokoklemme In all honesty, I wasn't really blaming anyone or anything, haha
    I know all too well that most games nowadays are very badly optimised and you have to spend time and tweak the configuration files to have something barely "okay-ish" (looking at you, Bless)
Add Comment