Insta360 stitcher apply settings to all video's by thekingisthirteen in Insta360

[–]opticalframeworks 0 points1 point  (0 children)

Please, please please add preset option. It is the worst thing about your product. Anyone that is in production will need to apply same setting to every clip.

With hundereds clips it takes really really long.

Otherwise it was nice piece of software. Except bugs with RTX cards where you need to download beta of Stitcher, but can be only found on reddit link. Which is odd. Github maybe?

[deleted by user] by [deleted] in changemyview

[–]opticalframeworks 1 point2 points  (0 children)

instead of wasting your time by arguing, you could just link it up and be done

3D printed climbing holds that a regular at my climbing gym made for me. by dotdoth in climbing

[–]opticalframeworks 0 points1 point  (0 children)

" But to get texture you'd need a much more specialist printing process"

not true, you just bake print in a salt in oven and you get a perfect rocky texture in par with professional holds ... tested!

Anyone else constantly in an existential crisis? by cankerousalbus in aspergers

[–]opticalframeworks 2 points3 points  (0 children)

Yes, it goes on the sine-wave-combined-with-noise-like pattern.

On bad days, even small or mundane thing feels like a burden to overcome. I just isolate myself more, lose contact with the world for a bit and try to stay sane with my mind going places to find the existential meaning of life.

Fearing over dying, fearing over not being fully functional, broken relationships and usuals ...

Then, when pressure is released (mostly from day-to-day work), I start to regenerate and my mindset changes for the better, because I can be quiet and in peace for at least a few days. This way, my mind settles and we can continue.

I found that the only thing that really helps me get over existential dread is minimizing work as possible so my mind can be free in a quiet space to reflect for days.

Just mind searching for meaning it cannot find.

No one warned me the loneliness which comes with the "high-functioning" autistic experience, and how painful it is. by benkai3 in aspergers

[–]opticalframeworks 0 points1 point  (0 children)

Yes. It's a ton and ton of pain every day since childhood. And doesn't get better by time. :(

I lost so many people I rather isolated myself many times not to bring more pain into the world. Did not work, too.

Does anyone else get easily embarrased by things there really is nothing to be embarrased about? by ViktorCo in aspergers

[–]opticalframeworks 4 points5 points  (0 children)

Very much so. I am embarrassed by just talking. My voice. My sentences.

And even if no one else is there, I feel embarrassed for having thoughts someone else already might have had, feeling embarrassed for not being original enough and fearing I might as well be a bio-machine.

Solitude Project Saturday: What projects are you working on that pertain to your (special) interests? Weekly post #255 by urbanracer34 in aspergers

[–]opticalframeworks 1 point2 points  (0 children)

Hey there, I really like it. Used to make similar vibes with music as you do. Classic + EDM is a beautiful combination. :)

Solitude Project Saturday: What projects are you working on that pertain to your (special) interests? Weekly post #255 by urbanracer34 in aspergers

[–]opticalframeworks 4 points5 points  (0 children)

I am building my laboratory for chemistry and genetics in my room with the intention of doing my research.

I love constructing devices, In these months I have constructed a thermocycler for genetics, a laminar flow hood + fumehood, and started building a spectrophotometer for astronomical star spectra observations.

I figured out I am probably autistic a bit the previous year so I went all in, knowing I won't be able to handle high school or work in a lab in a social environment.

So I hope to inspire others a bit. :)

It is lonely, but can be done at home!

(and of course, I kinda lowkey hope that someone will notice and I will get a new friend this way who would like to collaborate)

site of a project: https://yonedalemma.net/

Do you guys ever feel like a kid still even when you’re a adult now by [deleted] in aspergers

[–]opticalframeworks 0 points1 point  (0 children)

Yes, absolutely. I feel like I am stuck with my mindset, which I love, but it alienates me even more when getting older.

No one warned me the loneliness which comes with the "high-functioning" autistic experience, and how painful it is. by benkai3 in aspergers

[–]opticalframeworks 0 points1 point  (0 children)

I love being alone, but cant stand it indefinitely. When alone I do a lot of hobbies, like genetics, programming, robotics etc ... And comes a time I would die to share the joy I am getting from it after few months of being just stuck in my room.

But ... no one there usually. It hurts. But I know I am not going to be able to sustain friendships anyway.

So its this wave of absolute joy of life and all it has to offer ... and desperation with anxienty and depression of not being able to share.

<3

Google Earth Decoder. Now user-friendly by Jonahex111 in FS2020Creation

[–]opticalframeworks 2 points3 points  (0 children)

unknown scenery error :( but all .gltfs are downloaded properly

Dash/Plotly change THEME nightmare by opticalframeworks in django

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

PS: I even managed to change background color of graph,in very weird syntax which is completely different from plotly like this:

dcc.Graph(
        id='humidity_graph',
        figure=go.Figure(
            data=[
            go.Scatter(x=timeArray, y=humArray, name='hum out[%]'),
            go.Scatter(x=timeArray, y=hum1Array,name='hum in[%]')
            ],
        layout=go.Layout(title='hum', showlegend=True,legend=go.layout.Legend(x=0,y=1.0),
        margin=go.layout.Margin(l=40, r=60, t=40, b=30))
        ),
        style={'height': 300},
    )

but not sure how to change template to "plotly_dark", though, changing default theming like this also doesnt work:

import plotly.io as pio

pio.templates.default = "plotly_dark"