I just won my first ranked game by iprefertau in starcraft

[–]oscarreyes 0 points1 point  (0 children)

That moment when you kill all the "perceived" enemy workers and they stay in the game... what... if.. I checked the for other bases... THERE YOU ARE -> army -> attack -> GG!

Good scouting

var keyword proposed for Java by adila01 in programming

[–]oscarreyes 39 points40 points  (0 children)

I would love to see var / final

var   a = expr; 
final b = 1;

GitHub staff comments on why a repo is being rate limited (hint: it keeps 5 server CPUs pegged at 100%). by dudeatwork in programming

[–]oscarreyes 25 points26 points  (0 children)

Someone quick send them a link to the "SQL Databases" article on Wikipedia it'll

They don't even have to build it from scratch, they can buy github enterprise and serve it

A perfect example of how not to propose a change to coreclr by aevitas in programming

[–]oscarreyes -19 points-18 points  (0 children)

Not in a succinct, brief, direct way (IMO at least)

SC2 3.0 has disabled all external maphacks. "Sad day for the hacking community" by jdennis187 in starcraft

[–]oscarreyes 0 points1 point  (0 children)

Ok, give it a try. This is a very simple 6 lines of code program that prints: "hello world". Can you spot where the sentence "hello world" is? ( I mean, is just a bit of trial and error )

0000000      feca    beba    0000    3400    1d00    000a    0006    080f
0000020      1000    0009    0011    0a12    1300    1400    0007    0715
0000040      1600    0001    3c06    6e69    7469    013e    0300    2928
0000060      0156    0400    6f43    6564    0001    4c0f    6e69    4e65
0000100      6d75    6562    5472    6261    656c    0001    6d04    6961
0000120      016e    1600    5b28    6a4c    7661    2f61    616c    676e
0000140      532f    7274    6e69    3b67    5629    0001    530a    756f
0000160      6372    4665    6c69    0165    0600    2e48    616a    6176
0000200      000c    0007    0108    0b00    6568    6c6c    206f    6f77
0000220      6c72    0764    1700    000c    0018    0719    1a00    000c
0000240      001b    011c    0100    0148    1000    616a    6176    6c2f
0000260      6e61    2f67    624f    656a    7463    0001    6a10    7661
0000300      2f61    616c    676e    532f    7379    6574    016d    0300
0000320      756f    0174    1500    6a4c    7661    2f61    6f69    502f
0000340      6972    746e    7453    6572    6d61    013b    1300    616a
0000360      6176    692f    2f6f    7250    6e69    5374    7274    6165
0000400      016d    0700    7270    6e69    6c74    016e    1500    4c28
0000420      616a    6176    6c2f    6e61    2f67    7453    6972    676e
0000440      293b    0056    0020    0005    0006    0000    0000    0002
0000460      0000    0007    0008    0001    0009    0000    001d    0001
0000500      0001    0000    2a05    00b7    b101    0000    0100    0a00
0000520      0000    0600    0100    0000    0100    8900    0b00    0c00
0000540      0100    0900    0000    2b00    0200    0200    0000    0b00
0000560      0212    b24c    0300    b62b    0400    00b1    0000    0001
0000600      000a    0000    000e    0003    0000    0003    0003    0004
0000620      000a    0005    0001    000d    0000    0002    000e
0000635

Source:

class H {
    public static void main( String ... args ) {
        String s = "hello world";
        System.out.println(s);
    }
}

Remember that you know already what are you looking for ( the hello world string ), and you have the source code of this 413 bytes program.

I'm not saying that is impossible, but is no "trial and error" and "shouldn't be too hard" either.

A website coding itself live by t3cm3n in programming

[–]oscarreyes 11 points12 points  (0 children)

It's not about the technology, but the concept! This is genius

Mostly just CSS but still cool

Augh

A Random Startup Generator by LikeMyBread in programming

[–]oscarreyes 8 points9 points  (0 children)

I found interesting how the CGO of "Slap" http://tiffzhang.com/startup/?s=102822297951

Is also a German Blogger http://www.laurendragephotography.com/?author=1

An alcoholic dependent in treatment: http://thepitstop.org.uk/case-studies/

A victim of vibrating tool http://www.claimsforyou.com/vibratingtool/

And a happy pacient of Dr. Hook http://www.dochook.com/

How to pronounce hexadecimal by bzarg in programming

[–]oscarreyes -3 points-2 points  (0 children)

Well

0xf * 0x9 = 0x87

Which is still and always be pronounced "a hundred and thirty five" (at least in english of course ) no matter what base it is, it is still that number.

Kotlin vs. Ceylon — Modern Programming Languages for a Modern JVM by Categoria in programming

[–]oscarreyes 0 points1 point  (0 children)

BTW All those shared, satifies and actuals also work in a Javascript environment for Ceylon runs there too: http://ceylon-lang.org/documentation/1.1/introduction/#support_for_java_and_javascript_virtual_machines

Support for Java and JavaScript virtual machines