frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Proton: Talk Confidentially, Coming Soon

https://meet.proton.me/
1•teekert•23s ago•0 comments

How to quickly transcribe meetings and courses?

https://notegpt.io/speech-to-text
1•Lemarie•1m ago•0 comments

The Hipster PDA (2004)

http://www.43folders.com/2004/09/03/introducing-the-hipster-pda
1•HuwFulcher•2m ago•0 comments

Comprehensive Guide to Text-to-Image Quality Metrics

https://docs.thestage.ai/tutorials/source/text2image_evaluation_tutorial.html
1•hyp0thetical•2m ago•1 comments

C++'s Greatest Flaw

https://harshal.is-cool.dev/blog/programming/2025/09/03/c-s-greatest-flaw.html
2•saturnyx•3m ago•0 comments

Volkswagen to make EVs more affordable, starting with the ID.Polo and a new SUV

https://electrek.co/2025/09/03/meet-volkswagen-id-polo-affordable-ev-coming-soon/
1•breve•5m ago•0 comments

Live demo of building declarative trance music in Strudel [video]

https://www.youtube.com/watch?v=HkgV_-nJOuE
1•simonjgreen•6m ago•0 comments

Building a Train Isochrone Map for Tokyo

https://www.youtube.com/watch?v=QcNyqjQg3tE
1•pwim•9m ago•0 comments

Reactive algorithms: How Angular took the right path

https://medium.com/coreteq/reactive-algorithms-how-angular-took-the-right-path-c90e9f0183c2
2•miiiiiike•10m ago•0 comments

Feminist activist sent to prison for 'Allah is lesbian' T-shirt

https://www.independent.co.uk/news/world/africa/morocco-islam-prison-ibtissam-lachgar-b2819995.html
1•fodmap•11m ago•0 comments

Second choice beyond Nano Banana

https://notegpt.io/ai-image-editor
1•CiciSee•14m ago•0 comments

The Best Designers Know Nothing About Your Industry

https://gilli.is/journal/the-best-designers-know-nothing-about-your-industry
1•gilli•15m ago•0 comments

Trump officials ask Supreme Court to quickly allow sweeping tariffs

https://www.washingtonpost.com/politics/2025/09/04/tariffs-trump-supreme-court-appeal/
1•voxadam•17m ago•1 comments

Le Chat. Custom MCP Connectors. Memories

https://mistral.ai/news/le-chat-mcp-connectors-memories
9•Anon84•17m ago•0 comments

India Lowers Taxes on Renewable Energy Industry in Steps to Fight Trump Tariffs

https://www.bloomberg.com/news/articles/2025-09-04/india-lowers-tax-on-renewables-in-steps-to-fig...
2•alephnerd•19m ago•0 comments

Chicago-based Amtrak trains are running out of seats

https://www.hsrail.org/blog/chicago-based-amtrak-trains-are-running-out-of-seats/
1•djoldman•21m ago•0 comments

Show HN: SHAde – A tool that turns Git Commit Hashes into deterministic Art

https://github.com/LalwaniPalash/SHAde
1•palashlalwani•22m ago•0 comments

A practical introduction to parsing in Rust

https://jhwlr.io/intro-to-parsing/
1•todsacerdoti•23m ago•0 comments

Digital Dopamine Is Consuming America. It's Time to Fight for IRL

https://www.nytimes.com/2025/09/04/opinion/digital-dopamine-irl.html
1•ryan_j_naughton•25m ago•0 comments

Electromechanical Reshaping Offers Safer Eye Surgery

https://spectrum.ieee.org/electrochemistry-for-eye-surgeries
2•rbanffy•25m ago•0 comments

Digitizing Informal Public Transport in Mexico with Open Data

https://www.trufi-association.org/trufi-and-partners-enabling-inclusive-mobility-through-open-data/
1•TrufiAssoc•32m ago•1 comments

Former NASA chief says United States likely to lose second lunar space race

https://arstechnica.com/space/2025/09/ted-cruz-criticizes-trump-plan-to-cancel-sls-and-lunar-gate...
2•rbanffy•32m ago•0 comments

Spec-driven development with AI: Get started with a new open-source toolkit

https://github.blog/ai-and-ml/generative-ai/spec-driven-development-with-ai-get-started-with-a-ne...
1•pestkranker•34m ago•0 comments

Exercise Is a Productivity Tool

https://ashleyjanssen.com/exercise-is-a-productivity-tool-part-1-breaking-down-the-untrue-stories...
1•mooreds•34m ago•0 comments

Awesome Customer IAM List

https://github.com/guptadeepak/awesome-customer-iam
1•mooreds•35m ago•0 comments

The Reason Most Startups Fail

https://sudarkoff.com/blog/the-real-reason-most-startups-fail
2•mooreds•36m ago•2 comments

Automating Security Research: AI Engine Exploits Complex Blind Code Injection

https://blog.ostorlab.co/titiler-python-code-injection-ai-poc.html
1•alaeddine001•36m ago•0 comments

Supplement Stack

https://domofutu.substack.com/p/supplement-stack
1•domofutu•36m ago•0 comments

Engage Time: Transform Presentations with Live Polls, Q&A and Real-Time Feedback

https://engagetime.live/
1•estruyf•44m ago•0 comments

A Populist World Order? Origins and Predictions [pdf]

https://cosmosandtaxis.org/wp-content/uploads/2022/09/lee_ct_vol10_iss9_10.pdf
2•brandonlc•46m ago•1 comments
Open in hackernews

Software Defined Super Cores (Intel)

https://patents.google.com/patent/EP4579444A1/en
2•sroussey•2d ago

Comments

sroussey•2d ago
This looks like the logical inverse of hyper threading.

With hyper threading, you had a big core with, say, multiple ALUs that went unused if the work was numerically simple. So it tried to run two threads and use all ALUs.

This is the reverse—two cores that can merge to handle a single thread that requires more resources, in order to make a single thread run faster.