UK Universities don't have majors and minors as the US does.
HN user
chrisdew
Is the Damm algorithm strictly better than all of these?
Back when I switched to Ubuntu 8.04, fifteen years ago, they had the best set of included drivers and non-free (MP3) software.
I switched back to Debian (12/bookworm) a few months ago because of Ubuntu's snap packages. I've not noticed any downside yet.
Protobuf over UDP can use the UDP payload length. Likewise for the many variants of self-sychronising DLE framing (DLE,STX..DLE,ETX) used on serial links.
A varint length field prepended to protobuf messages (sent over a reliable transport, such as TCP) seems sane.
How do you avoid condensation on walls and mould problems?
The "double-bonus two-liner":
export vid="sourcevid.mkv"
ffmpeg -i "$vid" -vf vidstabdetect -f null -; ffmpeg -i "$vid" -vf vidstabtransform "$vid.stab.mkv"; ffmpeg -i "$vid" -i "$vid.stab.mkv" -filter_complex vstack "$vid.stacked.mkv"
can be a one liner: vid="sourcevid.mkv" ffmpeg -i "$vid" -vf vidstabdetect -f null -; ffmpeg -i "$vid" -vf vidstabtransform "$vid.stab.mkv"; ffmpeg -i "$vid" -i "$vid.stab.mkv" -filter_complex vstack "$vid.stacked.mkv"Blind Upload uses crypto.subtle to encrypt files in the browser, before uploading them to the cloud and displaying the key only in the browser.
https://www.blindupload.org https://developer.mozilla.org/en-US/docs/Web/API/Crypto/subt...
I use Turnstile: https://github.com/fadedbee/turnstile
The current encoding is complete, so no future extensions are possible.
A fix would be to change:
110rrrrr ggggbbbb - copy the last pixel and adjust RGB by (r-15, g-7, b-7)
to: 1100rrrr ggggbbbb - copy the last pixel and adjust RGB by (r-7, g-7, b-7)
This leaves: 1101???? ...
available for future extensions.I've now added the sorting and a link to the full list.
Yes, it's a very slow Dutch Auction.
Your suggestions are very welcome. I'll add those features tomorrow.
Hi, thanks for your question.
At the bottom of the "Sellers" information is the line: "If you are interested in listing your domain(s) on Domain Drain, complete the form below for more information." and a form to complete.
How could I position this better?
I'm concerned that if I put it at the top, people won't know why they're filling in the form.
Hi, I'm Chris and Domain Drain is my side project. Any questions, please ask.
Does the Pi 400 PCB allow a future 8 GB model?
Great game, but does grid display use 1-based numbering?
Is your string library open sourced? Could you provide a link?
Some financial systems, a large number of which run on mainframes, have databases where all fields are fixed length. (A database with fixed-length records is trivial to access randomly.)
One of my credit cards lists my name as "Christophe" rather than "Christopher" as they have a fixed-length 10 character field for first names. Customer support said it was unfixable.
It only takes one such system, in a complex web, to impose that limit on all systems.
Some undefined behaviours relate to runtime values. !iirc! signed 2+2 is safe but signed SIGNED_INT_MAX + 1 is not.
How many of these 200+ undefined behaviours exist in more modern low-level languages, such as Rust and D?
I've been using my Nokia 6310i for a few weeks now, after three broken Androids and one broken iPhone. I have no intention of getting another smart phone.
Please build a non-smart, monochrome, small screened, long battery life, 4G Nokia.
I'm in the UK, I didn't know that.
Thanks, but I'm deliberately looking for something non-Android non-iOS.
Thanks, but I don't want to pay for two SIMs/plans.
Edit: I'd also prefer not to have to remember to carry two devices.
Yes, we lost something as soon as applications could start doing things without explicit instruction from the machine's owner.
Limited technology (pre-HDD) accidentally gave us privacy (data on disconnected floppy disks) and security (OSs on ROMs).
Autossh is great, I use it all the time. I use "@reboot" in a non-privileged user's cron to start them.
As a Brit, I hope it forces some EU changes and a new referendum. Largely because Scotland will leave the UK if the UK leaves the EU.
Thanks, I like the idea of making an embeddable playback widget for other people's web sites. The point was to be able to visualise chunks of CSV time/position data - being able to publish those visualisations may be a useful feature.
I'm considering spending some more time on this to refactor the code and add a couple of new features. I want to find out whether such a tool is of use to anyone else, before spending further hours. I am open to feature requests.
Then I discovered that if you put performance-critical code into lower-memory addresses it runs much faster.
Do you mean higher memory addresses?
Code in the lower 16KB of RAM (addresses 16-32KB) has contended memory access with the ULA, which causes the CPU to pause while the TV raster line is drawn.
Code in the upper 32K does not have this issue.
Why does it forecast sunshine at night?