Last Notes
[ dergigi/boris-android ] chore: release 1.6.15
https://github.com/dergigi/boris-android/commit/8121ba12e3ba1bdac49dd34a2c7d54ea9a47773d
[ nostr-wot/nostr-wot-extension ] Import shared symbols directly from their defining modules
https://github.com/nostr-wot/nostr-wot-extension/commit/60d9cc8fa7cb1d6c4762d451032d02851cefade2
[ nbd-wtf/nostr-tools ] Make nostr-wasm an optional peer dependency
A default npm install of nostr-tools pulled in
[email protected] and its
WASM artifacts even for consumers using only the pure JavaScript
implementation. The WASM adapter already takes an instance supplied by
the caller through setNostrWasm, and the built JavaScript never imports
nostr-wasm at runtime.
Move nostr-wasm to an optional peer dependency, keeping the exact version
as a development dependency for builds and benchmarks. Applications that
https://github.com/nbd-wtf/nostr-tools/commit/ea3be3bac43db4e7213df92a125a90b63913f695
[ 21gifts/api ] 01a086a5 - Hide forum posts instead of deleting rows (#105)
* Hide forum posts with a delete timestamp instead of removing rows
Staff DELETE /messages/:id stamps deleted_at and hides the note from
reads. Rows, media, invoices, gifts, and relay copies stay.
* Stamp inbound Damus replies with null deletedAt
MessageRow now requires the hide fields; the inbound create path
https://github.com/21gifts/api/commit/dfa46fb60979e2734dc99e7958ee26fb4680938b
[ wolfboypittsfield828/project-nomad ] Add model download to FAQ.md
https://github.com/wolfboypittsfield828/project-nomad/commit/907728af6532fc76806357079a9b471de031976b
[ vgiappnee-web/nostr-wot ] Update README.md
https://github.com/vgiappnee-web/nostr-wot/commit/083d5bd085fc3e6144288cbace7d0679283625d8
[ SnowCait/nostter ] Merge pull request #2383 from SnowCait/reply-author-read-relays
Use replying author read relays for reference fallback
https://github.com/SnowCait/nostter/commit/30f2f175f63abb1fb54a37873c318ee516f3d856
[ FelineStateMachine/tinyrelay ] assert the edited text on the room page test
https://github.com/FelineStateMachine/tinyrelay/commit/f8e54b2a8cfb72f50db1b39123e749ef079fee90
[ damus-io/damus ] Merge branches 'search-highlight-contrast', 'build-number-tags' and 'tabbar-dot-purple'
https://github.com/damus-io/damus/commit/fccf133eb64e579a0460291f16189f76900fd595
[ HolgerHatGarKeineNode/einundzwanzig-portal ] Keep npubs and other unbreakable tokens inside the mobile viewport
overflow-wrap: break-word does not lower min-content, so a 63-char npub
in intro markdown still ran past the card. overflow-wrap: anywhere does.
https://github.com/HolgerHatGarKeineNode/einundzwanzig-portal/commit/f456728d94e78ee5a78e31d6c856504f08767ce2
[ sette7blo/idenstr ] add nip-a3 monero payment targets (#5)
Idenstr now manages the user's public NIP-A3 payment-target event
(kind:10133) alongside the other identity-owned replaceable kinds.
- sign and publish ['payto', 'monero', address], preserving unrelated
payment targets and normalizing xmr to monero on write
- add a public Monero address field to profile settings, with import
from relays and the draft/private relay/public relays state strip
- report the Monero target as current, stale, missing, or unreachable
https://github.com/sette7blo/idenstr/commit/22dffd343be351cb43c40dd5307606f4d16f9707
[ vgiappnee-web/nostr-wot ] Update README.md
https://github.com/vgiappnee-web/nostr-wot/commit/5695be3c0d66b8fa01d1e0fff626ee26845d028f
[ nostr-wot/nostr-wot-extension ] Update vulnerable dependencies and organize modules by responsibility
https://github.com/nostr-wot/nostr-wot-extension/commit/d034c386dc9b8b001fbcc3b82d81cbf448a5b309
[ higedamc/meiso ] Merge pull request #176 from higedamc/leaf/phase3-notify-settings-ui
feat(notifications): notification settings screen with l10n (Phase 3 Leaf 3)
https://github.com/higedamc/meiso/commit/267e76c51e64e38720c493be9db2dd3cb898d3af
[ aminfathullah/nostree ] feat(i18n): add internationalization support with English and Indonesian locales
Add i18n infrastructure including context provider, type definitions,
translation schemas, and locale files for English and Indonesian.
Integrate useI18n hook across client components, editor modules,
UI primitives, and pages to replace hardcoded strings with
translation keys. Add LanguageToggle component for locale switching
and wire I18nProvider into the application root.
https://github.com/aminfathullah/nostree/commit/6d158dc403126d993172a06d6c774eabc66c3bae
[ akiomik/zod-nostr ] Merge pull request #98 from akiomik/dependabot/npm_and_yarn/nostr-tools-2.25.2
chore(deps): bump nostr-tools from 2.25.0 to 2.25.2
https://github.com/akiomik/zod-nostr/commit/050eaef80b7a058ce1e86f3a7e2e2d8ce16e4b56
[ akiomik/nosvelte ] Merge pull request #112 from akiomik/dependabot/npm_and_yarn/types/node-26.4.1
build(deps-dev): bump @types/node from 26.2.0 to 26.4.1
https://github.com/akiomik/nosvelte/commit/65c84992179b2f55d843abdc05e4778569fa35e1
[ edufeed-org/edufeed-app ] Merge #c210ddf7: feat(forms): form preview, per-field descriptions, opt…
feat(forms): form preview, per-field descriptions, option commit on blur, EKKW Hochschulbildung form
#nevent1q…u8ks
PR-Author: claude-code
@npub19rt…zrla
PR description:
https://github.com/edufeed-org/edufeed-app/commit/f7e0b9adc56da5a304799919b9182f8726a2ec85
[ flox1an/nostube ] feat: recommend device-appropriate sign-in methods (#91)
https://github.com/flox1an/nostube/commit/2a40392b2885c33d00c883da8479e7b94152ce28
[ braedonsaunders/parlour ] ci: one workflow for the merge gate, nightly for the slow claims
Three workflows and seven jobs ran on every push and every pull request,
including two lanes with 45-minute timeouts. That is a lot of wall clock
and a lot of status checks for a card game, and the two slow lanes were
the ones that went red for runner load rather than for regressions.
The friend-room suite moves into CI as a fourth job, so the merge gate is
one workflow with one verdict. Balance and the real-time duel soak move to
a nightly schedule with manual dispatch: they answer "has bot strength
https://github.com/braedonsaunders/parlour/commit/6ee029233f0d09a1d578a2950e85d9c81e7a2e99
[ aminfathullah/nostree ] perf(app): optimize loading with code splitting, font preloading, caching, and bundle splitting
- Implement React.lazy/Suspense code splitting for all page routes in App.tsx
- Add font preload with noscript fallback in index.html for faster text rendering
- Add sessionStorage/localStorage caching for slug tree data in SlugTreeViewer
- Configure Vite manualChunks for vendor bundle splitting (react, ndk, motion, ui)
- Fix header image rendering across ProfileViewer, PublicTreeViewer, MobilePreview with aspect ratios, object-top, and gradient overlays
- Add "Candy" light theme preset with coordinated color tokens in AppearanceEditor
- Improve accessibility: Escape key handlers for QRCodeModal and ShareButton, ARIA attributes, separate anchor tags in TiltLinkCard
- Restrict hover effects to pointer-fine devices in global.css, add button active scale
https://github.com/aminfathullah/nostree/commit/ef7ff058f6594b3ace21079b66fe616c33c6fd58
[ CodyTseng/jumble ] fix(markdown): reuse external link menu for markdown URLs
https://github.com/CodyTseng/jumble/commit/d4ecb502ebc8e5135accc5696606f02d1cc94fb4
[ wolfboypittsfield828/project-nomad ] Add model download to FAQ.md
https://github.com/wolfboypittsfield828/project-nomad/commit/cf6c86d29b3b43f105aec72646633c03a984e831
[ forgesworn/nip-drafts ] drafts: second review pass rules and vectors
https://github.com/forgesworn/nip-drafts/commit/173c4e29cc3da588c9c6bf5f49ca1b3e7feee863
[ Routstr/routstr-core ] Merge pull request #726 from Routstr/fix/reasoning-effort-mypy
fix: mypy errors in reasoning effort tests
https://github.com/Routstr/routstr-core/commit/08aec0611b8cdcff5435f1c5dbc0bc0b4711f0bd
[ dergigi/boris ] Merge pull request #79 from dergigi/feat/android-app-links
Publish Android Digital Asset Links
https://github.com/dergigi/boris/commit/076479bd65f3d455f88dda89743509b6465da90a
[ WalletScrutiny/WalletScrutinyCom ] Merge branch 'feat/fa-svg-sprite' into 'master'
Replace the Font Awesome JS runtime with an SVG sprite
See merge request walletscrutiny/walletScrutinyCom!1646
https://github.com/WalletScrutiny/WalletScrutinyCom/commit/b3d7b95aca823224c659d75fff9ed0407f1805b9
Switchかー
PS5でもお願い
和風RPG『鬼忍降魔録 ONI』~『幕末降臨伝 ONI』がSwitchで復活。ゲームボーイとスーパーファミコンで発売された7作品が一挙移植決定【先出し週刊ファミ通】 | ゲーム・エンタメ最新情報のファミ通.com
https://www.famitsu.com/article/202609/85134
書き出しエラーが発生するドキュメントを調べていてこげな時間に
うさぎ風の「B」ってことはこやつうさぎではないんだな
投票ページ
https://www.jreast.co.jp/suica-new-character-vote/
I think you skipped coffee phin.
現状Macのサブモニタとしてしか使ってないから手放すのも惜しくはないがもったいないので修理に出そう…
ギエー古い方のiPadが画面を剥がさんばかりに膨らんでいるぅぅぅぅ
Yeah, and usually it is too late when you figure it out because you are already moldy, rotting, and grown into a chair...
#nevent1q…99gx
Actually not, my book gave me anxiety on Friday night and I'm not sure if I will be able to continue it... To the other hand I want to know how it will end.
よくある「内向的な男性」の特徴に次々とマイナス面を見出しそれをクローズアップする
気にしいな人はしばらくの間あらゆる行動を起こすことすら気力を失うであろう呪いの本 焚書すべし
トラウマ本
万害あって一利無し
「準」ひきこ森―人はなぜ孤立してしまうのか? | 樋口 康彦 |本 | 通販 | Amazon
https://www.amazon.co.jp/dp/4062724057
ある意味トラウマ本
神曲奏界ポリフォニカ ウェイワード・クリムゾン <クリムゾンシリーズ1> | SBクリエイティブ
https://www.sbcr.jp/product/4797387551/
食事と歯磨き時間以外は大体寝てた
やっと活動を始める