frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Everyone is a liar: No one on Earth is a virgin

1•ciaisdeepstate•1m ago•0 comments

To fight hail damage, Alberta insurers take to the skies

https://www.nationalobserver.com/2025/09/03/news/alberta-insurance-cloud-seeding-hailstorms
1•Anon84•2m ago•0 comments

Driving NPT to Zero. The Key to Reducing NPT

https://info.erdosmiller.com/blog/driving-npt-to-zero
1•mooreds•2m ago•0 comments

Chinese Regulators May Ban Hidden, Pop-Out Door Handles

https://insideevs.com/news/771401/chinese-regulator-hidden-door-handle/
1•teleforce•2m ago•0 comments

mitchivin.com

https://mitchivin.com/
2•indigodaddy•10m ago•0 comments

Scientists hack microbes to identify environmental sources of methane

https://phys.org/news/2025-08-scientists-hack-microbes-environmental-sources.html
1•PaulHoule•10m ago•0 comments

Ask HN: What do you think of the new Digg?

1•LorenDB•11m ago•0 comments

Axial Twist Theory

https://en.wikipedia.org/wiki/Axial_twist_theory
1•lordnacho•14m ago•0 comments

Show HN: Blockchain that mines blocks with real achievements, not math puzzles

1•Amyang•16m ago•0 comments

Show HN: Real-time webcam motion capture for MMD anime characters

1•Amyang•18m ago•0 comments

C-to-N atom swap enables direct access to benzimidazoles from drug-like indoles

https://www.nature.com/articles/s41557-025-01904-x
3•bookofjoe•19m ago•0 comments

Knowledge and Memory

https://www.robinsloan.com/lab/knowledge-and-memory/
1•zdw•23m ago•0 comments

Automated Workday check in/check out and Microsoft Teams messages monitoring

1•quacktheboss•25m ago•0 comments

China battles mosquito-borne virus with Covid-era methods, U.S. travel warning

https://www.nbcnews.com/world/asia/china-battles-mosquito-borne-virus-covid-era-methods-us-issues...
1•mgh2•25m ago•1 comments

A songwriter had part of his brain removed. The music flowed

https://www.washingtonpost.com/dc-md-va/2025/09/06/mike-frazier-musician-epilepsy-surgery/
2•voisin•26m ago•1 comments

gotop: a terminal based graphical activity monitor

https://github.com/xxxserxxx/gotop
1•indigodaddy•26m ago•0 comments

China fights spread of mosquito-borne chikungunya virus [video]

https://www.youtube.com/watch?v=cdarNrI1gKw
1•mgh2•27m ago•0 comments

The CoPilot Productivity Paradox

https://www.marginalia.nu/log/a_125_ai_assistants/
3•Bogdanp•30m ago•0 comments

Area-Proportional Venn-Diagrams

https://runsascoded.com/apvd/
1•bytK7•30m ago•0 comments

Plasma caffeine causal effect on adiposity, diabetes, and cardiovascular disease

https://bmjmedicine.bmj.com/content/2/1/e000335
2•gnabgib•31m ago•2 comments

A 'Roomba for the forest' could be SoCal's next wildfire weapon

https://www.latimes.com/environment/story/2025-09-05/burnbot-roomba-for-the-forest-wildfire-weapo...
1•jaredwiener•32m ago•0 comments

MINI x Deus Ex Machina Skeg electric concept lightens the mood

https://electrek.co/2025/09/06/mini-x-deus-ex-machina-skeg-electric-concept-lightens-the-mood/
1•gnabgib•37m ago•0 comments

I was wrong about AI costs (they keep going up)

https://www.youtube.com/watch?v=mRWLQGMGY80
1•toomuchtodo•44m ago•0 comments

Cat Shoggoth

https://www.hgreer.com/CatShoggoth/
1•brimtown•44m ago•0 comments

Microsoft Removed VibeVoice AI after open-sourcing it

https://old.reddit.com/r/LocalLLaMA/comments/1n7zk45/vibevoice_rip_what_do_you_think/
1•behnamoh•51m ago•1 comments

Solve FSD in 2 words: BUY PONY

1•walter_elias•53m ago•2 comments

Microsoft says Azure cloud service was disrupted by fiber cuts in Red Sea

https://www.reuters.com/world/middle-east/microsoft-says-azure-cloud-service-disrupted-by-fiber-c...
2•Terretta•54m ago•1 comments

Show HN: Dog Rescue Transport Coordination Website

https://puptransfur.org/
1•josdijkstra•55m ago•0 comments

Show HN: My Side Project to Explore Cognitive Biases Ruling Your Life

https://cognitivebiases.net/
2•guillaumemoog•56m ago•0 comments

Spyware takes webcam pics of users watching porn

https://www.wired.com/story/stealerium-infostealer-porn-sextortion/
4•Bender•58m ago•1 comments
Open in hackernews

Shipping textures as PNGs is suboptimal

https://gamesbymason.com/blog/2025/stop-shipping-pngs/
46•ibobev•4h ago

Comments

gmueckl•2h ago
This advice is only practical if you have proper import tooling that can transparently do this conversion for your engine and preserves import settings per asset. Otherwise, this just adds a ton of fragile manual steps to asset creation.
LexiMax•2h ago
This sort of batch asset conversion can be pretty easily automated with some combination of scripting and/or makefile.

Taking the time to learn about these sorts of compression methods is well worth it, as once you start loading assets of any appreciable scale or number, the savings in asset loading times can add up to be significant, turning what might have been a noticable jarring pause or stutter into something much less noticable.

Think about it, with hardware texture formats, not only are you not having to decode the PNG on the CPU, but you're also literally uploading less data to the GPU overall, since it can be transferred in a compressed form.

reactordev•2h ago
BS, Blender exports KTX2, your engine supports KTX2, Gimp exports DDS/KTX2, Substance Painter exports DDS/KTX2, three.js has a KTX2 converter.

Using image formats for texture formats is amateur game development. PNG’s are fine for icons or UI or while you’re still trying to figure out what you’re doing. Once you know, you switch to a faster, no translation required, texture formats that load faster, support physical layers, compression, and are already in BGRA format.

socalgal2•2h ago
You should always start from source IMO.

> Blender exports KTX2, your engine supports KTX2, Gimp exports DDS/KTX2, Substance Painter exports DDS/KTX2, three.js has a KTX2 converter.

If you're manually doing this conversion from source images to shipping formats your wasting your artist's time, AND, you'll likely lose the source images since people will generally only give you what's needed to build. "Hey, could you tweak building-wall-12.ktx?" "No, It was made in Photoshop and I can't find the file with the 60 layers so no, I can't tweak. Sorry"

reactordev•1h ago
In this case, the source are TIFF's, pulled from the company texture CDN... I agree you start with high resolution sources but you don't ship lower resolution PNGs unless you're on an indie game or making a browser game.
LexiMax•2h ago
> Unfortunately, AFAICT most people end up rolling their own exporters.

Aside from the closed-source NVIDIA texture tool, I'm also aware of AMD's Compressonator, and Microsoft's DirectXTex implementation of texconv. Intel also used to maintain the ISPC texture compressor, but afaik it's also abandoned.

drak0n1c•2h ago
Similarly in mobile apps where install size is key, designed image assets are better exported as SVG or platform draw code. There are tools to do this conversion easily and the benefit of draw code is that it is crisp at all sizes and can be dynamically colored and animated. Whether or not an app does this is often the reason why some relatively basic apps are 1 mb while others are 100+ mb.
Stevvo•2h ago
Any modern engine does this automatically on PNG import, or as part of material/shader setup. You want different formats for different things, e.g AO, normals, bcs different formats have different compression artifacts.
pimlottc•49m ago
How much extra time does it add for startup? For a single texture it’s probably negotiable but for a modern game, we’re talking about thousands of textures, so maybe it adds up?
charlie90•26m ago
i did some casual testing before of a png vs a compressed texture and its like 20x faster, so yes a big difference. most of the speedup is from not needing to calculate mipmaps since they are already precalculated.
lisp2240•2h ago
Who is this for? Texture compression is already handled automatically by all the major game engines under the hood. If you’re building your own engine you probably already know what texture compression is.
LexiMax•1h ago
Someone on this forum might be one of the lucky 10,000. They also made their own texture conversion tool, which might save someone some time and effort.

Of course, they might have written the blog post with the intention of drawing attention to themselves and being noticed. These days, I can't bring myself to be upset about that sort of thing - if the content is good, better self-promotion than AI slop or hyping up the next hot investment vehicle.

furyofantares•1h ago
People do ship games on frameworks, rather than on engines. That could be considered building your own engine although I'm not sure if that's what you meant by the phrase.
maplethorpe•1h ago
Ktx2 can also be used on the web, and a lot of web developers who make games are using libraries like Three.js instead of engines like Unity (which can technically build to WebGL but does an awful job of it).
raincole•28m ago
> If you’re building your own engine you probably already know what texture compression is

Yes, because they learnt it somewhere, for example, this article.

I don't get the negativity. Unless you work on bleeding edge R&D, every technique you know has been documented somewhere by someone else. So only the bleeding edge R&D people should write tech blogs?

Anecdotally, even I had known what texture compression is, this article still taught me something: the existence of Tacant View. It looks like quite a neat app.

DetroitThrow•6m ago
I keep saying this whenever I see books about quantum electrodynamics. Everyone in the room who does QCD already knows QCD and doesn't need to discover it from scratch, so why do we need to write about it? Such wasted energy, we could all be writing comments on HN instead!
declan_roberts•1h ago
It sucks to get to the "better" option and there actually is no better option other than bespoke export tools.
jms55•1h ago
I've been evaluating texture compression options for including in Bevy https://bevy.org, and there's just, not really any good options?

Requirements:

* Generate mipmaps

* Convert to BC and ASTC

* Convert to ktx2 with zstd super-compression

* Handle color, normal maps, alpha masks, HDR textures, etc

* Open source

* (Nice to have) runs on the GPU to be fast

I unfortunately haven't found any option that cover all of these points. Some tools only write DDS, or don't handle ASTC, or want to use basis universal, or don't generate mipmaps, etc.