frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cursor Pagination out-of-the box for PrimeFaces and JPA

https://docs.flowlogix.com/#section-jpa-lazymodel-cursor-pagination
1•lprimak•2m ago•0 comments

What to Know: Working in China [video]

https://www.youtube.com/watch?v=bz7KuzEPqcs
1•simonpure•2m ago•0 comments

JP Morgan map shows crude oil ticking time bomb hits oil supply in April

https://www.msn.com/en-us/money/markets/this-map-shows-a-crude-ticking-time-bomb-that-hits-much-o...
2•ck2•5m ago•1 comments

CVE-2026-33691: OWASP CRS whitespace padding bypass vulnerability

1•relunsec•5m ago•0 comments

Show HN: /slot-machine development (CC vs. Codex; CE vs. superpowers)

https://github.com/pejmanjohn/slot-machine
1•pejmanjohn•6m ago•0 comments

Pretext: browser independent text layouting engine for the web

https://twitter.com/i/status/2037713766205608234
1•lewisjoe•7m ago•0 comments

Anthropic Donations: Guesses and Uncertainties

https://www.lesswrong.com/posts/NAwqT8wDkLRovcbZ9/anthropic-donations-guesses-and-uncertainties
1•joozio•9m ago•0 comments

Show HN: Create setups, deploy and share them

2•victorzidaroiu•11m ago•0 comments

Folie à Machine: LLMs and Epistemic Capture

https://www.lesswrong.com/posts/2hyGiAnLKEFv3jBHt/folie-a-machine-llms-and-epistemic-capture
1•joozio•11m ago•0 comments

Every Country in Our Supply Chain Has Declared an Emergency

https://energyandresilience.substack.com/p/every-country-in-our-supply-chain
2•measurablefunc•12m ago•0 comments

Pretext

https://chenglou.me/pretext/
2•sysbot•12m ago•0 comments

Quantum frontiers may be closer than they appear

https://blog.google/innovation-and-ai/technology/safety-security/cryptography-migration-timeline/
3•OJFord•14m ago•0 comments

Show HN: Danobang! – Multiplayer CJK (Chinese, Japanese, Korean) Word Game

https://danobang.com
2•maenbalja•14m ago•1 comments

LeaseWitness – Free lease agreement generator (15 types, no sign-up)

1•alexchemours•16m ago•0 comments

Show HN: Baton – A daemon that sends Claude to fix your GitHub issues

https://github.com/mraza007/baton
2•mr_o47•17m ago•0 comments

Eye drops made from pig semen deliver cancer treatment to mice

https://www.nature.com/articles/d41586-026-00982-2
1•gnabgib•19m ago•1 comments

Voice-to-task-agent|Voice commands to operational tasks, in real-time

https://github.com/manishrawal95/voice-to-task-agent
1•manishrawal95•21m ago•0 comments

Three LLM Agents for My Knowledge Garden

https://www.joshbeckman.org/blog/practicing/three-agents-for-a-knowledge-garden
1•bckmn•22m ago•0 comments

SpringHabt

https://apps.apple.com/us/app/springhabt/id6761129733
1•jmfp•22m ago•1 comments

Mirage Reasoning: The Illusion of Visual Understanding

https://arxiv.org/abs/2603.21687
2•MrBuddyCasino•22m ago•1 comments

Found app to run crowd simulation

https://github.com/sayantan94/CrowdSimulator
1•Morningstar317•23m ago•0 comments

"What made Bell Labs so successful?"

https://tech.slashdot.org/story/26/03/29/0249241/what-made-bell-labs-so-successful
2•MilnerRoute•24m ago•0 comments

Iran Is Drafting Law to Introduce Tolls for Hormuz Transit

https://www.supplychainbrain.com/articles/43739-iran-is-drafting-law-to-introduce-tolls-for-hormu...
3•geox•25m ago•0 comments

Trail cursor (smear effect) is coming to Rio terminal

https://twitter.com/raphamorims/status/2038258512782934170
1•darkberry•32m ago•0 comments

A lot of what we called talent was just scarce execution

https://mayankagarwal.com/ai,%20llm,%20future%20of%20work/2026/03/29/a-lot-of-what-we-called-tale...
4•whoelse123•34m ago•0 comments

Researchers uncover 2k-year-old bullet inscribed with ominous message

https://www.gbnews.com/science/archaeology-breakthrough-researchers-uncover-2000-year-old-bullet-...
2•bookofjoe•36m ago•0 comments

Repose: Break reminder for macOS that pauses during meetings

https://github.com/fikrikarim/repose
2•karimf•39m ago•0 comments

Gcannon – C io_uring TCP/HTTP/1.1 load generator for Linux

https://github.com/MDA2AV/gcannon
2•MDA2AV•40m ago•0 comments

CoopVPN: Built by the Developers Behind RiseupVPN

https://coopvpn.net/
4•eustoria•41m ago•0 comments

What is the 'boy kibble' trend? And is it healthy? A nutrition expert explains

https://www.rnz.co.nz/life/food/what-is-the-boy-kibble-trend-and-is-it-healthy-a-nutrition-expert...
3•colinprince•42m ago•0 comments
Open in hackernews

A Real Money Multiplayer Game

https://globs.fun/
2•goonlord•1h ago

Comments

goonlord•1h ago
I built globs.fun — a top-down shooter where the in-game currency is real money

Drop in with real dollars, collect cash off the ground, shoot players and they bleed money, kill them and take what they're carrying. Cash out anytime (we take 5%).

That's it. Curious how real stakes change player behavior.

globs.fun

LatencyKills•1h ago
The ToS clearly states that any loses related to bugs or problems with smart contracts are the responsibility of the user.

So people give you money and they're out of luck if your systems don't work correctly... as in 'trust me bro'?

goonlord•1h ago
Pretty standard as far as ToS for these sorts of project goes. Just want users to be cautious before making deposits. Software is internally audited ofc (but its important to note that anything can happen)
LatencyKills•50m ago
Where are the smart contracts?
goonlord•34m ago
Base L2.

The smart contract portion simply holds funds, while game server manages them.

High level flow:

Deposit: Player calls deposit(serverId) → contract pulls buyInAmount USDC, emits an event. The server indexer picks it up and spawns the player with mass.

Play: All gameplay from this point on is off-chain. No transactions during play. Simply ws communication between authoritative server and clients.

When a player exits: Server signs a payout ticket (contractAddr, chainId, serverId, sessionId, player, amount, deadline). A relayer submits it on-chain — contract verifies the signature, prevents replay via sessionId, takes a fee, sends net USDC to the player.

Trust model: Contract holds USDC, server is trusted for amounts, but the contract enforces no double-claims and no overdraft. ~430 lines of Solidity.

LatencyKills•17m ago
Heh... okay. No one in their right mind will touch this.
goonlord•8m ago
Less hostility bro. Just a person trying to build something that hopefully finds its market.

Do we not have a multi-billion gambling market within the US alone.

Do you see a problem with the product itself. OR the space.