HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stabbles

3,077 karmajoined 10 jaar geleden

Submissions

[untitled]

1 points·by stabbles·26 dagen geleden·0 comments

Tell HN: GitHub PR page no longer lists all PRs

3 points·by stabbles·2 maanden geleden·3 comments

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

fosdem.org
1 points·by stabbles·5 maanden geleden·0 comments

Show HN: Heavyops – identify performance bottlenecks in Python

pypi.org
2 points·by stabbles·6 maanden geleden·0 comments

comments

stabbles
·14 uur geleden·discuss
If you take a frame you see it's neither random nor dots:

https://i.imgur.com/CgtyGjl.png

From a single frame you can definitely identify boundaries because the dots are sliding and get truncated.
stabbles
·11 dagen geleden·discuss
So the image model's benchmark is to generate an image with the corresponding SVG sources.
stabbles
·24 dagen geleden·discuss
Nix hashes the build inputs, for which deterministic builds are not required, only desirable.
stabbles
·27 dagen geleden·discuss
Speeding up C/C++ compiler bootstrapping, starting at a single binary of <1KB. Currently it gets to GCC 4.7 in 2-3 minutes on x86_64 and aarch64: https://github.com/haampie/shpack
stabbles
·29 dagen geleden·discuss
This begs for a modern version of https://csszengarden.com/, where the CSS is generated by different LLMs and prompts.
stabbles
·vorige maand·discuss
Isn't that covered by O_CLOEXEC?
stabbles
·vorige maand·discuss
A medicine for those who anthropomorphize LLMs is to run the LLMs deterministically (without randomness and memory files).

It feels very unnatural to get the same conversation verbatim at a different point in time.
stabbles
·vorige maand·discuss
David Hume pointed this out in 1740, and his advise still applies:

    A reason should be given, for what seems altogether inconceivable, how this new relation can be a deduction from others, which are entirely different from it. But as authors do not commonly use this precaution, I shall presume to recommend it to the readers.
https://en.wikisource.org/wiki/Treatise_of_Human_Nature/Book...
stabbles
·vorige maand·discuss
I think this is fair criticism. It's hard to read this blog cause its premise is based on an "appeal to nature" fallacy.
stabbles
·vorige maand·discuss
The Dutch version of this is to wave at the cheek.
stabbles
·2 maanden geleden·discuss
Is one day enough to find vulnerabilities? Who keeps an eye on new releases? Otherwise the problem continues to exist, just delayed by one day.
stabbles
·2 maanden geleden·discuss
Isn't it mostly the medium that's problematic? With an issue tracker it's easier to close as duplicate
stabbles
·2 maanden geleden·discuss
Isn't that rather difficult given the `.tar.gz` layers?
stabbles
·2 maanden geleden·discuss
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.
stabbles
·2 maanden geleden·discuss
This comment is misinformed. Non-deterministic builds would also result in one tarball redistributed to all distro users. The ROP exploits don't work because of ASLR.
stabbles
·2 maanden geleden·discuss
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.
stabbles
·2 maanden geleden·discuss
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.
stabbles
·2 maanden geleden·discuss
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.
stabbles
·2 maanden geleden·discuss
If chess is solved and white wins, black is always in Zugzwang. We might not know.
stabbles
·2 maanden geleden·discuss
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.