frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Show HN: Flag Click – Country Clicker Game

https://flagclick.com/
1•kyrylo•1h ago
The idea is almost embarrassingly simple: you click your country flag, your flag climbs up the pole, and you try to overtake everyone else. That’s the whole game.

Comments

freakynit•41m ago
Automation script

    import time
    import pyautogui
    
    
    def rapid_click_for_300_seconds(interval: float = 0.01) -> None:
        pyautogui.FAILSAFE = True
    
        print("Clicking will start in 2 seconds...")
        time.sleep(2)
    
        print("Clicking started. Move the cursor wherever you want.")
        end_time = time.monotonic() + 300
    
        try:
            while time.monotonic() < end_time:
                pyautogui.click()
                #time.sleep(interval)
        except pyautogui.FailSafeException:
            print("Stopped because the cursor was moved to a screen corner.")
            return
    
        print("Finished clicking.")
    
    
    if __name__ == "__main__":
        rapid_click_for_300_seconds()

Why migrants come to Germany for work and then leave again

https://www.dw.com/en/germany-migrants-skilled-workers-integration-labor-market-bureaucracy-langu...
1•theanonymousone•2m ago•0 comments

Money Magician – AI financial co-pilot for founders (not a budgeting app)

https://moneymagician.eu
1•carolinev•2m ago•0 comments

Tamp – shows when another app is keeping your Mac awake

https://tamp.kybernaut.cz/
1•vyskoczilova•4m ago•0 comments

Show HN: A simple random animal generator

https://randomanimalgen.com
1•mark_literacy•4m ago•0 comments

Search movies across all your streaming services

https://memovee.com/posts/search-across-your-streaming-services
1•zacksiri•5m ago•0 comments

Introduction to Algorithms and Machine Learning from Sorting to Strategic Agents [pdf]

https://www.justinmath.com/files/introduction-to-algorithms-and-machine-learning.pdf
1•Anon84•7m ago•0 comments

Show HN: A read-only MCP server for WooCommerce

https://github.com/wppoland/woocommerce-mcp
1•motylanogha•11m ago•0 comments

The hard part was never the model

https://jenniferjiangkells.substack.com/p/the-hard-part-was-never-the-model
1•adjks•14m ago•0 comments

Top banking watchdogs issue stark warning over AI-driven cyber attacks

https://www.ft.com/content/304cdbb9-c161-4e40-af4d-6df1d2ff5363
2•thm•16m ago•0 comments

Show HN: Formester – a form builder with no limits on forms or submissions

https://formester.com/
1•whitefang•20m ago•1 comments

Missing women on Indian streets [pdf]

https://gsood.com/research/papers/missing_women.pdf
1•like_any_other•23m ago•1 comments

ABC Australia will trial using AI for journalism

https://theconversation.com/abc-will-trial-using-ai-for-journalism-what-are-the-risks-and-benefit...
1•Alien1Being•24m ago•0 comments

Ask HN: Is Email Marketing Dead?

2•akashwadhwani35•25m ago•2 comments

The first American autonomous ground vehicles are fighting in Ukraine

https://techcrunch.com/2026/07/07/the-first-american-autonomous-ground-vehicles-are-fighting-in-u...
1•arnejenssen•25m ago•0 comments

Prevail – open-source AI "life OS" (not for your job)

https://prevail.sh/
2•mrlou•28m ago•0 comments

Shell Has a Forth-Like Quality

https://www.oilshell.org/blog/2017/01/13.html
1•ingve•32m ago•0 comments

Show HN: Brianni – AI chat on GPT/Claude/Gemini that we can't read (provable)

https://brianni.co/blog/prove-were-not-lying
1•iosazee•35m ago•0 comments

Ask HN: What are your favorite games?

3•freedomben•36m ago•1 comments

Never ask a model to do something a deterministic system can do reliably

https://cacm.acm.org/blogcacm/what-platform-security-taught-me-about-trusting-llm-agents/
2•visha1v•37m ago•1 comments

The EU Wants Its Own Tech Supply Chain

https://spectrum.ieee.org/europe-tech-sovereignty-package
2•sscaryterry•38m ago•0 comments

Show HN: iOS-style "select text on any image" OCR for de-googled Android

https://github.com/notune/TextGrab
1•leumon•38m ago•0 comments

Show HN: Formo – Analytics and attribution for onchain apps

https://formo.so/
1•leventhan•39m ago•0 comments

Is Recursive Self-Improvement Here?

https://cacm.acm.org/news/is-recursive-self-improvement-really-here/
2•visha1v•39m ago•2 comments

I made a TUI web browser with its own layout engine

1•keepamovin•40m ago•0 comments

OmniConvert – The File Workbench

https://10convert.pages.dev/
2•rrrpro123•43m ago•9 comments

Samsung profits jump 1,800% as AI chip sales soar

https://www.bbc.com/news/articles/c1kyy8yrpxdo
5•nnurmanov•47m ago•3 comments

SB mini II: a homebrew Apple II clone

https://unimplementedtrap.com/sb-mini-ii-apple-ii-clone/
2•freediver•48m ago•0 comments

Building a High-Performance C++ Backtesting Framework with Order Simulator

https://medium.com/@DolphinDB_Inc/building-a-high-performance-c-backtesting-framework-with-an-ord...
1•yiweileng•49m ago•0 comments

Voice Is My New Keyboard

https://sanju.sh/wisprflow/
2•freediver•49m ago•1 comments

Thoughts on AI

https://rkoziel.com/thoughts/2026-06-29--19-02-29/
1•freediver•52m ago•0 comments