frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Space Force looks at moving "significant number" of launches from ULA to SpaceX

https://arstechnica.com/space/2026/04/space-force-looks-at-moving-significant-number-of-launches-...
1•Bender•17s ago•0 comments

Opting out of cookies no guarantee

https://globalprivacyaudit.org/2026/california
1•HelloUsername•1m ago•0 comments

How Accurate Are Google's A.I. Overviews?

https://www.nytimes.com/2026/04/07/technology/google-ai-overviews-accuracy.html
1•bookofjoe•1m ago•1 comments

Lowdefy v5: The Config Webstack

https://lowdefy.com/articles/lowdefy-5-whats-new/
1•gervwyk•2m ago•0 comments

I made Agentation for vanilla JavaScript

https://github.com/mearnest-dev/agentation-vanilla
1•mearnest•2m ago•1 comments

Project Glasswing Has a Blind Spot. It's You

https://quodeq.ai/blog/glasswing-blind-spot/
3•vikDPG•2m ago•0 comments

Users lose $9.5M to fake Ledger wallet app on the Apple App Store

https://www.web3isgoinggreat.com/?id=fake-ledger-app
1•CharlesW•3m ago•0 comments

Jane Street Signs $6B AI Cloud Agreement with CoreWeave

https://www.coreweave.com/news/jane-street-signs-6-billion-ai-cloud-agreement-with-coreweave
1•moelf•3m ago•0 comments

Linux 7.1 Is a Big Win for Intel Panther Lake with Fred Now Enabled by Default

https://www.phoronix.com/news/Linux-7.1-Enabled-Intel-FRED
1•mikece•5m ago•0 comments

Keyword Scout

https://keywordscout.app
1•DailyGeo•5m ago•0 comments

ChatGPT, Is This Real?

https://arxiv.org/abs/2604.09316
2•runningmike•8m ago•0 comments

Show HN: EmbedIQ – Claude Code Compliance Config for HIPAA/PCI-DSS/SOC2

https://github.com/asq-sheriff/embediq
1•asqpl•8m ago•0 comments

We Built Hanker in 14 Days with Claude

https://hanker.app/blog/we-built-hanker-in-14-days-with-claude-heres-the-slightly-unhinged-techni...
1•whatsupdog•9m ago•0 comments

Fiverr Denies Report of Data Leak

https://www.pymnts.com/cybersecurity/2026/fiverr-denies-report-of-data-leak/
1•shooker435•10m ago•1 comments

AI papers published in 2026 worth reading

https://www.chapterpal.com/curriculum/a0/papers-published-in-2026-worth-reading
1•roody_wurlitzer•13m ago•1 comments

Claude Cowork found me a flat to rent in London in just 5 days

https://old.reddit.com/r/ClaudeAI/comments/1smay7l/claude_cowork_found_me_a_flat_to_rent_in_london/
1•mikepapadim•13m ago•1 comments

Project Maven Put A.I. Into the Kill Chain

https://www.newyorker.com/books/under-review/how-project-maven-put-ai-into-the-kill-chain
1•littlexsparkee•13m ago•0 comments

How China is wooing Paraguay's political class away from longtime ally Taiwan

https://www.japantimes.co.jp/news/2026/03/14/asia-pacific/politics/china-wooing-paraguay/
1•PaulHoule•14m ago•0 comments

The Courage to Stop

https://zeldman.com/2026/04/15/the-courage-to-stop/
1•speckx•15m ago•0 comments

Anthropic's rise is giving some OpenAI investors second thoughts

https://techcrunch.com/2026/04/14/anthropics-rise-is-giving-some-openai-investors-second-thoughts/
1•Brajeshwar•16m ago•0 comments

Study of the cosmos proves we still can't explain how the universe is expanding

https://www.livescience.com/space/somethings-missing-most-thorough-ever-study-of-the-cosmos-prove...
2•geox•16m ago•0 comments

AAUP does not want you to share your syllabus

https://www.aaupnc.org/projects/guidance-for-syllabi
1•apwheele•17m ago•0 comments

Show HN: Horizontally Scale Localhost

https://coasts.dev/blog/introducing-remote-coasts
1•jsunderland323•18m ago•0 comments

Before he wrote AI 2027, he predicted the world in 2026. How did he do?

https://asteriskmag.substack.com/p/before-he-wrote-ai-2027-he-predicted
2•gmays•18m ago•0 comments

Shoe brand Allbirds says it will become an AI company, sending shares soaring

https://www.sfchronicle.com/tech/article/allbirds-stock-ai-pivot-22208030.php?link_source=ta_blue...
3•jaredwiener•19m ago•0 comments

Generating a Color Spectrum for an Image

https://amandahinton.com/blog/generating-a-color-spectrum-for-an-image
1•evakhoury•19m ago•0 comments

Show HN: The Simpsons Hit and Run Running in the Browser (WASM/WebGL)

https://shar-wasm.cjoseph.workers.dev/?skipmovie
1•calebj0seph•19m ago•1 comments

Ask HN: How to Sell a Niche Domain

1•ksaj•20m ago•0 comments

AI-Assisted Cognition Endangers Human Development

https://heidenstedt.org/posts/2026/ai-assisted-cognition-endangers-human-development/
17•i5heu•22m ago•2 comments

Sony deprecating features in some 2025 Bravia TVs

https://www.sony.com/electronics/support/articles/00380371
1•CobrastanJorji•23m ago•1 comments
Open in hackernews

Programming from the Ground Up [pdf] (2003)

https://download-mirror.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf
4•ibobev•11mo ago

Comments

uticus•11mo ago
> At the end of them you can still ask "how does the computer really work?" and not have a good answer. They tend to pass over topics that are difficult even though they are important. I will take you through the difficult issues because that is the only way to move on to masterful programming

> This book teaches assembly language for x86 processors and the GNU/Linux operating system. Therefore we will be giving all of the examples using the GNU/Linux standard GCC tool set.

interesting, close to the machine to teach how the machine works while also pulling in programming concepts.

> Thus, programming is not as much about communicating to a computer as it is communicating to those who come after you.

100% - unfortunately the content is light or non-existent on concepts i would say are essential to this part of programming, like:

- how to set up code to be easily maintained

- how to navigate code from others, especially those who don't think like you

- how to collaborate with others to create a program as a team

- etc

...would be interesting to see how the author would pair these concepts with x86 assembler examples.