Oh, I just triggered a clang sanitizer for the first time. Maybe it is just me, but the diagnostic message is aesthetically pleasing.
Notices by blabber (blabber@chaos.social), page 4
-
blabber (blabber@chaos.social)'s status on Saturday, 31-Aug-2019 16:24:53 CEST blabber -
blabber (blabber@chaos.social)'s status on Saturday, 31-Aug-2019 07:48:59 CEST blabber @daniel_bohrer Bugs? Features? Where's the difference?
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 20:27:46 CEST blabber It seems as if my dungeon generation code is indeed generating unconnected rooms.
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 20:08:34 CEST blabber Write test and you will find bugs. The difficult part is to decide if your tested code or your tests are buggy.
-
tomasino (tomasino@mastodon.sdf.org)'s status on Friday, 30-Aug-2019 16:51:55 CEST tomasino If there was a protocol/utility in *nix land called whistle(1), what would it be for and how would it work?
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 16:52:49 CEST blabber The last week I lost myself in #bhyve experiments.
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 16:51:24 CEST blabber @rixx @dwardoric Being the bitlbee-mastodon maintainer, I really hope it keeps working ;)
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 13:19:06 CEST blabber @rixx But, like @dwardoric, I am running FreeBSD 12. Maybe that's an OS specific issue?
-
blabber (blabber@chaos.social)'s status on Friday, 30-Aug-2019 13:17:43 CEST blabber @rixx I am using both, Twitter and Mastodon, in my bitlbee without any issues, though.
-
blabber (blabber@chaos.social)'s status on Wednesday, 28-Aug-2019 13:03:20 CEST blabber I know that I am late to the party, but I am trying out #bhyve with the EFI VNC framebuffer and it is awesome.
-
blabber (blabber@chaos.social)'s status on Tuesday, 27-Aug-2019 00:20:06 CEST blabber @saxnot Give charter a try. That is what I settled on. https://ctan.org/pkg/charter
-
Wifi-cable (wificable@chaos.social)'s status on Monday, 26-Aug-2019 21:34:54 CEST Wifi-cable #CCCamp19 We just got home with luggage from 8 people in our van. There is one suit case that does not seem to belong to anyone i know. please boost to help find the owner.
-
blabber (blabber@chaos.social)'s status on Monday, 26-Aug-2019 13:06:44 CEST blabber I reached a point in my #roguelikedev experiment, where I'll take a step back and clean up the code, implement some tests and try to make it easier to extend and adapt, before trying to turn the whole thing into an actual game.
-
blabber (blabber@chaos.social)'s status on Thursday, 22-Aug-2019 08:53:25 CEST blabber @pinkprius @zaehnchen Ich hab Mal testweise einen Filter auf (at)twitter.com eingerichtet. Mal schauen, wie sich das so auf meine Timelines auswirkt. Danke für die Tipps.
-
blabber (blabber@chaos.social)'s status on Wednesday, 21-Aug-2019 09:49:59 CEST blabber Gibt es eigentlich eine Möglichkeit in #Tusky, oder auch im nativen Mastodon Webinterface, Toots nach Clients zu filtern? Ich glaube meine Timeline wäre noch schöner ohne diesen ganzen Mastodon Twitter Crossposter Crap.
-
blabber (blabber@chaos.social)'s status on Tuesday, 20-Aug-2019 14:59:54 CEST blabber Alle sind auf dem Camp, nur ich geh heute Abend in den Space. *shrug*
-
blabber (blabber@chaos.social)'s status on Saturday, 17-Aug-2019 22:35:36 CEST blabber Implemented a rough autoexplore mode, where @ tries to step on every tile, but prefers torches, if it sees them. All driven by a single Disjkstra map. Nice.
-
blabber (blabber@chaos.social)'s status on Friday, 16-Aug-2019 23:49:58 CEST blabber I visualized the flooding algorithm, that I'm using to generate the Dijkstra map for a level.
You won't probably notice it, but this visualization revealed a subtle bug, where the origin of the flooding got visited twice and ended up with a distance value of 1 instead of 0.
-
blabber (blabber@chaos.social)'s status on Friday, 16-Aug-2019 23:49:27 CEST blabber I visualized the flooding algorithm, that I'm using to generate the Dijkstra map for a level.
You won't probably notice it, but this visualization revealed a subtle bug, where the origin of the flooding got visited twice and ended up with a distance value of 1 instead of 2.
-
blabber (blabber@chaos.social)'s status on Thursday, 15-Aug-2019 22:38:54 CEST blabber Spotted a classic off-by-one error in the gif. *sigh*