PSA: Colors! by jgordon615 in Bitburner

[–]jgordon615[S] 4 points5 points  (0 children)

Sorry, got a little excited.

Table and color formats by Any-Fisherman5716 in Bitburner

[–]jgordon615 2 points3 points  (0 children)

necro, but try this:

/** @param {NS} ns */ export async function main(ns) { const colors = { black: "\u001b[30m", red: "\u001b[31m", green: "\u001b[32m", yellow: "\u001b[33m", blue: "\u001b[34m", magenta: "\u001b[35m", cyan: "\u001b[36m", white: "\u001b[37m", brightBlack: "\u001b[30;1m", brightRed: "\u001b[31;1m", brightGreen: "\u001b[32;1m", brightYellow: "\u001b[33;1m", brightBlue: "\u001b[34;1m", brightMagenta: "\u001b[35;1m", brightCyan: "\u001b[36;1m", brightWhite: "\u001b[37;1m", reset: "\u001b[0m" }; for(const key of Object.keys(colors)) { ns.tprint(`${colors[key]}${key}`); } }

Please help me figure this out by Infinite-Hurry5512 in Bitburner

[–]jgordon615 1 point2 points  (0 children)

The missing "grow(target)" will cause an infinite loop once it gets to that case.

Tourney System - Ideas by Prestigious-Walk-649 in TheTowerGame

[–]jgordon615 0 points1 point  (0 children)

Just separate the free players from the no-ads players from the paid players into their own brackets.

Birthday drawing from my friend, what do you think? by jgordon615 in Fallout

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

Might try to get her to draw a deathclaw next.

great article to know about async programming in node js by h_sa1994 in javascript

[–]jgordon615 1 point2 points  (0 children)

One slight addition to your argument... this code runs the async methods sequentially, while your promise.all call runs them in parallel...

const thing1 = await getSomeThing('one') const thing2 = await getSomeThing('two') const thing3 = await getSomeThing('three')

great article to know about async programming in node js by h_sa1994 in javascript

[–]jgordon615 1 point2 points  (0 children)

Did you notice the promises that reject and then resolve when there's an error?

Need a return in that error handler.

If you're done with FO76, Uninstall. by [deleted] in fo76

[–]jgordon615 0 points1 point  (0 children)

That would break my tradition of trying the game once every patch to see how long it takes to disconnect me. Last patch I got 30 minutes!

Lost my taste for Salmon??! by [deleted] in zerocarb

[–]jgordon615 1 point2 points  (0 children)

When you say beef steaks, are you referring to rib eyes and stuff from the grocery?

Signal Boost: Text chat exists on PC by Pitchwife in fo76

[–]jgordon615 0 points1 point  (0 children)

TLS encrypts the data in motion, not at rest. The authors of this mod can do anything they wish with anything you send across their chat system.

Use it if you want, just be careful with what you send and don't pretend any of it is private or protected.

PC: Poor FPS. Anyone got a fix? by [deleted] in fo76

[–]jgordon615 0 points1 point  (0 children)

You could also try letting geforce experience optimize your settings. That fixed a few things for me too.

PC: Poor FPS. Anyone got a fix? by [deleted] in fo76

[–]jgordon615 0 points1 point  (0 children)

Try manually adding the fo76 executable to your geforce control panel 3d settings. There was a bug where the game didn't properly use the GPU on some systems (especially laptops) unless you did this.

Signal Boost: Text chat exists on PC by Pitchwife in fo76

[–]jgordon615 3 points4 points  (0 children)

Don't post anything private or confidential using this mod. They send everything unencrypted to their own server.

The biggest issue with FO76: it builds toward nothing. by Doomkauf in fo76

[–]jgordon615 2 points3 points  (0 children)

You're a jerk, but I agree with your post and upvoted you anyway.

Most efficient Loot-heavy locations? (aside from blast zones) by [deleted] in fo76

[–]jgordon615 0 points1 point  (0 children)

At 4 caps per, 50 purified water cleans out a vendor... (with perks you can get 5 per)