HackerTrans
TopNewTrendsCommentsPastAskShowJobs

csmantle

no profile record

Submissions

Big Ball of Mud (1999)

laputan.org
3 points·by csmantle·قبل 17 يومًا·0 comments

Why OpenBSD Rocks

why-openbsd.rocks
3 points·by csmantle·الشهر الماضي·1 comments

KernelScript: DSL for Kernel Customization and App Optimizations

phoronix.com
2 points·by csmantle·قبل شهرين·0 comments

APKPure is distributing a malicious copy of Telegram

xcancel.com
4 points·by csmantle·قبل شهرين·0 comments

Laravel Lang Compromised with RCE Backdoor Across 700 Versions

socket.dev
9 points·by csmantle·قبل شهرين·1 comments

The Case for Compilers: A Look at SPEC CPU 2026 on LLVM 22

servethehome.com
3 points·by csmantle·قبل شهرين·0 comments

Cctest.ai: Claude Detection Platform

cctest.ai
1 points·by csmantle·قبل شهرين·0 comments

Popular node-ipc NPM Package Infected with Credential Stealer

socket.dev
3 points·by csmantle·قبل شهرين·0 comments

AI Agent Bankrupted Their Operator While Trying to Scan DN42 Hobbyist Network

lantian.pub
3 points·by csmantle·قبل شهرين·0 comments

Rust-Coreutils Security Audit Report by Zellic [pdf]

github.com
5 points·by csmantle·قبل شهرين·0 comments

Cppreference.com Update

isocpp.org
3 points·by csmantle·قبل 3 أشهر·0 comments

Colleague.skill

github.com
2 points·by csmantle·قبل 3 أشهر·0 comments

Kbooboo: Find Linux kernel maintainer contacts from dmesg stack trace

git.infradead.org
1 points·by csmantle·قبل 4 أشهر·0 comments

Decoded: GNU Coreutils (2019)

maizure.org
3 points·by csmantle·قبل 4 أشهر·0 comments

Meet Kit, your companion for a new internet era

blog.mozilla.org
28 points·by csmantle·قبل 4 أشهر·3 comments

GitHub code view fails to load when content contains non-ASCII characters

githubstatus.com
1 points·by csmantle·قبل 4 أشهر·1 comments

Undeleted XAA, making X up to >200x faster Accelerated Again

patreon.com
1 points·by csmantle·قبل 5 أشهر·2 comments

Arch Linux Running Well on LoongArch

phoronix.com
4 points·by csmantle·قبل 5 أشهر·0 comments

China's Loongson 3B6000 Benchmarks

phoronix.com
5 points·by csmantle·قبل 5 أشهر·0 comments

Giving up upstream-ing my patches and feel free to pick them up

mail.openjdk.org
179 points·by csmantle·قبل 5 أشهر·123 comments

comments

csmantle
·قبل 29 يومًا·discuss
Previously: <https://news.ycombinator.com/item?id=48131847>
csmantle
·الشهر الماضي·discuss
Besides, the commit history[0] also looks very special:

- 1a0a9b3e9831d9bdbc9d8eba601aa2fa5e9d2708: 4

- 277d6c85c8fd27581c245940e91a40ad2a9114da: may26-3

- 2d2e56ab6228b4814b4a0bc06864e46a68bb40ea: may26-2

...

- d5c117af131c6140f08325882f6b368d91ab6ae8: May 20 2026 - 1

- 715d5250e4bb65cecc7a5c4aa082fc95b717c449 (root): ironwall compiler

[0]: https://github.com/3WyUFvDOdCbBw7gOZHwcfgKF/ironwall/commits...
csmantle
·الشهر الماضي·discuss
> the maintainer didn't catch that

They actually did notice something in <https://github.com/jqwik-team/jqwik/issues/708#issuecomment-...>:

> One short request before I go into details. Could you disclose on whose behalf you're discussing this? Just personal interest is fine, I just want to make sure that I'm not spending my time with some AI-driven company, let alone an LLM-controlled agent.
csmantle
·قبل شهرين·discuss
I first read this from the author's posting to oss-security. Turns out that the author did agree to revise the blog post for the "admin cap for root shell" part [^0]. [^1] would probably tell more.

The title looks like clickbait to me.

[^0]: https://www.openwall.com/lists/oss-security/2026/05/08/10

[^1]: https://www.openwall.com/lists/oss-security/2026/05/08/14
csmantle
·قبل شهرين·discuss
The PR author didn't even bother to properly capitalize their subject and add a description. What a double standard for code quality Macroslop is applying to internal vs. external contributions.
csmantle
·قبل شهرين·discuss
The industry's goal is to ship fast and profitably. A learner's goal isn't.
csmantle
·قبل 3 أشهر·discuss
This resembles some serverless pastebins. Data is serialized into the fragment part, and client-side JS deserializes them. The only practical difference is that this app sets them as HTML while those set them as text.
csmantle
·قبل 3 أشهر·discuss
IIRC Mozilla usually categorize internally-found bugs into a few large CVE IDs, grouped by severity, with around ten or so bugs in each. Every advisory gets several CVEs of this kind, for example, <https://www.mozilla.org/en-US/security/advisories/mfsa2026-2...>, <https://www.mozilla.org/en-US/security/advisories/mfsa2026-1...>, <https://www.mozilla.org/en-US/security/advisories/mfsa2026-0...>, etc.
csmantle
·قبل 3 أشهر·discuss
> So, cyber security of tomorrow will not be like proof of work in the sense of "more GPU wins"; instead, better models, and faster access to such models, will win.

It's not proof of work, but proof of financial capacity.

The big companies are turning the access to high-quality token generators (through their service) into means of production. We're all going direct to Utopia, we're all going direct the other way.
csmantle
·قبل 3 أشهر·discuss
`jj new` works like `git checkout` most by creating an empty revision on the top. `jj edit` on the other hand resembles `git checkout; [edits...]; git add -A; git commit --amend --no-edit`.
csmantle
·قبل 3 أشهر·discuss
I failed to see why this would be something that "comes after Git" from a VCS perspective.

The line-based diff(1)/diff3(1)/patch(1) kit often works, and that mindset thrives and gets carried till today. Many toolkits and utilities have been designed to make it more ergonomic, and they are good. Jujutsu is an example. We also have different theories and implementations, some even more algebraically sound like Darcs and Pijul.

But GitHub the Platform is another story, given that they struggled to achieve 90% availability these days.
csmantle
·قبل 3 أشهر·discuss
This Is Seven as a Service.
csmantle
·قبل 4 أشهر·discuss
Another important aspect is that, without an external library like `wabt`, I can't just open Notepad, write some inline WASM/WAT in HTML and preview it in a browser, in the same way that HTML+CSS+JS works. Having to obtain a full working toolchain is not very friendly for quick prototyping and demonstrative needs.
csmantle
·قبل 4 أشهر·discuss
If all the app need is to upload a photo of PCB, <input type="file"> is more than sufficient. It's been baseline years ago.

For download, it can download from a blob URI. This is not an uncommon practice.

If (not verified since I'm using Firefox) it claims that "Gerber files are composed of many individual files so that those two don't suffice" and the app does involve Gerber processing, it could have been solved by introducing a zip library.
csmantle
·قبل 4 أشهر·discuss
This reminded me of <https://xkcd.com/2893/>.
csmantle
·قبل 4 أشهر·discuss
Related threads:

* https://github.com/orgs/community/discussions/188156 ("[2026-02-27] Incident Thread")

* https://github.com/orgs/community/discussions/188151 ("Having trouble finding & showing repository's wiki page with non-ASCII page title")

* https://github.com/orgs/community/discussions/188152 ("Broken UI and 404 to files and directories with non-ASCII names")
csmantle
·قبل 5 أشهر·discuss
Related: <https://t2linux.com/#news-2026-02-14>
csmantle
·قبل 5 أشهر·discuss
This is just so hilarious. They'll eventually have to add "man man" to the list.
csmantle
·قبل 5 أشهر·discuss
> I could recompile it but compiling firefox is a pain in the ...

Would second this. Mach uses Python, and the dependencies they use are a pain whenever no pre-built wheels are available. Especially so when you see that an "optional" Mach dependency for build system telemetry is what busting the configuration (not build) stage...
csmantle
·قبل 5 أشهر·discuss
I think we can look forward to running this on more non-Chrome browsers once @function [0] gets wider support?

[0]: https://caniuse.com/wf-function