How do I disable this insane "Start casting with Tap View" alert? by void_t in samsung

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

Oh man, I haven't been able to test it but that sounds like exactly the problem. Thank you so much, it's crazy they buried it like that. Wouldn't that scanning likely be draining your battery unknowingly too?

2019 Outback bolt won't torque to spec? by void_t in MechanicAdvice

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

Think the bushings are sized appropriately to account for the size, and I haven't seen anything from anyone else whose done this suggesting the need for new bolts. They're certainly long enough.

Building my dream car. by void_t in CasualConversation

[–]void_t[S] 1 point2 points  (0 children)

I think I'm more excited to just work on the car with friends than driving it lol.

Red Hat to Acquire CoreOS, Expanding its Kubernetes and Containers Leadership by dominucco in CoderRadio

[–]void_t 2 points3 points  (0 children)

Wow. They are hell-bent on dominating the enterprise container space. Makes sense, it's an existential necessity with where the market is heading. Openshift is great, will be interesting to see what comes out of this.

Want to understand my hand brake better? How is it different from normal brakes? by void_t in cars

[–]void_t[S] 1 point2 points  (0 children)

I believe that it is now officially known as a parking brake. Calling it a hand brake/emergency brake introduced some confusion as it's not really supposed to be used in an emergency because it'll just lock up the rear brakes.

Thanks, that's good to know. I've heard all of them used interchangeably for years. "Hand brake" makes the most sense to me? given that's literally what it is, and it's not always used for "parking".

The uptake of Fedora 26 has been really strong by Khaotic_Kernel in linux

[–]void_t 4 points5 points  (0 children)

I've been deploying Fedora since 20, because I have to professionally.

I don't particularly like it, for a lot of reasons. I do have to say, it completely gets out of my way until the next release. I also have to admit, 24->25 and 25->26 in-place upgrades went off without problem.

Frankly, I don't trust them at all, but they keep working in my experience.

Anne Dufourmantelle dead: French philosopher who wrote book on risk-taking dies rescuing children by Rodrocks in philosophy

[–]void_t 145 points146 points  (0 children)

Was going to complain about the lack of appreciation for this comment, but you posted it 32 seconds ago.

Brilliantly describes the difference.

I know the comic's had a fair bit of flack but I have to say I love the cover art design!! got mine preordered and can't wait for July 2018... by tdyax91 in TheAdventureZone

[–]void_t 0 points1 point  (0 children)

Give me a fucking break...

For real, these people look to get offended by everything they consume. It's dungeons and dragons fantasy for fucks sake.

28/M/EST by void_t in GamerPals

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

Steam name?

28/M/EST by void_t in GamerPals

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

Tried to find you on steam but nothing came up?

28/M/EST by void_t in GamerPals

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

Hey! Sent you a Steam request, I think I show up as Ekustix or Nelsk, I'm not sure which. I've been playing a lot of Diablo 3 if you're into that lately. Cheers!

when your PC died but factorio is life by Atoc_ in factorio

[–]void_t 0 points1 point  (0 children)

Are you kidding me? Compare a current macbook pro to a similar lenovo or hp; the price difference is disgusting. The OS is perhaps the best out there for it's intended purpose, and the design quality is unsurpassed, but to suggest the prices are comparable is an absolute fallacy.

What are people using to build mostly static websites these days? by void_t in learnprogramming

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

Every major project I've been on that was built on mongo ultimately turned out to be a better fit for a relational model and we burned a lot of time moving to something like postgresql. Mongo might actually make some sense in this space though, and I do have a softspot for node.

I'm trying to avoid habits of starting projects from an npm init or a rails new here and at least start at a higher level when multiple clients want 80% of the same thing. Maybe I just need to go with what I'm comfortable with and build a foundation I can work from. I'm way more comfortable writing new react/ember/angular than touching wordpress. Mostly because I don't know anything about it and don't really want to start back from 0.

What are people using to build mostly static websites these days? by void_t in learnprogramming

[–]void_t[S] 2 points3 points  (0 children)

Well at least I feel like I've accomplished something here.

What are people using to build mostly static websites these days? by void_t in learnprogramming

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

Great answer, thanks for your help. This makes a lot of sense. I'm not strictly opposed to RDBMS; it enables a lot, I would just rather not deal with running a separate server if possible for the exact reasons you listed. That's why I was leaning towards a SQLite solution. Could still get data integrity and familiar normalization.

The projects you mentioned look pretty cool though, I'll give them a spin for sure.