frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Design Considerations for an Anthropophilic Computer

https://web.stanford.edu/dept/SUL/sites/mac/primary/docs/bom/anthrophilic.html
1•chaosmachine•1m ago•0 comments

These People Believe They Made AI Sentient [video]

https://www.youtube.com/watch?v=sWZRQsejtfA
1•jackdoe•3m ago•0 comments

How (and why) to be a good customer

https://blog.abolyn.com/p/how-and-why-to-be-a-good-customer
1•aranibatta•4m ago•1 comments

Large Language Models as Autonomous Spacecraft Operators in Kerbal Space Program

https://arxiv.org/abs/2505.19896
1•Bluestein•4m ago•0 comments

Monorail: Pioneering $999 PCs from 1996

https://dfarq.homeip.net/monorail-the-pioneering-999-pc-from-1996/
1•zdw•8m ago•0 comments

Linda Yaccarino departs as boss of Musk's X

https://www.bbc.co.uk/news/articles/cx2gy3j9xq6o
1•Angostura•8m ago•0 comments

The curious case of how bird wrists evolved

https://www.nature.com/articles/d41586-025-02055-2
1•Bluestein•10m ago•0 comments

IBM Power11 Launched with Up to 2048 Threads and Ddimm Support

https://www.servethehome.com/ibm-power11-launched-with-up-to-2048-threads-and-ddimm-support/
1•rbanffy•12m ago•0 comments

Physicists Found the Ghost Haunting the Most Famous Particle Accelerator

https://www.popularmechanics.com/science/a65299485/physicists-find-ghost-haunting-most-famous-particle-accelerator/
1•Bluestein•13m ago•0 comments

Surprise Hair Loss Breakthrough: DNA Sugar Gel Triggers Robust Regrowth

https://www.sciencealert.com/surprise-hair-loss-breakthrough-dna-sugar-gel-triggers-robust-regrowth
2•amelius•15m ago•1 comments

Show HN: PastelPaste – A Minimal and Modern Pastebin Written in Rust

https://github.com/ni5arga/pastelpaste
1•ni5arga•16m ago•0 comments

Show HN: Mogg

https://mogg-brown.vercel.app/
1•Looksmaxxer•18m ago•0 comments

Nuclear Waste Reprocessing Gains Momentum in the U.S.

https://spectrum.ieee.org/nuclear-waste-reprocessing-transmutation
1•rbanffy•19m ago•0 comments

'Tactless': Brewing Resentments over Bank of Mum and Dad

https://www.telegraph.co.uk/money/property/buying-selling/resentment-brewing-friendship-groups-bank-of-mum-dad/
1•llimos•20m ago•0 comments

Stick-on monitor promises smarter, more accurate detection of sleep disorders

https://medicalxpress.com/news/2025-06-smarter-accurate-disorders.html
1•PaulHoule•20m ago•0 comments

Show HN: PromptDrifter – Catch LLM prompt drift before it breaks prod

https://github.com/Code-and-Sorts/PromptDrifter
2•feynmanquest•20m ago•1 comments

'It's been hell': Amazon packages mistakenly sent to SJ woman's home

https://abc7news.com/post/huge-pile-amazon-packages-fills-bay-area-womans-driveway-third-party-seller-uses-home-address-returns/17022284/
3•randycupertino•21m ago•3 comments

A chemical language model for molecular taste prediction

https://www.nature.com/articles/s41538-025-00474-z
2•yz-exodao•22m ago•0 comments

Only the Biggest Neoclouds Will Survive

https://www.nextplatform.com/2025/07/08/only-the-biggest-neoclouds-will-survive/
1•rbanffy•23m ago•0 comments

Show HN: Combine Minesweeper and Nanogram Game

https://nano-quantum-game.netlify.app/
1•evrmgzm•23m ago•0 comments

PG&E warns of aggressive scammers in Bay Area with more than 2,500 reports

https://abc7news.com/post/pge-scam-utility-company-warns-aggressive-scammers-bay-area-more-2500-cases-year-heres-what-know/17025303/
2•randycupertino•26m ago•1 comments

HN is censoring news about X / Twitter

6•tslocum•27m ago•3 comments

Four Billion Years of Vibecoding

https://aboard.com/four-billion-years-of-vibecoding/
1•gbseventeen3331•28m ago•0 comments

How AI is changing software engineering at Shopify with Farhan Thawar

https://newsletter.pragmaticengineer.com/p/how-ai-is-changing-software-engineering
1•gbseventeen3331•28m ago•0 comments

No, Grok, No

https://thezvi.substack.com/p/no-grok-no
2•jsnider3•28m ago•0 comments

Run Pandas on cloud GPUs (without Docker or K8s)

https://developer.nvidia.com/blog/simplify-setup-and-boost-data-science-in-the-cloud-using-nvidia-cuda-x-and-coiled/
1•scj13•28m ago•1 comments

Show HN: Beagle Security – AI driven pentesting for web apps and APIs

https://beaglesecurity.com/
1•rejah•32m ago•0 comments

No more disks: the architecture behind stateless compute in ClickHouse Cloud

https://clickhouse.com/blog/clickhouse-cloud-stateless-compute
1•tschreiber•32m ago•0 comments

Publish Your Home-Assistant Instance Using Matter

https://github.com/t0bst4r/home-assistant-matter-hub
1•Bluestein•32m ago•0 comments

FlexOlmo: A paradigm for LLM training and data collaboration

https://allenai.org/blog/flexolmo
1•maxloh•33m ago•0 comments
Open in hackernews

PHP 8.5 alpha 1 is available for download

https://www.php.net/archive/2025.php
31•jeroenpeters•8h ago

Comments

moebrowne•6h ago
8.5 notably includes the new pipe operator: https://stitcher.io/blog/pipe-operator-in-php-85
HackerThemAll•5h ago
Great news! PHP is going to humiliate all its haters.
kriz9•3h ago
I feel like if you treat temporary variables as documentation they feel less icky. All these examples with the pipeline operator cause way more mental overhead than reading temporary variable names.
V__•2h ago
I think it really depends on what operations you are applying. Having one succinct named variable like $slug with a few simple pipeline calls like in the example is "self-documenting" and easy to read. However, some lambdas and non-standard function are definitely a place for nicely named temporary variables in my opinion.
xdfgh1112•2h ago
Kind of a clunky and verbose syntax at the moment. I wonder what languages get pipe syntax right?

Obligatory: Raku supports pipe in both directions, passing input as the last parameter instead of requiring the function to take only one parameter. It also has a shorthand:

my @array = <7 8 9 0 1 2 4 3 5 6 7 8 9>; my @final-array = @array.unique.sort.reverse; say @final-array;

moebrowne•1h ago
There is a complementary Partial Function Application RFC which, among other things, solves the one-parameter limitation. It allows a question mark to be substituted in for the piped value:

$foo |> str_replace('hello', 'hi', ?);

https://wiki.php.net/rfc/partial_function_application_v2

tslocum•1h ago
Based on the examples given in the blog post, this appears to be a massive step backwards for PHP. The language has been making an effort to clean itself up for years. The author claims that the temporary variable solution "feels icky". If we ultimately care about readability and performance, temporary variables seem ideal even with this change in the language. Modern compilers look for things like temporary variables when performing optimizations. PHP's compiler probably already does this, and if it doesn't, adding support for that would make more sense than adding some new syntax.