HackerTrans
TopNewTrendsCommentsPastAskShowJobs

trashburger

no profile record

Submissions

David Ungar is working on a new Self IDE

lists.selflanguage.org
1 points·by trashburger·قبل 4 أشهر·0 comments

Bincode is now unmaintained

docs.rs
3 points·by trashburger·قبل 7 أشهر·0 comments

comments

trashburger
·قبل 19 يومًا·discuss
This article, too, was originally discovered by Jürgen Schmidhuber in 1991!
trashburger
·قبل شهرين·discuss
https://github.com/xs-lang0/xs/blob/d9e11545685c29c054c50c52...

    Every other piece of
    * the old tier-1 dispatch JIT (the ~1500 lines of per-opcode helpers,
    * the jump-table dispatcher, the jit_rt_* runtime shims) was deleted
    * because benchmarks showed tier-2 dominated on every workload that
    * reached the JIT at all. */
No human cares about including such an irrelevant detail as the lines of code in helper functions. Obvious LLM context spew, obvious AI slop project. Please stop posting things you didn't bother actually working on.
trashburger
·قبل شهرين·discuss
I mean, if government overreach (IP, DMCA 1201) is preventing us from using the things we pay money for in any way we might, might as well add more government overreach on top to claw some rights back?
trashburger
·قبل شهرين·discuss
I've personally driven adoption of Bazel across two teams in our company over the last two years (we have an extremely fragmented set of repos that touches everything from hardware, to end-to-end simulation, to cloud software, to CDK stacks that deploy the software). There are still some aspects (ha) that confuse me like transitions, exec groups and constraints, but most of the time it's all about building a graph of actions (command executions) by executing code, and hooking up external dependencies into the graph inputs. Mind telling what confuses you in particular? Maybe I can be of help somehow.
trashburger
·قبل شهرين·discuss
> And neon db for Postgres.

For 90% of the time when they're up.
trashburger
·قبل 3 أشهر·discuss
You want something like Gerrit.
trashburger
·قبل 4 أشهر·discuss
It shows a lack of care for the reader. Use your own words.
trashburger
·قبل 5 أشهر·discuss
It is under a license that prevents using the source in any way you choose:

    You may not use the klaw source code to operate a multi-tenant managed
    service (Software as a Service) where the primary value proposition is
    providing AI agent orchestration capabilities to third parties, unless
    you have obtained explicit written authorization from each::labs.
It's source-available, which is cool, but don't muddy the waters.
trashburger
·قبل 6 أشهر·discuss
I'm noticing a distinct lack of Guy Standing sitting in the "Weird and wonderful Wikipedia" section.
trashburger
·قبل 6 أشهر·discuss
Call it larping, being performative etc. but it is a concept as old as time. People emulate the interface of successful people without actually having the implementation of successful people.
trashburger
·قبل 7 أشهر·discuss
> Ignoring requires-python upper bounds. When a package says it requires python<4.0, uv ignores the upper bound and only checks the lower. This reduces resolver backtracking dramatically since upper bounds are almost always wrong. Packages declare python<4.0 because they haven’t tested on Python 4, not because they’ll actually break. The constraint is defensive, not predictive.

This is clearly LLM-generated and the other bullet points have the same smell. Please use your own words.
trashburger
·قبل 7 أشهر·discuss
Cross-compiling doesn't work because you're not defining your dependencies correctly and relying on the existence of things like system libraries and libc. Use `zig cc` with Go which will let you compile against a stub Glibc, or go all the way and use a hermetic build system (you should do this always anyhow).
trashburger
·قبل 7 أشهر·discuss
For the GC it sounds like they don’t have generations which means copying long-lived objects needlessly due to the generational hypothesis. Interesting idea with the mailbox allocator, but how do these two allocators interact? Is the heap non-regional, or are they allocating into separate regions?
trashburger
·قبل 7 أشهر·discuss
I would very much like for him not to ignore the negativity, given that, you know, they are breaking the entire fucking Internet every time something like this happens.
trashburger
·قبل 7 أشهر·discuss
I wish JavaScript stopped being an abandoned trademark.

monkey paw's finger starts curling
trashburger
·قبل 10 أشهر·discuss
Maybe "practical" engineering is a better label?
trashburger
·قبل 10 أشهر·discuss
Check your browser/OS, works fine here.
trashburger
·قبل 3 سنوات·discuss
My contributions to SerenityOS[0] helped me get my current job. My team lead (who was also my interviewer) was interested in what I did since I listed some of it in my CV, and I showed him some PRs I made and explained what went into each of them. It was really exciting because I didn't have professional experience with low-level development, and basically got the job due to hobby programming.

[0]: https://github.com/SerenityOS/serenity/pulls?q=is%3Apr+autho...