technodrome nights
2016-06-12 04:31:14.685507789 +0000 UTC
technodrome nights
2016-06-12 04:31:14.685507789 +0000 UTC
agenda pursuit
2016-06-12 02:15:30.164355758 +0000 UTC
micro worlds
2016-06-12 02:11:05.591483375 +0000 UTC
nature and mathematics - work - by Katy Ann Gilmore
2016-06-07 17:03:32.569296323 +0000 UTC
Brain computer interfaces
2016-06-07 04:11:43.700044263 +0000 UTC
Procedure
2016-06-07 04:10:12.345291788 +0000 UTC
Consistent operation - jet lagged thoughts
2016-06-07 04:08:55.959466943 +0000 UTC
Future pro space
2016-06-03 01:49:54.119067374 +0000 UTC
Beautiful decay
2016-06-03 01:47:48.314062548 +0000 UTC
HelloSpaceBot - An automaton that posts pretty pictures of space extracted from the OPUS database
2016-05-31 21:15:33.728662975 +0000 UTC
cdoett
2016-05-29 00:27:27.250692028 +0000 UTC
This architect designed a country retreat for himself near Stockholm
2016-05-29 00:08:34.840101346 +0000 UTC
Minimalistic One Line Tattoos - By Mo Gangi
2016-05-27 02:26:33.850314682 +0000 UTC
Serpentine Tattoos That Weave Black & White Ink - by Mirko Sata
2016-05-27 02:23:47.946198255 +0000 UTC
Architectural forms to inspire
2016-05-20 05:14:58.011693346 +0000 UTC
Encapsulate
2016-05-20 04:42:30.975506196 +0000 UTC
Graphic sculptures - by Jose Bechara
2016-05-19 02:40:01.508934075 +0000 UTC
Enter the computing environment
2016-05-18 02:36:46.60673878 +0000 UTC
Functional agenda
2016-05-14 04:20:18.314146925 +0000 UTC
Urban visions
2016-05-13 04:27:59.22841685 +0000 UTC
In our pursuit of improvement, we find our peace
2016-05-13 04:25:19.841183423 +0000 UTC
Ceramics Imprinted with Patterns of Vintage Typewriter Letters - by Laura C. Hewitt
2016-05-11 21:56:51.002830325 +0000 UTC
Las Vegas desert installation - by Ugo Rondinone
2016-05-11 17:44:27.287016513 +0000 UTC
Drake’s New Video Get Its Bling from James Turrell’s Light Installations
2016-05-10 13:36:53.453368942 +0000 UTC
single sewing thread - by kumi yamashita
2016-05-10 13:30:16.814653051 +0000 UTC
Futuristic concrete
2016-05-10 05:23:50.816299591 +0000 UTC
Inspire the tired mind
2016-05-10 04:07:02.878490773 +0000 UTC
Shape shifter
2016-05-10 02:45:13.429316194 +0000 UTC
Canary Islands Photographed - by Lukas Furlan
2016-05-10 02:42:48.251304301 +0000 UTC
v
0.10.0.0
name
nation_genesis
description
0.10.0 (nation_genesis):
- added first version of a user system (gf_identity)
- adding first version of p2p system based on libp2p
- initial version of gf_home, personal control panel for users
- gf_admin added, for admin login and control of a particular GF server/node
0.9.0 (solo_learner):
- new gf_solo service has been introduced, that compiles all other services into a single binary.
- first additions of ML functionality. Addition of Rust code for collage composition and efficient building of .tfrecords
from images. addition of basic ML models in Py.
- various improvements to gf_core, around error handling, etc. improvements to gf_rpc_lib.
0.8.0 (precious):
- OPEN_SOURCING!! GF has been open sourced. gf_publisher, gf_landing_page, gf_tagger have also been refactored to use the new error handling structure,
thats in place for gf_images and gf_analytics (gf_crawl_lib).
0.7.4:
- first prototype of the most basic image_editor (image filters/cropping) added. Still needs polish and integration of the UI into the
rest of the system.
0.7.3.1:
- big refactor of how statistics are structured in all services, to standardize on gf_stats accross the whole system.
all stats are now accessible via gf_analytics only, not in custom dashboards of each of the services themselves
(this way expensive stats calculations are only run in the gf_analytics service machines, not on machines of other services
that are expected to efficiently handle real-time requests).
0.7.3:
- big refactor of error handling, a system wide gf_error code is now used. not all packages migrated yet,
but core ones (gf_images,gf_crawl_lib,gf_analytics) are.
0.7.2:
- small improvements in adding crawled_images to flows in the crawler dashboard.
0.7.1:
- gf_crawl can move images discovered in HTML pages into image flows. This is done via UI's in the crawler
dashboard at the moment.
0.7.0 (sparkly):
- first round of GIF viewer/posting features. GIF's are now clickable/playable in the flows_browser, and can
be added via the gf_chrome_ext.
0.6.0 (robust):
- migrated system to multi-node cluster, separating key services to their own nodes. new cloud provider (GCP).
0.5.0 (raise):
- addition of the "gf_crawl" application, which crawls the image-web for images from select sites.
these images are then accessible in their own crawled/discovered image flow.
"gf_crawl" functionality is working as a part of the gf_analytics service for now.
0.4.4:
- addition of the "gf_domains" application. UI for it is publicly accessible, which for now gives basic stats
an all domains discovered in lings in the GF DB.
0.4.3:
- addition of the "flows" functionality to the "gf_images" application.
0.4.0:
- rewrite of the entire backend in Golang, and the front-end in Typescript.
major effort, and took over a year (if not longer) to complete, due to real-life coming in the way and
tech experimentation happening.
0.2:
- rewrote all services and most of the front-end in Dart, very few minor improvements added.
0.1:
- initial Python backend and gf_image/gf_post data-model, using mongodb, most basic css styling.
first introduction of a Chrome browser extension, for creating posts only (by adding images to them), no image flows.
(~2010)