Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Wed, 13 Apr 2022 07:59:00 +0000 Settermtitle <p>A simple command-line tool written in <a href="https://golang.org/" rel="nofollow" style="box-sizing: inherit; caret-color: var(--color-caret); color: var(--color-primary); cursor: pointer; --fonts-regular: var(--fonts-override, var(--fonts-proportional)), &quot;Noto Sans&quot;, &quot;Liberation Sans&quot;, sans-serif, var(--fonts-emoji);">Go</a>&nbsp;that sets the terminal title. Useful for naming your various Terminal windows as you work on multiple things at the same time and need a way to quickly and easily identify which Terminal is which</p> 3 points posted by James Mills https://git.mills.io/prologic/settermtitle 4710 Thu, 07 Apr 2022 01:20:00 +0000 Bitcask v1.0.0 released! 🎉 A pure Go key/value store with predictable performance. <div class="ui repo-description"><div id="repo-desc"><span class="description"><span class="emoji" aria-label="key">🔑&nbsp;A high performance Key/Value store written in Go with a predictable read/write performance and high throughput. Uses a Bitcask on-disk layout (LSM+WAL) similar to Riak.<a class="link" href="https://git.mills.io/prologic/bitcask" style="box-sizing: inherit; color: var(--color-primary); cursor: pointer; --fonts-regular:var(--fonts-override,var(--fonts-proportional)),&quot;Noto Sans&quot;,&quot;Liberation Sans&quot;,sans-serif,var(--fonts-emoji);"></a></div><div><span class="description"><br></div><div><span class="description"><a href="https://git.mills.io/prologic/bitcask">https://git.mills.io/prologic/bitcask</a><br></div></div><div class="mt-3" id="repo-topics"></div> 3 points posted by James Mills https://git.mills.io/prologic/bitcask 4609 Sat, 24 Jul 2021 03:45:00 +0000 fbox - an easy to use and maintain distributed file system written in Go using Reed Solomon Erasure <blockquote>fbox is a distributed file system written in Go that has the the following features:</blockquote><div><br></div><div><b>Current Features:</b></div><div> <ul> <li>Single portable binary</li> <li>Simple to setup and maintain</li> <li>A Web Interface with Drag 'n Drop</li> <li>Data redundancy with erasure coding and sharding</li> </ul></div><div><b>Planned Features:</b></div><div> <ul> <li>POSIX compatible FUSE interface</li> <li>S3 Object Storage interface</li> <li>Docker Volume Driver</li> </ul></div><div>There is also a publicly (freely) available demo instance available at:</div><div><br></div><div><a href="https://files.mills.io/">https://files.mills.io/</a></div><div><br></div> 3 points posted by James Mills https://git.mills.io/prologic/fbox 4602 Sun, 04 Jul 2021 13:25:00 +0000