frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Is Python So Popular in 2025?

https://blog.jetbrains.com/pycharm/2025/09/why-is-python-so-popular/
1•indigodaddy•4m ago•0 comments

GPU Snapshots to reduce ML coldstarts

https://nilesh-agarwal.com/gpu-snapshots-for-reducing-ml-inference-cold-starts-2/
2•agcat•7m ago•0 comments

3D reconstruction using only 15 pixels

https://www.youtube.com/watch?v=p6G4_JU5y2k
2•gsf_emergency_2•7m ago•0 comments

AI startup idea validation, market research, and pitch decks

https://venturepulse.app
1•rakeshmenon•8m ago•0 comments

I built a launchpad app for free – so you don't have to

https://www.launchie.app/
1•nickfthedev•11m ago•0 comments

Automated Repair of Ambiguous Problem Descriptions for LLM-Based Code Generation

https://github.com/msv-lab/SpecFix
2•mechtaev•12m ago•0 comments

Let's Write a Database

https://danieljharvey.github.io/posts/2025-07-26-fuck-it-lets-write-a-database.html
2•azhenley•14m ago•0 comments

Lines on a cubic surface: visualized with Sage and 3D printing (2019)

https://nathanfieldsteel.github.io/2019/10/15/27-Lines.html
1•gsf_emergency_2•15m ago•0 comments

I'll figure it out later

https://twitter.com/AviSchiffmann/status/1971695045465330107
1•wahnfrieden•18m ago•0 comments

Revive the Spirit of Mosul

https://www.unesco.org/en/revive-mosul
1•dmbche•32m ago•0 comments

AGai disclosures; WPC entrypoint; launch, TMFP social invention program

https://agai.wp.computer/
1•blairmunroakusa•42m ago•1 comments

Asahi Progress Report for Linux 6.16

https://asahilinux.org/2025/08/progress-report-6-16/
1•transpute•47m ago•0 comments

Ideas on how to improve my teaching repo?

https://github.com/ckrapu/chainliterate
1•ckrapu•53m ago•1 comments

'Our Educational System Failed': U.S. Employers Grapple with Unprepared Workers

https://www.nytimes.com/2025/09/25/us/reading-math-scores-declines-impact.html
3•johntfella•54m ago•1 comments

Why Today's Humanoids Won't Learn Dexterity

https://rodneybrooks.com/why-todays-humanoids-wont-learn-dexterity/
2•chmaynard•55m ago•0 comments

Defooocus AI Online – a free AI image generation tool

https://defooocusai.online
1•graphZen•1h ago•1 comments

Times New Dumbass

https://timesnewdumbass.co/
3•gaws•1h ago•0 comments

Scientists want to treat complex bone fractures with a bone-healing gun

https://arstechnica.com/science/2025/09/scientists-want-to-treat-complex-bone-fractures-with-a-bo...
1•najarvg•1h ago•1 comments

Exceptional Naming

https://kevlinhenney.medium.com/exceptional-naming-6e3c8f5bffac
1•xk3•1h ago•0 comments

Making an ASCII Animation

https://pierce.dev/notes/making-the-ghostty-animation/
1•vinhnx•1h ago•0 comments

Show HN: Yay Custom PKGBUILD Repositories Support local/Git/HTTP

https://github.com/Jguer/yay/pull/2681
1•modinfo•1h ago•0 comments

AI investment bubble inflated by trio of dilemmas

https://www.reuters.com/commentary/breakingviews/ai-investment-bubble-inflated-by-trio-dilemmas-2...
1•koolhead17•1h ago•0 comments

Eric Schmidt: Competing with China means sacrificing work-life balance

https://fortune.com/2025/09/25/ex-google-ceo-eric-schmidt-work-life-balance-remote-work-996/
5•nick__m•1h ago•2 comments

GPT-OSS Reinforcement Learning

https://docs.unsloth.ai/new/gpt-oss-reinforcement-learning
3•vinhnx•1h ago•0 comments

New Neural Net Framework

https://github.com/adetrick/sequential
2•adetrick•1h ago•1 comments

The Importance of Fundamentals

https://hallnotes.xyz/notes/importance-of-fundamentals/
3•bacchus9•1h ago•0 comments

LG's $1,800 TV for seniors makes misguided assumptions

https://arstechnica.com/gadgets/2025/09/lgs-1800-tv-for-seniors-comes-with-an-upcharge-and-ai-but...
3•canucker2016•2h ago•3 comments

How to Start in Digital Marketing with No Experience

https://old.reddit.com/r/DigitalMarketingDIY/comments/1n0jito/how_to_start_in_digital_marketing_w...
1•3thunker•2h ago•0 comments

America's Invisible Weapon [video]

https://www.youtube.com/watch?v=SrD6OB4DwfE
1•NullCascade•2h ago•0 comments

Show HN: Portway – Built a "Heroku Killer" for Docker Compose

https://portway.dev
1•jsbroks•2h ago•0 comments
Open in hackernews

New Neural Net Framework

https://github.com/adetrick/sequential
2•adetrick•1h ago

Comments

adetrick•1h ago
Hi all, I recently published a framework on GitHub for creating neural networks, including feed forward, recurrent (RNN/LSTM) and transformer models. It's built from scratch and is meant to be a simpler alternative to Keras for sequential data/time series forecasting. It's really fast too. Is this something that could be of interest to practitioners? Looking for feedback! Thanks