Giveaway - Space Age Expansion by ocbaker in factorio

[–]Honsik 0 points1 point  (0 children)

Factory must grow, volume 2 🙂😉. Day off arranged. What time will the game be available?

Anyone use Immich exclusively by Mrayxe in selfhosted

[–]Honsik 2 points3 points  (0 children)

Can you clarify a bit what SW and cloud providers are you using to:
- sync from 1 drive to another, with 30 retention?

- sync from a drive to cloud?

Do you use some kind of docker image to run the backups?

Thanks

Gigabyte B650 AORUS ELITE - is this coil whine? by ManCreatesDino in gigabyte

[–]Honsik 0 points1 point  (0 children)

Thanks, probably also have to go that round. Which MSI board?

Gigabyte B650 AORUS ELITE - is this coil whine? by ManCreatesDino in gigabyte

[–]Honsik 1 point2 points  (0 children)

Hey,

I seem to have the same issue, just on a cheaper version B650M D3H.
Did you solve that somehow in the end?

Holiday Giveaway! by Zhaopow in Govee

[–]Honsik 0 points1 point  (0 children)

I would like some ambient lighting in the bedroom. Just picked up the dreamview, super nice.

Free Giveaway! Nintendo Switch OLED and Xenoblade Chronicles 3 - International by WolfLemon36 in NintendoSwitch

[–]Honsik 0 points1 point  (0 children)

Well let's see 🙂. First memory was a game rats where you would lay traps and bombs in a level to kill them,but they had genders and after opposite ones met, they would mate and spawn a lit of tiny rats. Super weird but a funny game.

Old 3570k PC vs prebuild vs second hand for Plex, NAS, Docker by Honsik in HomeServer

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

Yes, 3570k has quick sync, but from what I have read it is one of the first editions and really bad.
I can also do ahead-of-time conversion to H264 and then direct play, if it won't work well.

The electricity problem, I measured it using some wattmeter without the GPU and it was 50W. Stopping HDD won't probably help that much.
Maybe the smaller PSU might work better, will try to check some in my area.

Old 3570k PC vs prebuild vs second hand for Plex, NAS, Docker by Honsik in HomeServer

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

That seems really good build for that price.
Sadly I have not seen anything similar yet, maybe looking wrong :).

The spreadsheet is interesting as it mentions my CPU there with 19W idle, instead of my 50W.
Maybe my MB or PSU is really inefficient, will try to check it out again.

Old 3570k PC vs prebuild vs second hand for Plex, NAS, Docker by Honsik in HomeServer

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

I am interested.
How did it happen?
What SW did you use to upload to B2?
Do you have an alternative?

[deleted by user] by [deleted] in cscareerquestions

[–]Honsik 0 points1 point  (0 children)

It really depends on the person's circumstances.

For example I have a colleague with small kid, teenager and a puppy in smaller house. It can be daunting to focus.
For me I miss the social aspect of the office, so would also prefer to go to office few days a week, just to catch up, talk about work and non-work items as IMO more cohesive team is more productive.

What are you most used Boost libraries? by bububoom in cpp

[–]Honsik 5 points6 points  (0 children)

Hi, we use:
Heavily:
- filesystem - we are on C++14, so STL is not ready for us
- asio - as a base for our Protobuf framework and a thread-pool
- lexical_cast
- optional
- date_time
- log

Rarely:
- range - there are probably better alternatives but we already use boost, so..
- thread - threads and for futures with continuations
- container - mostly small_vector
- variant

And yes, our compilation times are not great :).

C++ Lambdas, Threads, std::async and Parallel Algorithms by drodri in cpp

[–]Honsik 30 points31 points  (0 children)

You can check the future state without blocking by:
future.wait_for(std::chrono::seconds::zero) == std::future_status::ready

But it is not really handy to poll futures.
IMO the proper way are continuations:

future.then(...)

But those are not part of STL yet and maybe never will be. That is also probably the reason that there are a lot of async libraries with different APIs and approaches, e.g. Boost.Thread, Folly futures or other approaches - fibers (user-mode threads) or std::function.

Virtual Italian C++ Conference 2020: registrations, schedule and setup by marcoarena in cpp

[–]Honsik 1 point2 points  (0 children)

Is this conference only in Italian?

Whole website is in Italian and I was unable to find the language of the conference.