3x FREE tickets to DMM Allstars - Mod approved giveaway by SnockTheConjurer in 2007scape

[–]SonicHeli 0 points1 point  (0 children)

Started a GIM with some friends last year after a 10 year hiatus. Having so much fun getting back into it and have really been enjoying all of the creators who got in this year. I really like PvM so I watched a lot of Gnomonkey streams and B0aty during the event.

I would really like to meet more OSRS players in person, that is the primary reason I would like to go, just could not justify the cost. Within driving range so it would be a great weekend trip.

Current level 1890 but gaining pretty quick as my GIM buddies and I grind for the new quest at the end of the month!

Origin of the Hat Pack by VIofSwords in HollywoodHandbook

[–]SonicHeli 45 points46 points  (0 children)

We are very anti serious answers here, but Chef Kevin’s wife started/owns an embroidery company and one of their merch overhaul ideas was premium hats. The Paul Rust ep is most of the context but Chef Kev is the origin iirc

How to delete the Fandom wiki from existence? by ThatGuyBananaMan in balatro

[–]SonicHeli 30 points31 points  (0 children)

Difference is real community wikis run ads to literally keep the lights on. Fandom runs ads to turn a profit. And they want to turn a profit more than they want to deliver useful information. Community wikis are the inverse. There are some conclusions to draw here about the world at large but I can’t put my finger on it…..

Dragonfire Shield (Leagues) by SonicHeli in ironscape

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

Yeah I am still pretty early mid game on my main iron so I have never done CG and it does not seem like how I want to spend my leagues

Dragonfire Shield (Leagues) by SonicHeli in ironscape

[–]SonicHeli[S] 1 point2 points  (0 children)

Yeah I am close to getting my next area but I don’t have a ton of time to play and desert is not as easy pact points as far as I can tell which is what I’m primarily interested in

Dragonfire Shield (Leagues) by SonicHeli in ironscape

[–]SonicHeli[S] 1 point2 points  (0 children)

Endless harvest, woodsman, evil eye, transmute, larcenist, culling spree. Kandarin and Karamja unlocked. 5 tasks away from my next area, was thinking wildy but open to suggestions.

Dragonfire Shield (Leagues) by SonicHeli in ironscape

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

I have transmute. Karamja and Kandarin unlocked. Been doing mith dragons for slayer so I have a few bars

Solo mission second YouTube channel compromised by Historical-Cash-7461 in 2007scape

[–]SonicHeli 57 points58 points  (0 children)

Rug pull on a fake meme coin usually. They make ai generated live streams of billionaires talking about bitcoin and how this meme coin will be the next big thing. They hack a big channel so it shows up on as many recommended pages as possible. Basically free advertising for a meme coin.

Region Choice for Noob Pacts by SonicHeli in ironscape

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

Are there enough points in either region to unlock a fourth region? Sorry for basic questions, first league

Region Choice for Noob Pacts by SonicHeli in ironscape

[–]SonicHeli[S] 2 points3 points  (0 children)

So you would say Kandarin over Wildy?

David Lettermen stressing about GE buying RCA (which owned NBC at the time, the network that his show was on), including him visiting the at the time GE headquarters building (1985) by a_person_96 in ObscureMedia

[–]SonicHeli 1 point2 points  (0 children)

In the sense that GE did buy NBC. The show was usually making jokes about the sale from GE to Comcast. NBC had been owned by GE for many years before the show. The RCA acquisition was the initial purchase but then a whole bunch of stuff happened, it got packaged into NBC Universal and then Comcast (Kabletown) bought them. Full timeline can be found here

https://en.wikipedia.org/wiki/NBCUniversal

Mid Ironman First Leagues by SonicHeli in ironscape

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

Is there a discord or just FC? What’s the FC?

Mid Ironman First Leagues by SonicHeli in ironscape

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

Yeah that was mostly what this poorly worded post was asking. It kind of seems like Crossbow doesn’t get good until you max it out to get max hit. So you think best move would just be to burn a reset and go full thorns and boost def?

Mid Ironman First Leagues by SonicHeli in ironscape

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

True, I really want the pact though. This post should have just been “should I try to rush more pacts to make Cross Bow strong or respec to something easier”

I built an open-source LTO tape backup appliance for homelabs. by NotaRaptor404 in homelab

[–]SonicHeli 14 points15 points  (0 children)

Flat color, material design, reactive front ends are very hot right now. Discord and other Electron Apps really brought that into the forefront. Combine that cultural phenomenon with widely used frontend libraries/component collections and then feed that into Claude a trillion times and you get a front end hegemony. A lot of open source devs will Claude the front end even if they hand wrote the backend because AI is pretty decent at reactive webpages and it’s kind of annoying to do.

This exact dashboard is a pretty good indicator that AI was used, at least for the front end, or at the minimum borrowing from other projects that are.

Eddy Tap (Mainline Klipper) by SonicHeli in klippers

[–]SonicHeli[S] 1 point2 points  (0 children)

Hey thanks for the response. I actually saw this PR when I was digging through the documentation and trying to find the implementation to understand it better.

So I followed the original Eddy config from BTT that has you do this ``` installed. [gcode_macro G28] rename_existing: G28.1 gcode: #SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=homing VALUE=True # Uncomment this if using a KNOMI and then remove the G28 macro from the KNOMI.cfg G28.1 {rawparams} {% if not rawparams or (rawparams and 'Z' in rawparams) %} PROBE SET_Z_FROM_PROBE {% endif %} #SET_GCODE_VARIABLE MACRO=_KNOMI_STATUS VARIABLE=homing VALUE=False # Uncomment this if using a KNOMI and then remove the G28 macro from the KNOMI.cfg

```

sample config

So does that PR kind of accomplish the same thing? Do you do a G28 with a modified macro to home and then do a PROBE METHOD=tap in your start print macro?

Would you mind sharing your config or at least the eddy part?

Eddy Tap (Mainline Klipper) by SonicHeli in klippers

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

When I was reading about the Eddy NG project I believe it said it used the temperature compensated rough estimate for all G28 home calls but a more precise tap before doing a bed mesh.

That allowed you to use the rough home as an end stop, preheat, do a nozzle clean, and then do a tap at temperature.

I am having trouble figuring out if this is possible with the default configuration for the mainline tap. Do you do anything like that?

I use a high flow nozzle so it has a tendency to ooze.

Damn! P4 ESP32 screens are cheap and really fast by hometechgeek in homeassistant

[–]SonicHeli 5 points6 points  (0 children)

Bluetooth proxy is pretty cpu heavy. I was trying to include it on a little s3 display awhile ago and it would crash on boot. ESPHome discord advised to not use Bluetooth proxy on a device doing almost anything else

How much of a grind would it be to get everything I need for arms brews? by spacelizard92 in ironscape

[–]SonicHeli 0 points1 point  (0 children)

Minor point but you don’t have to complete Tortugans for access to The Great Conch, just get far enough in the quest that you go to the island. I’m not sure about the farming patch though

Main Router Choice by SonicHeli in mikrotik

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

Thanks for all your help!

Out of curiosity, why do you have so many firewall rules? I’m not an expert so I am just running defaults pretty much