HN user

lozf

737 karma

[ my public key: https://keybase.io/lozf; my proof: https://keybase.io/lozf/sigs/YV2_ZVg_gxsWC9vgy8eb_yXzSM1w-hwHIRBcqoxAs9E ]

# hnchat:fC2neOsfEuewWNgLieMJ

Posts5
Comments552
View on HN

That paper was published in 2014. The reference Opus encoder has certainly had a number of improvements that affect sound quality since then, whereas very few AAC implementations have.

What Is a Dickover? 2 months ago
      uBlock-Origin settings | Filters | Cookie notices   
Works well for that subset of dickovers at least.

Really nicely done. I usually settle for

    xclock -analog -update 1 -norender -hl grey -fg grey -bg black
(You can put a `TZ="Wherever"` variable at the start for different timezones, and those that don't like the seconds ticking can pass e.g. 0.01 instead of 1 to the -update option).

Brits of a certain age will recall (and might appreciate) the clock faces available at https://625.uk.com/tv_logos/flash2.htm#clocks too.

unusual maps https://raildar.co.uk/map/KGX

Nice one, OpenRailTimes[0] is a similar style, but split in to smaller local sections by rail company and area.

I also like SignalBox[1] maps for their more traditional geographic layout, and for "less map -- more data", with accurate times that trains pass through stations and junctions, then RealTimeTrains[2] is hard to beat.

- [0]: https://www.opentraintimes.com/maps

- [1]: https://www.map.signalbox.io/

- [2]: https://www.realtimetrains.co.uk/

It's just one press of the G key in Vim, or Alt > in Emacs. Even nano has Alt / to jump to the end of a file.

I find those preferable to reading things in reverse order, but Vim opens up at the last location anyway so it's usually just there.

Better to think of it that it changes at 01:00 UTC, which takes care of the parts of Europe that are 2 or 3 hours ahead (instead of CET's 1 or 2), and the UK going "forward at 1 and back at 2"

"Europe DST changes at 01:00 UTC" - much simpler ;)

Dumb Pipe 12 months ago

I thought it was quite a fun pun for the same reason.

GNU Screen window with CTRL-A + Shift-H to log all output to logfile

tmux users can use it's `capture-pane` command, either before or after the fact if history is set big enough. There are several helpful flags worth researching.

e.g. `tmux capture-pane -pS - > ~/tmux.log` in a shell to save the history of that pane, or just `prefix+: capture-pane ...` from within tmux