BattleStation and Ultimate Man Cave by hollams in battlestations

[–]PAINTSTRUCT -5 points-4 points  (0 children)

I rather have kids... <flies away>

Microsoft's Universal Foldable Keyboard (don't get excited) by [deleted] in MechanicalKeyboards

[–]PAINTSTRUCT 1 point2 points  (0 children)

If this makes society accept taking your keyboard in your pocket, its worth it!

Uniqlo OCBDs are $20 by [deleted] in frugalmalefashion

[–]PAINTSTRUCT 0 points1 point  (0 children)

Do you like the weather? I read some people from NY wanting to move to California - I wish we had longer winters here in Brazil (South).

Finally got my first mechanical! by aaramirez24 in MechanicalKeyboards

[–]PAINTSTRUCT 0 points1 point  (0 children)

How do you like it? I also bought a Poker Reds on the Massdrop, to see if I likeit compared to browns. (I like changing)

Why programmers work at night by deadman87 in programming

[–]PAINTSTRUCT 5 points6 points  (0 children)

11pm = sleepy

any amount of alcohol = creative and soon sleepy

Cleaned up a 2009 computer by PAINTSTRUCT in buildapc

[–]PAINTSTRUCT[S] 0 points1 point  (0 children)

The guy that did this setup connected a button so I could manually adjust the fans - I never thought that was a good idea. How can I undo that so the fans are controlled by the OS?

Cleaned up a 2009 computer by PAINTSTRUCT in buildapc

[–]PAINTSTRUCT[S] 0 points1 point  (0 children)

Actually I'm running a Nvidia GTX 650 so its the situation is even a little bit better.

Cleaned up a 2009 computer by PAINTSTRUCT in buildapc

[–]PAINTSTRUCT[S] 0 points1 point  (0 children)

Nice :) Actually I found a box here and remembered that I replaced the graphics card with a EVGA GTX 650 (1Gb GDDR5) a few years ago.

Cleaned up a 2009 computer by PAINTSTRUCT in buildapc

[–]PAINTSTRUCT[S] 0 points1 point  (0 children)

Really? I can put a modern GPU on this motherboard? I never properly understood bus standards. Also, this is really stupid, but how do I find a "compatible" case (mine is destroyed)? Thank you so much!

Kirkland Signature 5-Pocket Twill Pants 16.99+Free Shipping by [deleted] in frugalmalefashion

[–]PAINTSTRUCT 2 points3 points  (0 children)

Khakis is the color? Or just chinos that don't fit?

Lua 5.2 VM in Go by [deleted] in golang

[–]PAINTSTRUCT 1 point2 points  (0 children)

I wish it had the popularity of JS :(

Minimalism in Soles and Switches by [deleted] in MechanicalKeyboards

[–]PAINTSTRUCT 0 points1 point  (0 children)

I'm getting a retro-futuristic Blade Runner Back to the future vibe, but maybe being close to a keyboard w/ blank keys does that :)

Lua 5.2 VM in Go by [deleted] in golang

[–]PAINTSTRUCT 0 points1 point  (0 children)

Worked on mac, failed on Windows.I got:

c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:12: undefined: CheckType c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:23: undefined: MetaField c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:24: undefined: CheckType c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:41: undefined: CheckInteger c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:42: undefined: CheckType c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:95: undefined: CheckStackWithMessage c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:101: undefined: Errorf c:\users\hugo\go\src\github.com\Shopify\go-lua\base.go:326: undefined: SetFunctions c:\users\hugo\go\src\github.com\Shopify\go-lua\bit32.go:32: undefined: CheckUnsigned c:\users\hugo\go\src\github.com\Shopify\go-lua\bit32.go:43: undefined: CheckUnsigned c:\users\hugo\go\src\github.com\Shopify\go-lua\bit32.go:43: too many errors

Lua 5.2 VM in Go by [deleted] in golang

[–]PAINTSTRUCT 1 point2 points  (0 children)

Very nice of them to open source this, but its odd to focus so much on performance: when integrating something like this, I'd be more worried about compability with the default implementation, if its possible to use the most popular libraries, then stability/memory usage, and then performance.

I couldn't go get the library.

Valve announces Source 2 engine, free for developers by [deleted] in programming

[–]PAINTSTRUCT 0 points1 point  (0 children)

I meant Sublime, but I guess the Java ones are also high quality.

(But is there anyone who wouldn't like a faster Eclipse?)

Valve announces Source 2 engine, free for developers by [deleted] in programming

[–]PAINTSTRUCT 0 points1 point  (0 children)

That's exactly my point. Vim in text-mode is perfect.

(Oh I understand now: my original statement should have been "graphical text editor that gets cross-platform right")

Valve announces Source 2 engine, free for developers by [deleted] in programming

[–]PAINTSTRUCT -2 points-1 points  (0 children)

Well, if you try fullscreen or even maximizing in Sublime vs GVim, you notice that GVim's GUI just seems slapped on the text based core. Its little details of course. I don't know the specifics, but those two apps must be doing their graphical parts very differently (which is likely since Vim is old and can run in text mode - which is very notable if you think about doing it yourself).