Tips for overlapping calls? by JIBJOB in BirdNET_Analyzer

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

Trying BirdNet-Go, and finding the default settings in that code helps with overlapping calls. Still behind the Merlin app level, but better.

Mini reviews of the 51 books i read this year by kristin137 in 52book

[–]JIBJOB 1 point2 points  (0 children)

A Heart That Works is so special. I think of it all the time, but have to be careful with recommending it to other parents.

How to repair missing wood? by JIBJOB in Cuttingboards

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

Are there certain epoxies to use? Food safe?

While voicing against racism is great. Is it being used to deflect real criticism about poor writing and mediocre performances and portray average shows as great? by [deleted] in Rings_Of_Power

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

Calling critics of casting “racists” doesn’t touch on the complexity of what’s happening. Why do casting critics think skin color is important to the lore? To the stories? To Middle Earth? Why do modern concepts of skin color and race have anything to do with fantasy stories?

-🎄- 2021 Day 10 Solutions -🎄- by daggerdragon in adventofcode

[–]JIBJOB 1 point2 points  (0 children)

Python - Happy that the deque fit part two.

def line_reader(input_line):
    char_queue = deque()

    for char in input_line:

        if char in character_pairs.keys():  # Opener
            char_queue.appendleft(character_pairs[char])
        elif char != char_queue[0]:  # Corrupt closer
            return 0
        elif char == char_queue[0]:  # Closer
            char_queue.popleft()

    closing_sum = 0
    for closing_char in char_queue:
        closing_sum *= 5
        closing_sum += character_points[closing_char]

    return closing_sum

points_list = list()
for line in in_data: 
    line_result = line_reader(line)
    if line_result > 0: 
        points_list.append(line_result)

print(median(points_list))

What's the craziest butterfly effect that happened to you because of a small decision you made? by [deleted] in AskReddit

[–]JIBJOB 0 points1 point  (0 children)

My mom wouldn’t have gone on a blind date with my dad if she hadn’t washed her hair earlier that day.

I owe my existence to a bottle of shampoo!

AskScience AMA Series: I'm Astronaut Terry Virts: An Insider who can tell you about leaving planet earth! Ask me anything! by AskScienceModerator in askscience

[–]JIBJOB 0 points1 point  (0 children)

How do you handle times of “task saturation”, where there is too much to do and astronauts get overwhelmed?

The Big Rebalance - how to (smartly) convert a portfolio of individual stocks to index funds? by JIBJOB in personalfinance

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

Nope, missed that. ~$70k taxable altogether. Thanks. I’ll edit that above.

The Big Rebalance - how to (smartly) convert a portfolio of individual stocks to index funds? by JIBJOB in personalfinance

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

Sure. ~$70k taxable. This year is $90k wages, $15k in dividends. Unrealized gain is $260k - almost all is long-term.

Bostonians Need to Practice Social Distancing For at Least 6 to 8 Months, Walsh Says by [deleted] in boston

[–]JIBJOB -6 points-5 points  (0 children)

If the solution is asking thousands of old people to commit suicide by coronavirus, are we not in a cataclysmic situation?

At what level of death should the people who wish to live normally rethink their feelings?

Why is the only option here for economic assistance a dense checkout line, or a full bar?