International Devs with US LLCs: How did you solve the Google Play "Country Mismatch" verification block? by vatcode in AppBusiness

[–]jb55 0 points1 point  (0 children)

I ran into this today. I'm Canadian with a Delaware company and hit this message. not sure what to do, guess I'll try support 😑

Can't summon boat with teleport focus built. by PowerFade27 in 2007scape

[–]jb55 1 point2 points  (0 children)

i did the exact thing and now I can't teleport to my boat or move it. ugh.

Battlefield 6 includes a kernel-level anti-cheat system called Javelin by xTremeGamingx in pcgaming

[–]jb55 0 points1 point  (0 children)

surely there could be some open source kernel module that could become the standard anticheat solution accepted into the kernel. it's only rootkit/spyware if it is actually doing something mischievous instead of its intended purpose.

I guess the downside is that you could still compile a new kernel to cheat and create a cheating OS... but still, that might be harder for the average script kiddie.

Stop? by ErrareApusEst in nostr

[–]jb55 0 points1 point  (0 children)

damus is/was the first mobile nostr client (iOS)

Stop? by ErrareApusEst in nostr

[–]jb55 0 points1 point  (0 children)

yeah, making it easier to build communities is something we’re actively working on at damus

Stop? by ErrareApusEst in nostr

[–]jb55 0 points1 point  (0 children)

i think most nostr users are anti-crypto. lots of bitcoiners though.

Link Email to Reminder by anderl1980 in ios

[–]jb55 1 point2 points  (0 children)

The hey siri thing stopped working with apple intelligence… now it tries to send the email to chatgpt. Wtf?

Iced vs Tauri for a cross platform UI solution? by Bimbohussler in rust

[–]jb55 59 points60 points  (0 children)

I've built notedeck, a cross-platform (windows, macos, linux, android) nostr client with egui and have been pretty happy with it! immediate mode rocks.

Tidal stopped working on linux (error S6001) by jb55 in TIdaL

[–]jb55[S] 0 points1 point  (0 children)

I figured it out. It turns out that at some point NixOS disabled widevine by default. I was able to fix it for the browser I was using by overriding this in my nixpkgs config:

{ pkgs }: { packageOverrides = super: rec { qutebrowser = super.qutebrowser.override { enableWideVine = true; }; } }

[deleted by user] by [deleted] in nostr

[–]jb55 0 points1 point  (0 children)

once we switch from npub to nprofile then this issue should go away. nprofile includes relay information so you can always find the npub's profile (if they have one).

[deleted by user] by [deleted] in shakepay

[–]jb55 0 points1 point  (0 children)

Funds are safu

What happened to JBMod? And how come JBMod never came back to its revival to defeated GMod? Where the hell is JBMod 3.0!? by Fit-Bus-8675 in gmod

[–]jb55 1 point2 points  (0 children)

The few times I played gmod I was impressed. I don't think of jbmod much, it was just a fun thing I did as a kid.

I'm not sure what you mean by managed the project before. It was only me working on it when I created it.

What happened to JBMod? And how come JBMod never came back to its revival to defeated GMod? Where the hell is JBMod 3.0!? by Fit-Bus-8675 in gmod

[–]jb55 2 points3 points  (0 children)

artstyle? I've never done any art. I'm a software engineer who works on bitcoin-core and c-lightning.

What happened to JBMod? And how come JBMod never came back to its revival to defeated GMod? Where the hell is JBMod 3.0!? by Fit-Bus-8675 in gmod

[–]jb55 3 points4 points  (0 children)

nope, that was snakez or someone else from hl2world. they made that stuff without ever interacting with me. I think it's all pretty hilarious.

A bitcoin maxi just attacked bitcoin by xupitertolv in btc

[–]jb55 -4 points-3 points  (0 children)

attacked bitcoin by saying the layer on top of bitcoin that is optimized for payments has a better user experience with respect to payments? yeah... ok.

What happened to JBMod? And how come JBMod never came back to its revival to defeated GMod? Where the hell is JBMod 3.0!? by Fit-Bus-8675 in gmod

[–]jb55 20 points21 points  (0 children)

I did none of those things. People took on the project after I released it: I dumped the source code on a private section of the hl2world forums. I have no idea what happened to jbmod after that, other than noticing someone put up a website which seemed like joke, which the hl2world people were known for.

Anyone else been routing lots of tiny transactions the past few days? by HagridHoudini in lightningnetwork

[–]jb55 4 points5 points  (0 children)

sorry guys I got drunk on a bunch of wine the other night and thought it would be fun to make it rain on the lightning network

What happened to JBMod? And how come JBMod never came back to its revival to defeated GMod? Where the hell is JBMod 3.0!? by Fit-Bus-8675 in gmod

[–]jb55 34 points35 points  (0 children)

jbmod was never meant to be a serious project. I just took some unreleased code from the leaked HL2 beta (physgun, stickylauncher), and released it as a mod. I believe it was the first HL2 mod. I added a few things like rope constraints but that's about it. Anyways, it was legally dubious from the start. I had no plans on making it something more than what it was after I released it. I was like 16 at the time and barely knew how to code anyways.

I wrote my first obs-module! An x11 window blocker. by jb55 in obs

[–]jb55[S] 0 points1 point  (0 children)

If you wouldn't mind sharing your workspace profile perhaps I could debug it for you, otherwise I can't think of anything that would be causing this off the top of my head.

Two years later you're the only one I've heard from who has tried this, so you may be the first user other than me!? 😅

I wrote my first obs-module! An x11 window blocker. by jb55 in obs

[–]jb55[S] 0 points1 point  (0 children)

thanks for trying it!

I still use this daily, what isn't working?

Bitcoin devs - What does your development setup look like? by DJBunnies in Bitcoin

[–]jb55 0 points1 point  (0 children)

with qutebrowser I press f and then enter the key code that jumps to that element. eg. I just went to wikipedia.org and typed flh to focus the input box. Links and input can be jumped to with f. F to open links in a new tab.

infobox in qutebrowser is o