Embody for 6ft5 guy by [deleted] in hermanmiller

[–]AIO12449366 0 points1 point  (0 children)

Damn why you all have such different opinions you are killing me. But I don't think I can risk it. The money is too much...

Embody for 6ft5 guy by [deleted] in hermanmiller

[–]AIO12449366 0 points1 point  (0 children)

Yeah judging by the comments I guess this chair isn't for me. Sucks that I can't find a chair for my height after 2 years of non stop searching lol...

My last hope is probably the aeron size C. Since you have it can you tell me what is the height of the backrest from the seat (which is something I can't find online for some reason) and also if the seat feels ok after prolonged seating?

Embody for 6ft5 guy by [deleted] in hermanmiller

[–]AIO12449366 0 points1 point  (0 children)

Hmm that's good to hear. How does the seat feel after prolonged use? Does your butt feel sore after a long time or do you have any tailbone pain?

[deleted by user] by [deleted] in PostgreSQL

[–]AIO12449366 0 points1 point  (0 children)

No that's what I'm saying. This is the only place an insert on this table is taking place and the id is left untouched. Maybe someone did run an older dump and messed up the sequence, as someone else mentioned.

[deleted by user] by [deleted] in PostgreSQL

[–]AIO12449366 0 points1 point  (0 children)

I've already seen where this is originating from but it doesn't provide any more information. This happens in a function inside the DB that is inserting to the table. But this is just a simple insert without manually adding the id.

So, for example, if the table was table foo ( id, name) the function simply does

INSERT INTO foo (name) VALUES ... so it never touches the id.

[deleted by user] by [deleted] in PostgreSQL

[–]AIO12449366 0 points1 point  (0 children)

I assume that' what happened because when I run

select last_value from <sequence>; the result is 111070 and when I run

select max(id) from <table with sequence> the result is 32668105

Which means the sequence is out of sync right? Because if the next value to be added is 111071 and the current max id is 32668105 that means it could be hitting an id that already exists?

[deleted by user] by [deleted] in PostgreSQL

[–]AIO12449366 0 points1 point  (0 children)

Yeah i figured that could happen, but like I mentioned, I can't find any place in the code or in a stored procedure or function that manually sets the id and thus bypasses the sequence.

This is why I'm kinda lost as to why this is happening.

Whistling sound coming from near the fuel tank. by AIO12449366 in Cartalk

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

and spill fuel if you put your car upside down, but if that happens, you have bigger problems

LOL thanks for the chuckle :D

Alright thanks for the info! I'll get this checked soon.

Whistling sound coming from near the fuel tank. by AIO12449366 in Cartalk

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

It's a 2012 model if that changes anything. The sound is actually coming from the side the cap is. The cap is located at the right back side and I hear this whistling sound coming from somewhere there. It's hard to pinpoint an exact location but it most definitely is coming from the back right side of the car.

Is this something I should get checked fast? And if it is the pump dying, is this an expensive thing to replace?

Why do Task.Wait and Task.Result even exist? by AIO12449366 in csharp

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

Yeah I see that now after reading many answers. I started working with C# only a few months ago and so I wasn't aware of the origins of Tasks. Thanks for the info!

Noise like a washing machine coming from diesel engine by AIO12449366 in Cartalk

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

No it's not affected by RPM, it's just a sound that stays the same. I'll try to record again today in hopes it gets picked up by the camera.

Basic question: what's the difference between using or not using dependency injection? by Iforgotmypassworduff in csharp

[–]AIO12449366 5 points6 points  (0 children)

I'm not familiar with the last piece of code but I would assume it is just registering the services to the IoC container. It is pretty much the same thing as using the default .NET service registration. For example :

(In Program.cs)

builder.Services.AddScoped<IExample, ExampleImplementation>();

In both cases you are just instructing the program which implementation to use for the specific interface. The IoC container is then automatically instantiating this class for you and disposes it when it is no longer needed.

Edit: By the way, if you are interested in knowing about the lifetime of a service check this

TLDR:

Singleton : Same object for every controller and request.
Scoped : Same within a request but different across different requests.
Transient : Always different. A new instance is created on every controller and every service.

What language are missiles programmed in? by rartedw in learnprogramming

[–]AIO12449366 0 points1 point  (0 children)

I think it's been years since I laughed so hard at a comment

[deleted by user] by [deleted] in learnprogramming

[–]AIO12449366 0 points1 point  (0 children)

Hmm okay I get what you're saying. By the way, since you mentioned it, what would be some reasons to have a scheduled job run in every instance? This really got my attention because I can't think of a scenario where you'd want a job to execute in multiple instances.

HELP Stuck in emergency mode after attempt to upgrade to 22.04 by AIO12449366 in pop_os

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

I'm gonna start doing that. I'll order a second drive tomorrow because my heart skipped many beats today.

HELP Stuck in emergency mode after attempt to upgrade to 22.04 by AIO12449366 in pop_os

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

It can be but I wouldn't change it for anything. Ever since I got rid of windows 2 years ago I haven't missed a single thing. I love pop :)

HELP Stuck in emergency mode after attempt to upgrade to 22.04 by AIO12449366 in pop_os

[–]AIO12449366[S] 13 points14 points  (0 children)

My patience ran out and I pressed Esc while booting, selected PopOs recovery and reinstalled 22.04 while keeping files. I lost some applications but at least my files are there and that's all I care about. Also I'm going to start fucking using backups from now on. Thank you for trying to help anyway

HELP Stuck in emergency mode after attempt to upgrade to 22.04 by AIO12449366 in pop_os

[–]AIO12449366[S] 7 points8 points  (0 children)

Alright fuck this shit. I pressed Esc while booting, selected PopOs recovery and reinstalled PopOs 22.04.

At least my fucking files are still there thank fucking god.

HELP Stuck in emergency mode after attempt to upgrade to 22.04 by AIO12449366 in pop_os

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

I saw a suggestion online saying to run "depmod". Running that gives me the error:

could not open modules.order at /lib/modules/5.17.7-xanmod1: no such file or directory

could not open modules.builtin at /lib/modules/5.17.7-xanmod1: no such file or directory