HN user
pcdavid
This might be useful: https://addons.mozilla.org/fr/firefox/addon/toxcancel (Redirects to xcancel.com (a mirror of x) when the browser is about to load an x.com page).
Fixed
Isn't this what the european Cyber Resilience Act (CRA) is about? See https://orcwg.org/cra/ and the work of the Open Regulatory Compliance Working Group in general.
https://git.tricoteuses.fr/tricoteuses/a_propos has the French constitution and others (e.g. "Code Pénal": https://git.tricoteuses.fr/codes/code_penal/commits/branch/m...) under git too. They have developed a custom tool to automate this: https://git.tricoteuses.fr/logiciels/tricoteuses-legifrance
This behavior is controled by the AUTO_CD option: https://zsh.sourceforge.io/Doc/Release/Options.html. To enable it yourself:
setopt AUTO_CDThis sounds a lot like Shape Up from the guys at Basecamp: https://basecamp.com/shapeup
FWIW, LibreOffice automatically inserts an actual Unicode NO-BREAK SPACE when I type ":" at the end of a word (if the language is set for French of course). If I insert an actual SPACE and then hit ":", it even replaces the SPACE with a NO-BREAK SPACE.
I'd be surprised MS Word doesn't do the same. No need for a "true" typesetting solution.
Relevant: https://jakarta.ee/about/faq/#collapse-1
Yes apparently: https://lwn.net/Articles/901807/
This is not representattive of modern Java, which has much better APIs. Since Java 11:
public HttpResponse<String> fetch(String url) {
HttpClient client = HttpClient.newHttpClient();
HttpRequest request = HttpRequest.newBuilder(URI.create(url)).build();
return client.send(request, BodyHandlers.ofString());
}This analogy is not a new idea, see "The transactional memory / garbage collection analogy" by Dan Grossman at OOPSLA 2007: https://dl.acm.org/doi/abs/10.1145/1297027.1297080
PDF available here: https://homes.cs.washington.edu/~djg/papers/analogy_oopsla07...
It mostly goes to show that containerizing application code for execution in a managed environment in nothing new. I'm sure this was also done somehow in the mainframe world.
Yes, it's called an operating system :-)
It's necessary because the water used to cool reactors is rejected in rivers. In normal circumstances the temperature increase this causes is under control, but right now it risks endangering the wildlife in said rivers.
And Emacs (C-x r t), and Eclipse (Alt-Shift-a to switch to rectangle mode).
It invokes "ls" twice. There's no guarantee the maximum width obtained from the first invocation is still correct for formatting the result of the second.
Pandoc (https://pandoc.org/) can do it: pandoc -f markdown -t org -o marketing-checklist.org marketing-checklist.md
p2 (https://www.eclipse.org/equinox/p2/), the provisioning platform used in Eclipse, uses a SAT solver (specifically, http://sat4j.org/) to resolve complex plug-in dependencies (with version range constraints and other OSGi-specific niceties) when you install or update plug-ins in Eclipse.
The (probably very small) pieces of software on-board the Pioneer 10? It was launched in 1973 and has certainly never been touched since.
This is most likely the inspiration: the company is named "Supertoy Robotics", and the A.I. movie was based on a Brian Aldiss short-story titled "Super-Toys Last All Summer Long".