Re: [go-nuts] Go “service container” thoughts

2019-01-02 Thread Zellyn
Peter, thanks for that thoughtful and clear answer. It articulates very clearly the tussle I've been feeling, and is immensely helpful! Happy New Year! Zellyn On Tuesday, December 25, 2018 at 1:37:14 PM UTC-5, Peter Bourgon wrote: > > I've repeatedly built "service container&quo

[go-nuts] Go “service container” thoughts

2018-12-12 Thread Zellyn
o put it another way, it has never felt like using gokit would be appropriate, because it obeys none of our conventions. Thoughts, comments, experience to relate? Yours, Zellyn -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubs

[go-nuts] Re: Local repository for go modules

2018-08-16 Thread Zellyn
I think Project Athens is what you want? https://github.com/gomods/athens On Thursday, August 16, 2018 at 12:12:11 PM UTC-4, Ignazio Di Napoli wrote: > > I'd like to experiment with modules, in a local directory. I know I can do > it setting GOPROXY to a file:/// url. > But what about looking

Re: [go-nuts] Re: [ANNOUNCE] for gopher audiophiles.

2018-08-08 Thread Zellyn
Re: [go-nuts] Re: [ANNOUNCE] for gopher audiophiles. > To: Zellyn > > > > Zellyn, > > We are collaborating with the go-audio github organisation. They have > lots to offer more than the buffer datatypes, and Matt Aimonetti of > go-audio has been very helpful and supportive.

Re: [go-nuts] Re: [ANNOUNCE] for gopher audiophiles.

2018-08-08 Thread Zellyn
One other question. I know you're aware of it because you mentioned it in the kickoff blog post, but do you intend to use the underlying types from https://github.go-audio/audio? Just curious, Zellyn On Wednesday, August 8, 2018 at 2:37:12 PM UTC-4, Sebastien Binet wrote: > > Scott, &

[go-nuts] Re: [ANNOUNCE] for gopher audiophiles.

2018-08-08 Thread Zellyn
Scott, Thank you for taking on this thorny and important area. I hope you manage to include the various interested parties, and reach a consensus that is both efficient and Go-like. Good luck! I look forward to reading updates on the project blog. Zellyn On Tuesday, August 7, 2018 at 11:33

Re: [go-nuts] [ANN] oksvg and rasterx; SVG 2.0 path compliant renderer and rasterizer

2018-04-24 Thread Zellyn
radical philosophy toward >> computers: https://www.gnu.org/licenses/why-affero-gpl.en.html So far I >> personally like the AGPL approach. > > Nobody at Google (or many other companies) can touch anything AGPL. Zellyn -- You received this message because you are subscribed to th

[go-nuts] Re: Mac OS Bluetooth Gamepad

2018-03-27 Thread Zellyn
gamepad config or listing in the Mac OS Settings panels. Sounds like I'm going to be reading some source code… :-) Thanks again, Zellyn On Tuesday, March 27, 2018 at 8:31:23 AM UTC-4, Egon wrote: > > Ah, just noticed the Mac part... > > https://github.com/glfw/glfw/blo

[go-nuts] Mac OS Bluetooth Gamepad

2018-03-26 Thread Zellyn
would be lovely to have something in pure Go. Is that unlikely? How are games (and Chrome) even finding the controller? Do they have to interrogate the Bluetooth stack, and then speak both Bluetooth and the XBox controller protocol? Any help appreciated. Zellyn -- You received this message becau

[go-nuts] Re: ANN: gemacs, a lightweight emacs, written in pure Go

2018-03-13 Thread Zellyn
Heh. I didn't realize that godit isn't terminal-capable. I thought, “Who cares which terminal library it uses?” lol. Thanks for the clarification :-) Zellyn On Tuesday, March 13, 2018 at 5:51:01 PM UTC-4, Jason E. Aten wrote: > > On Tuesday, March 13, 2018 at 9:03:15 AM UTC-5, Zellyn

[go-nuts] Re: ANN: gemacs, a lightweight emacs, written in pure Go

2018-03-13 Thread Zellyn
Nice! What is the relationship between gemacs and godit? The readme seems mostly a copy, so I was expecting godit to be abandoned. But it's showing recent activity… On Monday, March 12, 2018 at 5:10:20 PM UTC-4, Jason E. Aten wrote: > > *https://github.com/glycerine/gemacs

Re: [go-nuts] Go += Package Versioning

2018-02-23 Thread Zellyn Hunter
hs. If you like, you can branch off of your 1.x tag, add a mod.go with v1 in it there, and tag it 1.{x+1}. Same for v2. Oh wait, is it a problem because your self-import paths need to change (or not) depending on whether the client is using vgo? I think I'm unclear on that detail :-) Zellyn -- Y

Re: [go-nuts] Go += Package Versioning

2018-02-23 Thread Zellyn
0222211942-ae16178c02 Zellyn -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.

Re: [go-nuts] Go += Package Versioning

2018-02-21 Thread Zellyn
int of view, the "v2" should absolutely be part of the package URL. In fact, having the concept of version stored in some lookaside metadata outside of the name (eg. git tag) would be a mistake. Zellyn -- You received this message because you are subscribed to the Google Groups "

Re: [go-nuts] Go += Package Versioning

2018-02-21 Thread Zellyn
le in the same repository, you can send one PR that applies the same fix in two places, which is nice for review. I guess every approach has pros and cons. vgo seems particularly goish :-) Zellyn -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] Re: Go += Package Versioning

2018-02-20 Thread Zellyn
e monorepo? Does vgo search upward for go.mod files? - More details on the zipfile module representation will be welcome. - Getting rid of GOPATH is nice. Where will `vgo install` drop binaries? Thanks for your work on this. It looks very “Go-ish”. Interested to learn more. Zellyn

[go-nuts] Re: ANN: gijit, a Go interpreter

2018-02-08 Thread Zellyn
Very nice. You might be interested in this Group too: https://groups.google.com/forum/#!forum/go-interpreter On Wednesday, February 7, 2018 at 3:00:06 PM UTC-5, Jason E. Aten wrote: > > https://github.com/gijit/gi > > My interactive Go REPL, gijit, is quite useful now. It has structs, >

Re: [go-nuts] Re: Announcing: Skylark in Go

2017-11-07 Thread Zellyn Hunter
Oh neat. So is it a sort of competitor to jsonnet? I guess jsonnet is usually used to generate actual config files, not live-interpret executable config. Zellyn On Tue, Nov 7, 2017 at 3:46 PM Alan Donovan <adono...@google.com> wrote: > On 7 November 2017 at 15:36, Zellyn <zel.

[go-nuts] Re: Announcing: Skylark in Go

2017-11-07 Thread Zellyn
Bump, since y'all seem to be actively posting here :-) An only-2x-slower than CPython interpreter is pretty cool. Just very curious what y'all are doing with it. On Thursday, November 2, 2017 at 3:22:44 PM UTC-4, Zellyn wrote: > > This looks neat. Are you able to provide more context o

[go-nuts] Re: Announcing: Skylark in Go

2017-11-02 Thread Zellyn
This looks neat. Are you able to provide more context on what this is/will be used for at Google? On Monday, October 2, 2017 at 12:39:43 PM UTC-4, Alan Donovan wrote: > > I'm pleased to announce the launch of Skylark in Go: an interpreter for > Skylark, implemented in Go. > >

Re: [go-nuts] Why golang garbage-collector not implement Generational and Compact gc?

2017-05-16 Thread Zellyn
What a fantastic discussion. Thanks so much, folks! -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options,

Re: [go-nuts] Why golang garbage-collector not implement Generational and Compact gc?

2017-05-16 Thread Zellyn
search for [tcmalloc fragmentation] yielded mostly people struggling with fragmentation issues when using tcmalloc. Zellyn -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails fro

Re: [go-nuts] Weird performance with exp/shiny

2017-04-28 Thread Zellyn
was calling the shiny update once per emulated frame, if it was delaying to the next 60th of a second, it may be *exactly* correct :-) Thanks for the help. And for shiny! Zellyn -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubs

[go-nuts] Weird performance with exp/shiny

2017-04-27 Thread Zellyn
I'm sure I'm doing something hideously wrong with shiny, since my emulator runs three times faster on my MacBook if I run it under VirtualBox/Ubuntu. Yes, you read that right. Here, I tweeted an animated gif of them running side by side: https://twitter.com/zellyn/status/857674501928222720 I

[go-nuts] Re: togo: tool for converting files to .go

2017-03-20 Thread Zellyn
https://github.com/jteeuwen/go-bindata is the one I see most often. There are several alternatives listed in the README at https://github.com/shurcooL/vfsgen On Monday, March 20, 2017 at 12:02:47 PM UTC-4, Francesco Lazzarino wrote: > > Hi, > > I made a handy tool that converts a file in a pkgs

[go-nuts] Re: Streaming EME mp3?

2017-01-03 Thread Zellyn
I'm not sure this is relevant to golang-nuts. This article might be a good start though. On Tuesday, January 3, 2017 at 10:27:05 AM UTC-5, Darko Luketic wrote: > > We have a site with many mp3 files. > > And every now and then someone would

[go-nuts] Re: Tooling experience feedback

2016-10-18 Thread Zellyn
I run go tests with something like this: while true; do go test ./foo/bar; fswatch -1 -r . > /dev/null; sleep 0.3; done It would be nice if go test could do that itself. (The 0.3 second sleep is to let the file-write that triggered the test complete.) Zellyn On Tuesday, October 18, 2