HN user

fractallyte

1,635 karma

[HNname][at]autergy.com (or gmail.com)

Posts0
Comments1,060
View on HN
No posts found.

Since when has Ukraine's defense against the russian invasion been a "proxy war"? Your very first sentence destroyed any credibility the rest of your comment had (not that there was much worth reading anyway).

Correction: russia was stopped.

Odesa is still on the cards: one of the most important ports on the Black Sea, and a long-time cultural and historic prize.

And Putin wants control of the entire Black Sea coast, and Moldova. Furthermore there are clear signs of aggression toward the Baltics, which may be interpreted as preparation for a similar invasion.

Only up to a certain threshold – after which you can afford "creative" accounting which reduces the tax burden and restores the compounding effect ;-)

I'm surprised this hasn't received more attention. Pattern memory, morphogenesis, collective intelligence of cells? This is HUGE!

This could be biology's "quantum physics" moment... Direct physical evidence that supports Rupert Sheldrake's "morphic resonance".

Projectors and electronic whiteboards elevated lessons for me. Ever see a science teacher try to draw a galaxy or nebula on a blackboard, and try to describe the awesomeness of it using just words?

Math concepts, especially visualizations, become so much more accessible.

One math teacher in my school used an analog overhead projector as part of his workflow: he would write math on a long transparency roll, sitting at his desk, facing the class, so every student could see exactly how their work should be reasoned-about and laid out properly. He could rewind (literally) to any previous point in the lesson.

As always, it comes down to one's ability to use the tools effectively.

It's being proposed in order to maintain quality of life. No one wants to be overcrowded. This is a sane solution: collectively agree on the maximum tolerable population. Then it's down to individual responsibility to obey the norms of one's society.

Edit: unless you're Swiss, your opinion is irrelevant. Swiss voters have a right to decide how they want to live. They're not beholden to EU laws; they can make their own sovereign decisions, and everyone must respect that.

I have a PeriPage A6 Mini Bluetooth Portable Thermal Printer (https://www.peripageglobal.com/products/peripage-2-a6-mini-p...), the 304dpi option.

There are many similar models from other companies; however, while Bluetooth is advertised as its primary connection, this one also has a USB port, which works with Linux!

Bluetooth also works, but it was too unreliable for me. I ended up using Claude to write a small CLI tool which prints via raw USB: rock solid and simple.

Many (human) translators use DeepL (https://www.deepl.com) in their daily jobs. It employs deep learning (hence the name), but not necessarily LLMs. And it's way better than Google Translate for many languages.

So this offers an alternative, legitimate, route to exactly the website content you're suspicious of.

What are the Claude "indications"?

Because there's a danger now that any writing (human or otherwise) can be labeled LLM-produced. So we need accurate heuristics, or none at all.

Patents are a much smaller space than the vast legal one in the article, so it's tractable for a human. The raw DSL spec length is roughly comparable to Lua or Go. It's a genuine grammar, with types and an AST; but no conditionals, control flow, expressions, etc. like a regular programming language.

A patent document can be represented in a graph. That opens it up to various transformations, refactoring, and validation – all mathematically rigorous! This is far more reliable than asking an LLM to check a document.

Using git enables not only regular diffs, but also structural diffs, which compare legal elements rather than just lines.

The LSP (yes, that too!) makes drafting much easier, with autocomplete and validation as I type.

I plan to open-source the DSL, and the tool that processes its files and outputs jurisdiction-aware, nicely formatted documents...