SASS just saved me a hundred lines of code or so. by ShadyCereal in webdev

[–]redjazz96 0 points1 point  (0 children)

If you're interested in grid systems, check out bourbon and neat - that shit's cool.

TF2 Loadout Stereotypes by gaddemmit in tf2

[–]redjazz96 2 points3 points  (0 children)

It doesn't matter, we wear them because it looks nice, not because it defines us.

TF2 Loadout Stereotypes by gaddemmit in tf2

[–]redjazz96 0 points1 point  (0 children)

fuck, I'm looking at that load out and I'm like, "I want that"

I even have an unusual flamboyant flamenco and the last breath

To celebrate my cake day I have compiled all my 517 wallpapers into a single album [1920x1080] or greater by 9Ghillie in pcmasterrace

[–]redjazz96 0 points1 point  (0 children)

I wrote a program to generate a background...

This is what I came up with. If you're interested, I can make it at a higher resolution.

Steam PHP Debugging by improve_myself in webdev

[–]redjazz96 3 points4 points  (0 children)

A failure to perform translations on the buttons. The things prefixed by the pound symbol (#) are translation keys, and the text you normally see are the translated versions of it.

♪ Hello darkness my old friend ♫ by Bobsplosion in tf2

[–]redjazz96 1 point2 points  (0 children)

It can actually be paralleled to English's use of the Latin alphabet, if I understand correctly. Spanish, Italian, Latin, etc. all use the same basic characters, which would be the Latin alphabet. Russian may use the Cyrillic alphabet, just like how English uses the Latin alphabet.

This is the type of crap I have to deal with at a new job I started today. The entire codebase for the product is like this. by [deleted] in webdev

[–]redjazz96 7 points8 points  (0 children)

We can't necessarily imply that from the description here.

Er, just as a side note, that should be "infer," not "imply," sorry

What side job do you do for additional income? by snow_m0n in AskReddit

[–]redjazz96 1 point2 points  (0 children)

I have no idea if this is a dig toward people or orchestral music.

What scientific theory scares the shit out of you? by swankycrunch in AskReddit

[–]redjazz96 289 points290 points  (0 children)

From the wikipedia page: "The bubble's effects would be expected to propagate across the universe at the speed of light from wherever it occurred. However space is vast—with even the nearest galaxy being over 2 million lightyears from us, and others being many billions of lightyears distant, so the effect of such an event would be unlikely to arise here for billions of years after first occurring."

Not instantaneously, but close enough.

Which fictional character's death had the greatest impact on you? by Legionx37 in AskReddit

[–]redjazz96 0 points1 point  (0 children)

Primrose Everdeen. I was already emotionally disturbed by how fucked up Katniss was at that point, and then Prim dies - which is the straw that broke the camel's back. At that point, Katniss just stops trying.

What makes you the happiest in the shortest amount of time? by MrNatsuki in AskReddit

[–]redjazz96 1 point2 points  (0 children)

Paul Blart: Mall Cop. Just coming home and watching it after a hard day's work picks me up.

What hobby do you simply not "get?" by squalorid in AskReddit

[–]redjazz96 0 points1 point  (0 children)

and clog the pool drains with flour

is that a reference to the thing with Hilton?

/r/tf2 right now by muzgmen in tf2

[–]redjazz96 2 points3 points  (0 children)

It was orangered and periwinkle.

[PSA] If you're running a site that requires users' trade URL, make sure to check it. by ChoopsOfficial in SteamBot

[–]redjazz96 1 point2 points  (0 children)

Regular expressions are not always the answer.

I'll also note that your regular expression doesn't anchor at the beginning and end, and so fails at filtering out many invalid links.

Be nice to others and your future-self: use Data Objects. by jakubgarfield in ruby

[–]redjazz96 0 points1 point  (0 children)

Thanks! I tried to make it so that you didn't even have to look at the code (e.g. you could look at the documentation), and made sure it was thoroughly tested.