Hacker Newsnew | past | comments | ask | show | jobs | submit | cpach's commentslogin

I’m starting to think that perhaps the government here in .se should support new reactors. It won’t be cheap though…


So what’s the tldr? :)

Not public

Does some things better

Rhetoric of AGI being tossed around, redefining the term


There are probably multiple reasons for doing so. I imagine some reasons are business risk, freedom to innovate, freedom to take a holistic perspective and improving the possibilites for raising capital.

If you build only the propulsion system you would be 100% dependent of existing aircraft companies, which are heavily invested in jet engines. It would probably be much harder to innovate and make good design choices in such a setting.


And maybe she was born like five minutes before midnight, so he couldn’t just wait an hour or two (:

Huh? I don’t follow.

They might be referring to this kind of thing:

> The first appearance of reversed DNS strings predated the Internet domain name standards. The UK Joint Academic Networking Team (JANET) used this order in its Name Registration Scheme, before the Internet domain name standard was established. For example, the name `uk.ac.bris.pys.as` was interpreted as a host named `as` within the UK (top level domain .uk)

from the History section of https://en.wikipedia.org/wiki/Reverse_domain_name_notation

But I don’t know if uk.co.somethingsomething did or did not exist at that time. Or if it was only introduced after the Internet domain name standards we use today existed and so was .co.uk from the beginning.


Oh, uk.co definitely existed for companies. The other 2nd-level domain (besides the academic uk.ac and uk.co) was uk.mod (Ministry of Defence), equivalent to the US .mil. And then, because life is never this simple, things appeared that were neither universities nor companies nor military, so uk.bl was given to the British Library. There might have been others as well, I don't remember.

Back then the code in various pieces of software had hand-written exceptions for domain processing. The joke was that all Computer Science departments in the UK (uk.ac.university-name.cs) ended up in Czechoslovakia.


Ouch.

IMHO, this whole TLD seems kind of messed up from the start: https://en.wikipedia.org/wiki/.name


Ooh. Interesting approach! Have you considered publishing a list of those blogs somewhere?

I haven't thought about it, but it's not a bad idea! The subject matter overall is a bit eclectic, but if I value something, surely someone else who hasn't yet found it will too!

They’re not dead. They’re resting ;-)

404?



“You probably heard of this new markdown-ts-mode and decided to check it out.”

Uhm, no, I haven’t.

Why should I care if the Markdown mode uses Treesitter or not…? Does it affect the performance or UX somehow?


One option would be to read the section of the linked article talking about features: https://rahuljuliato.com/posts/markdown-ts-mode-emacs-31#a-q...


It's still reasonable to ask what's different about markdown-ts-mode compared with markdown-mode.

I read that article, and I didn't notice anything that stands out as different from markdown-mode (the non Tree Sitter version).

Regular markdown-mode also highlights everything, hides markup if you like, cycles section visibility if you like, fills paragraphs in bullets, etc. With poly-markdown-mode it also does language-specific syntax highlighting in code blocks, and even language-specific structural editing, automatic indentation, etc. With math-preview it displays TeX/LaTeX math as rendered formulae.


Mostly same as with any treesitter mode: it’s easier to build structurally-aware features, and it automatically supports any minor mode that’s enabled by treesitter (examples from my own config include structural movement, folding, selection, indentation guides, etc.). So, rather than every language having to reinvent the wheel, and every user having to install six different language-specific packages to get feature parity, more stuff just works.

You mention eg poly mode, which has always been extremely finicky for me. Syntax highlighting in treesitter modes is both more capable and more consistent.


That sounds like an improvement. Thank you for explaining!


I think the appeal of tree sitter is to have a single query api for traversal of the nodes in the abstract tree of the language. So it become easier to adjust or adapt the parser.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: