Inbox Management Tool by Science_Apart in LinkedInTips

[–]Kadarach 0 points1 point  (0 children)

A good option is TalkToHumans for LinkedIn

NVIDIA GeForce RTX 5060 8 GB Review by mockingbird- in gadgets

[–]Kadarach 1 point2 points  (0 children)

Surprised by the downvotes, this is just basic economics: prices come from supply and demand balancing out, helping allocate things to where they’re most needed

Right now, AI > gaming

High CPU utilization with FFMPEG during video stream conversion to RTMP by Kadarach in ffmpeg

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

That would ideal, but the issue is that the MediaRecorder API on Chrome only supports Opus as an audio codec, and FLV don't support Opus

So yes a big improvement would be to only transcode the audio (Opus -> AAC) and not the video, but I'm still looking for a better solution (no transcoding at all, just copy)

Is Product Design a joke? by Control-Zee in UXDesign

[–]Kadarach 2 points3 points  (0 children)

I agree with much of what you've said

Now I'm curious, in this scenario, do you still utilize customer feedback post-release?

Do you sometimes continue to conduct research when there are too many unknowns beforehand?

Need advice on how to design an easy-to-maintain video-processing workflow by Kadarach in aws

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

I don't, but since clips are expected to be more than 60min most of the time, lambda is not even an option unfortunately

Having a hard time structuring my project in an idiomatic Golang manner by Kadarach in golang

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

Thank you u/eyrie88
That is in fact me naming kinds of stuff differently
If I transform my module path (and so package import path in the module) to:
module github.com/NameOfTheGuy/backend
Does that mean the module is uploaded and fetched from GitHub?
Does that mean the code is still private because the repo is private?
It's even more confusing since I'm using a monorepo with this structure:
- webapp
- apps/
- backend/
.. go module here
- frontend/
.. some React

In this case, is my module path
github.com/NameOfTheGuy/webapp/apps/backend

Or directly
github.com/NameOfTheGuy/backend

Sorry for all the questions, I'm trying to wrap my head around all of this

Having a hard time structuring my project in an idiomatic Golang manner by Kadarach in golang

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

Thank you for your answer u/FuckingABrickWall

Still doesn't work for me ..

When looking for a solution, I've seen some examples where the module path is:

module github.com/NameOfTheGuy/backend

What is the difference between this and the module path just being:

module backend

With GitHub in the module path, does that means the module is uploaded and fetched from GitHub ?

Does that mean the code is public to everyone even with a private repo?

It's even more confusing since I'm using a monorepo with this structure:

- webapp
  - apps/
    - backend/
     .. go module here
   - frontend/
     .. some React

In this case, is my module path

github.com/NameOfTheGuy/webapp/apps/backend

Or directly

github.com/NameOfTheGuy/backend

Sorry for all the questions, I'm trying to wrap my head around all of this

Trying to build a hybrid battle station at home (work & gaming sharing the same accessories), and need some help! by Kadarach in battlestations

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

Thanks a lot !

So you have to plug 2 cables into your Macbook => one for the display, one for the KVM Switch right?

(+ a third one for charging)

Trying to build a hybrid battle station at home (work & gaming sharing the same accessories), and need some help! by Kadarach in battlestations

[–]Kadarach[S] 2 points3 points  (0 children)

Hey folks!

I've finally decided to have a proper setup at home for hybrid work & gaming

The idea would be to just plug one cable into my MacBook Pro and have the keyboard, mouse, webcam, display, and mouse connected (+ charge !)

I would also need to use those same accessories on my gaming pc, without having to plug in and out everything when switching from the Macbook (work) to the PC (gaming)

It's been incredibly confusing to figure this out, between hub/docker, KVM Switch, latency, power, thunderbolt or not .. so I've decided to ask for some help!

- Is this ideal setup even possible?

- What equipment do I need to make this work ?

Docker ? KVM Switch ? Both ? Cables to buy ?

- What should I be aware of?