HN user

icholy

1,312 karma
Posts35
Comments432
View on HN
choly.ca 2y ago

Git: Programmatic Staging

icholy
27pts3
nationalpost.com 4y ago

Lockdowns only reduced Covid deaths by 0.2 per cent

icholy
16pts3
choly.ca 5y ago

Debugging a flaky Go test with Mozilla rr

icholy
1pts0
github.com 6y ago

Go Get for Everything Else

icholy
1pts0
www.buckaroo.pm 9y ago

Buckaroo is a package manager for C/C++

icholy
2pts0
jesserayadkins.github.io 10y ago

Lily: A programming language focusing on expressiveness and safety

icholy
2pts0
tip.golang.org 10y ago

Go 1.7 Release Notes DRAFT

icholy
8pts0
www.seagate.com 10y ago

The Seagate Kinetic Open Storage Vision

icholy
2pts0
www.openkinetic.org 10y ago

Seagate Kinetic Open Storage

icholy
3pts0
github.com 10y ago

Rip: Yes, I know sed can do this

icholy
4pts1
www.kickstarter.com 10y ago

PINE A64: $15 64-Bit Single Board Computer

icholy
4pts0
www.cbc.ca 10y ago

Should cyclists be required to get licences?

icholy
2pts2
github.com 11y ago

TypeScript VIM Plugin (uses TSServer)

icholy
1pts0
comealive.io 11y ago

Alive: Interactive Programming in Visual Studio

icholy
5pts0
github.com 11y ago

Killable: Composable Cancelation for Go

icholy
2pts0
news.ycombinator.com 11y ago

Ask HN: Is there a synonym search for programmers?

icholy
1pts0
github.com 11y ago

Pghero shell script

icholy
1pts0
collectd.org 12y ago

CollectD: The system statistics collection daemon

icholy
1pts2
www.postgres-xl.org 12y ago

Postgres-XL: Scalable Open Source PostgreSQL-based Database Cluster

icholy
152pts66
gist.github.com 12y ago

Go: Higher Order Functions (super unsafe)

icholy
2pts0
imgur.com 12y ago

Tar mnemonic

icholy
1pts0
github.com 12y ago

Duration.js

icholy
1pts0
gist.github.com 12y ago

Code Generation: cog + jinja2

icholy
1pts0
github.com 12y ago

ttyrec to gif (works with vim)

icholy
3pts0
github.com 13y ago

Better in-source GDB Breakpoints

icholy
2pts0
gist.github.com 13y ago

Tmux: easily move panes between windows

icholy
2pts0
github.com 13y ago

Oh-my-zsh Godoc Package Completion Plugin

icholy
2pts0
gist.github.com 13y ago

Go: stupid simple, in source, breakpoints

icholy
2pts0
gist.github.com 13y ago

Go: channel chaining pattern

icholy
1pts1
superuser.com 13y ago

Enable mouse scrolling in tmux

icholy
2pts0
Will It Mythos? 30 days ago

I don't want LLM usage to inadvertently change the way I communicate with people.

Zed AI 2 years ago

Yeah, I also don't want my editor to have syntax highlighting. I refuse to use any editor that has it. Don't even get me started on native vcs support. My rule of thumb is: "If it auto-completes then it gets the auto-yeet."

An array can be used to efficiently simulate a linked list

That's obviously not what the OP meant. Also, I don't think there's an efficient way of implementing deletes with an array backed linked list.

GitHub seems like it's going to be eternal for now, but when the industry moves on in 10 years time every single Go project is going to break.

This isn't correct. The Go module proxy stores all of the module content so it's still available even if the original source is removed.

Beyond Clean Code 2 years ago

If anyone wants to read the antithesis of Clean Code, check out "A philosophy of software design"