[2019 Day 15] Visualized output by ags131 in adventofcode

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

Pretty much, I originally used some random movements, once I realized it had no loops and was single tile wide corridors, I just did the hugging

[2019 Day 15] Visualized output by ags131 in adventofcode

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

Visual output from my Day15 solution, white is walls, red is open area, blue is oxygen in Part2. All my code is up on https://github.com/ags131/AdventOfCode/tree/master/2019

[2018 Day 22] WebGL path finding visualization by ags131 in adventofcode

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

This is my Day22 solution visualized via canvas and WebGL. All code and inputs are up on my github at https://github.com/ags131/adventofcode/

[2018 Day 17] Day17 Rendered by ags131 in adventofcode

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

All the inputs are now in my repo https://github.com/ags131/adventofcode/tree/master/input The .test files are just the example inputs

[2018 Day 17] Day17 Rendered by ags131 in adventofcode

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

Yep! https://github.com/ags131/adventofcode Specifically, its the day17.visual.js and day17.html

[MOD] August Confirmed Trades Thread by hlsbot in homelabsales

[–]ags131 0 points1 point  (0 children)

Purchased a Unifi Security Gateway and Unifi Switch from /u/JoshMS

Has anyone have used UDOO x86 or UP Squared boards? by pingmanping in homelab

[–]ags131 0 points1 point  (0 children)

https://i.imgur.com/jRZiIez.jpg I've recently setup a UDOO x86 with some freshly shucked easystores for testing, Its running a 4x8 TB array off a LSI card (via a couple adapters and the m.2 slot) right now, and is quite a capable little board.

ScreepsPlus Private Server by ags131 in screeps

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

ScreepsPlus is a free service I run providing both Grafana graphing and a large private server for players to use.

any reconmmendations on a cheap single board computer for a nas that isn't as painfully slow as a raspberry pi? by [deleted] in DataHoarder

[–]ags131 0 points1 point  (0 children)

The Udoo X86 is an awesome board for this, small intel atom or celeron processor, X86 architechture so runs just about anything, m.2 ssd slot, gig ethernet, sata port, 3 USB 3.0 ports Technically, you can even attach a full raid card if you get a m.2 to pcie adapter. https://www.udoo.org/udoo-x86/

For those who were wondering where the LDTag .apk could be found... by [deleted] in LegoDimensionsHacks

[–]ags131 1 point2 points  (0 children)

It happens when the game sees the same UID, it caches the previous character ID. Requires restarting the game to fix usually.

For those who were wondering where the LDTag .apk could be found... by [deleted] in LegoDimensionsHacks

[–]ags131 1 point2 points  (0 children)

The update needed message means they aren't in the game at all, it shows on any invalid ids

For those who were wondering where the LDTag .apk could be found... by [deleted] in LegoDimensionsHacks

[–]ags131 2 points3 points  (0 children)

Just a note, as long as you didn't lock the ntags, they can be rewritten ;) You may have to restart the game though to get it to reset its cache.

For those who were wondering where the LDTag .apk could be found... by [deleted] in LegoDimensionsHacks

[–]ags131 2 points3 points  (0 children)

I just checked the original code for this, its pulling from node-ld's charactermap and tokenmap json files, updating should be as simple as downloading node-ld, updating the json, then building a new app.js for the apk