HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Tomte

161,818 karmajoined 14 anni fa
Open Source Compliance, Functional Safety, Education Science.

[ my public key: https://keybase.io/2uo; my proof: https://keybase.io/2uo/sigs/3Nc5FGsaD-8qFEmS8FvyXv9aA3sAS6hx29MBPq8g6EA ]

Submissions

Sodas with a Doctorate

bsky.app
2 points·by Tomte·19 ore fa·0 comments

Generating Effects

othermeans.substack.com
1 points·by Tomte·20 ore fa·0 comments

Why Stone-Faced Fascists Keep Getting Antiquity Wrong

thebulwark.com
7 points·by Tomte·20 ore fa·2 comments

The Chud Vision of Roman History

acoup.blog
4 points·by Tomte·20 ore fa·0 comments

Associate Editors resign from Statistics and Computing editorial board

statmodeling.stat.columbia.edu
1 points·by Tomte·23 ore fa·0 comments

Whitegoods that aren't, but should be

rubenerd.au
1 points·by Tomte·ieri·0 comments

Earliest example of right-handedness found in Australian fossils

cnn.com
2 points·by Tomte·ieri·0 comments

Anne Frank Diaries: ECJ strengthens geoblocking despite VPN circumvention

heise.de
4 points·by Tomte·l’altro ieri·0 comments

Rage-Inducing Problems in Tech

theringer.com
3 points·by Tomte·l’altro ieri·1 comments

Bonnie Tyler latest: Legendary rock singer dies 'unexpectedly' in Portugal

news.sky.com
3 points·by Tomte·l’altro ieri·0 comments

The potential role of iron fuel in Europe's clean energy transition

cell.com
3 points·by Tomte·l’altro ieri·1 comments

What's the Point of Sex, Anyway?

newyorker.com
7 points·by Tomte·3 giorni fa·2 comments

Is Life Just Different?

quantamagazine.org
3 points·by Tomte·3 giorni fa·0 comments

UK Farage's election gamble could see him face one challenger Count Binface

reuters.com
4 points·by Tomte·3 giorni fa·0 comments

WebAssembly runtime may still be no runtime at all

00f.net
4 points·by Tomte·3 giorni fa·0 comments

Off By: Exploiting a Use-After-Free in the Linux Kernel

blog.exodusintel.com
1 points·by Tomte·4 giorni fa·0 comments

How feminism has made me a better scientist (2018)

statmodeling.stat.columbia.edu
14 points·by Tomte·4 giorni fa·0 comments

PDF 2.0: nuove funzionalità, impatto nel mondo reale

pdfa.org
1 points·by Tomte·4 giorni fa·0 comments

[untitled]

1 points·by Tomte·4 giorni fa·0 comments

Celebrating 15 years of SAP's involvement in the OpenJDK

mostlynerdless.de
1 points·by Tomte·4 giorni fa·0 comments

comments

Tomte
·4 giorni fa·discuss
CoMaps starts maximally zoomed out (showing the whole world). Organic Map starts showing my neighbourhood.

That‘s the simple reason I‘m using Organic Maps and not taking a fifth look at CoMaps (and I downloaded CoMaps yesterday after the HN thread).
Tomte
·5 giorni fa·discuss
I have downloaded many maps and not paid anything.
Tomte
·5 giorni fa·discuss
"A straightforward, honest, zealous officer doing his duty in the most laborious manner—that’s my style. No Frills. No fancy work. Just honest perspiration. Stolid and a bit stupid—that‘s my ticket."

Agatha Christie, 1936
Tomte
·9 giorni fa·discuss
Yours is a common misunderstanding about antitrust being about prices. That is a distinctly American view, and not useful for analyzing European antitrust decisions. Read https://www.newyorker.com/business/adam-davidson/teddy-roose...
Tomte
·18 giorni fa·discuss
Their process is a well-known template other organizations look at when creating their own:

https://opensource.google/documentation/reference/releasing
Tomte
·18 giorni fa·discuss
Even worse, I assumed for years that the primary meaning of gimp was bullfinch. See, in German the bird is called a Gimpel. Never bothered to look it up until reltively recently.

BTW: Wikipedia is great for translating technical jargon: the language links invariably lead you to the correct disambiguation of a lemma.
Tomte
·19 giorni fa·discuss
That‘s interesting! Do you have a paper or blog post or so at hand that shows examples of raw and RL‘ed output?
Tomte
·19 giorni fa·discuss
In a parallel universe LLMs have learned that (a) the training material contains many different orthographic errors and (b) that humans follow a non-obvious pattern when "deciding" which error to make, so that their generated output contains such errors, as well.

In our universe LLMs seem to have learned that those errors do not follow patterns in the aggregate and that they should not be emulated.
Tomte
·21 giorni fa·discuss
It used to be 18 dollars in the ANSI webstore for quite some time.

Also, you can look at smaller European countries putting their national cover page on it, and selling it cheaper. It’s the same standard, in English.

The C standard is only a bit cheaper at the Lithuanian agency: https://eshop.lsd.lt/public#!/product/info/0a640332-9273-166...

Sometimes it‘s much cheaper: the Germans sell IEC 62443-4-2 for 400 Euros, the Estonians for 40 Euros:

https://www.dinmedia.de/de/norm/csa-iec-62443-4-2/331021994?...

https://www.evs.ee/et/evs-en-iec-62443-4-2-2019
Tomte
·24 giorni fa·discuss
Kerbal Space Program, Civilization 6, Hogwarts Legacy. All games nobody ever played…
Tomte
·26 giorni fa·discuss
Okular.

It‘s working great on Windows, as well.
Tomte
·29 giorni fa·discuss
> LaTeX, Chrome's print-to-PDF, most export tools don't produce tags

LaTeX is actually one of the best ways to create tagged PDF: https://latex3.github.io/tagging-project/tagging-status/ and https://www.overleaf.com/learn/latex/An_introduction_to_tagg...
Tomte
·mese scorso·discuss
BBEdit.
Tomte
·mese scorso·discuss
That‘s your USP? Every registrar I‘ve used in the past did that.
Tomte
·mese scorso·discuss
That‘s cool, since it establishes a brand. If one was done well, the others probably are, too, so even if it‘s not your language of choice, it will be interesting.
Tomte
·mese scorso·discuss
I‘m out of the loop: we‘ve had Python, Clojure and possibly something else recently. Is that a series by the same people working through several languages? Is it happenstance? Is it a trend, and every programming language is now scrambling to get their own video documentary?
Tomte
·mese scorso·discuss
I‘m always a bit envious when I see those branchless styles. In my day job I have the obligation to hit 100% modified condition/decision coverage, and I‘m daydreaming about having just one control flow through everything, in order to save module tests that only test the umpteenth condition combination.

Obviously, readable code wins, but at least once I had the computing time budget to be able to have a central function go straight through by calculating all five or so variations (it was about several kinds of encodings of the output values) and just pick the correct one in the end. That felt good.
Tomte
·mese scorso·discuss
You rely on the security companies scanning the packages.
Tomte
·2 mesi fa·discuss
The NYT has always used the em dash.

This is a style article about it, from 2019, long before ChatGPT: https://www.nytimes.com/2019/08/14/style/em-dash-punctuation...
Tomte
·2 mesi fa·discuss
You don‘t ask, you configure it: https://code.claude.com/docs/en/settings#attribution-setting...