Watching Kyle McDougall[0] take his medium format photos is a soothing experience (but I know full well I would not have the patience for medium format.)
> I don't think trump actually wants terrorist attacks in America.
He might not but he's surrounded by christian evangelist lunatics who think bringing about the end times is their moral responsibility and, more importantly, they are in charge because Trump is an addled idiot who has fewer thoughts in his head than an orange cat.
> a `slog.Handler` backed by a fixed-size ring buffer. You wire it up like any other handler, and it keeps the last N log records in memory for health checks, debug endpoints, or black box recording
> The only web hosts that regularly provide data faster than [40Mbps] are video game distributors
No? I've been trying to download my MyMiniFactory library[0] and I'm currently getting 25MBps over 5 downloads. A single download will easily do 15MBps.
[0] Which sucks, even at high speed - they have no API, no bulk download, and you're limited to 6 items at a time. I have to click through 1000+ items with easily 5000+ sub-items and individually download each one.
If you were going for a social-media-y experience, I'd not recommend Pleroma (or Akkoma which is the less problematic fork) because dealing with Erlang+Elixir is a massive pain in the arse. You'd want GotoSocial[0] (single binary, reasonably straightforward), snac[1] (haven't tried it but fedimeteo runs a whole bunch of instances successfully), or one of the other small servers (Takahē, bovine, etc.)
GoToSocial looks interesting, i will probably spin one up to try it out! Still seems a little twitter-like, but worth a shot.
And as long as there is a docker container, i don’t really care what language it’s written in, tbh - tho that is sometimes useful as a signal of the code quality or other aspects
> I'm sure you can still effectively film them from 1100ft.
But also having to be 3000ft laterally which gives you a distance of about 3160ft which is probably beyond the useful camera range of most consumer drones?
> Its a headline, no font, no sizing, no colors... Just a headline. It means that it can be displayed on any device, printed on any paper, work with any accessibility tool and optimized for what ever requirements the reader has, not what ever the writer thought looked good.
God, remember when that was that goal of HTML and the web?
Problem with that is that the default browser styling is extremely ugly and the ability for custom style sheets was removed from the browser GUI many years ago. ReaderMode and Addons can help, but as long as the default is essentially broken and unsupported that whole approach remains a dead end.
On top of that come issues like the lack of pagination support in browsers, which make long document impossible to read and practically require to add custom UI inside the website itself.
ePub works much better, with readers giving control over line spacing, font size, pagination and proper markup for TOC and other metadata, but despite ePub being based on xHTML, browsers have ignored it (only old Edge supported it for a little while).
On this planet, humans have read HTML without parsing for years. People building their first websites without any significant technical knowledge stole HTML by reading the source of other sites and edited it by hand.
Oh, please. Don't insult everyone here by pretending you actually believe HTML is a human readable format like markdown. It was never designed for that and has never claimed that.
It is. Humans do read it, and have read it. Like any language it's just a matter of familiarity.
HTML was designed for humans to read and write long before Claude or compiling everything from typescript or whatever, when websites were all written by hand. In text editors. Even if you were using PHP and templates or CGI you wrote that shit by hand, which meant you had to be able to read it and understand it. Even if you were using Dreamweaver, you had to know how to read and write HTML at some point. WYSIWYG only gets you so far.
Is HTML more difficult to read than Markdown? Sure. It is impossible? Not even remotely. Teenagers did it putting together their Geocities websites.
You can be as snarky as you like, but facts are facts.
I don't think they were appreciating that HTML could be read unrendered. I think they meant that it was up to the browser to render HTML with sensible but unspecified or otherwise user-specified styling (the browser is supposed to be a "user agent", remember?) before web designers started aiming for pixel-perfect control through CSS.
Found a stream on YouTube earlier (which presumably wasn't an official one because it disappeared 15 minutes later after a claim by "FUBO TV") and it had a poll attached: "Will the Artemis astronauts land on the moon?"
40% of people had voted yes. Which is somewhat worrying given the mission plan and hardware.
[0] https://www.youtube.com/@KyleMcDougall/videos
reply