HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jfhr

no profile record

投稿

[untitled]

1 ポイント·投稿者 jfhr·2 年前·0 コメント

[untitled]

1 ポイント·投稿者 jfhr·3 年前·0 コメント

How do you mourn the end of a friendship? (2022)

washingtonpost.com
3 ポイント·投稿者 jfhr·3 年前·0 コメント

[untitled]

1 ポイント·投稿者 jfhr·3 年前·0 コメント

Fungible Tokens and Decentralized Exchanges

jfhr.me
1 ポイント·投稿者 jfhr·4 年前·0 コメント

Consider Using CSV

jfhr.me
69 ポイント·投稿者 jfhr·4 年前·110 コメント

Talking to Yourself

jfhr.me
1 ポイント·投稿者 jfhr·4 年前·0 コメント

Optimizing images with the HTML <picture> tag

jfhr.me
89 ポイント·投稿者 jfhr·4 年前·48 コメント

コメント

jfhr
·2 年前·議論
> You're supposed to address this by adding the base URL on the end, but then correctly obtaining that can be brittle.

Isn't that what document.baseURI is for? At least that's my understanding:

new URL("/whatever", document.baseURI)
jfhr
·3 年前·議論
Unless you need to support ancient browsers [1], I'd go the easy way and leave the URL parsing to the browser, e.g. `['http:', 'https:', 'mailto:', 'tel:'].includes(new URL(value, location.origin).protocol)`

[1] https://caniuse.com/url
jfhr
·3 年前·議論
Context: <https://riabiz.com/a/2023/6/16/citing-concern-for-its-unique...>
jfhr
·3 年前·議論
> The new systemd-resolved package will not be installed automatically on upgrades as it has been split into a separate package. If using the systemd-resolved system service, please install the new package manually after the upgrade, and note that until it has been installed, DNS resolution may no longer work as the service will not be present on the system.

will installing over the internet work without DNS resolution?
jfhr
·3 年前·議論
Luftschloss?

<https://en.wiktionary.org/wiki/Luftschloss>
jfhr
·3 年前·議論
https://archive.is/yDVZ4
jfhr
·4 年前·議論
what about tumblr? that's where seemingly a lot of former twitter users are moving to
jfhr
·4 年前·議論
just wait until he hears about vending machines.
jfhr
·4 年前·議論
Interestingly I got Doctorow too for (technical) blog posts. For fiction stories it gave me: James Joyce, Arthur Clarke, and Kurt Vonnegut.
jfhr
·4 年前·議論
yeah I should've thought of that. fixed it now