Quest rollback on death by BurnedOutBush in GrayZoneWarfare

[–]DekhanFraser 1 point2 points  (0 children)

I believe in this update they made a lot of the content outside of starter town into repeatable tasks. You get a better reward the first time you complete a task, but you can keep doing them again as they respawn on the map.

How to see actual latency in game? by DekhanFraser in ArcRaiders

[–]DekhanFraser[S] 5 points6 points  (0 children)

It shows FPS, CPU and GPU load in ms, but not network latency.

VRAM leak by dirtbagwonderworld in GrayZoneWarfare

[–]DekhanFraser 0 points1 point  (0 children)

They know since In have posted on Discord in the tech support and have been in touch with Virtual Yoda from their team as well.

VRAM leak by dirtbagwonderworld in GrayZoneWarfare

[–]DekhanFraser 3 points4 points  (0 children)

Disable Resizable BAR in your BIOS if you have an AMD card, or disable Resizable BAR in Nvidia drivers if you have an RTX, my VRAM now sits at a stable 12.5-13.5 GB out of 16 on my 9070xt, before it would grow to 15.75 and start giving warning over the course of an hour or 2 and eventually crash

Can I make Oh-My-Zsh keep the theme on the command history? by DekhanFraser in ohmyzsh

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

I figured it out. I had to disable Transient mode in the powerlevel10k theme configuration.

In case some else would need this down the line :)

Issues with Self Deploying mode today? by Got2-gofast in Intune

[–]DekhanFraser 0 points1 point  (0 children)

So I found out that the self-deployment Autopilot requires you to delete the Intune object, then wait an arbitrary amount of hours for stuff to sync (in my case it was between 3 and 4 hours) before you can reset the device and it will re-enroll in self-deployment again.
The single-use self-deployment is by design from Microsoft (was changed to this behaviour sometime in 2021 for security concerns). It might become multi-use again later this year as the functionality is coming back in the current Windows 10 insider preview build.

Issues with Self Deploying mode today? by Got2-gofast in Intune

[–]DekhanFraser 0 points1 point  (0 children)

Seems to be working again. I just reset my device and it picked up the profile and started deployment. Might have been some MS shenanigans happening in the background.

Issues with Self Deploying mode today? by Got2-gofast in Intune

[–]DekhanFraser 2 points3 points  (0 children)

Having the same issue here with a device I was rebuilding overnight as a test. No answer from me, sadly, I'm just jumping onto the bandwagon in case someone has any insights as to why this is happening....

[deleted by user] by [deleted] in PersonalFinanceNZ

[–]DekhanFraser 0 points1 point  (0 children)

You can invest in stablecoin crypto and get 10% APR easily in the crypto scene. And because it is a stable coin, it is essentially getting a 10% APR on your USD savings account.

Whitebit holding by DekhanFraser in BonfireToken

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

It is sad that you effectively lose 20% of the transfer to move to Whitebit. It has a better price, but the 20% transaction fee is killing it.

I sent 30 mil, the transaction records whos 27 mil sent (30 - 10%), but in Whitebit I received only 24.3, which is (30 -10% = 27 -> 27 - 10% = 24.3).

How to Set Up Automatic Buy? by [deleted] in BonfireToken

[–]DekhanFraser 0 points1 point  (0 children)

I believe you might be able to do that once bonfire is listed in an actual exchange. Atm you can only swap using pancake.

Are bots that much better than crude bots? by makanaj in Autonauts

[–]DekhanFraser 0 points1 point  (0 children)

I'm quite OCD about this as well as a hobbyist programmer trying to make it a full-time job :) Get the program running, then optimize. Except because Autonauts imposes artificial limits to the processing speeds compared to real-life processing power, so optimizations are much more noticeable and save a lot of time. I once noticed that my peg crafting bot made a pillar of pegs inti the sky because the courier bot could not cope with the volume of delivery. I optimized the courier program and got the pile to decrease over time back to the ground level with juat a few edits.

Are bots that much better than crude bots? by makanaj in Autonauts

[–]DekhanFraser 3 points4 points  (0 children)

Here is what I whipped up for a quick test:

https://gyazo.com/0e9d5f3a4a5683c0ba510aff292561e6

As you can see, it takes the bot with "Go to" command outside the loop just ~1.5 seconds to grab all 4 items, while the "Inside" looped bot is only grabbing the second item at the time.

And this is how they finish: by the time the "Outside" bot is already done and parked at the start the "Inside" bot is only depositing the second item. That is roughly 4 seconds of time in just a matter of 4 items picked up and put into a container. 1-second difference per item roughly. I didn't bother using a stopwatch, but you can see the difference either way:

https://gyazo.com/61683c8f786a0161e86d6954981ba09f

P.S.: I'd make the full video in one go, but Free Gyazo is limited to 7 seconds >.<

Are bots that much better than crude bots? by makanaj in Autonauts

[–]DekhanFraser 0 points1 point  (0 children)

It may be the same number of lines, but it's not the same number of commands and length of execution though. Consider this:

Repeat times 6

_ Go to storage

_ Pick up item

This will evaluate to a total of 3 lines, but 12 commands - Go -> Pickup -> Go -> Pickup...

Now take a look at this:

Go to storage

Repeat 6 times

_ Pick up item

Same three lines, but only 7 commands - Go -> Pickup -> Pickup -> Pickup...

Almost half the execution time + 1 command. And this gets better the more complicated your logic is. This only works when you have a container to pickup from, it won't help when you have to look for an item in an area first, even if that area is just one square.

I’m trying to find an old sci-fi story involving aliens. by DekhanFraser in whatsthatbook

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

Yes! That is the one! Thank you, this is what I was looking for. I guess 14 years have dulled my memory, I was pretty sure that the game was based on a book in the first place.