<- 1  -   of 3455 ->
^^
vv
List results:
Search options:
Use \ before commas in usernames
red chamber dream
he's probably right about it using the ram for caching instead, i noticed at work that my cache was at like 4gb
but yeah the only times really I've had it swap out is when I've either been writing some software and fucked something up and tried to allocate some stupid amount of RAM, or when I've been in photoshop or something and tried to create an image that's way too big and in those situations I'd rather just have it kill the application
oh I think some OSes use swap for hibernate functionality as well, I know linux does that
red chamber dream
yeah you know, i can't think of a situation where i would actually want swap to happen either
red chamber dream
it means i'm fucking something up, like you said
red chamber dream
well, except at work where 16 gb just isn't enough lol
urgh I've got one of those fucking eye headaches where you get pain behind / above both your eyes
red chamber dream
smoke moar

alternatively, smoke less
you're right, it's too much of the legal thing and none of the illegal thing
red chamber dream
ah there you go
red chamber dream
i switched back to the legal thing after finding vapes relatively unsatisfying, and also they made my chest feel weird which can't be a good sign ...
I was going to try to quit again recently but got nowhere
red chamber dream
it's not worth it
red chamber dream
man php 7 is actually not bad

it's almost as if it's a real language now
sometime I should port my existing shit to use the strict types and what have you, but I'm betting I'll die before I bother
red chamber dream
ugh we're in the middle of doing that right now in javascript with typescript
red chamber dream
typescript is great but man is it a pain to convert existing code
really just happy my shit ran unmodified on php 7 so I don't have to worry about it yet
red chamber dream
i think there were only a few breaking changes, nothing too major though
i thought I might have run into trouble with that {$foo['bar']}->field versus $foo{['bar']->field} change or whatever the hell it was, but I didn't know about the curly brackets syntax when I wrote it so all the code like that in my codebase does $a = $foo['bar']; $a->field
and I think you can probably find all instances of me doing that by searching the code for comments like '// php sucks'
red chamber dream
hahaha nice

yeah that sounds like php
think we were on php 4 when I started using it, back in the days of the "magic quotes" fiasco, and some of my code is still that old so it's nice it still works properly
red chamber dream
heh all my gamelogs stuff was php 4 too

the top of all my service files has a custom function call handle_magic_quotes() lol
red chamber dream
gamelogs is so fucking shitty now, looking at it, holy fuck

i'd love to rewrite the ui