-

@ 63fe6318:330504ed
2025-05-15 14:10:46
Unique users on nostr.download content (24hrs)
https://npub1v0lxxxxutpvrelsksy8cdhgfux9l6a42hsj2qzquu2zk7vc9qnkszrqj49.blossom.band/854063f752339560153250aec7341295311ae84c623a3a620ae856a568f58c72.png
-

@ 63fe6318:330504ed
2025-05-14 19:42:51
lol had to add nsec login because no amber on iOS, but I’ll add bunker login later
-

@ b22fef18:1bba6e1f
2025-04-02 17:22:38
The texture is definitely an acquired taste.
-

@ 63fe6318:330504ed
2025-05-14 19:34:28
iOS testflight should be live now
https://testflight.apple.com/join/5Qh7mfvU
nostr:nevent1qqs8wc2g2dk2rq9sgnn97qgz430zwnt292cnhpp3kvc5hf8yd2admtspqqpzqcl7vvvdckzc8nlpdqg0smwsncvtl4m240py5qypec59dues2p8dqvzqqqqqqy4v2j22
-

@ b22fef18:1bba6e1f
2025-04-02 16:17:41
Fried chicken gizzards on the menu
https://media.tenor.com/74Rq_BRef8AAAAAC/leonardo-dicaprio.gif
-

@ b22fef18:1bba6e1f
2025-03-26 22:56:57
I've have always been a cereal then milk maxi, but I'll tell you what, milk then cereal might be superior when it comes to the easily soggified cereals.
-

@ b22fef18:1bba6e1f
2025-03-16 15:14:33
Haha same here. Woke up to snow!
-

@ 63fe6318:330504ed
2025-05-14 15:34:18
javascript sucks
-

@ 63fe6318:330504ed
2025-05-14 15:28:49
https://www.youtube.com/watch?v=SC2eSujzrUY
-

@ 93332f1e:95ae4735
2025-05-15 20:10:11
https://github.com/Open-Wine-Components/umu-launcher
Description
What is this?
This is a unified launcher for Windows games on Linux. It is essentially a copy of the Steam Runtime Tools and Steam Linux Runtime that Valve uses for Proton, with some modifications made so that it can be used outside of Steam.
Why is it called UMU?
An umu is an above-ground oven of hot volcanic stones originating from Polynesian culture. After the stones are heated, the top layer is removed and the food placed on top to heat/cook. We chose the name because Valve's containerization tool is named pressure-vessel. We're "preparing" the pressure vessel similar to how you would use a stove top pressure-cooker -- by placing it on our umu's "stovetop"
What does it do?
When Steam launches a Proton game, it launches it like this:
/home/tcrider/.local/share/Steam/ubuntu12_32/reaper SteamLaunch AppId=348550 -- /home/tcrider/.local/share/Steam/ubuntu12_32/steam-launch-wrapper -- /home/tcrider/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point --verb=waitforexitandrun -- /home/tcrider/.local/share/Steam/compatibilitytools.d/GE-Proton8-27/proton waitforexitandrun /home/tcrider/.local/share/Steam/steamapps/common/Guilty Gear XX Accent Core Plus R/GGXXACPR_Win.exe
We can ignore this /home/tcrider/.local/share/Steam/ubuntu12_32/steam-launch-wrapper, it's just a process runner with no real value other than forwarding environment variables (more on that later).
I managed to pull the environment variables it uses by making Steam run printenv for the game's command line. We needed these envvars because Proton expects them in order to function. With them we can essentially make Proton run without needing steam at all.
Next this part /home/tcrider/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point
The first part /home/tcrider/.local/share/Steam/steamapps/common/SteamLinuxRuntime_sniper/ is steam-runtime-tools compiled and is used alongside the sniper runtime container used during Proton builds.
The second part _v2-entry-point is just a bash script which loads Proton into the container and runs the game.
So, umu is basically a copy paste of SteamLinuxRuntime_sniper, which is a compiled version of steam-runtime-tools. We've renamed _v2-entry-point to umu and added umu-run to replace steam-launch-wrapper.
When you use umu-run to run a game, it uses the specified WINEPREFIX, Proton version, executable, and arguments passed to it to run the game in Proton, inside Steam's runtime container JUST like if you were running the game through Steam, except now you're no longer limited to Steam's game library or forced to add the game to Steam's library. In fact, you don't even have to have Steam installed.
How do I use it?
umu-run "$HOME/Games/epic-games-store/drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe" -opengl -SkipBuildPatchPrereq
Optionally, with WINEPREFIX, GAMEID, STORE, and PROTONPATH:
WINEPREFIX=$HOME/Games/epic-games-store GAMEID=umu-dauntless STORE=egs PROTONPATH="$HOME/.steam/steam/compatibilitytools.d/GE-Proton8-28" umu-run "$HOME/Games/epic-games-store/drive_c/Program Files (x86)/Epic Games/Launcher/Portal/Binaries/Win32/EpicGamesLauncher.exe" -opengl -SkipBuildPatchPrereq
Notes:
WINEPREFIX designates where to create the wine prefix. If not specified it will default to /home/username/Games/umu/GAMEID
GAMEID designates a corresponding umu-id from the umu-database for games that have fixes that need to be applied. Defaults to umu-default
PROTONPATH designates the full path to a specific proton version. Alternatively you can use value "GE-Proton" to auto-download and use the latest GE-Proton build. Defaults to UMU-Proton. (UMU-Proton is the latest stable version of Valve's proton tool with UMU compatibility added)
STORE designates what storefront to use. UMU uses GAMEID and STORE to search the umu-database for fixes to apply to a game. Defaults to "none".
See the documentation for more examples and the project's wiki for Frequently Asked Questions.
Note: umu-launcher will automatically use and download the latest Steam Runtime that is required by Proton, and move its files to $HOME/.local/share/umu.
-

@ b22fef18:1bba6e1f
2025-03-16 14:22:51
GM frens, 80F two days ago with severe thunderstorm's, and woke up to a few inches of snow today 🙃
#coffeechain #plebchain
-

@ 63fe6318:330504ed
2025-05-14 13:28:20
Published v.0.4.0 of zap.stream app with todays changes, going to setup iOS testflight today maybe ill drop a link later for that..
# Added
- Chat raids
- Stream info card to display summary / cards
- Follow / Unfollow buttons on stream info card and chat modal card
# Fixed
- Unfocus chat when sending message
- Filter non-hls streams
**Full Changelog**: https://github.com/nostrlabs-io/zap-stream-flutter/compare/v0.3.0...v0.4.0
-

@ 63fe6318:330504ed
2025-05-14 08:32:27
No, but it makes you wonder if we should be eating these things at all
-

@ b22fef18:1bba6e1f
2025-03-10 01:32:51
Corner piece brownies are the best brownie.
-

@ 63fe6318:330504ed
2025-05-13 17:29:02
Im eating a salt lamp atm
-

@ 63fe6318:330504ed
2025-05-13 17:25:21
So if I just east salt directly what am I enhancing the taste of? My mouth?
-

@ 1ec45473:d38df139
2025-05-15 18:30:27
https://laantungir.github.io/img_repo/88cc2e0c5699d140a2f8c784bf1a64dc277d0172ce24fd9a59b86bd3a32be2ea.jpg
-

@ b22fef18:1bba6e1f
2025-03-09 18:46:18
Another trip around the sun. Glad I have freedom tech on my side. 👽☀️
-

@ 63fe6318:330504ed
2025-05-13 17:22:16
Whats up with salt, some foods have no taste without it... like is it just the salt that tastes good or what?
-

@ b22fef18:1bba6e1f
2025-03-05 17:19:13
I'm not even that religious, but thank God for the fish sandwiches that come around every year.
-

@ 63fe6318:330504ed
2025-05-13 15:31:53
Pushed v0.3.0 of zap.stream app with todays improvements:
# Added
- Stream goals rendering / zapping
- Auto-update stream info (viewers/title) while on stream page
# Changed
- Chat message modal design (Icons open reactions/zaps)
- Performance of stream lists and chat (ListView)
# Fixed
- Login state after restarting app
**Full Changelog**: https://github.com/nostrlabs-io/zap-stream-flutter/compare/v0.2.2...v0.3.0
-

@ b22fef18:1bba6e1f
2025-03-05 04:09:40
That party is cooked. What the fuck happened?
-

@ 63fe6318:330504ed
2025-05-12 15:26:47
Pushed a new version of zap.stream v0.2.2, lots of important stuff done today!
-Chat message parsing (links / mentions)
-Chat message zaps / reactions
-Chat modal (long press) for zaps / reactions / mute
-Top zappers
-Login with key
-Create new basic account
https://github.com/nostrlabs-io/zap-stream-flutter/releases/tag/v0.2.2
-

@ 63fe6318:330504ed
2025-05-12 08:23:14
Yea same for me, not sure why but it will be fixed today
-

@ 47446024:a459ff5b
2025-05-15 17:42:29
Pode fazer um post sobre?
-

@ b22fef18:1bba6e1f
2025-03-05 04:06:46
So the only thing the Dems clapped for was the senseless spending going to Ukraine? Lmao
-

@ 1ec45473:d38df139
2025-05-15 15:43:54
https://laantungir.github.io/img_repo/fdb40550a18d622049fa378a87d2835817cfb7bdc9a786ce82b3a8b0c369e103.jpg
-

@ 63fe6318:330504ed
2025-05-11 13:12:44
Actually broken legs every time
-

@ f03df3d4:a4d4f676
2025-05-15 14:35:09
Block 896840
3 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 63fe6318:330504ed
2025-05-11 12:09:02
When I was implementing it I was expecting it to be like nip96 too lol
-

@ b22fef18:1bba6e1f
2025-03-02 15:54:42
GM and PV plebs. The new native nostr:nprofile1qqst4qyeqenw7zm0fwjsty68h6cnys5jre2xd8ngqpjv5a2j26s78fspzemhxue69uhhyetvv9ujucm0d9hx7uewd9hj75a0pev app is out. Finally no more disappearing web app after a GrapheneOS restart lol.
-

@ 1ec45473:d38df139
2025-05-15 11:57:51
https://laantungir.github.io/img_repo/a8f755abc2a7aef68426eb6b10927c5faca1571478de27c8873b67646545d0fa.jpg
-

@ 63fe6318:330504ed
2025-05-10 18:12:12
Custom pricing isnt enabled in CA region, upgrades not yet possible for custom pricing.
82% memory is memory assigned to the VM from the host, its not actual consumption inside the VM.
-

@ b22fef18:1bba6e1f
2025-03-01 16:59:54
GM and PV plebs. Accidentally used the pour side of the garlic salt on my eggs this morning. Almost inedible, but who is wasting eggs in this economy!?
#coffeechain
-

@ b22fef18:1bba6e1f
2025-02-26 20:14:37
100k at least makes the math easy for the 80% pullback.
-

@ 63fe6318:330504ed
2025-05-10 14:31:37
Driving, don't tell the police
-

@ b22fef18:1bba6e1f
2025-02-26 19:39:21
https://relay.nostrfreedom.net/8861af2cafc865124c295510830ffb41cc459c28148bb20942e1e4668fbd4ee1.jpg
-

@ b22fef18:1bba6e1f
2025-02-26 17:40:50
Yes
-

@ 21211e6f:8cd9242f
2025-05-15 11:08:48
https://laantungir.github.io/img_repo/a8f755abc2a7aef68426eb6b10927c5faca1571478de27c8873b67646545d0fa.jpg
-

@ 63fe6318:330504ed
2025-05-10 13:06:01
Its planned, once viewing and interacting is solid
-

@ b22fef18:1bba6e1f
2025-02-25 04:43:40
nostr:nprofile1qqsrtv3u6qkj6a09tnhr3l0wy67g9uw3t57ftqyqpvztpk3wmd6306spzdmhxue69uhhwmm59e6hg7r09ehkuef00syeaz couple we get an APK for your app?
-

@ b22fef18:1bba6e1f
2025-02-25 04:25:23
This fucking weather, -10 one week to 60 the next.
-

@ 63fe6318:330504ed
2025-05-10 12:24:20
That looks great!
-

@ f03df3d4:a4d4f676
2025-05-15 10:30:03
Block 896813
3 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ b22fef18:1bba6e1f
2025-02-23 22:50:58
Do you prefer this app over Dminder now?
-

@ 1ec45473:d38df139
2025-05-15 10:02:15
https://laantungir.github.io/img_repo/6ddf544c95a7eb0ca8af764d7e9c139e9e3cac34528674758aac0f696bebd4b7.png GM.
-

@ 63fe6318:330504ed
2025-05-10 09:27:29
nostr:nprofile1qqsyvrp9u6p0mfur9dfdru3d853tx9mdjuhkphxuxgfwmryja7zsvhqpzamhxue69uhhv6t5daezumn0wd68yvfwvdhk6tcpz9mhxue69uhkummnw3ezuamfdejj7qgwwaehxw309ahx7uewd3hkctcscpyug amethyst keeps crashing for me since I added another account
-

@ 63fe6318:330504ed
2025-05-09 17:13:14
2 days build might get ya some bugs lol
-

@ b22fef18:1bba6e1f
2025-02-23 02:48:01
"May the Gods keep th wolves in the hills, and the women in our beds."
-

@ f03df3d4:a4d4f676
2025-05-15 07:03:33
Block 896792
3 - high priority
3 - medium priority
3 - low priority
2 - no priority
1 - purging
#bitcoinfees #mempool
-

@ 63fe6318:330504ed
2025-05-09 16:42:15
Is there something like amber on ios?
-

@ b22fef18:1bba6e1f
2025-02-23 00:39:13
Multiple to-do lists. Daily, weekly, monthly.
-

@ 63fe6318:330504ed
2025-05-09 16:38:44
👀
https://image.nostr.build/893218aa8de7d394b32988a58da0b7db9dcbfd61a384bd7340d4abecd6b361f7.jpg
-

@ b22fef18:1bba6e1f
2025-02-22 03:32:01
What relay did you choose in Amber? I currently just have the default Citrine relay.
-

@ b22fef18:1bba6e1f
2025-02-21 20:58:32
Has anyone been able to create a Bunker with Amber and successfully log into Olas? I've created the nsecbunker on Amber but when I paste the url into Olas I'm not able to click Login. #asknostr
-

@ 63fe6318:330504ed
2025-05-09 15:29:44
Also available via nostr:nprofile1qqs83nn04fezvsu89p8xg7axjwye2u67errat3dx2um725fs7qnrqlgzqtdq0 now
nostr:nevent1qqs8f5smjdjwt4pudtcacyzs2772w44ns6llfpt2zppc8lpfkmvvp5cpqqpzqcl7vvvdckzc8nlpdqg0smwsncvtl4m240py5qypec59dues2p8dqvzqqqqqqygax0av
-

@ f03df3d4:a4d4f676
2025-05-15 04:55:04
Block 896781
1 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ e7bf8dad:839ef3db
2025-05-15 03:10:04
Block 896769
2 - high priority
1 - medium priority
1 - low priority
1 - no priority
1 - purging
#bitcoinfees #mempool
-

@ b22fef18:1bba6e1f
2025-02-21 17:14:29
Amazon is wild, my Prime membership doesn't renew for another month, but yet they checked to see if I have enough funds to renew it? Got a message today saying my membership may not renew and to update my billing. 👀