frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Real-Time Omni-Modal Interaction Driven Whole-Body Mobile Manipulation [video]

https://www.youtube.com/watch?v=IiNbFPOUrz8
1•yogthos•1m ago•0 comments

Show HN: Amnesia – audit Claude Code's memory for contradictions

https://github.com/tiny-cloud-ventures/amnesia
1•suttles•1m ago•0 comments

Show HN: Effort Router: Intelligent /effort selection per Claude turn

https://github.com/cfitzgerald-pd/effort-router
1•bennydog224•1m ago•0 comments

Mac OS on web created with Kimi k3

https://macos27.kimi.page/
1•gscott•1m ago•0 comments

5 Cups of coffee per day (up to 400 mg of caffeine/day) is safe for most adults

https://newsroom.heart.org/news/coffee-and-heart-health-how-many-cups-of-caffeinated-coffee-are-s...
1•sbolt•2m ago•0 comments

Agentic World Models

https://cameronrwolfe.substack.com/p/agentic-world-models
1•Brajeshwar•2m ago•0 comments

Felicia Day is making The Guild movie to spite Hollywood

https://www.polygon.com/felicia-day-the-guild-movie-interview/
1•turtleyacht•3m ago•0 comments

The president of Argentina forgot to unschedule his victory tweet

https://twitter.com/JMilei/status/2079001925681656226
1•Alifatisk•4m ago•1 comments

Alpha-Omega Donates USD 250k for Perl and CPAN Security

https://security.metacpan.org/2026/07/15/april-task-force-announcement.html
2•oalders•4m ago•0 comments

Aztec Experiments

https://github.com/vbuterin/aztec_experiments
1•plastic3169•7m ago•0 comments

Milk-V Jupiter2: RVA23-Compliant RISC-V SBC

https://milkv.io/jupiter2
2•dingi•8m ago•0 comments

Coding agents read your code (and how to write for them)

https://modem.dev/blog/how-coding-agents-read-your-code
1•TheFutureIsNear•8m ago•0 comments

A vibe-coded alternative to YieldGimp

https://mazzo.li/posts/vibe-coded-gilts.html
1•speckx•9m ago•0 comments

Prompting was middle management – loops fired you and sent you the bill

https://readtheinference.substack.com/p/prompting-was-middle-management
1•mmayernick•12m ago•0 comments

Show HN: I made a Free, on sign up, C

1•yurimhln•14m ago•1 comments

Zenzic VS Code – Deterministic Markdown Analysis via LSP

https://zenzic.dev/blog/2026/07/18/zenzic-vs-code-extension/
1•PythonWoods-Dev•14m ago•0 comments

Ontario prison AI assigns black prisoners harsher living conditions

https://breachmedia.ca/black-prisoners-are-assigned-harsher-living-conditions-in-ontario-jails-th...
2•hn_acker•14m ago•2 comments

Fertility is collapsing because motherhood is zero-status

https://twitter.com/JohannKurtz/status/2079218735915860441
3•bilsbie•15m ago•1 comments

Type Safe Servant Auth Roles

https://blog.cofree.coffee/2026-07-20-servant-auth-roles/
1•solomonb•15m ago•0 comments

AliExpress fined €550M by EU for failing to stop sale of illegal and fake goods

https://www.theguardian.com/business/2026/jul/20/aliexpress-fined-by-eu-sale-of-illegal-fake-goods
2•atombender•17m ago•1 comments

Laws of Tech: Commoditize Your Complement

https://gwern.net/complement
1•kblissett•17m ago•0 comments

Why Did We Let Big Tech Take over Education?

https://www.afterbabel.com/p/sophie-winkleman-edtech-rollback-2026
1•paulpauper•17m ago•0 comments

EU to give industry more time to pollute and more funds to clean up

https://www.ft.com/content/c3c33e7b-8faf-4f06-b281-112117aeeb5a
1•alephnerd•18m ago•0 comments

Over 30% of new ArXiv submissions now read as AI-written

https://unslop.run/blog/measuring-ai-writing-on-arxiv
3•dopamine_daddy•18m ago•1 comments

GNOME Changes Security Disclosure Policies Due to AI-Generated Reports

https://blogs.gnome.org/mcatanzaro/2026/07/20/some-changes-to-gnome-security-tracking/
2•Erenay09•19m ago•0 comments

Intel Arc G3 Low Power Core Scheduling

https://www.lttlabs.com/articles/2026/07/18/intel-arc-g3-extreme-ibc-v35
1•LorenDB•20m ago•0 comments

Server Migration

https://lmnt.me/blog/server-migration.html
3•speckx•21m ago•0 comments

Admin officials kill proposed rules for PFAS-contaminated sewage fertilizer

https://www.theguardian.com/environment/2026/jul/20/trump-pfas-sewage-farm-fertilizer
3•howard941•22m ago•0 comments

Das starts up and loads 700 background activities

https://eclecticlight.co/2026/07/20/how-das-starts-up-and-loads-700-background-activities/
1•Brajeshwar•22m ago•0 comments

ProEnhanceX – A 100% local, on-device AI photo studio for Android

https://play.google.com/store/apps/details?id=com.enhancex.aistudio&hl=en_US
1•swawon•22m ago•0 comments
Open in hackernews

Show HN: A canvas-based note taking and organizer app

https://www.passinote.app/
60•passiflora96•19h ago
So I've been working on this app for a very long time now. Started off by wanting an app that separates long form notes from short form notes visually and keeps everything organized on a canvas.

The app features:

-Sticky notes for quick, small notes and A4 notes for long form documents

-A quick mode that uses local storage to quickly open the app and jot down a thought on the canvas -A PDF export option that exports your notes into 3 custom designed PDF styles

-Visual hierarchy to replicate file structure instead of a linear fashion, where your files are notes, stacks are folders and labels are names for your folders

Would love to continue working on this app if you guys like the concept.

Comments

mjkl7896•18h ago
The UI animations are impressive; they are cute and have a nice vibe.

However, I discovered one bug. I am Korean, and when I write a memo in Korean on a sticker and press Enter, two notepads appear. This is a very familiar bug to me.

NuclearPM•18h ago
How is it familiar?
mjkl7896•18h ago
It was a bug I frequently encountered when developing websites that support Korean.
tonyarkles•17h ago
Do you know what causes this? I'm really curious!
pech0rin•16h ago
its an IME bug and software is ripe with them. you need to do a check to see if the user “isComposing” (i think is the function). because enter is used in IME to pick characters based on input. its the same with japanese and chinese. whole slew of US based SaaS products never deal with it and it makes input unbearable for these languages.
tonyarkles•12h ago
Oh! TIL! Thanks for sharing that, I don't do web stuff much these days but will keep it in mind next time I do.
passiflora96•10h ago
oh thanks for letting me know. I still haven't thought about supporting multiple languages other that english, since developing such a big app in itself is such a big feat lol. But ill fix this bug asap. Thanks for the feedback!
ArekDymalski•18h ago
Congratulations on shipping your app! I like the design and the concept of avoiding forced hierarchy like folders etc. I think this concept is worth building on even more. For example do users really need a rigid hierarchy like post-it vs A4? What would happen if I would be able to click anywhere on the canvas and immediately write down the thought (just like in MS OneNote) and format this text after writing it down - give it a distinct background to make it that physical note feel? Personally I'd be happy as it would give more freedom. Now that experience is a bit broken - I can click anywhere on the canvas to create a post-it, but inside of it I need to click on the top row to even start writing. I hope this quick opinion will be useful/inspiring for you.
passiflora96•10h ago
yeah, that makes a lot of sense. Maybe ill add a double tap anywhere on the canvas to create a sticky note kinda thing. Thanks for the feedback! really appreciate it!
RustyRoss•18h ago
Looks cool, but I can't sign up. I enter my email and password, and I see the error "Google sign-in isn't enabled. Turn it on in Firebase Console...". But I'm not trying to use Google sign in.
passiflora96•10h ago
oh that's my bad. I just fixed it, should be working fine now.
RustyRoss•9h ago
Great, thanks. Looks very interesting; I'm trying it out now.
NickNaraghi•17h ago
Really cool. What do the buttons on the right sidebar do?
timothyduong•15h ago
1. Square Note template 2. Clipboard 3. dotted line boundary

Select them, then click + drag on the canvas.

Took me a minute to figure it out.

passiflora96•10h ago
yep exactly! I guess I gotta make the features more discoverable to new users
Jperalbelmont•16h ago
Nice idea! I can't sign up, i'm trying using google sign in
passiflora96•10h ago
Just fixed it. It should be working now. Thanks for the feedback
kenerwin88•16h ago
really well done!!
passiflora96•10h ago
Thanks a lot!
chux52•15h ago
As a notetaker who likes new apps, but has tried them all, I was impressed by this.

Your version reminds me of OneNote when it was new and good and not horrible. Being able to place your notes where you want them is such a radical concept.

The features you have are simple and the idea of stacking notes is really cool and don't think I've seen that done before.

passiflora96•10h ago
Thanks! means a lot
panja•10h ago
Dark mode coming??
passiflora96•10h ago
Yep been working on that too. Gonna come out soon!
carterEthan•8h ago
Nice work! The canvas interface looks clean and intuitive. I especially like the stacks and zones concept. Do you have plans to add a mobile app or sync across devices?
passiflora96•8h ago
It already has a sync across device feature if you sign in and also works on mobile if you download it through the mobile browser as a PWA. But I still dont have plans on making an actual mobile version that can be downloadable from the app store, but im not sure.
pedrogpimenta•5h ago
I really like this! I'm not sure I can fully commit yet, though, because I don't want to invest in a new app without some assurances:

- Is this for the long run (I know you can't know, but I'd like to hear you out) - Will it transform to a paid service? - Will I always (at least before stopping the service or putting it behind a paywall) be able to export the content to store it myself, offline, so I own the data? - Is it open source? - Will I be able to sync it myself with an external provider? - Who are you? Why should I trust you? There's no info whatsoever anywhere, not a contact, not a privacy policy, a legal note. - Is the content encrypted?

I would really like to put my work notes in a place like this, it really looks great, but right now, I can't commit to it.

That said. I love this and wish you the best of luck! Maybe sometime I'll be a user :)

passiflora96•5h ago
Yeah I hear you. I cant really force you to trust me at this stage, but im trying my all to make this as user oriented as possible. I am a solo developer whos taken on this huge project, so there might be some issues that i have overlooked or haven't been aware of yet, since I dont even get a lot of feedback on this app. So i really appreciate you mentioning all this and it really helps.

That being said, I do have long term plans for this and hopefully one day can transform into a freemium product where the core app will always stay free with some paid features. But early adopters will surely have the premium version free always. So i really hope you can invest in it now.

The export content feature will never be paid and I can assure that. Note privacy is a big part for this app. I would have made it fully local if it wasnt for the cross device sync. So you will always own you data no matter if this app becomes paid.

Right now its not open source. I really want to scale this and maybe earn a living out of this one day and have big plans for it if it works out.

You're right on this one, I've added the privacy and terms on the bottom of my landing page. It was accessible through the log in page on google auth before this, but missed the landing page. my fault.

I would really ask you to reconsider using this app, Im all ears at this stage and im continuously trying to improve it according to the user. So I would love to have chat with you. You can email me at passiflorsproductions96@gmai.com

jsabess24•4h ago
Nice
passiflora96•1h ago
thanks!
prabhanjana_c•3h ago
Clean and simple UI. Some glitches on iPad. Would like to experiment on iPad.
mwachs•1h ago
I love this! Stacking notes is the way my favorite English teacher taught us to write essays and very few apps have this functionality. And one I did find, StorySkeleton, hasn't been available for years: https://www.cultofmac.com/news/storyskeleton-an-index-card-s...

Nice work and congrats on shipping!

passiflora96•1h ago
Thank you!