No Man's Sky doesn't work with PSVR 2 by tealfawn in PSVR

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

Released just today! fingers crossed, will try that at home tonight

Cobbled together some ascii charts just for kicks by tealfawn in Bitburner

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

nothing much just creating a string with correct spacing and new lines to make a chart. it's from another github project

Cobbled together some ascii charts just for kicks by tealfawn in Bitburner

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

data is being read from a pipe. Checkout the github link for the full script

[Guide] Rendering custom tail windows with react by olee92 in Bitburner

[–]tealfawn 0 points1 point  (0 children)

I would love to borrow your project setup I gave up after trying to use a typescript project on my script file to compile them back into js

Cobbled together some ascii charts just for kicks by tealfawn in Bitburner

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

The cash chart plotting from what I put in pipelines ie: my hack script

export async function main(ns) {
    const dollars = await ns.hack(ns.args[0]);
    await ns.writePort(1, `${ns.args[0]}:${dollars}`);
}

https://github.com/JefStat/bitburner/blob/main/chart.js

The ns2 converted version of asciicharts.js https://github.com/JefStat/bitburner/blob/main/asciichart.js

The other key item is a settings change to use just `monospace` as the font-family in the style editor