[go-nuts] [ANN] ethereum-playbook: configure and deploy Ethereum DApp infrastructures using a static specification

2018-10-21 Thread Maxim Kupriianov
Ethereum-playbook is a CLI tool that configures and deploys Ethereum DApp infrastructures using a static specification. Ethereum is a decentralized platform that runs "persistent scripts" called smart contracts. These sentinels resemble the usual microservices in a web application architecture,

[go-nuts] ANN: objstore a multi-master distributed caching layer for Amazon S3

2017-08-29 Thread Maxim Kupriianov
robustness of cross-node journal synchronisation, object replication and cluster auto-discovery. *Discussion & FAQ:* https://www.reddit.com/r/golang/comments/6wnxhc/a_multimaster_distributed_caching_layer_for/ -- Regards, Maxim Kupriianov -- You received this message because you are subscribed to

[go-nuts] A spinning cube demo using Vulkan API and Go, the project status

2017-05-30 Thread Maxim Kupriianov
Hi guys, I recently finished my first complex Vulkan API example in Go: A SPINNING CUBE. https://github.com/vulkan-go/demos/tree/master/vulkancube It actually took me three attempts to do that, meanwhile I was improving the Vulkan API bindings project, you can see the project history timeline

[go-nuts] [ANN] Nuklear GUI package for Go now supports various backends including Android

2017-01-08 Thread Maxim Kupriianov
Hello Gophers. Nuklear is an immediate mode graphical user interface toolkit written in ANSI C, it is platform agnostic and custom backends can be implemented to execute drawing commands and handle input on any platform. I wrote backends for desktop GLFW OpenGL 2.1 and 3.2, as well as an Androi

[go-nuts] Deleting the /r/golang subreddit

2016-11-24 Thread maxim . kupriianov
Reddit is surely a toxic community, but this subreddit in particular used to be the best way to promote my work and gain attention. Also Golang Weekly as far as I guessed uses the vote scores to easily pick the top-trended topics for their digest. I don't understand why the entire community mus

[go-nuts] A simple WebM player with support of VP8/VP9 video and Vorbis/Opus audio.

2016-09-27 Thread Maxim Kupriianov
Hi folks, just a project of a weekend, I've implemented a WebM player that's based on libvpx bindings an that actually decodes the video and audio, not a shortcut for ffmpeg. While being still poor on audio sync after seeking, it works just good enough to show how bindings for large C libs can

Re: [go-nuts] Re: [ANN] Cgogen - automatic Go bindings generator released

2016-09-20 Thread Maxim Kupriianov
s here > https://github.com/go-clang/gen and a resulting binding is here > https://github.com/go-clang/v3.7 Maybe we can find some inspiration from > each others projects? It would be also interesting to figure out how we > could merge each efforts? > > Cheers, > Markus > >

[go-nuts] [ANN] Cgogen - automatic Go bindings generator released

2016-09-20 Thread Maxim Kupriianov
Hello everyone, today I'm glad to announce that after 3 months of full-time development back in 2015 and after 1 year of part-time field testing and improvements in 2016, an automatic CGo bindings generator for Golang is finally released to the public. Visit https://cgogen.com Sources: http:/

[go-nuts] [ANN] A package for offline speech recognition and analysis with CMU PocketSphinx

2016-09-04 Thread Maxim Kupriianov
http://github.com/xlab/pocketsphinx-go Hello. A reddit user has asked if there are any options for offline speech recognition for Golang, so I did a quick research and was surprised that thing like CMU Sphinx[1] has no Go bindings yet. That's a legendary framework and it continues to improve ev

[go-nuts] [ANN] AstraNet for managing highly concurrent independent network streams

2016-08-29 Thread Maxim Kupriianov
Hi everyone, today I'd like to announce (and advertise a little bit) two packages for Go that we've developed in our company and use them in the core of our pure-Go backendstack. First one, AstraNet, is a multi-purpose Go component that is a stream multiplexer on the first place, and besides tha

[go-nuts] [ANN] Golang Bindings for Vulkan API with demos

2016-08-16 Thread Maxim Kupriianov
Hi everyone! I'd start from a little story. On 3rd March a Reddit user itsmontoya, a friend of mine, besides an ex-coworker, challenged me to do Go bindings for the Vulkan API that has been released officially that day. It was a fun idea since vulkan.h is a big chunk of a typical header code an