23
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
  • 1
    @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
    @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 😂
  • 3
    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
  • 1
    @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
    @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? ^^'
  • 2
    @Krokoklemme I honestly don't recall why I answered like that lol
  • 0
    @Jilano 😭😭😭
  • 0
    @Jilano but I'm still 27 😪
  • 0
    @Jilano then blame the game and not windows lol
Add Comment