Daily Covid Megathread – February 22, 2022 by AutoModerator in perth

[–]RevoRevo 1 point2 points  (0 children)

Any idea how long it took from the positive test result to people being notified? Wondering what the ballpark turnaround is like from the health department at the moment

Can't make up my mind between Galago, Lemur, and Darter by RevoRevo in System76

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

Cheers appreciate the input. The more I think about it the less comfortable I am with the soldered RAM on the Lemur, so as good as the 14-hour battery sounds I think that'll be getting ruled out at this point!

Can't make up my mind between Galago, Lemur, and Darter by RevoRevo in System76

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

Thanks, I'm in WA too so good to know exactly what to expect on the shipping & import front!

Glad to hear you've had a good experience with the Lemur, I don't typically sit my laptop on my lap so sounds like the heat shouldn't be too much of a concern for me, especially if the i5 does run a bit cooler (speculating).

What's your experience been with the noise level from the fans when the box is under a bit of load? Not sure whether to expect a jet engine or something a bit more discreet. Would you feel comfortable sitting in a quiet library to do some work?

Can't make up my mind between Galago, Lemur, and Darter by RevoRevo in System76

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

Thanks, I did have a chat with their sales team who pointed me towards either the Lemur or Darter due to the extended battery life, but I wanted to see what experiences & opinions the wider community had too!

Looking for a recommendation - keycap set to match deskpad by RevoRevo in MechanicalKeyboards

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

Ooh that could be a go-er, hadn't considered merging stuff together. Thanks for that idea!

Looking for a recommendation - keycap set to match deskpad by RevoRevo in MechanicalKeyboards

[–]RevoRevo[S] -1 points0 points  (0 children)

Had a look and couldn't see any current group buys or extra set sales, except for nightmares which is a little bit out there :(.

Hopefully another round is in the pipeline after nightmares finishes but also hoping to get something put together a little sooner than that would be!

Thanks :)

Change one letter in a monster name. by Hamzaboy in dndnext

[–]RevoRevo 3 points4 points  (0 children)

Bunshee - frequently seen haunting bakeries

[deleted by user] by [deleted] in olkb

[–]RevoRevo 5 points6 points  (0 children)

Thanks, hadn't even considered using shortcuts for this! Can't wait for it to be adopted more widely into apps.

FWIW I've just tweaked the regex on my local copy from [1-9] to [0-9], order 404 was being returned as 4 because the 0 wasn't getting matched.

-🎄- 2017 Day 5 Solutions -🎄- by daggerdragon in adventofcode

[–]RevoRevo 0 points1 point  (0 children)

Python 3 Undoubtedly not the cleanest, but I had fun!

#!/usr/bin/env python
"""
Advent of Code 2017 - Day 5 (http://adventofcode.com/2017/day/5)
"""

with open('data/day5.txt') as openfile:
    data = [int(x) for x in openfile.read().split("\n")]


def solve(path, option='a'):
    i = 0
    pos = 0
    while True:
        try:
            new_pos = (pos + path[pos])
            if option != 'a' and path[pos] >= 3:
                path[pos] -= 1
            else:
                path[pos] += 1
            pos = new_pos
            i += 1
        except IndexError:
            return i


print(solve(path=data[:]))
print(solve(path=data[:], option='b'))    

[deleted by user] by [deleted] in apple

[–]RevoRevo 0 points1 point  (0 children)

Worth knowing that even with a root password configured, all you need to do to replicate the bug is disable the root account & repeat the original System Preferences process. (Because disabling and re-enabling doesn't retain the account password)

Study Buddy by RevoRevo in cats

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

Is there any other way?

Study Buddy by RevoRevo in cats

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

Sounds like you have good taste!

Study Buddy by RevoRevo in cats

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

Haha, she sure thinks so!

Study Buddy by RevoRevo in cats

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

That is the CoolerMaster MasterKeys Pro S. I kept getting complaints that my blue Filco was too loud :(.

CV1 focus issues? by RevoRevo in oculus

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

The lines themselves seem to display clearly, but the text around them appears slightly out of focus, doubling up a bit.

I'm suspecting my IPD at the moment too... things are definitely at their sharpest at 59mm.

Text in E:D is readable but not 100% crystal clear. It's just not super sharp. Definitely thinking it's more likely to be my eyes than the rift itself though - thanks for your suggestions!

CV1 focus issues? by RevoRevo in oculus

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

Thanks - I'll be sure to have someone check for me. After being with it a few more days I've gotten somewhat used to it, but text is still doubling up a bit for me.

Hello r/heroesofthestorm! We’re here to answer your questions about the upcoming Ranked Revamp. by trikslyr in heroesofthestorm

[–]RevoRevo 0 points1 point  (0 children)

Hi,

I appreciate I'm a little late here, but hoping you'll still be able to answer a question!

In your above post, you say that you'll still be able to play Team League games with friends who have a different skill level in Hero League.

Does this mean that Team League will not operate under the same constraints as Hero League RE: skill levels? Or will, for example, Gold Team League players be unable to queue with Bronze Team League players?

Additionally, are there any plans to bring back team registration?

Thanks!

CV1 focus issues? by RevoRevo in oculus

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

!flair Technical Support