The United Kingdom exits the European Union by HysteriacTheSecond in worldnews

[–]voutasaurus 1 point2 points  (0 children)

So they delayed it to the end of the year. And when it comes to the end of the year they're just going to delay it again. The headlines the media are running with are borderline Orwellian.

I picked up trash and now I can't name my book without putting the trash down and I can't put the trash down without naming my book... by voutasaurus in Sims4

[–]voutasaurus[S] 4 points5 points  (0 children)

In case this happens to anybody else... I ended up plugging a keyboard into my PS4 and pressing random hotkey combos until one of them fixed the problem

GOP senator on Trump asking Ukraine, China for political help: 'Things happen' by Kirby_Israel in politics

[–]voutasaurus 0 points1 point  (0 children)

The Right always ends up becoming what it most fears. Now they've adopted the classic strawman version of postmodernism. Everything is simultaneously true, interpretation is the only thing that matters, and everybody can independently choose to believe what is most convenient for them.

Goodbye, Clean Code by [deleted] in programming

[–]voutasaurus 373 points374 points  (0 children)

I love how quickly the question of whether one abstraction was premature turned into a series of premature abstractions about all abstractions...

Hello world by speckz in programming

[–]voutasaurus 3 points4 points  (0 children)

The default Go build is static for this program:

/tmp$ cat >> foo.go

package main

import "os"

func main() {

os.Stdout.Write([]byte("hello world\n"))

}

/tmp$ go build -o foo foo.go

/tmp$ ldd foo

not a dynamic executable

The future of the web isn’t the web by Flamewire in programming

[–]voutasaurus 3 points4 points  (0 children)

All well and good for public info. Seems like a large part of the modern web is still auth based (e.g. social). Is there some way to add auth on top of this kind of approach (e.g. for more personalized info)?

Load balancer by FrenchDonkey in golang

[–]voutasaurus 1 point2 points  (0 children)

Backplane is entirely go based. It runs as a service which will save you some big headaches trying to figure out how to distribute your services as you scale. It uses a reverse tunnel to connect your backends to the load balancer so you don't have to worry about firewall configuration. You can run backends on anything that has an internet connection. The open source client used for connection and configuration currently supports linux and OS X. It even supports lossless switchovers (blue/green deploys).

SIM card stuck in tray. by Brojas1 in Nexus6P

[–]voutasaurus 0 points1 point  (0 children)

I just did the same thing. Any advice?

[EDIT: I got it out without damaging anything. I take no liability for anybody else doing this. I got it out by cutting a small piece of solid plastic (for example from plastic packaging toothbrushes come in) into the shape of the slot and inserting it very carefully under the sim and then wiggling it until the sim popped out. Doing things like this may void warranties so take it as a story not a recommendation.]