Shaare your links...
1984 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 2
23 results for tags Go x
  • Gitea - Git with a cup of tea, a painless self-hosted Git service
    Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
    Try it once I have an interesting public repository.
    Sat Oct 15 11:59:55 2022 - permalink -
    - https://gitea.io/en-us/
    git go MIT software TODO tool
  • Ted Unangst's blog
    Interesting blog, found via the link to https://www.openbsd.org/papers/bsdcan-signify.html on https://blog.vyos.io/minisign-the-future-of-vyos-image-signature-verification
    Examples are
    signify - sign and verify https://flak.tedunangst.com/post/signify
    humungus a mercurial server/web interface written in Go, https://humungus.tedunangst.com/r/humungus and https://flak.tedunangst.com/post/humungus
    X11 example programs such as timescroll - remap ctrl-scroll to undo and redo, https://humungus.tedunangst.com/r/xtoys
    Sun Oct 2 09:31:25 2022 - permalink -
    - https://flak.tedunangst.com/
    blog Go mercurial programming software X11
  • roughtime - Git at Google
    Roughtime is a protocol that aims to achieve rough time synchronisation in a secure way that doesn't depend on any particular time server, and in such a way that, if a time server does misbehave, clients end up with cryptographic proof of it.

    “Rough” time synchronisation means that, at this stage, we would be happy with time synchronisation to within 10 seconds of the correct time. If you have serious time synchronisation needs you‘ll want the machinery in NTP or even PTP (which needs hardware support to do right). There’s no reason why Roughtime shouldn‘t be (almost) as precise as NTP, but the use cases that we have in mind for now don’t need much precision. For example, about 25% of certificate errors shown by Chrome appear to be caused by bad local clocks and we don't need much precision to fix that.

    Found via Cillian O'Driscoll's fork https://github.com/odrisci/roughtime
    See also https://github.com/oreparaz/vroughtime for a simple client written in C.
    Thu Sep 8 17:46:49 2022 - permalink -
    - https://roughtime.googlesource.com/roughtime
    Apache FOSS Go security software time
  • gopikchr: a yakshave
    A port of Richard Hipp's pikchr https://pikchr.org/home/doc/trunk/homepage.md to the Go programming language.
    See also the Apple I, ][ emulator https://github.com/zellyn/openemulator
    Fri Aug 12 10:43:39 2022 - permalink -
    - https://zellyn.com/2022/01/gopikchr-a-yakshave/
    blog Go graphical-programming Kernighan
  • Read Practical Cryptography With Go | Leanpub
    Found via a link on https://docs.gitlab.com/ee/user/ssh.html
    Wed Aug 10 11:50:25 2022 - permalink -
    - https://leanpub.com/gocrypto/read#leanpub-auto-chapter-1-introduction
    book cryptography Go
  • What is gVisor? - gVisor
    gVisor is an application kernel, written in Go, that implements a substantial portion of the Linux system call interface. It provides an additional layer of isolation between running applications and the host operating system.
    Found on https://marc.info/?l=9fans&m=165401374021100&w=2
    Tue May 31 18:52:17 2022 - permalink -
    - https://gvisor.dev/docs/
    Go Linux operating-system plan9 software
  • Iris - A ISLisp Implementation
    ISLisp in JS/Go: Standards-compliant Lisp smaller than Common-Lisp.
    Note that the on-line JavaScript version does not handle #x prefixes correctly.
    Integers are also limited to 31 bit:
    (expt 2 31) => -2147483648
    in contradiction to https://islisp-dev.github.io/ISLispHyperDraft/islisp-v23.html#integer_class
    Fri Apr 22 15:42:24 2022 - permalink -
    - https://islisp.js.org/
    Go JavaScript lisp on-line software TODO
  • but she's a girl...
    Found on Sacha Chua's blog https://sachachua.com/blog/2022/01/2022-01-10-emacs-news/
    Tue Jan 11 12:48:10 2022 - permalink -
    - https://www.rousette.org.uk/archives/
    blog emacs Go
  • Exploring age v 1.0 | Prevent Default
    Introduction to age, a “simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.”
    The source code can be found at https://github.com/FiloSottile/age and the german Wikipedia has an entry https://de.wikipedia.org/wiki/Actually_Good_Encryption
    Tue Oct 12 16:57:17 2021 - permalink -
    - https://sts10.github.io/2021/09/06/exploring-age-1-point-0.html
    cryptography Go Rust software
  • Opossum Web Browser (written in Go)
    Nice looking website (looks a bit like the editor sam), I am wondering why the author felt the need to set the title to "Web mirror of shithub.us".
    Thu Apr 22 15:01:38 2021 - permalink -
    - http://git.pmikkelsen.com/ph/opossum
    browser Go web
  • gokrazy is a pure-Go userland for your Raspberry Pi 3/4 appliances
    For a long time, we were unhappy with having to care about security issues and Linux distribution maintenance on our various Raspberry Pis.
    Then, we had a crazy idea: what if we got rid of memory-unsafe languages and all software we don’t strictly need?
    Turns out this is feasible. gokrazy is the result.
    Wed Mar 24 20:01:16 2021 - permalink -
    - https://gokrazy.org/
    BSD Go pi raspberry software π
  • .@ Tony Finch's homepage
    Interesting software, such as
    unifdef selectively removes C preprocessor conditionals. My version of this program now shipped by all the BSDs (including Mac OS X) and is used by the Linux kernel build system.
    regpg safely stores server secrets using gpg, so you can keep them in version control.
    picoro - tiny coroutine implementations in pure C. I wrote an accompanying article, coroutines in 20 lines of standard C.
    Counting the days - tiny routines for converting Gregorian dates into linear counts, like Julian day numbers or Unix time_t. The date of the count - a small routine for converting linear day counts into Gregorian dates.
    https://dotat.at/@/2016-04-22-synergy-vs-xmodmap-fight.html Why you can't use xmodmap to change how Synergy handles modifier keys
    His log of links, https://dotat.at/:/ which I found on the TUHS mailing list is also worth reading. He explains a bit about this log on http://dotat.at/.
    Mon Jun 8 22:31:25 2020 - permalink -
    - http://dotat.at/
    blog C compiler cryptography Go key-binding lisp software software TUHS X11
  • rclone - rsync for cloud storage
    Rclone is a command line program to sync files and directories to and from a number of cloud storage services, including
    - Google Drive
    - Nextcloud
    Wed Nov 6 15:58:37 2019 - permalink -
    - https://rclone.org/
    Go MIT software tool
  • Compiler Explorer
    See the output of several compilers in your web browser.
    In addition to C++, it now supports Go, Rust and D.
    Mon Jun 3 10:15:16 2019 - permalink -
    - https://godbolt.org/
    C C++ compiler Go hack Rust tool
  • An implementation of tlsdate in Go
    An experimental implementation of tlsdate (https://github.com/ioerror/tlsdate) in Go.
    WARNING: This software has not been reviewed. You probably shouldn't use it.
    Tue Oct 30 17:10:26 2018 - permalink -
    - https://github.com/ality/go-tlsdate
    Go software time TLS
  • gopass is a simple but powerful password manager for your terminal.
    gopass is a rewrite of the pass password manager http://www.passwordstore.org in Go with the aim of making it cross-platform and adding additional features. Our target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface. One explicit goal for this project is to make it more approachable to non-technical users. We go by the UNIX philosophy and try to do one thing and do it well, providing a stellar user experience and a sane, simple interface.
    https://www.gopass.pw
    Mon Sep 3 16:17:01 2018 - permalink -
    - https://github.com/gopasspw/gopass
    cryptography Go MIT security software TODO
  • How to generate a favicon with transparent background.
    The blog has a number of articles related to Emacs, Org mode, Go.
    Fri Jun 22 13:48:21 2018 - permalink -
    - https://scripter.co/generating-a-transparent-favicon/
    blog emacs Go PNG web
  • The Go Programming Language (Addison-Wesley Professional Computing Series) 1, Alan A. A. Donovan, Brian W. Kernighan, eBook - Amazon.com
    by Alan A. A. Donovan, Brian W. Kernighan
    Thu Mar 30 00:20:57 2017 - permalink -
    - https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing-ebook/dp/B0184N7WWS/ref=as_li_ss_tl?s=books&ie=UTF8&qid=1483188224&sr=1-1&keywords=the+go+programming+language&linkCode=sl1&tag=rbersblog-20
    book Go Kernighan language programming
  • Apex: My Editor Project | Good Math Bad Math
    Mark Chu-Carroll's blog covers many subjects, including mathematics, physics and programming. In this article he describes his design of a programming language suited for an editor (think about a more readable version of TECO's language).
    As of 2021-06-21, the site cannot be reached. On 2021-12-22 it is on-line again.
    Tue Jul 12 02:02:28 2016 - permalink -
    - http://goodmath.scientopia.org/2010/12/19/apex-my-editor-project/
    blog editor Go mathematics programming
  • Pond - forward secure, asynchronous messaging
    So Pond is not email. Pond is forward secure, asynchronous messaging for the discerning. Pond messages are asynchronous, but are not a record; they expire automatically a week after they are received. Pond seeks to prevent leaking traffic information against everyone except a global passive attacker.
    Written in go.
    Tue Dec 15 13:07:01 2015 - permalink -
    - https://pond.imperialviolet.org/
    cryptography Go security software
Links per page: 20 50 100
◄Older
page 1 / 2
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.