New: greenshiftAll contenthive-129948krhive-196917zzansteemhive-183959hive-166405hive-180932hive-185836photographyuncommonlabhive-183397hive-150122hive-101145hive-188619hive-144064bitcoinkrsuccesshive-145157lifehive-184714hive-181136hive-193637hive-109690hive-103599TrendingNewHotLikersqfilter (48)in greenshift • 6 years agoGreenshift 037: Developing A Network CacheSo, I've missed the last couple of days due to being stuck at work for consecutive twelve hour days, but given that I'm relatively free I thought I would share an idea I came up with while in the…qfilter (48)in greenshift • 6 years agoGreenshift 036: Where The Magic HappensSo what's cooler than viewing content rendered outside Steemit? Finishing up our application in just a few lines of code. Of course that statement comes with a huge disclaimer. We're nowhere near…qfilter (48)in greenshift • 6 years agoGreenshift 035: Rolling Out The Red CarpetLast time, we were able to view text that was stored in the blockchain and view it as a raw text String. But the blockchain stores this material in Markdown which can then be further translated into…qfilter (48)in greenshift • 6 years agoGreenshift 034: Getting Actual ContentAlright. Let's stop screwing around and get some content to show up on the web application. Last time, we fixed things on the model and database end of our data. Now we're going to expand our user…qfilter (48)in greenshift • 6 years agoGreenshift 033: Rebuilding The ViewSo last time, I lost my soul somewhere in a database deep in development hell. This time, hopefully we will have a working application. So, the goal for today is to rebuild our view. Once we get…qfilter (48)in greenshift • 6 years agoGreenshift 032: Messing Around With DatabasesSo last time we had a plan? Cool. Today we're going to mess around with some databases and get some results. But first, we need a way to view our database. I mean I'm not sure about you, but I'm not…qfilter (48)in greenshift • 6 years agoGreenshift 031: Explaining Data FlowNow that we are moving to using an intermediate database to help facilitate data flow and reduce dependence on the blockchain, it would be good to explore how exactly such a database would work.…qfilter (48)in greenshift • 6 years agoGreenshift 030: Shifting DirectionSo last time, I discussed some different possible directions that we could move into with regards to interacting with blockchain data and integrating traversal and web design on top of it. Using the…qfilter (48)in greenshift • 6 years agoGreenshift 029: Decisions...So after programming for a couple of hours, I have nothing really left to show for it. I performed some exploratory solutions to different problems and wasn't really feeling any of them. So, now I…qfilter (48)in greenshift • 6 years agoGreenshift 028: Damn TechnicalitiesFirst off, I like to thank everyone for their feedback in the previous post. It means a lot to hear your comments and criticism and hopefully we can use it to help build Project Greenshift in the…qfilter (48)in greenshift • 6 years agoGreenshift 027: Opening Up The FloorSo, we haven't done a brainstorming post in a long while so I thought I would open up the floor to some discussion about potential directions this project could take and different goals that I want…qfilter (48)in greenshift • 6 years agoGreenshift 026: HyperlinksYesterday we made huge progress through the creation of Post objects which we used to transport data collected from the blockchain to the end user. We were able to display titles to the root…qfilter (48)in greenshift • 6 years agoGreenshift 025: Moving ForwardNow that we have spent the time reorganizing some code and fixing the issues that we've come across, it's time to move forward. So far, we have been able to grab permlinks and pass those to the user…qfilter (48)in greenshift • 6 years agoGreenshift 024: The Beauty of RefactoringToday, I'm dedicating this entire post to refactoring. Rather than continue to add stuff or fix stuff, we are simply going to clean up some of the messes that I have made over the past few weeks.…qfilter (48)in greenshift • 6 years agoGreenshift 023: Additional FixesThis time I wanted to prevent relationships from grabbing comments once and for all. And hopefully I have gotten that fixed. Here's how I went about fixing the relationships that still suffered from…qfilter (48)in greenshift • 6 years agoGreenshift 022: Letting The Bug Hunt BeginSo before my week-long trip, we left off in kind of a bad spot. The final relationship was not working correctly even though the initial implementation was fleshed out and bugs from edge cases were…qfilter (48)in greenshift • 6 years agoGreenshift 021: BugsSo, this post is going to be shorter today. I wanted to get the fifth relationship finished, but due to time constraints imposed by my upcoming flight for work, I wasn't able to quite get where I…qfilter (48)in greenshift • 6 years agoGreenshift 020: Complex RelationshipsAt this point in the project, four relationships are functional and there is one left to go. We have saved the most complex and difficult relationship for last. For this relationship, we need to…qfilter (48)in greenshift • 6 years agoGreenshift 019: Finishing Relationship #4So last time, we started working on building our fourth relationship and ran into an obstacle in how resteems are stored on the blockchain. Resteems are treated as custom JSON operations rather than…qfilter (48)in greenshift • 6 years agoGreenshift 018: Resteems and JSONToday, we begin tackling our fourth relationship. For this relationship, we want to get the most recently resteemed author's most recent post. The relationship is a little more robust than simply…