frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

The Grug Brained Developer (2022)

https://grugbrain.dev/
297•smartmic•2h ago•87 comments

Honda conducts successful launch and landing of experimental reusable rocket

https://global.honda/en/topics/2025/c_2025-06-17ceng.html
711•LorenDB•7h ago•227 comments

Resurrecting a dead torrent tracker and finding 3M peers

https://kianbradley.com/2025/06/15/resurrecting-a-dead-tracker.html
298•k-ian•5h ago•97 comments

Bzip2 crate switches from C to 100% Rust

https://trifectatech.org/blog/bzip2-crate-switches-from-c-to-rust/
75•Bogdanp•2h ago•15 comments

Building Effective AI Agents

https://www.anthropic.com/engineering/building-effective-agents
191•Anon84•5h ago•37 comments

AMD's CDNA 4 Architecture Announcement

https://chipsandcheese.com/p/amds-cdna-4-architecture-announcement
88•rbanffy•5h ago•17 comments

LLMs pose an interesting problem for DSL designers

https://kirancodes.me/posts/log-lang-design-llms.html
78•gopiandcode•3h ago•65 comments

Making 2.5 Flash and 2.5 Pro GA, and introducing Gemini 2.5 Flash-Lite

https://blog.google/products/gemini/gemini-2-5-model-family-expands/
244•meetpateltech•6h ago•153 comments

Time Series Forecasting with Graph Transformers

https://kumo.ai/research/time-series-forecasting/
58•turntable_pride•4h ago•20 comments

Foundry (YC F24) Hiring Early Engineer to Build Web Agent Infrastructure

https://www.ycombinator.com/companies/foundry/jobs/azAgJbN-foundry-software-engineer-new-grad-to-mid-level
1•lakabimanil•1h ago

3D-printed device splits white noise into an acoustic rainbow without power

https://phys.org/news/2025-06-3d-device-white-noise-acoustic.html
8•rbanffy•2d ago•0 comments

Why JPEGs still rule the web (2024)

https://spectrum.ieee.org/jpeg-image-format-history
111•purpleko•8h ago•212 comments

Should we design for iffy internet?

https://bytes.zone/posts/should-we-design-for-iffy-internet/
153•surprisetalk•9h ago•136 comments

What Google Translate Can Tell Us About Vibecoding

https://ingrids.space/posts/what-google-translate-can-tell-us-about-vibecoding/
56•todsacerdoti•3h ago•16 comments

Iran asks its people to delete WhatsApp from their devices

https://apnews.com/article/iran-whatsapp-meta-israel-d9e6fe43280123c9963802e6f10ac8d1
143•rdrd•3h ago•147 comments

Now might be the best time to learn software development

https://substack.com/home/post/p-165655726
90•nathanfig•8h ago•61 comments

From SDR to 'Fake HDR': Mario Kart World on Switch 2

https://www.alexandermejia.com/from-sdr-to-fake-hdr-mario-kart-world-on-switch-2-undermines-modern-display-potential/
30•ibobev•3h ago•22 comments

After millions of years, why are carnivorous plants still so small?

https://www.smithsonianmag.com/articles/carnivorous-plants-have-been-trapping-animals-for-millions-of-years-so-why-have-they-never-grown-larger-180986708/
30•gmays•4d ago•14 comments

Tetrachromatic Vision

https://www.bookofjoe.com/2025/05/my-entry-32.html
18•surprisetalk•3d ago•14 comments

The hamburger-menu icon today: Is it recognizable?

https://www.nngroup.com/articles/hamburger-menu-icon-recognizability/
60•thm•8h ago•118 comments

Brad Lander detained by masked federal agents inside immigration court

https://www.thecity.nyc/2025/06/17/brad-lander-arrest-ice-immigration-court/
190•sjsdaiuasgdia•5h ago•115 comments

A Rural Public Transit Odyssey

https://shagbark.substack.com/p/a-rural-public-transit-odyssey
13•herbertl•3d ago•4 comments

AMD's Pre-Zen Interconnect: Testing Trinity's Northbridge

https://chipsandcheese.com/p/amds-pre-zen-interconnect-testing
96•zdw•3d ago•17 comments

The magic of through running

https://www.worksinprogress.news/p/the-magic-of-through-running
155•ortegaygasset•13h ago•100 comments

Fujifilm X half: Is it the perfect family camera?

https://arslan.io/2025/06/14/fujifilm-x-half-is-it-the-perfect-family-camera/
36•farslan•3d ago•57 comments

US Streetlights Are Turning Purple

https://www.scientificamerican.com/article/streetlights-are-mysteriously-turning-purple-heres-why/
44•surprisetalk•4d ago•52 comments

Voyager: Real-Time Splatting City-Scale 3D Gaussians on Your Phone

https://arxiv.org/abs/2506.02774
40•PaulHoule•9h ago•14 comments

O3 Turns Pro

https://thezvi.substack.com/p/o3-turns-pro
143•jsnider3•8h ago•102 comments

Bots are overwhelming websites with their hunger for AI data

https://www.theregister.com/2025/06/17/bot_overwhelming_websites_report/
21•Bender•1h ago•13 comments

Real-time action chunking with large models

https://www.pi.website/research/real_time_chunking
30•pr337h4m•3h ago•1 comments
Open in hackernews

Time Series Forecasting with Graph Transformers

https://kumo.ai/research/time-series-forecasting/
58•turntable_pride•4h ago

Comments

ziofill•4h ago
I can't stand websites that override scrolling
pealco•3h ago
Most of my time interacting with this site was spent in developer tools, trying to figure out where the scrolling behavior was coming from. (Couldn't figure it out.) I can't understand why people are still doing this in 2025.
almosthere•2h ago
Most likely the developer is using a Windows computer.
bestest•2h ago
Enter this in the console:

document.body.onwheel = (e) => e.stopPropagation();

rossant•2h ago
I came here to say this. Don't mess with my scrollbar. Ever.
loehnsberg•3h ago
I disregard anything on time series forecasting from any entity that uses Facebook Prophet as a benchmark.
esafak•3h ago
Why? That is what everybody uses. What do you use?
loehnsberg•1h ago
L1-regularized autoregressive features, holiday dummies, Fourier terms (if suitable in combination) yield lower test errors, are faster in training, and easier to cross-validate than Prophet.
esafak•1h ago
With which library though? Is it fast enough for production?
hotstickyballs•30m ago
Sounds like prophet with extra steps
melenaboija•3h ago
For such strong and personal statement I have to ask why.
Worksheet•2h ago
If you arrived into, say, London and googled "Best fish and chips" would you believe that the top result gives you the meal that you're after?
hotstickyballs•30m ago
Why not? It’s definitely a useful benchmark
frakt0x90•3h ago
Prophet is great and we use it for multiple models in production at work. Our industry has tons of weird holidays and seasonality and prophet handles that extremely well.
tech_ken•3h ago
This is sales research, and after "CAGR in a GSheet" FB Prophet is what's going to be most recognizable to the widest base of customers.

FWIW seems like the real value add is this relational DB model: https://kumo.ai/research/relational-deep-learning-rdl/ The time-series stuff is them just elaborating the basic model structure a little more to account for time-dependence

cwmoore•3h ago
“Here, sign this.”

    accept all cookies
meindnoch•1h ago
1. Stop messing with my scrolling.

2. If this really worked, you'd be making billions on the stock market. The fact that you don't, tells me it doesn't work.

tech_ken•1h ago
> If this really worked, you'd be making billions on the stock market

That's kind of a weird thing to say given that the market cap for quantitative finance is well over a billion dollars, and this product clearly seems to be targeting that sector (plus others) as a B2B service provider. Do you think that all those quantitative trading firms are using something other than time-series analytics?

Also, setting aside the issue of whether time-series forecasting is valuable for stock-market trading, it seems like the value add of this product isn't necessarily the improved accuracy of the forecasts, but rather the streamlined ETL -> Feature Engineering -> Model Design process. For most firms (either in quantitative finance or elsewhere) that's the work of a small dedicated team of highly-trained specialists. This seems like it has the potential to greatly reduce the labor requirements for such an organization without a concomitant loss of product quality.

cye131•1m ago
I'm not a fan of this blog post as it deceptively tries to pass off a method that's not accepted as a good or standard time series methodology (graph transformers) as though it were a norm. Transformers perform poorly on time series, and graph deep learning performs poorly for tasks that don't have real behaviorial/physical edges (physical space/ social graphs etc), so it's unclear why combining them would produce anything useful for time series.

For those interested in transformers with time series, I recommend reading this paper: https://arxiv.org/pdf/2205.13504. There is also plenty of other research showing that transformers-based time series models generally underperform much simpler alternatives like boosted trees.