frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Microsoft Azure Cobalt 200 Launched with 132 Arm Neoverse V3 Cores

https://www.servethehome.com/microsoft-azure-cobalt-200-launched-with-132-arm-neoverse-v3-cores/
1•rbanffy•1m ago•0 comments

Call Center TransNusa – Layanan Pelanggan TransNusa – TransNusa Reschedule

1•waterfilterhub•3m ago•0 comments

Gotun: A Lightweight HTTP-over-SSH Proxy Tool for Cross-Platform Use

https://github.com/Sesame2/gotun
1•Breezy233•4m ago•1 comments

Why "top" missed a cron job that was killing our API latency

https://parth21shah.substack.com/p/why-your-dashboard-is-green-but-the
1•parth21shah•5m ago•1 comments

Show HN: Tunes – Rust audio synthesis/playback (100x realtime, SIMD, GPU, WASM)

https://github.com/sqrew/tunes
1•sqrew•6m ago•0 comments

Layanan Call Center TransNusa 085377241286

1•waterfilterhub•6m ago•0 comments

Just JavaScript

https://pedrocattori.com/posts/just-javascript/
1•synergy20•6m ago•0 comments

New GDPR changes the definition of personal data

https://blog.lukaszolejnik.com/the-gdpr-proposal-unveiled-officially/
1•lknik•8m ago•0 comments

Layanan TransNusa (085377241286)

1•waterfilterhub•8m ago•0 comments

ASML Got EUV

https://www.construction-physics.com/p/how-asml-got-euv
2•yanis_t•8m ago•1 comments

The Vibecession Deepens

https://paulkrugman.substack.com/p/the-vibecession-deepens
1•rbanffy•9m ago•0 comments

White House's AI Policy Is Indefensible – Derek Thompson

https://www.derekthompson.org/p/the-ai-hypocrisy-at-the-heart-of
1•rbanffy•9m ago•0 comments

Scientists get a first look at the innermost region of a white dwarf system

https://news.mit.edu/2025/first-look-innermost-region-white-dwarf-system-1120
1•stOneskull•10m ago•0 comments

2025: The Year of the Linux Desktop (For Me, Anyway)

https://andreklein.net/2025-the-year-of-the-linux-desktop-for-me-anyway/
4•z3n0n•11m ago•1 comments

The Psychogenic Machine: Simulating AI Psychosis

https://arxiv.org/abs/2509.10970
1•indiantinker•11m ago•0 comments

Show HN: Librarian: A Modern Alternative to Kafka Connect

https://github.com/turbolytics/librarian
1•dm03514•17m ago•0 comments

"I asked Gemini to write a Tim Dillon-style rant on how boomers will love AI."

https://thomaslemstrom.substack.com/p/the-boomer-ai-paradise
1•opportourist•17m ago•0 comments

Boeing 737 MAX: The Blueprint for Universal Dysfunction

https://substack.com/@bargainbinseldon/p-178892153
1•bb-seldon•19m ago•0 comments

Nuxt Studio Alpha Release

https://content.nuxt.com/blog/studio-module-alpha
1•aziis98•19m ago•0 comments

The future of war is the future of society

https://www.noahpinion.blog/p/the-future-of-war-is-the-future-of
1•otoburb•19m ago•0 comments

Show HN: Numerikos – A personalizable digital math workbook

https://demo.numerikos.com/
1•mchaver•21m ago•0 comments

Show HN: Haloy – an open‑source, lightweight deployment system for Docker apps

https://github.com/haloydev/haloy
1•fallonshoulders•23m ago•0 comments

Judgement on Dr Matthew Garrett (@mjg59) vs. Dr Roy Schestowitz (Techrights.org)

https://caselaw.nationalarchives.gov.uk/ewhc/kb/2025/3063
5•jonty•24m ago•0 comments

Chinese astronauts 'stuck' on space station to get new spacecraft p debris hit

https://www.space.com/space-exploration/launches-spacecraft/chinese-astronauts-to-get-replacement...
2•bookofjoe•30m ago•0 comments

Fetal brain atlas reveals transcriptomic fidelity of human midbrain cultures

https://www.science.org/doi/10.1126/sciadv.adu7944
2•PaulHoule•33m ago•0 comments

Show HN: Vigil – AI Chatbot Data Leak Mitigation in the Browser

https://github.com/PAndreew/vigil_vite
2•PAndreew•35m ago•0 comments

Building a Durable Execution Engine with SQLite

https://www.morling.dev/blog/building-durable-execution-engine-with-sqlite/
2•ingve•35m ago•0 comments

Students fight back over course taught by AI

https://www.theguardian.com/education/2025/nov/20/university-of-staffordshire-course-taught-in-la...
13•level87•37m ago•3 comments

How to Build a Self-Refining Content Agent with LarAgent

https://blog.laragent.ai/how-to-build-a-self-refining-content-agent-with-laragent/
1•maestroerror•37m ago•0 comments

Show HN: Minimal Peg Solitaire Online

https://pegsolitaire.fun/
1•AxelWickman•37m ago•0 comments
Open in hackernews

Show HN: SocialPredict v2.1.0 – Easy to Deploy Prediction Markets

https://github.com/openpredictionmarkets/socialpredict
1•wwwpatdelcom•1h ago

Comments

wwwpatdelcom•1h ago
Basically, this is software that allows you to deploy your own prediction market platform from scratch that you own and control. You can invite friends and add users, anyone can add questions and make bets toward those contracts.

Most importantly, anyone can host this completely for free either on a local machine or a VPS.

The setup process includes a command line interface which allows you to enter a few options and it sets everything up for you...assuming you have a server such as Digital Ocean and a domain you can use.

I do this in my free time with some others who are of course listed on the Github repo.

We will be moving to a services based architecture at some point soon, but for this release it's basically a, "pretty good monolith."

We have been through a few different release cycles since the last time I posted. I added some GIFs to the readme to clearly show how easy it is to get it going. I would love it if anyone wants to give it a try. We included automatic SSL establishment via Traefik.

Thanks in advance if you choose to give feedback.

danishSuri1994•8m ago
Looks clean. One question how are you ensuring fairness and preventing race conditions during contract resolution? That’s usually where smaller prediction market engines run into edge cases.