HN user

teichmann

246 karma
Posts25
Comments12
View on HN
www.tobru.ch 3mo ago

An AI Vibe Coding Horror Story

teichmann
213pts211
adactio.com 2y ago

Rotten Apple

teichmann
11pts1
utcc.utoronto.ca 2y ago

In Go, I'm going to avoid using 'any' as an actual type

teichmann
2pts3
courses.joshwcomeau.com 2y ago

The Magic of Calc

teichmann
2pts0
www.patrick-breyer.de 2y ago

EU parliament agreement to remove chat control and safeguard secure encryption

teichmann
234pts45
alvaromontoro.com 2y ago

Small Details to Improve Your Website's Experience

teichmann
1pts0
proton.me 3y ago

The Proton Pass security model

teichmann
3pts0
blog.1password.com 3y ago

1Password Brand Refresh

teichmann
3pts0
aws.amazon.com 3y ago

AWS Launches Region in Switzerland

teichmann
1pts0
wojciechkulik.pl 3y ago

Swift concurrency – things they don’t tell you

teichmann
28pts7
erikexplores.substack.com 3y ago

The Zig and Go Programming Showdown

teichmann
12pts12
innerjoin.bit.io 3y ago

The Majority of PostgreSQL Servers on the Internet Are Insecure

teichmann
49pts28
twitter.com 4y ago

Typo-squatting popular Go Gorilla toolkit on GitHub with “gollira”

teichmann
4pts1
www.w3.org 4y ago

WebAssembly 2.0 first public working drafts published

teichmann
7pts0
cloud.google.com 4y ago

G K E workload metrics is deprecated

teichmann
1pts0
threema.ch 4y ago

Threema for Desktop

teichmann
7pts0
www.withings.com 4y ago

Withings ScanWatch Horizon

teichmann
20pts6
www.amazon.com 4y ago

Kindle Vella – publish serial stories with Kindle Direct Publishing

teichmann
3pts0
swarm64.com 4y ago

PostgreSQL: Using JSONB instead of append-only table for faster data analysis

teichmann
4pts0
www.swisstopo.admin.ch 5y ago

Free Basic Swiss Geodata

teichmann
7pts1
www.digitalocean.com 6y ago

DigitalOcean managed DBs adds support for PostgreSQL 12

teichmann
2pts0
rakyll.org 6y ago

Go for Cloud

teichmann
3pts0
www.appannie.com 6y ago

App Annie: Our Next Chapter

teichmann
1pts0
forums.swift.org 7y ago

Evolution discussion of the new DSL feature behind SwiftUI

teichmann
2pts0
krausefx.com 7y ago

Felix Krause leaves Google and steps away from Fastlane

teichmann
2pts0

ECMAScript Language Specification 13th Edition / June 2022 (846 pages): https://www.ecma-international.org/wp-content/uploads/ECMA-2...

Working Draft, Standard for Programming Language C++ from 2020-01-14 (1815 pages): https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/n48...

I'm not sure what's the "correct" spec for the current C++ standard is. Still a big difference between these languages, but 846 pages isn't exactly small either.

I don't know about other browsers, but Webkit/Safari only allows writing to the clipboard when triggered by a user interaction.

Copied from https://webkit.org/blog/10855/async-clipboard-api/:

"The request to write to the clipboard must be triggered during a user gesture. A call to clipboard.write or clipboard.writeText outside the scope of a user gesture (such as click or touch event handlers) will result in the immediate rejection of the promise returned by the API call."