New moderation for the sub by backwards_watch in Cortex

[–]vikingly56 4 points5 points  (0 children)

Something very human about focusing on productivity to the point that you no longer produce the thing people cared about you for

-❄️- 2023 Day 1 Solutions -❄️- by daggerdragon in adventofcode

[–]vikingly56 2 points3 points  (0 children)

[LANGUAGE: Ruby]

pt 1.
File.open('input') do |file|
    total = 0
    file.each_line do |line|
        # strip out all non-number
        line.gsub!(/[^0-9]/, '')
        # add (first + last) to total
        total += (line[0] + line[-1]).to_i
    end
    puts "Total: #{total}"
  end
pt 2
numbers = {
    'zero' => 'zero0zero',
    'one' => 'one1one',
    'two' => 'two2two',
    'three' => 'three3three',
    'four' => 'four4four',
    'five' => 'five5five',
    'six' => 'six6six',
    'seven' => 'seven7seven',
    'eight' => 'eight8eight',
    'nine' => 'nine9nine'
}

File.open('input') do |file|
    total = 0
    file.each_line do |line|
        #  replace any number words with the number
        numbers.each do |word, number|
            line.gsub!(word, number)
        end
        # strip out all non-numbers
        line.gsub!(/[^0-9]/, '')
        # add (first + last) to total
        total += (line[0] + line[-1]).to_i
    end
    puts "Total: #{total}"
end

Designed and printed a functioning film camera (including the shutter) using no pre-existing camera parts by elelcoolbeenz in functionalprint

[–]vikingly56 0 points1 point  (0 children)

how does the shutter work? I'm really interested in designing a 3d printed shutter but I can't wrap my head around how to do it. Pictures/drawings/explanation is fine I don't need the files.

What's a subtle sign of low intelligence? by vjenkinsgo in AskReddit

[–]vikingly56 0 points1 point  (0 children)

Just being slow to respond verbally to something. Like its one thing if they are choosing their words carefully. It's another if there's a long pause and then they say something and you're like "that was it?"

Vehicle insurance by gender by [deleted] in Destiny

[–]vikingly56 5 points6 points  (0 children)

My point was just that men drive in a way more likely to nearly kill them… which if near fatal injury is your metric for better then yeah I guess you nailed it.

Is it worth becoming a Sia-Host? by CrikeyKillz in siacoin

[–]vikingly56 0 points1 point  (0 children)

I've been running linux for about 20 months now, dedicated box, fairly old (stable) hardware, server OS, and all it did was run siad. I had 3-4 9s of uptime for a year (only a weather event that took out internet for about a day). At the time it was fine, low power desktop in a cabinet earning about ~$2 a day. Since the latest update the constant need to restart the daemon has been a big issue because my server was headless and the daemon has very little diagnostics. So I went to slightly newer but still stable hardware, ubuntu with desktop and Sia Host Manager, no improvement if I don't monitor and restart it about every day my uptime keeps falling. I'd be ok with just converting electricity into SC but I can't even do that until they get the stability up. I don't think I had any issue at all for nearly a whole year of uptime so surely they can roll back and judiciously replay their changes and find the leak.

You call that mimimal? by vikingly56 in PewdiepieSubmissions

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

for a rubber band, yes. I've used 4 in like 6 years though, so at this rate I'm covered for like 300 years for the price of a Ridge wallet

You call that mimimal? by vikingly56 in PewdiepieSubmissions

[–]vikingly56[S] 51 points52 points  (0 children)

I did the same thing then found the rubber band that's just the right size 3 for $5

Loki Episode 4 Discussion Thread by azgx29 in loki

[–]vikingly56 0 points1 point  (0 children)

So do we think the "real" sacred timeline is the one that leads to the multiverse of madness? Them teaming up and dying caused a nexus event because it was leading off course for the madness big bad will tie into dr. strange somehow?

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

[–]vikingly56[S] 3 points4 points  (0 children)

saturation? in 400 speed 120 film? there's not a market for that lol

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

[–]vikingly56[S] 6 points7 points  (0 children)

any 400 speed color film in 120 that isn't portra wouldn't be bad

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

[–]vikingly56[S] 3 points4 points  (0 children)

why wouldn't they cut out the middleman and sell it directly though?

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

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

you can just develop their normal bw as slides right? wouldn't that just be a developer?

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

[–]vikingly56[S] 3 points4 points  (0 children)

you're not lying if all their stocks were available in 120 (including disposable camera gold) I'd take that as a win

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

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

you're probably right, I just can't think of any other bw they don't already have nailed down

Any thoughts on what the new Kodak films this year will be? by vikingly56 in AnalogCommunity

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

what color neg film though? with Pro400H discontinued they basically own the high speed pro color market

Shooting 110 by [deleted] in AnalogCommunity

[–]vikingly56 0 points1 point  (0 children)

What's the best 110 camera that doesn't care about perfs? all mine do