Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
leighmcculloch
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
Compare any two versions of a package (rust, go, Ruby, JavaScript,)
(unpackage.dev)
2 points
by
leighmcculloch
5mo ago
|
0 comments
2.
▲
by
leighmcculloch
3y ago
The article doesn't discuss one of the most significant differences between building in Go and Rust: tooling.
3.
▲
by
leighmcculloch
3y ago
> Tools that use the GOPROXY protocol as a crutch What does the article mean that using the Go proxy protocol is a crutch?
4.
▲
by
leighmcculloch
3y ago
This quote had me too. Too real.
5.
▲
by
leighmcculloch
3y ago
Go downloading a toolchain is not any different to dustup downloading the version of rust that is in a toolchain toml file. At least with Go it will presumably only download officially released versions, and not gotip/nightly.
6.
▲
by
leighmcculloch
4y ago
Continuing to work on the soroban-sdk[1] and soroban wasm environment[2], but after spending last year completely immersed in Rust, which was exhilarating learning experience, I'm really hoping to find some ways to spend more time back
7.
▲
by
leighmcculloch
4y ago
Some prior discussion about why turn on TCP_NODELAY: https://jvns.ca/blog/2015/11/21/why-you-should-understand-a-... John Nagle's comments about it: https://news.ycombinator.com/item
8.
▲
by
leighmcculloch
4y ago
In several places it is mentioned as a Rust library, but I don't see any links to it. Using google search I'm not finding a Rust library named "Turbo". Is the library open source, or available on crates.io / in a pu
9.
▲
by
leighmcculloch
5y ago
No port mapping, the ports are available on the IP of the VM. Volume mounts are supported by multipass, but dockerhost doesn't set them up automatically, yet!
10.
▲
by
leighmcculloch
5y ago
Rancher's, and Podman's, efforts on Mac are exciting, but you can also just run the Docker daemon in a VM on Mac and install the free docker CLI using homebrew. This is what I do using Canonical's Multipass to create the VM.
11.
▲
Travis CI secrets were leaking to forks via pull request builds
(travis-ci.community)
24 points
by
leighmcculloch
5y ago
|
1 comments
12.
▲
by
leighmcculloch
6y ago
Stellar Development Foundation | Non-Profit | San Francisco, Remote (US, Canada) | Engineering Stellar is an open network for storing and moving money. The Stellar Development Foundation's mission is to create equitable access to the g
13.
▲
Show HN: Spellingalphabet.xyz – Convert Words to Their NATO Phonetic Alphabet
(spellingalphabet.xyz)
2 points
by
leighmcculloch
7y ago
|
1 comments
14.
▲
Show HN: Cross-Region Google Cloud Datastore Replication Using AppEngine
(github.com)
4 points
by
leighmcculloch
9y ago
|
0 comments
15.
▲
Show HN: Read and pray from the Bible everyday
(readprayrepeat.com)
2 points
by
leighmcculloch
9y ago
|
0 comments
16.
▲
Show HN: Clipper card PDF to CSV conversion
(clippercardcsv.com)
1 points
by
leighmcculloch
9y ago
|
0 comments
17.
▲
Show HN: Sshcrypt encrypts secrets using the SSH Agent
(github.com)
2 points
by
leighmcculloch
10y ago
|
0 comments
18.
▲
by
leighmcculloch
10y ago
+100 Go is super boring and that it's a selling point. Code is a tool, not a device for entertainment. I'm yet to meet a 20+year developer who is wowed by extensive/unique/complex features, which makes me think as I also
19.
▲
by
leighmcculloch
10y ago
Australia has very little immigration to the US it seems.
20.
▲
by
leighmcculloch
10y ago
I added unicode and emoji for fun which is where the YAGNI reference came from. I doubt many websites accept them, even Google don't. But you're welcome to give it a go: randstr -charset ASCII,UnicodePassword
21.
▲
by
leighmcculloch
10y ago
I've been learning go and this is my first CLI app. There's definitely some YAGNI in this.. cough emoji cough ..but supporting unicode/emoji led me to expressing the charsets as an interface instead of as a string or array
22.
▲
Show HN: Randstr – random strings at the command line with unicode/emoji (go)
(github.com)
2 points
by
leighmcculloch
10y ago
|
3 comments
23.
▲
by
leighmcculloch
10y ago
Here's my process: 1. Open a PR when you're ready for review. The PR should have the following attributes, which make PRs fast to review, and reduces the back and forth since the reviewer has everything they need to provide a real
24.
▲
by
leighmcculloch
11y ago
You can use CloudFlare with a custom domain in front of Github Pages. It works. I do this for https://github.com/leighmcculloch/5tweets.com which you can see SSL'd at https://5tweets.com .
25.
▲
by
leighmcculloch
11y ago
US health bills seem extraordinarily high, maybe 5x in comparison to other first world countries. Why is this?
26.
▲
by
leighmcculloch
11y ago
Branchless development is a terrible idea. I think what the author is wanting to avoid is long lived branches. Keep your branches small, isolated, get your changes into the main branch as soon as possible, but develop each atomic change ind
27.
▲
by
leighmcculloch
11y ago
ModularFirst, defer the decision to create a monolith or a microservice architecture. Start with a single application and focus on your software design being modular. One way dependencies, single responsibility, and simple interfaces make a
28.
▲
by
leighmcculloch
12y ago
2 hours of running.
29.
▲
by
leighmcculloch
12y ago
Breaking things is time expensive too, plus it erodes trust. Not breaking things can be time expensive if you do it late, but it doesn't have to if you do it early. If making sure you don't break something is time expensive then y
30.
▲
open -a Finder ./
2 points
by
leighmcculloch
12y ago
|
0 comments
More ›