Really great article, sad to hear what went down with Dread Hunger. It's still in my opinion the best social deduction game out there.
https://medium.com/@alex_31445/dread-hunger-a-post-mortem-441af9ce23
4.11.2023 04:32Really great article, sad to hear what went down with Dread Hunger. It's still in my opinion the best social deduction game out...@dansup is this maybe an error in the data? Or just a real steep drop?
4.7.2023 01:49@dansup is this maybe an error in the data? Or just a real steep drop?This is such a great overview of the history of String theory:
1.6.2023 04:46This is such a great overview of the history of String theory:https://youtu.be/kya_LXa_y1E8 years ago I was debugging a localization issue at work, using my personal device. I switched my #Android locale to German, tested, and forgot to change it back. Later I opened Run Keeper which picked my my locale change... and it NEVER. Changed. back.
I toggled every setting in the app and on the site, it just doesn't care.
I'm on to #strava these days, but sometimes I wonder what DB column somewhere has that de setting and no code paths to change back.
#mobiledev #programing #androiddev
16.5.2023 03:298 years ago I was debugging a localization issue at work, using my personal device. I switched my #Android locale to German, tested, and...geez, another of our local #homebrew stores closed, we now have to drive, depending on traffic, 1 hour each way to go to our closest Homebrew store 😫
I want to support small local homebrew stores, but it's getting pretty difficult!
6.5.2023 21:01geez, another of our local #homebrew stores closed, we now have to drive, depending on traffic, 1 hour each way to go to our closest...Spent a bunch of time this weekend doing #DevOps crap for a side project. It's definitely by far my least favorite thing about software development.
But now I've got automated releases working through GitHub, So that's nice.
#kotlin #programming #opensource
25.4.2023 18:01Spent a bunch of time this weekend doing #DevOps crap for a side project. It's definitely by far my least favorite thing about software...man, making #Android widgets is a pain. The whole API and work flow could use a completely rethink IMO.
18.4.2023 17:20man, making #Android widgets is a pain. The whole API and work flow could use a completely rethink IMO.#AndroidDev #programmingEven though they seem to have fallen out of favor, I'm still a pretty big fan of Live Wallpapers on #android
Good ones that aren't just crappy cash 💲 grabs are hard to find though.
I just found this one that is super high quality, it's really cool! And no ads, just a reasonably priced one time purchase, what a concept in the age of everything-is-a-subscription.
https://play.google.com/store/apps/details?id=com.codekonditor.mars.terraformed
18.4.2023 07:23Even though they seem to have fallen out of favor, I'm still a pretty big fan of Live Wallpapers on #android Good ones that aren't...Debugging. Sometimes you just have to get the problem out of your head in order to fix it.
17.4.2023 00:06Debugging. Sometimes you just have to get the problem out of your head in order to fix it. #programmingwow look at this, these are the number of commits in the #kotlin codebase by month since it's inception. They had offices in both Russia and #Ukraine at the time of the invasion.
Amazing they've been able to keep up the incredible pace of features we've seen over the past year anyway!
16.4.2023 08:36wow look at this, these are the number of commits in the #kotlin codebase by month since it's inception. They had offices in both Russia...I decided that the user shouldn't have to look at a text scrawl in the terminal to see their sync progress.
#programming #kotlin #androiddev
15.4.2023 20:26I decided that the user shouldn't have to look at a text scrawl in the terminal to see their sync progress.#programming #kotlin...BUCKLE UP, HERE COMES THE MERGE TRAIN 🚂!!!
13.4.2023 17:36BUCKLE UP, HERE COMES THE MERGE TRAIN 🚂!!!#kotlin #programmingI'm doing some investigation for the server side component of my, so far, clientside only project.
The server library #ktor is pretty nice and simple so far, all non-blocking/coroutine based which is neat. And a very ergonomic API.
Also, no need for Post Man for testing! The IDE understands the library, picks out the end points i've defined, and then you can execute requests against them and see the response all right in the IDE, pretty slick developer experience!
1.3.2023 00:14I'm doing some investigation for the server side component of my, so far, clientside only project.The server library #ktor is pretty...I'm super impressed with this #godotengine game. It's using Godot 3, and looks absolutely fantastic I think.
Plus it's freaking fun! A good mix of exploration and base building.
27.2.2023 07:43I'm super impressed with this #godotengine game. It's using Godot 3, and looks absolutely fantastic I think.Plus it's freaking...Finally spending a little time on the UI for my #kotlin multiplatform app.
It's been a great project for learning #composeui and #KotlinNative so far.
So far it supports: Windows, #linux , MacOS, and #android . But iOS support is going to take quite a bit more effort as it can't share UI like the rest of the platforms do.
18.2.2023 05:32Finally spending a little time on the UI for my #kotlin multiplatform app.It's been a great project for learning #composeui and...ha, I just noticed on my GitHub profile that some of my code was part of the Arctic code vault thing, neat.
https://github.com/users/Wavesonics/achievements/arctic-code-vault-contributor
14.2.2023 17:11ha, I just noticed on my GitHub profile that some of my code was part of the Arctic code vault thing,...I've been using #composeui lately for a multiplatform project. well really I've been trying to use it for the last couple years, but #kotlin multiplatform was just far too immature until recently.
But the fact that I can test UI without a virtual machine, or browser, truly just a pure jvm unit test, is really awesome.
5.2.2023 22:25I've been using #composeui lately for a multiplatform project. well really I've been trying to use it for the last couple years, but...I've been following this development of this game for a long time, was pretty stoked to see it finally release!
Haven't ever found many mobile games that I enjoy, but this is actually kinda great.
https://play.google.com/store/apps/details?id=com.ar.Madness_Endless
#godotengine #indiedev #indiegame
28.1.2023 10:27I've been following this development of this game for a long time, was pretty stoked to see it finally release!Haven't ever found...Released a tiny library for #kotlin multiplatform compose for invoking native dialogs on Windows, Linux, OSX, and Android:
https://github.com/Wavesonics/compose-multiplatform-file-picker