HN user

edofic

902 karma

[ my public key: https://keybase.io/edofic; my proof: https://keybase.io/edofic/sigs/O5NqsK4m5K5f9Msm759EKJl10VgmyJKMk9J7nBMiUhM ]

Posts21
Comments11
View on HN
github.com 3y ago

Show HN: ChatGPT-CLI, a Unix-y client

edofic
3pts2
hedy.org 3y ago

Hedy: Textual Programming for the Classroom

edofic
2pts1
htmx.org 4y ago

How did REST come to mean the opposite of REST?

edofic
398pts383
blog.cloudflare.com 4y ago

Cloudflare: Logs on R2

edofic
8pts0
edofic.com 4y ago

Running amd64 Docker images with Podman on Apple Silicon (M1)

edofic
2pts0
dev.to 9y ago

Why I Switch from [Language_1] to [Language_2]

edofic
2pts0
groups.google.com 9y ago

Sub-millisecond GC in Go lang

edofic
4pts0
github.com 10y ago

Use TLS servers for trusted timestamping

edofic
1pts0
arxiv.org 10y ago

A numerical analysis of Quicksort: How many cases are bad cases? [pdf]

edofic
35pts10
swizec.com 10y ago

Using React in the real world

edofic
21pts2
michael.robellard.com 10y ago

Don't test with SQLite when you use Postgres in Production

edofic
105pts105
www.exceptionnotfound.net 11y ago

Turn It Off and See If Anybody Complains

edofic
2pts0
endoflineblog.com 11y ago

GitFlow considered harmful

edofic
464pts335
bodil.org 11y ago

How to get shit to work right (FRP UI)

edofic
1pts0
github.com 11y ago

Idris to PHP compiler

edofic
3pts0
github.com 11y ago

Deploy based on the planet alignments

edofic
134pts45
www.edofic.com 13y ago

Implementing union types in Scala

edofic
1pts0
www.edofic.com 13y ago

Hindley-Milner on a dynamic language

edofic
1pts0
www.edofic.com 13y ago

Hunt for a web framework that works

edofic
1pts0
www.edofic.com 13y ago

Design patterns are bullshit

edofic
1pts0
edofic.blogspot.com 13y ago

Setting up scala development for Android

edofic
3pts0

Yes, this is a great example of what I meant with "interactive" client. It takes over the input and output and has it's own shell. Instead I wanted something that looks and feels more like a regular unix tool. Especially that I can put the prompt on the command line (or stdin) and get output on stdout. Because then I can pipe the output and avoid copy-pasting. Small difference but a big quality of life improvement for me.

Go enjoy Python3 11 years ago

A mandatory smart-ass Haskell response

    import System.Environment (getArgs)
    main = do
      [str] <- getArgs
      putStrLn $ take 12 str

"Since there's no way to roll back server upgrades"

It is if you run a modern filesystem like ZFS or btrfs. You just do a cheap snapshot before upgrading(can be automated) and roll back if there are problems. Even works with lvm.