Linux 'but it's not there yet' = decades
ai 'but it's not there yet' = months
JBN
jbnevin@tunestr.io
npub1v89n...30cc
I can see birds flying happily in the sky through the window. It is good.
Not fully tested, but it appears that save to relays is finally functionalTM. Saved and dismissed notes should match on all devices after manual backup/restore. Uses some encryption, but some metadata leaks to relays.
Looking at a dedicated relay for storage of these as nip 44 replaceable events in the future (and distributed redundancy). This won't leak the metadata. Then, option to automatically backup to relays in the background so that all devices just sync.
GN
Sincerely,
your 4th favorite multi-column client,

corkboards.me
A customizable multi-column pinned note social feed reader and profile creator built on nostr. Zap bitcoin to creators and receive bitcoin for post...

## [Corkboards.me](http://Corkboards.me) 1.5
Remember thumbtack corkboards?
Add a friend’s recent notes like notecards to a fresh corkboard on your computer, tablet, or phone.
Or build a shared corkboard that holds notes from multiple friends.
Build as many corkboards as you like, privately.
Include friends, news, or other public feeds, then filter them in various ways.
- *No more forced algorithms.*
The default corkboard has all of your notes.
The follows board shows all your friends at once.
The discovery board shows friends of friends.
Read your corkboards like real bulletin boards — minimize or dismiss notecards to make more room when you’ve already read them.
Since these are digital corkboards, there’s more you can do:
- Build a newspaper or magazine from trusted or interesting sources
- Group feeds that post about a common topic
- Make aggregates, like lists
- Easily view a portfolio of a friend, or your own without logging into your artist account
- Combine feeds from musicians or video creators so you have an always fresh playlist
- [h]( is optimized for tablet or desktop.
**The only thing left to decide is how many notes you want to read each day :D**
### [Corkboards.me]( 1.5
- ‘Saved for later’ blank space bug fixed
- Reposts were showing content twice, now only above, nested, and no superfluous italic text
- Youtube links were not rendering and causing issues. Changed to normal external links for now
- Opening a link in a new tab no longer opens thread modal in original tab
- Closing thread modal no longer refreshes page automatically. The goal is minimal disruption of reading flow / spacing / columns without jump, so that it’s up to logged in npub when new posts get loaded, get consolidated, or move in any way.
- Some nostr events were not rendering, this should be fixed now
- Bottom of columns made somewhat more even
- Green button on minimized/saved for later note now expands note in place, rather than returning it below
- New filter options
- Added backup of settings/corkboards/minimized and saved for later notes states, should preserve settings and state across devices and sessions. Not fully tested. Autosync isn’t going yet. Manual seems to be working, just refresh if you see error). Looks like storing the minimized state of all notes across devices over nostr will be resource intensive. May work with a dedicated relay, noted for later.
- Styling changes
Next:
- Mobile
- Meditate on what percentage revenue share should go to the short form video shitposter err Marketing Division. Make offer to someone who loves it

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client
corkboards.me
A customizable multi-column pinned note social feed reader and profile creator built on nostr. Zap bitcoin to creators and receive bitcoin for post...

### [Corkboards.me]( 1.4 hotfixes
- Had AI consult the writings of nostr founders and developers and best practice documents as well as login implementations to doublecheck and rewrite the security notice. ~“consider eff berners lee cypherpunk sensibilities, not modern big tech concessions/rationalizations” Significant changes were needed.
- Login options now show color coded security preference, robot initially made nsec paste red, but labeled it 'acceptable risk.' Though that may be true in certain environments, nsec paste has been removed.
- Amber one-click connect is now functional
- Noobs who create new account are now told to save their extra secure password to their password manager. Considering 'learn more' options all the way to pearpass etc or...

corkboards.me
A customizable multi-column pinned note social feed reader and profile creator built on nostr. Zap bitcoin to creators and receive bitcoin for post...

login flow research / best practices / factchecking the llm 'security notice' v nostr developer writings and implementations in major clients


## Corkboard 1.4
Nostr notes are notecards tacked to a corkboard.
Add a friend’s recent notes to a fresh corkboard - or build one out of notes from multiple friends.
Build as many corkboard feeds as you like, privately. Include friends or others, news feeds, or entire nostr relays — then filter them in various ways.
The default corkboard has all of your notes.
The follows board shows all your friends at once.
The discovery board shows friends of friends.
Read your corkboards like real bulletin boards — minimize or dismiss notecards to make more room when you’ve already read them.
Since these are digital corkboards, there’s more you can do:
- Build a newspaper or magazine from trusted or interesting sources
- Group feeds that post about a common topic
- Make aggregates, like lists
- Easily view a portfolio of a friend, or your own without logging into your artist account
- Combine feeds from musicians or video creators so you have an always fresh playlist
- [ is optimized for tablet or desktop.
### 1.4
- Can now zap all posts/replies in thread modal
- Added Amber connect to login options
- Clarified login flow slightly, added security information on login page
- Fixed the toggles, which worked backwards
- Separated dark mode from configuration/settings menu
- Markdown rendering fixes
- Force desktop site on mobile for now. Sideways works well this way with two columns and looks great but we’ll need some thread modal fixes etc next.
- Dismissing notes on mobile should be smoother now.

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client

Some sort of heirarchical programmatic revenue distribution revolution that is not based on majority rule
(better markdown test)
## Heading
---
# H1
## H2
### H3
## Bold
---
**bold text**
## Italic
---
*italicized text*
## Link
---
[title](https://www.example.com)
## Blockquote
---
> blockquote
## Code
---
`code`
## Ordered List
---
1. First item
2. Second item
3. Third item
## Unordered List
---
- First item
- Second item
- Third item
## Horizontal Rule
---
## Table
---
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
## Fenced Code Block
---
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
## Footnote
---
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
## Strikethrough
---
~~The world is flat.~~
## Task List
---
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
## Image
---

( Markdown test )
Heading
# H1
## H2
### H3
Bold **bold text**
Italic *italicized text*
Link [title](https://www.example.com)
Blockquote > blockquote
Code `code`
Ordered List
1. First item
2. Second item
3. Third item
Unordered List
- First item
- Second item
- Third item
Horizontal Rule ---
Table
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |
Fenced Code Block
```
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}
```
Footnote Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.
Strikethrough ~~The world is flat.~~
Task List
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
Image 
## Corkboard
Nostr notes are notecards tacked to a corkboard.
Add a friend’s recent notes to a fresh corkboard - or build one out of notes from multiple friends.
Build as many corkboard feeds as you like, privately. Include friends or others, news feeds, or entire nostr relays — then filter them in various ways.
The default corkboard has all of your notes.
The follows board shows all your friends at once.
The discovery board shows friends of friends.
Read your corkboards like real bulletin boards — minimize or dismiss notecards to make more room when you’ve already read them.
Since these are digital corkboards, there’s more you can do:
- Build a newspaper or magazine from trusted or interesting sources
- Group feeds that post about a common topic
- Make aggregates, like lists
- Easily view a portfolio of a friend, or your own without logging into your artist account
- Combine feeds from musicians or video creators so you have an always fresh playlist
- [ is optimized for tablet or desktop.
### 1.3
- Dismissing notes is now smoother, notes can be dismissed before minimizing, and ‘notes loaded’ count now updates accordingly. Dismissing a post now only makes it blank and removes it from storage/memory (preserving space and preventing screen jump / reading interruption). Then a consolidate button appears, which can clear all and recompact columns. Minimized posts therefore go above the fold/hr line and are now referred to as ‘save for later reading’ moreso than ‘already read.’
- Minimize is now more like ‘read later’ than ‘already read.’ Minimized notes go above the fold, and read posts get dismissed. This eliminates all jumping around. Notes only move now when ‘consolidate’ is clicked manually.
- Untested mobile optimization attempts
- Fixed ‘Load newer posts’ button
- Rearranged default corkboard positions in menu and made custom rearrangement possible
- Added buttons to load more posts and filter toggles to all corkboards
- How long ago the note was posted now displays next to the explicit date
- Styling matching
GN!

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client

Corkboards 2.0 release ( noobstr.me/corkboard , corkboards.me ) will be after a prompt something like 'i'm going to put this all on github and gitworkshop.dev (nostr git), so a) make all the code and files optimized for human readability, add comments/documentation. b) remove vulnerabilities, increase elegance, check best practices, make it cypherpunk af c) do other smart things that should be done before I share this as open source code for contribution or forking'
## Corkboard
Nostr notes are notecards tacked to a corkboard.
Add a friend’s recent notes to a fresh corkboard - or build one out of notes from multiple friends.
Build as many corkboard feeds as you like, privately. Include friends or others, news feeds, or entire nostr relays — then filter them in various ways.
The default corkboard has all of your notes.
The follows board shows all your friends at once.
The discovery board shows friends of friends.
Read your corkboards like real bulletin boards — minimize or dismiss notecards to make more room when you’ve already read them.
Since these are digital corkboards, there’s more you can do:
- Build a newspaper or magazine from trusted or interesting sources
- Group feeds that post about a common topic
- Make aggregates, like lists
- Easily view a portfolio of a friend, or your own without logging into your artist account
- Combine feeds from musicians or video creators so you have an always fresh playlist
- [ is optimized for tablet or desktop.
### 1.1
- Custom corkboards can now be filtered with note type toggles and by hashtags
- Now preserves history of more minimized notes (remembered across corkboards)
- Can now edit custom corkboards after creation
- Create new corkboard window showing follows is now expandable
Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client
When I say imagine this rough draft sketched on a napkin, I mean to say it is a totally unoptimized microphone setup, atrocious compression, unacceptible execution, cringeworthy performance, and rougher a rough draft than ears ought to be subjected to.
But I've finally decided on a few consistentish songs to practice each morning, and here they are, first recording. I foolishly failed to tune up or have my fingernails cut, but my hair looked nice, which obviously is the most important part.
Discerning ears will hear that I am not the technical master but the ideas are sound. As such the most efficient arrangement would be to team up with a accurate repeater who can take an idea, take it further, and perform it flawlessly. But, given the lack of obvious examples of such success, and my inability to sell ideas, I will just continue to practice it every day, in the unfortunate event that my only option will be to, as cartoon thinkers often expect, fade the superficialities of performance for which I will never be optimally suited.
## Corkboard 1.0
Nostr notes are notecards tacked to a corkboard.
Add a friend’s recent notes to a fresh corkboard - or build one out of notes from multiple friends.
Build as many corkboard feeds as you like, privately. Include friends or others, news feeds, or entire nostr relays — then filter them in various ways.
The default corkboard has all of your notes, and there’s one for all your follows at once. The discovery board shows notes outside your follows that your friends have interacted with.
Read your corkboards like a real bulletin board — minimize or dismiss notecards to make more room when you’ve already read them.
Since these are digital corkboards, there’s more you can do:
- Build a newspaper or magazine from trusted or interesting sources
- Group feeds that post about a common topic
- Make aggregates, like lists
- Easily view a portfolio of a friend, or your own without logging into your artist account
- Combine feeds from musicians or video creators so you have an always fresh playlist
[noobstr.me/corkboard]( is optimized for tablet or desktop.
### 1.0
- Meta content revisions to match new features
- Revamped login screen
- Added ability to log in with multiple accounts, and account switcher
- Newly posted notes now show instantly if logged in npub is on ‘Me’ corkboard
- Notes no longer reload when adding or removing columns
- Removed superfluous loading circles on thread modal
- Wallets … ZAPS@!

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client

## Corkboard
Nostr notes are notecards tacked to a corkboard.
Add a friend’s notes to a fresh corkboard in the easy access feed menu.
Default corkboard for your notes, all your follows, and a discovery board that shows notes outside your follows that your friends have interacted with.
Build your own corkboard/feed. No public lists, just add any number of friends, accounts, rss feeds, or nostr relays, then filter them in various ways.
[noobstr.me/corkboard]( is optimized for tablet or desktop.
Peruse like a bulletin board, newspaper or magazine. But since this is digital, you have more features. For instance, dismiss notecards you’ve read already to make more screen room.
### 0.5
- Markdown rendering fixes
- Potential memory optimizations
- Added ‘All Follows’ default feed
- ‘New Corkboard’ button for building feed from relays, rss feeds, npubs, follows, plus filtering
- UI color changes

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client

## Corkboard
Nostr notes are notecards tacked to a corkboard.
Add a friend’s notes to a fresh corkboard in the easy access feed menu.
No public lists, just build your feed of any number of friends, npubs, or relays.
Discovery board shows notes outside your follows that your friends have interacted with.
[noobstr.me/corkboard]( is optimized for tablet or desktop.
Peruse like a newspaper or magazine, but digital, so you have more features. For instance, dismiss notecards you’ve read already to make more screen room.
### 0.4
- Notecards are now collapsible, and the setting persists across sessions.
- New settings menu to reset collapsed cards and choose light or dark mode
- Profile information is better organized and can be collapsed for screen size.

Noobstr.me - The Read Only Nostr Noobstr Slow Connection Soft Landing Client



