frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Claude Sonnet will ship in Xcode

https://developer.apple.com/documentation/xcode-release-notes/xcode-26-release-notes
289•zora_goron•7h ago•220 comments

Strange CW Keys

https://sites.google.com/site/oh6dccw/strangecwkeys
63•austinallegro•3h ago•19 comments

Make any site multiplayer in a few lines. Serverless WebRTC matchmaking

https://oxism.com/trystero/
69•haxiomic•3d ago•19 comments

Ask HN: The government of my country blocked VPN access. What should I use?

942•rickybule•15h ago•527 comments

The Synology End Game

https://lowendbox.com/blog/they-used-to-be-good-but-now-theyve-turned-to-evil-the-synology-end-game/
21•amacbride•1h ago•2 comments

Lucky 13: a look at Debian trixie

https://lwn.net/Articles/1033474/
82•signa11•5h ago•19 comments

A deep dive into Debian 13 /tmp: What's new, and what to do if you don't like it

https://lowendbox.com/blog/a-deep-dive-into-debian-13s-tmp-whats-new-and-what-to-do-if-you-dont-l...
97•shaunpud•5h ago•60 comments

PSA: Libxslt is unmaintained and has 5 unpatched security bugs

https://vuxml.freebsd.org/freebsd/b0a3466f-5efc-11f0-ae84-99047d0a6bcc.html
45•burnt-resistor•3h ago•12 comments

Some thoughts on LLMs and software development

https://martinfowler.com/articles/202508-ai-thoughts.html
281•floverfelt•13h ago•247 comments

Fuck up my site – Turn any website into beautiful chaos

https://www.fuckupmysite.com/?url=https%3A%2F%2Fnews.ycombinator.com&torchCursor=true&comicSans=t...
237•coloneltcb•10h ago•77 comments

AI adoption linked to 13% decline in jobs for young U.S. workers: study

https://www.cnbc.com/2025/08/28/generative-ai-reshapes-us-job-market-stanford-study-shows-entry-l...
301•pseudolus•17h ago•428 comments

Uncertain<T>

https://nshipster.com/uncertainty/
328•samtheprogram•14h ago•71 comments

My startup banking story (2023)

https://mitchellh.com/writing/my-startup-banking-story
250•dvrp•12h ago•119 comments

The Space Shuttle Columbia disaster and the over-reliance on PowerPoint (2019)

https://mcdreeamiemusings.com/blog/2019/4/13/gsux1h6bnt8lqjd7w2t2mtvfg81uhx
126•scapecast•10h ago•104 comments

Launch HN: Dedalus Labs (YC S25) – Vercel for Agents

68•windsor•15h ago•13 comments

An eyecare foundation model for clinical assistance

https://www.nature.com/articles/s41591-025-03900-7
14•jameslk•9h ago•1 comments

Expert: LSP for Elixir

https://github.com/elixir-lang/expert
126•pimienta•10h ago•12 comments

AI coding made me faster, but I can't code to music anymore

https://www.praf.me/ai-coding
140•_praf•2d ago•137 comments

Python: The Documentary [video]

https://www.youtube.com/watch?v=GfH4QL4VqJ0
200•chmaynard•8h ago•64 comments

How life-size cows made of butter became an iconic symbol of the Midwest

https://www.smithsonianmag.com/smithsonian-institution/how-life-size-cows-made-of-butter-became-a...
11•noleary•3d ago•8 comments

Rupert's Property

https://johncarlosbaez.wordpress.com/2025/08/28/a-polyhedron-without-ruperts-property/
54•robinhouston•9h ago•8 comments

Sometimes CPU cores are odd

https://anubis.techaro.lol/blog/2025/cpu-core-odd/
82•rbanffy•10h ago•101 comments

Building your own CLI coding agent with Pydantic-AI

https://martinfowler.com/articles/build-own-coding-agent.html
150•vinhnx•13h ago•30 comments

Thrashing

https://exple.tive.org/blarg/2025/08/26/thrashing/
63•pch00•1d ago•11 comments

In Search of AI Psychosis

https://www.astralcodexten.com/p/in-search-of-ai-psychosis
134•venkii•2d ago•95 comments

Web Bot Auth

https://developers.cloudflare.com/bots/reference/bot-verification/web-bot-auth/
55•ananddtyagi•13h ago•48 comments

TuneD is a system tuning service for Linux

https://tuned-project.org/
63•tanelpoder•3d ago•19 comments

Powerful GPUs or Fast Interconnects: Analyzing Relational Workloads

https://vldb.org/pvldb/volumes/18/paper/Powerful%20GPUs%20or%20Fast%20Interconnects%3A%20Analyzin...
3•matt_d•3d ago•1 comments

You no longer need JavaScript: an overview of what makes modern CSS so awesome

https://lyra.horse/blog/2025/08/you-dont-need-js/
195•todsacerdoti•11h ago•111 comments

RSS is awesome

https://evanverma.com/rss-is-awesome
206•edverma2•8h ago•84 comments
Open in hackernews

TuneD is a system tuning service for Linux

https://tuned-project.org/
63•tanelpoder•3d ago

Comments

jauntywundrkind•8h ago
I saw really big power savings when I started using TuneD. Such a huge upgrade for Linux users! From 8 months ago, going from 120 -> 85W. More recently got my desktop down to 65, yay. https://news.ycombinator.com/item?id=42636350

There's also API compatibility with the power-profiles-daemon, which didn't ever help me that much (I'd also done some basic tuning myself), and which has been unmaintained for a while now. But there's still a variety of utilities which target the old ppd.

chucky_z•8h ago
I've used `tuned` a lot. It's really extremely good for personal machines/workstations, and really okay for servers. In my case I'm almost 50/50 with it in professional cases, where 50% of the time I had a real good time with it, and 50% of the time I turned it off and used startup scripts (like cloud-init per-boot and whatnot).

Overall, I'd say give it a shot as it can be really powerful and I do actually like it. Don't be afraid to go 'no, I know how to do this better, myself' and turn it off though.

bcrl•7h ago
I disable it whenever setting up a new system. It gets irq bindings for networking wrong every single time, and moves irqs around in ways that defeats the whole point of having per CPU queues. Not sure why that behaviour is enabled by default as it makes no sense.
worthless-trash•5h ago
Please lodge a bug because I seem to think the same way but lack the larger deployment experience to explain how to do it more generally than my tiny use case.
bcrl•4h ago
It's easier to uninstall it. There's nothing good that tuned has ever done for me.

FYI: messing with irq bindings for per-cpu queues of nics has been a bug for at least 16 years depending on the nic. FYI: Intel launched the 82599 back in 2009.

Clueless software developers should not be messing with kernel settings like irq bindings. Software that does that is not worth my time.

cinntaile•2h ago
Complaining here won't improve the situation, filing a bug might.
markhahn•1h ago
What did you accomplish with it?

Another answer talks about saving 40W. Why not? But it's not much in a normal power-cost environment.

sudopluto•7h ago
one hot tip is that tuned has a translation tool for power-profiles-daemon, meaning you can change the profile via gnome / kde

https://archlinux.org/packages/extra/any/tuned-ppd/

shirro•7h ago
There is something a bit wacky about a performance service implemented in an interpreted language like Python whether it is tuned or auto-cpufreq. Tuned does seem to be as good as it gets for the moment.

x86 cpus don't have the power efficiency to do the work we now expect of them in thin and light laptops with difficult thermal constraints. You can push them one way or another. You can have them fast with a fan like a jet engine or you can have them cold and running like a 10 year old computer or put the dial somewhere inbetween but there is only so much you can do.

tanelpoder•7h ago
I haven't tested Intel's efficiency cores (E-cores) myself - would these address the need for desktops/laptops?
shirro•6h ago
Apple and many arm mobile platforms also have a mix of performance and efficiency cores so it seems to be a proven approach. I guess it comes down to implementation. Intel's efficiency cores by themselves (eg N series) apparently make nice little appliances, often better value than something like a RPi. I don't know how much they help their higher performance devices conserve energy.

I have one of Intel's old desktop class processors in a refurbished ex-office mini-desktop plugged into a power meter running a few services for the household and the idle usage isn't terrible. I don't understand why my laptop doesn't run colder and longer given the years of development between them.

There is also the race to idle strategy where you spike the performance cores to get back to idle which probably works well with a lot of office usage but not so well with something more demanding like games or benchmarks.

finaard•1h ago
Thanks, that comment saved me from spending time looking at it.
carlhjerpe•50m ago
TuneD doesn't have throughput or latency requirements, it should just tell the kernel what to do, perfect for python. If it's installed with the system python it'll share pages well with other Python applications.

And x86 not being power efficient is hardly true for the modern AMD mobile chips, it's not quite the "iPad" experience but it's very good. Comparing to Apple is unfair IMHO since M* is essentially an iPhone CPU with a souped up power budget, many years of optimization across both hardware, kernel and userspace that we don't have.

catherd•7h ago
What I'd like is a tool that can be run on a fresh linux install to show what's not working correctly and maybe some diagnostics. Does that exist?

Things like suspend to RAM/disk working, GPU performance is reasonable, WiFi and disk speeds aren't slower than expected.

craftkiller•7h ago
> Things like suspend to RAM [...] working

If you're on and AMD laptop then suspend to ram can be tested with amd-debug-tools[0].

> WiFi

Here[1] is a list of public iperf3 servers. You can test your connection speed with (change host name and port to appropriate server):

  # Test upload speed
  iperf3 -c host-name-here -p 5201

  # Test download speed
  iperf3 -c host-name-here -p 5201 -R
You can also launch your own server so you're not limited by your internet speed (I usually run one on my router):

  iperf3 -s -p 5201

  [0] https://git.kernel.org/pub/scm/linux/kernel/git/superm1/amd-debug-tools.git/about/
  [1] https://iperf.fr/iperf-servers.php
mook•4h ago
Hmm, started looking into this and realized I already had tlp running, and that supports limiting maximum charge on the battery in the laptop. I didn't seem to see anything equivalent in the tuned documentation, but I did see the presets… and finding things like SAP Hana makes me think this isn't aimed at laptops…
carlhjerpe•45m ago
echo 80 | sudo sponge /sys/class/power_supply/BAT0/charge_control_end_threshold

https://manpages.debian.org/testing/moreutils/sponge.1.en.ht... good for privilege escalated pipe to file :)

JdeBP•53m ago
Given how much effort many people have put into combatting the trailing capital letter 'D' habit, including with one particular piece of RedHat software from 2010, it is interesting to see RedHat a couple of years earlier embracing the style.

Although all of the commands and files are all-lowercase: tuned.

JdeBP•44m ago
The other amusing thing is the spanner in the icon, with the narrow jaws and mouth that is not angled. There are Apple pundits who insist that spanners do not look like that, and that Apple Has Got It Wrong. Of course, spanners can and do look like that.

It is probably lucky for RedHat that it does not have similar pundits. (-:

* https://news.ycombinator.com/item?id=45021826