HN user

stabbles

3,093 karma
Posts40
Comments763
View on HN
news.ycombinator.com 2mo ago

Tell HN: GitHub PR page no longer lists all PRs

stabbles
3pts3
fosdem.org 5mo ago

Building Interactive C/C++ workflows in Jupyter through Clang-REPL [video]

stabbles
1pts0
pypi.org 6mo ago

Show HN: Heavyops – identify performance bottlenecks in Python

stabbles
2pts0
github.com 2y ago

Spack Package Manager v0.21.0

stabbles
3pts0
arxiv.org 2y ago

ComPile: A Large IR Dataset from Production Sources

stabbles
1pts0
stoppels.ch 3y ago

I/O still is the bottleneck

stabbles
2pts0
stoppels.ch 3y ago

I/O is no longer the bottleneck?

stabbles
4pts0
stoppels.ch 3y ago

Shared Libraries as Executables

stabbles
125pts62
stoppels.ch 3y ago

Stop Searching for Shared Libraries

stabbles
1pts0
curlsh.com 4y ago

A curated list of questionable installation instructions

stabbles
15pts17
curlsh.com 4y ago

A curated list of questionable installation instructions

stabbles
3pts0
curlsh.com 4y ago

A curated list of questionable installation instructions

stabbles
2pts0
curlsh.com 4y ago

A curated list of questionable official installation instructions

stabbles
2pts0
news.ycombinator.com 4y ago

Tell HN: Codecov learned nothing from their security breach

stabbles
4pts1
github.com 5y ago

Spack with Batteries Included

stabbles
1pts0
github.com 5y ago

Codecov verifies checksums by downloading them

stabbles
2pts2
github.com 5y ago

Spack with Batteries Included

stabbles
1pts0
github.com 5y ago

Spack with Batteries Included

stabbles
3pts0
github.com 6y ago

Show HN: Ldd as a Tree and Much More

stabbles
2pts0
github.com 6y ago

Show HN: Libtree – ldd as a tree and much more

stabbles
1pts0
github.com 6y ago

Show HN: Ldd as a Tree with an Option to Deploy

stabbles
4pts0
www.theguardian.com 7y ago

IMF warns storm clouds are gathering for next financial crisis

stabbles
4pts0
www.theguardian.com 7y ago

US and Russia ally with Saudi Arabia to water down climate pledge

stabbles
10pts3
risk.harmenstoppels.nl 7y ago

Risk (boardgame) analysis

stabbles
1pts0
github.com 7y ago

A pure-Julia, BLIS-style dgemm demo

stabbles
2pts0
www.youtube.com 7y ago

Live: A conversation with Gilbert Strang

stabbles
2pts0
www.youtube.com 7y ago

Making the Julia test-debug cycle more efficient

stabbles
6pts0
www.youtube.com 7y ago

An introduction to Julia

stabbles
3pts0
www.youtube.com 8y ago

Automatic differentiation in Julia [video]

stabbles
5pts0
tcec.chessdom.com 8y ago

LCZero plays Stockfish 1.0 at TCEC

stabbles
1pts0

Nice, PT_INTERP is the only non-relocatable thing of ELF files and typically requires wrapper scripts/executables.

Regarding shebangs, I've never understood why the kernel cannot resolve e.g. `#!sh` relative to PATH instead of CWD. Posix prescribes that you should look for `sh` in PATH and don't expect it to be in `/bin/sh`. And using `/usr/bin/env sh` has the same issue: what if coreutils is installed elsewhere.

Nano Banana 2 Lite 22 days ago

So the image model's benchmark is to generate an image with the corresponding SVG sources.

I hate compilers 1 month ago

Nix hashes the build inputs, for which deterministic builds are not required, only desirable.

You can look at a histogram of number of words per sentence, and you'll find immediately that it's written by an AI.

    When?
    Today.
    Minutes.
    Four years.
    $54 million.
    Collect feedback.
    Delivered faster.
    Not days.
    Not weeks.
    It's free.
    ...
    No $19 million in upfront costs.
    They're now doing meaningful work.
    Let me put that in context.
    That's a 95% cost reduction.
    But think about what that represents.
    And we can show you how.

Yeah, that suggestion made me roll my eyes. It's the wrong granularity, there's no build system support, it's inconvenient (executable wrappers? require the user to understand all transitive deps?).

It also fails to mention glibc-hwcaps, which would've been a cleaner solution in the context.

GitHub Is Down 3 months ago

I noticed the same https://news.ycombinator.com/item?id=47940213. My working hypothesis is that, given that a filter was always required (prs and issues are likely rows in the same database with a bool property to distinguish them), someone thought it'd be good to use the search API uniformly. But search is on the derivative of the underlying data, in contrast to the specific APIs for listing issues and prs.

GitHub Is Down 3 months ago

What are you referring to when you say it's "fundamentally computationally inefficient"? It's pretty efficient because it's content-addressed, plus optimizations to reduce storage and data transfer with packfiles.

Zugzwang 3 months ago

If chess is solved and white wins, black is always in Zugzwang. We might not know.

Zugzwang 3 months ago

It's not necessarily an illusion. If chess is solved and it turns out white wins with perfect play, black's first move is zugzwang.

Ti-84 Evo 3 months ago

This made me double check if it wasn't someone's vibe code scam website.

Sure, in the days of Markov chains you could already generate nonsense in the style of Shakespeare, so it shouldn't be surprising you could also do the inverse.

But the LLM will trigger on a typo you've made only once, and argue "that's a typical mistake for an Italian" and use those clues. It has a much better prior to make informed decisions.

After yesterday's outage they admitted that their elasticsearch index for issues/prs lost data.

They seem to have changed the primary source of data in the issues and pull requests tabs (w/o filters applied) from the underlying database to the elasticsearch search index, which has the side effect that there's a noticeable delay between state change of an issue/pr and an update in the UI. But as seen today, these can get out of sync, and apparently they even had data loss in the index.

I would really like to know their reasoning for making that change. I can totally imagine that they wanted to "simplify" so the UI uses only a single data source instead of two.

As a user it's incredibly annoying to have a delay between issue/pr state changes and the search index picking it up.

Is "migration to azure" or "microsoft acquisition" a cause or a symptom?

I'm wondering to what extent the natural life cycle of SaaS products comes down to: the company grows, the old guard with good technical taste move on, bad technical decisions are made, quality declines, users move on.