Better still, if Unix time tracked TAI (monotonically increasing every SI second), and Leap Seconds were handled in a distributed database much like time zones - possibly even the same one we all use anyway.
HN user
lozf
[ my public key: https://keybase.io/lozf; my proof: https://keybase.io/lozf/sigs/YV2_ZVg_gxsWC9vgy8eb_yXzSM1w-hwHIRBcqoxAs9E ]
# hnchat:fC2neOsfEuewWNgLieMJ
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.
Heh, "funrollloops" reminds me of recompiling FreeBSD 4 on my thinkpad back in the early aughts. The word made me imagine some sort of processed breakfast cereal with too many additives.
Indeed, but some scoundrel is probably scraping this page and having an LLM prepare their pitch as to how manufacturers could improve Ad / Data collection revenue by bypassing these suggestions :/
uBlock-Origin settings | Filters | Cookie notices
Works well for that subset of dickovers at least.I'm not certain about CLI, but Plasma 6.6 does allow preferences / settings to be exported & restored / shared.
https://youtu.be/RuxNnfllxco?t=3894 - Neal Gompa on the Fedora 44 Release party stream,
I recently found this video about UK's track record regarding privacy:
Prefix-w works, or did you want something more?
also: no "C", and no "rust", despite being a portmanteau of both these other languages names :)
The article seems to be insinuating that it would have.
I disagree, the article clearly states:
Montgomery and others were careful to say that Linux ID
will not magically prevent another xz‑style supply‑chain
attack, but they argue it materially raises the cost.https://news.ycombinator.com/item?id=47166473
- the video is well worth a watch.
That's the literal topic of War Games (1983)
Probably ran out of tokens before the end, during training.
"How about a nice game of Chess?"
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.
Those are not "speed" cameras, they're to enforce daily payment (or fines) for driving in "Ultra Low Emissions Zone" areas in non-compliant vehicles. The area covers all 32 London Boroughs, around 1,500 km² (580 square miles), - affecting approximately 9 Million people.
I like "both Shift keys" to toggle caps lock on the odd occasions it's useful.
Some information about this leaked 3 years ago (February 2023), see:
https://cdn.xcancel.com/pic/orig/64D3E63614C36/media%2FHBUh4...
via
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
Good call, I've had success with:
pandoc -f gfm -t typst -o file.typ file.md
and as you'll know it's easy to add a Template if required.You know that "this dude" is basically the UK Governments version of the NSA, right?
"encrapsulated"
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.
If you like things like this you'll probably enjoy
b64(r13(MaE3o3OmYz5yqPNtqUu0VPOxnJpX))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 ;)
Perhaps a shell alias for:
TZ="Etc/UTC" xclock -analog -update 1 -norender -hl grey -fg grey -bg black
(or similar) would also suffice.
Don't be silly, - the MacBook Pro's are just used to RDP to the Azure Windows VMs ;)
You might like Yazi[0], although the layout is more "modern" (like ranger / nnn etc.) uses tabs for multiple different views.
You might like MerrySky.net as a free and ad-free web based replacement that you can drop on your homescreen.
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
You might like FreePBX[0] for a PFSense-style "PBX appliance" with easy WebUI. Just grab the ISO (or shell script to install on Debian). It's built on Asterisk, and more than adequate for the task. Whilst FreeSWITCH is awesome it's way more complex and overkill for this use case.