As of 2021.02.11 --
If you don't already have V installed, do so by running
git clone https://github.com/vlang/v
cd v
make
package main | |
import ( | |
"fmt" | |
"net/http" | |
log "github.com/Sirupsen/logrus" | |
"github.com/gorilla/websocket" | |
) |
package main | |
import ( | |
"encoding/json" | |
"net/http" | |
"time" | |
"github.com/gorilla/mux" | |
) |
Based on what I believe to be the best ideas proposed for Go 2 -- namely https://gist.github.com/akavel/62d90bdc43088574c638eb3b16301a92#gistcomment-2692584 -- here is what a key example from the Go 2 error handling proposal would look like:
This example from https://go.googlesource.com/proposal/+/master/design/go2draft-error-handling-overview.md
func CopyFile(src, dst string) error {
handle err {
return fmt.Errorf("copy %s %s: %v", src, dst, err)
Pursuance is a software tool for effectively organizing individuals to achieve a shared mission.
Our free, open source, and secure Pursuance System software enables participants to: create action-oriented groups called "pursuances", discuss how best to achieve their mission, rapidly record exciting strategies and ideas in an actionable form (namely as tasks), divvy up those tasks among one other, share files and documents, get summoned when relevant events occur (e.g., when they are assigned a task, or when mentioned), request help from others, receive social recognition for their contributions, and to delegate tasks to other pursuances in this ecosystem in order to harness its collective intelligence, passion, and expertise.
Pursuance can be used for a great many things. But we, its creators, have certain interests. Specifically, we are focused on organizing activists, journalists, and non-profits in order to solve serious problems we face as a society -- the surveillance state, th
ProtonMail: https://news.ycombinator.com/item?id=15387540
Holy fucking shit:
Iron Ox is building robotic greenhouses to supply fresh produce year round. We're a team from Willow Garage, Google[x], and Boeing that are passionate about deeply understanding and developing the new wave of technology to feed people. Iron Ox is a well-funded startup backed by Y Combinator and located in the SF Bay Area.
[ | |
{ | |
"id": 1, | |
"pursuance_id": 1, | |
"title": "Kick ass", | |
"title_enc": "", | |
"deliverables": "Finish everything. Now.", | |
"deliverables_enc": "", | |
"assigned_to": null, | |
"created": "2017-10-20T21:48:56.834231-07:00", |
I hereby claim:
To claim this, I am signing this object:
LeapChat: encrypted, ephemeral, in-browser chat.
Just visit leapchat.org and a new, secure chat room will instantly be created for you. And once you're in, just link people to that page to invite them to join you!
You shouldn't have to sacrifice your privacy and personal information just to chat online. Slack, HipChat, and others make you create an account with your email address, their software doesn't encrypt your messages (they can see everything), and the messages last forever unless you manually delete them.