HN user

simon04

765 karma
Posts46
Comments76
View on HN
media.ccc.de 3mo ago

KDE: 30 years of the Linux desktop (video media.ccc.de)

simon04
4pts0
annas-archive.li 7mo ago

ISBN Visualization

simon04
67pts13
github.com 1y ago

Leaflet: Pre-Release v2.0.0-Alpha

simon04
2pts0
v4.zod.dev 1y ago

Zod 4 Beta

simon04
2pts0
www.keycloak.org 1y ago

Keycloak – Authorization Services – ABAC+RBAC+UBAC+CBAC

simon04
1pts0
jpeg.org 1y ago

JPEG AI: Standard for Image Coding Based on End-to-End Learning-Based Approach

simon04
2pts0
blog.angular.dev 1y ago

Angular v19

simon04
1pts0
plbrault.github.io 2y ago

You’re the OS!

simon04
2pts1
analogjs.org 3y ago

Analog: Fullstack, Vite-powered Angular meta-framework with file-based routing

simon04
3pts0
skins.wmcloud.org 3y ago

A repository/preview of 101 MediaWiki skins

simon04
1pts0
peps.python.org 3y ago

Python Tackles SQL Injection – PEP 675 – Arbitrary Literal String Type

simon04
3pts0
www.fastly.com 4y ago

Fastly: OpenStreetMap uses our CDN to push near-instant updates worldwide

simon04
11pts0
github.com 4y ago

Leaflet v1.8.0-Beta.0

simon04
3pts0
leafletjs.com 4y ago

Leaflet: “the future of Ukrainian citizens is the future of Leaflet”

simon04
20pts1
www.phoronix.com 4y ago

AVX/AVX-512 Tuning Doesn't Payoff for LibreOffice's Calc Spreadsheets

simon04
7pts1
www.youtube.com 4y ago

Curl with Rust by Daniel Stenberg (Rust Linz, 2022-01, YouTube)

simon04
1pts1
tinylog.org 4y ago

Java: Tinylog for the rescue? – lightweight logging framework (118 KB)

simon04
7pts3
about.gitlab.com 4y ago

Gitlab 14.5 released with infrastructure as code security scanning

simon04
6pts0
gitlab.archlinux.org 4y ago

Arch Linux development moved to own Gitlab

simon04
9pts0
news.ycombinator.com 4y ago

Please stop “Edit this on GitHub ”

simon04
4pts2
www.mankier.com 4y ago

ManKier: Combines Man and Tldr and ExplainShell

simon04
4pts0
teams.microsoft.com 4y ago

Sysinternals 25: a special anniversary event

simon04
4pts0
twitter.com 5y ago

Crash a Ryzen system in single line of tweetable PowerShell

simon04
50pts16
github.com 5y ago

Vue 3 drops IE11 support plan

simon04
385pts295
devdocs.io 5y ago

DevDocs API Documentation got plenty of updates in the past weeks

simon04
2pts1
brew.sh 5y ago

Homebrew 2.6.0 supports running natively on M1/Apple Silicon/ARM

simon04
3pts1
cabinjs.com 5y ago

Cabin – “The best JavaScript and Node.js logging service”

simon04
1pts0
news.ycombinator.com 5y ago

Booted Arch Linux 2.6.31 from 2010 on my ThinkPad X31

simon04
1pts1
docs.openproject.org 5y ago

Openproject: Open-source project management software

simon04
240pts71
news.ycombinator.com 5y ago

Body Contenteditable as Scratch Field

simon04
1pts0

Using a Token2 based id_ed25519_sk_rk key, I found very helpful to configure a different `pushurl` in `.git/config`. This allows to pull via HTTPS w/o a hardware touch.

    [remote "origin"]
            url = https://github.com/freeCodeCamp/devdocs.git
            pushurl = git@github.com:freeCodeCamp/devdocs.git
Fish 4 1 year ago

Nice, it has landed. Now I'm getting:

warning: Could not set up terminal for $TERM 'xterm-ghostty'. Falling back to hardcoded xterm-256color values

other CI systems also have this problem, but often provide mechanisms to write individual tasks in other languages

GitLab CI allows to run a bunch of commands in any Docker image you specify. The Docker image and/or your scripts may be self-written.

How do you find, for instance, GitHub Actions more advanced?

Currying 2 years ago

Unfortunately typing doesn't fix this. The 2nd callback function argument of Array.map is (index:number), and the 2nd argument of Number.parseInt is (radix:number).

It's a very nasty issue to debug.

DevDocs 3 years ago

I'd need to look up the individual scrapers for a fair comparison, since I tend to forget/mixup the challenges. Some scrapers have been around for 10 years and only required little updates.

In general the more native HTML elements and the more descriptive CSS classes are used the easier it gets. Disadvantageous is when great parts of a doc page are built using JavaScript, e.g. when the whole nav is generated dynamically as the nav is typically the source for categorization/grouping on devdocs.

DevDocs 3 years ago

Not that I'm aware of. In a way this contradicts the minimalistic and offline approach.

DevDocs 3 years ago

The enabled docs are stored in local storage. Are you frequently deleting your browser data? The enabled docs may also be exported as well as re-imported as JSON.

DevDocs 3 years ago

I'm one of the few maintainers.

Updating docs to a new release is easy unless the documentation system (such as react.dev redesign) or design is rewritten. Some projects seem to do this on a regular basis.

Some documentation generators generate random class names (such as .gtWOdv, .ezMiXD, .gOhcvK on docs.npmjs.com by Gatsby) which makes cleaning the docs from superfluous content (such as on-page navigation) very cumbersome and flaky.

Monthly, we auto-generate a list of outdated docs, here is the latest: https://github.com/freeCodeCamp/devdocs/issues/2105

Help is always welcome. :-)

Bun v1.0.0 3 years ago

That's my understanding, too.

Bun can run .js, .ts, .cjs, .mjs, .jsx, and .tsx files, which can replace: tsc — (but you can keep it for typechecking!)