Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
praseodym
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
praseodym
9d ago
zstd has a built-in benchmark mode to compare different compression levels, e.g. `zstd -b1 -e9 [FILE]` to test levels 1 to 9 (try up to 22 if you have enough spare time)
2.
▲
by
praseodym
9d ago
Note that the dictionary options are only needed to improve compression ratios when compressing lots of small messages. If you have a bigger file (eg a tar file of Usenet messages) the regular Zstd compression will build a good dictionary w
3.
▲
by
praseodym
11d ago
This also adds a lot of moving parts and failure modes. For self-hosting I’d rather have downtime on a simple system that’s easy to fix rather than a complex setup that stays up but needs more maintenance when some component fails.
4.
▲
by
praseodym
19d ago
Is it just a coincidence that the image for this release is the same as for Omarchy Quattro? https://youtu.be/F7fe9pa8OeE
5.
▲
by
praseodym
22d ago
My home server is an ASUS NUC 14 Essential which idles at 5W with a bunch of services running. Its peak performance is probably less than the Mac Mini, but the hardware is cheap (at least it was before RAM/storage got expensive) and it
6.
▲
by
praseodym
24d ago
Claude Code also doesn't make it easy to make _efficient_ use of the different models to reduce overall cost. There are many tokenmaxxing features (e.g. ultracode that spawns dozens of subagents) to burn through the 5-hour limit in min
7.
▲
by
praseodym
25d ago
They announced something one day after Slack Code: https://github.blog/changelog/2026-08-21-shared-agentic-work...
8.
▲
by
praseodym
27d ago
cargo-deny can audit build scripts, but unfortunately not prevent execution of malicious build scripts exactly for the reason you gave. It could still help if you only ever use cargo add and update in a sandbox. See https://embar
9.
▲
by
praseodym
28d ago
You’re right about attackers being able to change runtime code. pnpm does have some other features to prevent supply chain attacks, so there is still something to learn from other ecosystems. For example pnpm has a cooldown period for new d
10.
▲
by
praseodym
28d ago
As mentioned by others it’s just as easy for an attacker to modify a crate’s runtime code.
11.
▲
by
praseodym
28d ago
Post on the Rust blog: https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on... Discussion: https://news.ycombinator.com/item?id=49372853
12.
▲
by
praseodym
28d ago
Unfortunately Cargo doesn’t have security controls in place to prevent these kinds of attacks. For example pnpm has controls to allowlist install scripts for dependencies and will warn about new install scripts (without executing them). The
13.
▲
Supply Chain Attack on Arrayref
(blog.rust-lang.org)
33 points
by
praseodym
28d ago
|
2 comments
14.
▲
Topcoat: framework for building fullstack reactive web apps with Rust
(tokio.rs)
2 points
by
praseodym
2mo ago
|
0 comments
15.
▲
by
praseodym
2mo ago
Don’t forget that SpaceX has 3.884 billion outstanding shares!
16.
▲
by
praseodym
3mo ago
Just wait for the hyperscalers to follow suit
17.
▲
ECB raises interest rates for the first time in three years
(euronews.com)
3 points
by
praseodym
3mo ago
|
0 comments
18.
▲
by
praseodym
4mo ago
The screenshot of the Facebook post says they purchased the sets for approximately $20,000.
19.
▲
by
praseodym
4mo ago
Note that many Rust libraries consist of multiple crates, which all end up in the dependency graph. This makes the number of dependencies seem higher than it actually is: the separate crates have the same maintainers and are often part of t
20.
▲
by
praseodym
4mo ago
> since Apple saved money on not participating in the AI data-center fiasco They have unused custom built AI servers sitting in warehouses: https://news.ycombinator.com/item?id=47221264
21.
▲
by
praseodym
5mo ago
Forgejo also has a roadmap for federation but it looks like development is progressing rather slowly: https://codeberg.org/forgejo-contrib/federation/src/branch/m...
22.
▲
by
praseodym
5mo ago
ZFS on Linux has had many bugs over the years, notably with ZFS-native encryption and especially sending/receiving encrypted volumes. Another issue is that using swap on ZFS is still guaranteed to hang the kernel in low memory scenario
23.
▲
by
praseodym
6mo ago
I'm seeing 4-4.5 Watt idle. I've disabled WiFi in the BIOS (using wired Ethernet) and ran `powertop --auto-tune`, but not much else.
24.
▲
by
praseodym
6mo ago
I’m using an ASUS NUC 14 Essential Kit N355. It’s a bit more expensive than the Pi 5, but also more powerful (8 cores and decent GPU). There is also a more affordable N150 model. And even lower budget are the N150 mini PCs from Chinese manu
25.
▲
by
praseodym
6mo ago
This is exactly why I’ve to replaced my home server by a low-power x86 NUC instead. No custom build needed to run NixOS and idle power consumption turns out to be slightly lower than the Raspberry Pi 5.
26.
▲
by
praseodym
7mo ago
They sent out an email to clarify that there will be no age verification and that the '18 or older' rule was introduced to avoid that: > You must be at least 18 years old to use the Service (Zed’s AI-enabled software-as-a-servi
27.
▲
by
praseodym
7mo ago
The hardware is great, but the software is lacking. macOS only supports resolution-based scaling which makes anything but the default 200% pixel scaling mode look bad. For example, with a 27" 4K display many users will want to use 150%
28.
▲
by
praseodym
8mo ago
Microsoft MS-DOS and Windows supported this in the 90s with DriveSpace, and modern file systems like btrfs and zfs also support transparent compression.
29.
▲
by
praseodym
8mo ago
Issues caused by restoring from backups were super common in the early iOS days. It makes me wonder how many weird bugs can be fixed these days by starting from scratch instead of migrating years of cruft through backup/restore.
30.
▲
by
praseodym
9mo ago
They might not be dependent on ad revenue, but they are a greedy company that will not leave any money on the table. Next year, more ads are coming to the App Store that already generates a profit of over $10 billion/year: https:/
More ›