frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I'm building a searchable global index of peptide lab reports

https://old.reddit.com/r/samebatch/comments/1t6dxcy/im_building_a_searchable_global_index_of_pept...
1•m00dy•37s ago•0 comments

The all-new Fitbit Air

https://blog.google/products-and-platforms/devices/fitbit/fitbit-air/
1•zodvik•40s ago•0 comments

Elon Grew to Love Anthropic

https://www.axios.com/2026/05/07/musk-anthropic-compute-spacex-ai
1•Brajeshwar•1m ago•0 comments

FreeFish – Terminal Aquarium in the Browser

https://freefish.neocities.org
1•macwhisperer•1m ago•1 comments

Passkey Benchmark 2026: 97-99% mobile readiness, but adoption still stalls

https://www.corbado.com/passkey-benchmark-2026
1•vdelitz•1m ago•1 comments

First tunnel element of the Fehmarnbelt Tunnel immersed

https://www.arup.com/en-us/news/first-fehmarnbelt-tunnel-element-lowered/
1•robin_reala•1m ago•0 comments

Migrating from Supabase to Render (2023)

https://blog.val.town/blog/migrating-from-supabase/
1•nathanh•1m ago•0 comments

Hosting a Forum in 2026

https://blog.webb.page
1•speckx•1m ago•0 comments

Vibe-Coded Apps Expose Corporate and Personal Data on the Open Web

https://www.wired.com/story/thousands-of-vibe-coded-apps-expose-corporate-and-personal-data-on-th...
3•cdrnsf•3m ago•0 comments

Do Developing Countries Still Need to Industrialize?

https://nicholasdecker.substack.com/p/do-developing-countries-still-need
2•surprisetalk•5m ago•0 comments

U.S. Treasury will have to borrow $2T this year just to continue functioning

https://fortune.com/2026/05/07/treasury-expected-to-borrow-2-trillion-omb-cbo-estimates/
4•whoknowsidont•6m ago•0 comments

Most agent reliability problems are data engineering problems

https://sderosiaux.substack.com/p/from-prompt-engineering-to-data-engineering
2•chtefi•6m ago•0 comments

Value Contamination Through Post-Training in Talkie-1930

https://zenodo.org/records/20070239
1•whythismatters•6m ago•0 comments

Sticks, Stones, and Light Speed

https://alexoppenheimer.substack.com/p/sticks-stones-and-light-speed
2•crescit_eundo•9m ago•0 comments

Nvidia faces its biggest threat yet as tech giants build their own AI chips

https://www.latimes.com/business/story/2026-05-06/nvidia-faces-its-biggest-threat-yet-as-tech-gia...
2•1vuio0pswjnm7•9m ago•0 comments

Motherboard sales are now collapsing amid unprecedented shortages fueled by AI

https://www.tomshardware.com/pc-components/motherboards/motherboard-sales-collapse-by-more-than-2...
5•speckx•12m ago•0 comments

The war between fast and legitimate is here

https://www.joanwestenberg.com/the-war-between-fast-and-legitimate-is-here/
2•alcazar•12m ago•0 comments

Show HN: Kon – A Coding Agent with a System Prompt under 270 tokens

https://github.com/0xku/kon
2•krumboy•15m ago•0 comments

I Want to Live Like Costco People

https://tastecooking.com/i-want-to-live-like-costco-people/
14•speckx•16m ago•2 comments

Behind the Curtain: Intelligence Explosion

https://www.axios.com/2026/05/07/anthropic-jack-clark-ai-intelligence-explosion
2•Brajeshwar•16m ago•0 comments

Lisping at JPL Revisited (2023)

http://blog.rongarret.info/2023/01/lisping-at-jpl-revisited.html
2•tosh•19m ago•0 comments

Dream Physics

https://seths.blog/2026/05/dream-physics/
3•herbertl•20m ago•0 comments

What Are 'Teen Takeovers,' and Why Are Police Struggling to Stop Them?

https://www.nytimes.com/2026/05/07/us/teen-takeovers.html
3•mikhael•20m ago•1 comments

Favorite Chinalt (2020)

https://www.omnifoo.info/pages/Favorite%20Chinalt.html
2•surprisetalk•20m ago•0 comments

The Informal Org Chart

https://alearningaday.blog/2026/05/07/the-informal-org-chart/
3•herbertl•21m ago•0 comments

The world reveals itself to those who travel by foot

https://www.henrikkarlsson.xyz/p/travel-by-foot
4•herbertl•23m ago•1 comments

Anthropic's Boris Cherny: Why Coding Is Solved, and What Comes Next [video]

https://www.youtube.com/watch?v=SlGRN8jh2RI
3•zikani_03•24m ago•0 comments

Steam Controller: What Reviewers Are Saying

https://boilingsteam.com/the-2026-steam-controller-what-reviewers-are-saying/
3•ekianjo•24m ago•0 comments

Wankel Engine

https://en.wikipedia.org/wiki/Wankel_engine
2•tosh•26m ago•0 comments

Show HW: LiteParser – An embeddable SQLite parser

https://github.com/sqliteai/liteparser
2•marcobambini•27m ago•0 comments
Open in hackernews

Show HN: 'Safari-Like' 2-finger nav gesture for IntelliJ (Java Swing) on macOS

https://github.com/anticleiades/swing-fluid-swipe
2•anticleiades•1h ago

Comments

anticleiades•1h ago
Project Link: https://github.com/anticleiades/swing-fluid-swipe

IntelliJ Fork (the proof of concept): https://github.com/anticleiades/intellij-community/tree/poc-.... Please use the poc-fluid-swipe branch.

Video Demo (if you don't want to recompile everything): https://drive.google.com/file/d/1ZjAy6LEEP4ASg1-Zx68pHYaPjBp....

This library reduces the gap between native applications and AWT/Swing applications, providing a more consistent and pleasant UI/UX. Why this? Why Swing? Well, this might finally address JBR-4083 and IDEABKL-6039, issues that have been open for 15 years. Also, I wanted to build a feature I’ve always missed in JetBrains IDEs.

With this, we can use two fingers swipe gesture to navigate back/forward also within Swing applications on macOS, as we do on Xcode and Safari. This gesture is largely used for navigation in many AppKit-built programs, but the JDK only supports discrete gestures (namely, 3-finger swipe gestures via com.apple.eawt.event).

The video demo shows the library in action within IntelliJ IDEA (this is just a proof of concept, so the code might be suboptimal), providing a truly native-like experience—I implement 'two finger swipe' for back/forward navigation.

Currently, it operates as an application-level JNI bridge: it intercepts suitable NSEvents globally on the AppKit thread. This might not be the best, as ideally, you should not have to call (start/stop)EventMonitoring methods—you'd like to have this in libawt_lwawt.

The key challenge is disambiguating a logical fluid-swipe from a standard horizontal scroll, as trackpads trigger both via the same physical movement. For example, to implement the scroll/fluid-swipe coexistence mechanism, the library introduces a hierarchical veto mechanism. Any AWT/Swing component under the cursor can "block" (veto) an incoming fluid-swipe gesture by suitably implementing the method 'public boolean permitFluidSwipeGesture(FluidSwipeEvent e)' , which is queried on the EDT from the dispatcher. Ideally, fluid-swipe gestures should have a lower priority than scroll event. For example, a horizontally scrollable JScrollPane accepts the fluid-swipe iff there is no remaining scrollable content in that direction; otherwise, it vetoes the fluid-swipe, causing the dispatch of MouseWheelEvents. Note also that permitting an incoming fluid-swipe results in MouseWheelEvent not being dispatching as expected.

I am open to discuss any core aspect of the library and of the proof of concept, such as the scroll/fluid-swipe coexistence mechanism, and the API. Any feedback (and maybe help) would be greatly appreciated. What about extending this to Windows and Wayland?

I have tested it on macOS 26 (Tahoe) (Intel). Please test it on Apple Silicon and with Magic Mouse. The library has been sitting on GitHub and Maven Central for a couple of years (since 2024), but I've only now decided to dust it off, and ask for feedback.

anticleiades•1h ago
Note: I developed this in the pre-LLM/Code agents era