

Yup. Even for technical writing, markdown with embedded LaTeX is great in most cases, thanks largely to Pandoc and its ability to convert the markdown into pure LaTeX. There are even manuscript-focused Markdown editors, like Zettlr.
Yup. Even for technical writing, markdown with embedded LaTeX is great in most cases, thanks largely to Pandoc and its ability to convert the markdown into pure LaTeX. There are even manuscript-focused Markdown editors, like Zettlr.
Ubuntu 16.04, dual booted on my laptop before I knew how much of a hassle that could be! Fortunately, never had any of the infamous issues.
A new iteration of open-source drivers for NVIDIA cards which aims to work better and be more feature-complete. Original announcement post here which explains a bit better.
There are currently 252 Catholic cardinals, but only 135 are eligible to cast ballots as those over the age of 80 can take part in debate but cannot vote.
You’re telling me the Catholic church has more term limits than the US Supreme Court?
Maybe the graph mode of logseq?
Not somebody who knows a lot about this stuff, as I’m a bit of an AI Luddite, but I know just enough to answer this!
“Tokens” are essentially just a unit of work – instead of interacting directly with the user’s input, the model first “tokenizes” the user’s input, simplifying it down into a unit which the actual ML model can process more efficiently. The model then spits out a token or series of tokens as a response, which are then expanded back into text or whatever the output of the model is.
I think tokens are used because most models use them, and use them in a similar way, so they’re the lowest-level common unit of work where you can compare across devices and models.
Agreed! I’m just not sure TOPS is the right metric for a CPU, due to how different the CPU data pipeline is than a GPU. Bubbly/clear instruction streams are one thing, but the majority type of instruction in a calculation also effects how many instructions can be run on each clock cycle pretty significantly, whereas in matrix-optimized silicon its a lot more fair to generalize over a bulk workload.
Generally, I think its fundamentally challenging to generate a generally applicable single number to represent CPU performance across different workloads.
I mean, sure, but largely GPU-based TOPS isn’t that good a comparison with a CPU+GPU mixture. Most tasks can’t be parallelized that well, so comparing TOPS between an APU and a TPU/GPU is not apples to apples (heh).
Obsidian isn’t open source, but it’s so solid I almost don’t care…
I just came across the lines in the OpenSuse 42 .bashrc in to connect to palm pilots today…what a flashback.
They could have at least renamed it to Radeon Operational Compute method or something…
Yeah, I think the battery thing OP pointed out makes more sense than the power argument. The Z1 extreme used in other handhelds is based on the 8840HS iirc, anf its at least one generation newer than the basis for the steam decks somewhat custom silicon.
The Deck processor is 4 Zen 2 CPU cores and 8 RDNA 2 GPU CUs, while the 8840HS is 8 Zen 4 CPU cores plus 12 RDNA 3 graphics CUs. It’s going to be wildly more powerful. The 8745H actually has the same CPU and iGPU configuration as the 8840HS – not even close to steam deck specs.
AntennaPod is better than it has any right to be – on a modern device, it’s super smooth.
Isn’t that going to be ruinously expensive to host an instance for? Video is expensive in terms of storage and bandwidth.
I’d heard about Toyota trying to water down emissions regulations before, but this is orders of magnitude more yikes than I realized.
The 6800XT has sold above its MSRP its entire lifecycle, and has been really hard to find the last year or so. When I’ve seen it recently, its been $700-900. Unfortunately, it really is just that good.
Yeah, kobo does too. I assumed it was a proprietary flavor which was pretty locked down, is that not the case?
I vaguely remember there being a FOSS OS you can put on Kobos, can you also do that on Boox?
I mean they do have a point: the framework that the game is targeting is DX11, so if it looks bad it is (broadly) because of an issue in translating DX11 instructions to Vulkan…
It seems to me that the offending dialog would only be triggered if you did a full fresh install. During the previous iteration of the testing, they probably had a VM somewhere with it installed; since the underlying packages were already present, the dialog would never have popped up.