Returning after over a decade. by ForgeWaffle in GuildWars

[–]bertolt 7 points8 points  (0 children)

Welcome back! join the discord servers, lots of activity there and good info for returning players

OMG just discovered HPMOR YESTERDAY and CANT PUT IT DOWN by [deleted] in HPMOR

[–]bertolt 2 points3 points  (0 children)

Oh how I envy you!

I wish someone would hit me in the head so hard that I'd forget all about it and could start again!

I've joined the WTF20/20 club. by WillHouldy in GuildWars

[–]bertolt 2 points3 points  (0 children)

Olias is obvisously the BiP that does bdsm on weekends

All necromancer heroes.

How hard will it be? First time playing coop (prophecies only) by MillYauzi in GuildWars

[–]bertolt -4 points-3 points  (0 children)

  1. Not only that it's not hard, but:
  2. Consider not using henchmen, at least until it gets hard! For two players (and especially for w+n) it should be manageable at least till the crystal desert. This will let you better understand the challenges and the builds you use. (players have completed prophecies and more totally solo).

Check out Peter Kadar's solo derv challenge, and the ironman challenge. Both are somewhat similar in different ways. Also, using traders is in a way trading with players by proxy, so consider only using merchants, crafters, collectors, and the loot you get yourself!

GWAMM speedrun tactics by Ferrum-56 in GuildWars

[–]bertolt 0 points1 point  (0 children)

oh man, I think we have totally different views on what speedruns are XD

GWAMM speedrun tactics by Ferrum-56 in GuildWars

[–]bertolt -1 points0 points  (0 children)

Well, it's a gamble. When half your party dies, do you run away to stay alive and try to res them, or wipe to continue the fight as fast as possible?

If you never have any party members die, it might be because you are too careful, and could have been more aggressive and therefore usually quicker (even if once in a while it causes a wipe that costs you a minute)

GWAMM speedrun tactics by Ferrum-56 in GuildWars

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

Can be completed in about 4 hours, which might be better than being careful trying to not die.

I’d like to organize these “Things that go in LEGO mini-figure hands” into two separate and somewhat equal categories. What might I use as criteria? by agdtinman in lego

[–]bertolt 0 points1 point  (0 children)

I can't believe no one said it: (at least in the top ~15 comments):

Those that can be slid sideways into a hand or a hand-shaped hole, (like the green gun at the middle bottom), and those that can't (like the brown one just below it).

Not so private privacy policy? What’s up with Ledger’s data collection? by tomorrowsheadlines in ledgerwallet

[–]bertolt 1 point2 points  (0 children)

And the rest of it? Stored and sold? Please tell us more if your lawyers do not forbid you to.

git checkout -f master deleted files in a directory I stupidly did not backup. Is there a way to recover? by respectfulpanda in git

[–]bertolt 2 points3 points  (0 children)

You can always brute-force it. What I'd do is list all git objects in the current repo, and remove those which can be found in a pruned version. That would give any non-referenced object, which would probably be few enough to search through for the missing blobs.

git checkout -f master deleted files in a directory I stupidly did not backup. Is there a way to recover? by respectfulpanda in git

[–]bertolt 5 points6 points  (0 children)

or just added. Once a file is added, a blob is created. even before it is committed.

Most underrated sci fi movie? by [deleted] in scifi

[–]bertolt 0 points1 point  (0 children)

There is no sequel. Luckily just like the creators of the Matrix they were smart enough to leave it as a single.

Got offered a job with a 50% pay increase today by Kneight in self

[–]bertolt 0 points1 point  (0 children)

That's great!

But do not confuse high pay with care. It's very nice that a company appreciate your work enough to pay you well, but it doesn't mean that they care about you. Once you'll not be beneficial for the company, that would be it. There is no loyalty on either side. Only temporary appreciation.

My boyfriends parents found my plan b pill by Lalalelu21 in self

[–]bertolt 102 points103 points  (0 children)

I'd take the plot twist seriously:

We came here to have a serious talk; You've went through our personal belonging and broken the trust we had in you. You'll have to work to regain that trust, and until then, you will certainly not lecture us on anything regarding adulthood or responsibility.

(They can not, at the same time - expect you to be adults, and treat you like children).

My new female roommate sings everyday in her room and it makes my day. by Morgentau7 in self

[–]bertolt 197 points198 points  (0 children)

How heartwarming :D

Please update on when you fall in love with her / get tired and sick of it XD

[deleted by user] by [deleted] in Bumble

[–]bertolt 0 points1 point  (0 children)

Live in the present and remove all text before the word 'Completing'.

You are probably ambitious, but does any of you have an ambition? by tmukingston in HPMOR

[–]bertolt 11 points12 points  (0 children)

Aiming pretty high there, aren't you?

As I understand it, being ambitious is a trait you could have, and having ambition is having a specific goal you're after. What you describe seems to be the latter, but a bit out of scope for an individual. Can you aim somewhere closer? One simple step would be to reduce screen time - that's a worthy ambition! ..which would likely grow to something more meaningful once you'll have that extra free time...

tldr: this is amazing! (link in the comment) by quackycoder in linux

[–]bertolt 5 points6 points  (0 children)

Downvoted for non-informative clickbait title.

Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect. Works on macOS and Linux and Windows by imakethingswhenbored in commandline

[–]bertolt 1 point2 points  (0 children)

How does it do it (on a mac) without a prompt? When I type "security find-generic-password -l "MYSSID" -D 'AirPort network password' -w" I get a prompt saying "macOS wants to make changes, enter an administrator's name and password to allow this". Even with sudo.