You are viewing archived messages.
Go here to search the history.

Breck Yunits 2021-02-22 16:31:26

Launching a new beta today. Scroll: a new way to publish https://github.com/treenotation/dumbdown/blob/master/scroll/readme.md

elvis chidera 2021-02-27 09:48:19

I wrote about a project I'm working on to help deal with device fragmentation when building Android apps.

What are your thoughts on leveraging existing phones as a way to drive down real device testing costs & increase the number & diversity of test devices?

https://elvischidera.com/2020-11-23-building-distributed-android-remote-testing-platform/

Andrew Reece 2021-02-28 14:20:53

GUI improvement for WhiteBox (my real-time C/C++ debugger & execution inspector):

limiting variables on the timeline to only show the time ranges when they're in-scope (implemented on stream at https://twitch.tv/azmreece).

General overview demo here: https://media.handmade-seattle.com/whitebox-systems/

Mariano Guerra 2021-02-28 22:18:54

http://search.futureofcoding.org/ now has pagination! it will load the first 100 results and each click to More will load the next 100.

Note: in the demo I set a slowdown to search to show the loading state and a limit of 2 to pagination to show more pagination 🙂