frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Unity and Epic Games: Open Interoperable Future for Video Gaming

https://www.unrealengine.com/en-US/news/unity-and-epic-games-together-advance-the-open-interopera...
1•tasoeur•1m ago•0 comments

Microsoft E Anthropic

1•jonasthimoteo•2m ago•0 comments

How to replicate the Claude Code attack with Promptfoo

https://www.promptfoo.dev/blog/claude-code-attack/
1•mooreds•3m ago•0 comments

Show HN: Papers with Code Meets Elicit.org – ResearchLit

https://researchlit.com
1•micksmi•3m ago•0 comments

Apakah Tokopedia Punya WhatsApp

1•spegispecial•5m ago•0 comments

Thunderbird Adds Native Microsoft Exchange Email Support

https://blog.thunderbird.net/2025/11/thunderbird-adds-native-microsoft-exchange-email-support/
1•babolivier•6m ago•0 comments

Berapakah Nomor Tokopedia

1•spegispecial•6m ago•0 comments

Show HN: We built an easy way to sync multiple Google Calendars

https://gcalsync.app
1•aggarwalachal•6m ago•0 comments

Unofficial, rules-compliant, browser based Arkham Horror: The Card Game

https://arkhamhorror.app
1•bramadityaw•6m ago•1 comments

Berapakah Wa Tokopedia

1•spegispecial•7m ago•0 comments

ZK-KYC

https://zkp.com/
1•karenkhine•9m ago•1 comments

Show HN: Excel Custom Functions in Zig

https://github.com/AlexJReid/zigxll
1•alexjreid•9m ago•0 comments

Unity and Epic Games Together Advance the Open, Interoperable Future

https://unity.com/news/unity-and-epic-games-together-advance-open-interoperable-future-video-gaming
1•fidotron•11m ago•0 comments

Art Institute of Chicago Guts Video Data Bank Staff, Sparking Outcry

https://news.artnet.com/art-world/school-of-art-institute-of-chicagos-video-data-bank-2714672
1•xbryanx•14m ago•0 comments

AutoSubSync – Synchronize subtitles automatically or manually

https://github.com/denizsafak/AutoSubSync
2•denizsafak•14m ago•1 comments

I created an AI logistics marketplace in Manhattan

https://www.laborhutt.com
1•blessedtrails•19m ago•0 comments

AI adoption needs light, not hope

https://world.hey.com/joaoqalves/ai-adoption-needs-light-not-hope-5d7b4cc4
1•speckx•19m ago•0 comments

Energy resilience key for Taiwan: former Intel CEO

https://www.taipeitimes.com/News/biz/archives/2025/11/19/2003847427
1•keepamovin•20m ago•0 comments

Paola Nagni

https://paolapiseddunagni1.substack.com/p/paola-piseddu-nagni-certified-italian
1•PaolaNagni•22m ago•0 comments

Beyond the Vector API – A Quest for a Lower Level API [JVMLS]

https://inside.java/2025/11/16/jvmls-vector-api/
1•lichtenberger•28m ago•0 comments

New magnetic component discovered in Faraday effect after nearly two centuries

https://phys.org/news/2025-11-magnetic-component-faraday-effect-centuries.html
2•pseudolus•28m ago•0 comments

Open source: what do we think?

https://cal.com/blog/open-source
1•FinnLobsien•30m ago•0 comments

Canada announces massive jump in funding to European Space Agency

https://www.reuters.com/business/canada-announces-massive-jump-funding-european-space-agency-2025...
1•saubeidl•31m ago•0 comments

Learning to Boot from PXE

https://blog.imraniqbal.org/learning-to-boot-from-pxe/
2•speckx•33m ago•1 comments

Rentay

https://www.rentay.dk/
1•bellamoon544•37m ago•0 comments

Show HN: Godantic – JSON Schema and Validation for Go LLM Apps

https://github.com/deepankarm/godantic
2•deepankarm44•43m ago•0 comments

Toon for Oracle: A Token-Efficient Data Format for LLMs

https://hartenfeller.dev/blog/oracle-toon-implementation
1•speckx•45m ago•0 comments

Gemini 3, Winners and Losers, Integration and the Enterprise

https://stratechery.com/2025/gemini-3-winners-and-losers-integration-and-the-enterprise/
1•feross•51m ago•0 comments

JSON to Toon

https://jsontoon.com
2•xbaicai•55m ago•2 comments

Show HN: Synch- an AI dating app with an emotionally intelligent coach

https://synch.coach/
1•emrekuc•55m ago•0 comments
Open in hackernews

Show HN: One-Line Installer for Cursor on Linux

https://github.com/t128n/cursor-linux
1•trbndev•6mo ago
Cursor is an AI-first code editor, but Linux support is rough. AppImages, no integration, no updates. So I built simple install/update/uninstall scripts that fix this.

Install with one command:

```bash

curl -sSL https://raw.githubusercontent.com/t128n/cursor-linux/main/in... | sudo bash

```

Scripts:

- install.sh: Downloads Cursor AppImage, installs to /opt, sets up icons, symlinks, desktop entry.

- update.sh: Checks latest version, updates if needed.

- uninstall.sh: Clean removal.

=> GitHub: https://github.com/t128n/cursor-linux

---

[!!!] Always review scripts before running them, especially with sudo.