Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 2
29 results for tags Go x
  • [TUHS] What would early alternatives to C have been?
    Shell scripts from Rob Pike to show operator precedence in C and Go.
    Mon Mar 10 11:30:04 2025 - permalink -
    - https://www.tuhs.org/pipermail/tuhs/2025-March/031585.html
    C Go software tool
  • '[9fans] GitHub.com/u-root/u-root now works again on plan 9' - MARC
    The statement «"p.s. "Why didn't you write it in Rust?" -- I take that question
    seriously, and did some measurements. Rust does not do as well for
    this purpose as Go.» is interesting.
    Wed Jan 8 13:07:40 2025 - permalink -
    - https://marc.info/?l=9fans&m=173577967403115&w=2
    FOSS Go plan9 Rust tool
  • Messung der Netzfrequenz mit Open Source-Komponenten
    Found via a link to https://gonium.net/blog/2010/10/24/smart-meter-datenkabel-selbst-gemacht--libehz/ from https://wiki.volkszaehler.org/software/sml
    Sat Dec 28 02:13:29 2024 - permalink -
    - https://gonium.net/post/2014-07-29-50hz--messung-der-netzfrequenz/
    electronics FOSS german Go time
  • GitHub - u-root/cpu: cpu command in Go, inspired by the Plan 9 cpu command
    This repo is an implementation the Plan 9 cpu command, both client and server, for Linux. More detail is available in the CPU chapter of the LinuxBoot book. https://book.linuxboot.org/cpu/
    Unlike the Plan 9 command, this version uses the ssh protocol for the underlying transport. It includes features familiar to ssh users, such as support for the ssh config file.

    The cpu command lets you log in from a local system to a remote system and see some or all of the files (how much is up to you) from the local system.

    This is wonderfully convenient for embedded systems programmers. Because some or all the files can come from your local machine, including binaries, the only thing you need installed on the remote machine is the cpu daemon itself.
    Fri Mar 8 12:12:55 2024 - permalink -
    - https://github.com/u-root/cpu
    FOSS go lic:BSD3 plan9 software tool
  • The Go Programming Language
    I have read quite a bit about Go, but apparently not saved any bookmarks.
    https://pkg.go.dev/math/big@go1.22.0#Int has functions useful for the 256-bit benchmark.
    Includes an on-line "REPL".
    Fri Mar 1 11:57:14 2024 - permalink -
    - https://go.dev/
    Go language on-line programming REPL
  • Rclone and Go
    rclone is a command line program to sync your data to and from cloud providers. See also https://www.craig-wood.com/nick/articles/pi-chudnovsky/for Python programs to calculate π, which I found via a link on https://www.angio.net/pi/pi-programs.html
    Thu Feb 1 19:20:14 2024 - permalink -
    - https://www.craig-wood.com/nick/articles/rclone-and-go-2018/
    Go pi Python software TODO π
  • 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 ISLisp 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
    https://dotat.at/@/2023-05-26-whence-time.html Where does my computer get the time from?
    https://dotat.at/@/2023-08-04-unix69.html a neat keyboard map
    https://dotat.at/@/2024-01-29-four-point-egg.html construct an egg shape with straightedge and compass
    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 hardware key-binding keyboard lisp mathematics software software time 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
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.