HackerTrans
TopNewTrendsCommentsPastAskShowJobs

reisinge

no profile record

Submissions

[untitled]

1 points·by reisinge·il y a 3 mois·0 comments

[untitled]

1 points·by reisinge·il y a 6 mois·0 comments

[untitled]

1 points·by reisinge·il y a 7 mois·0 comments

Building Concurrent Pipelines

gomonk.substack.com
1 points·by reisinge·il y a 7 mois·1 comments

[untitled]

1 points·by reisinge·il y a 9 mois·0 comments

[untitled]

1 points·by reisinge·il y a 9 mois·0 comments

[untitled]

1 points·by reisinge·il y a 9 mois·0 comments

[untitled]

1 points·by reisinge·il y a 9 mois·0 comments

[untitled]

1 points·by reisinge·il y a 10 mois·0 comments

[untitled]

1 points·by reisinge·il y a 10 mois·0 comments

Go for Bash Programmers – Part I: The Language

github.com
2 points·by reisinge·il y a 10 mois·1 comments

Go for Bash Programmers – Part II: CLI Tools

github.com
131 points·by reisinge·il y a 10 mois·9 comments

comments

reisinge
·il y a 3 mois·discuss
Are you still building small tools to learn? Does that still make sense in the AI era, or are people learning differently now? What do you think?
reisinge
·il y a 6 mois·discuss
Computers (not people!) are good at doing many things quickly. Very many things and very quickly.
reisinge
·il y a 7 mois·discuss
Build reusable libraries even for small Go programs
reisinge
·il y a 7 mois·discuss
Connecting goroutines via channels
reisinge
·il y a 9 mois·discuss
video
reisinge
·il y a 9 mois·discuss
A video showing how to build an example command-line program from scratch.
reisinge
·il y a 9 mois·discuss
Understanding basics of TLS by writing small programs in Go
reisinge
·il y a 10 mois·discuss
You can make computers faster by programming them to do things concurrently instead of sequentially. And if you have multiple CPUs (which nowadays you almost certainly have) these things are done in parallel.
reisinge
·il y a 10 mois·discuss
This is the first part of a series introducing Bash programmers to Go. This part goes through the language building blocks that will be used in later parts.
reisinge
·il y a 10 mois·discuss
Thanks, done: https://github.com/go-monk/from-bash-to-go-part-ii/commit/16...