Remix.run Logo
dakiol 5 days ago

Easier solution: you don’t need a progress bar.

nicce 5 days ago | parent | next [-]

Depends on the purpose… but I guess if you replace it with estimated time left, may be good enough. Sometimes progress bar is just there to identify whether you need stop the job since it takes too much time.

f311a 5 days ago | parent | prev | next [-]

It runs indefinitely to process small jobs. I could log stats somewhere, but it complicates things. Right now, it's just a single binary that automatically gets restarted in case of a problem.

skydhash 5 days ago | parent [-]

Why not print on stdout, then redirect it to a file?

chairmansteve 5 days ago | parent | prev | next [-]

One of the wisest comments I've ever seen on HN.

SoftTalker 5 days ago | parent | prev | next [-]

Every feature is also a potential vulnerability.

5 days ago | parent [-]
[deleted]
vendiddy 5 days ago | parent | prev [-]

And if you really do? Print the percentage to stdout.