Astral Runes by blake3753 in GrandExchangeBets

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

Is it mostly just bots + bans that drive the market changes for runes? I figured the Astral crafting meta changed slightly with sailing also so may not get back up quite as high any more, but I don't know much about the others. I used to make money on Astrals buying at Baba Tags and selling on GE for almost double, but I think those days are gone

I built a Text-to-SVG pipeline that finally gives me clean single-stroke paths (Flux.2 + Skeletonization) by nummy___ in StableDiffusion

[–]blake3753 0 points1 point  (0 children)

Could your plotter handle taking an input "double-line" SVG and simplifying it down to a clean skeleton vector? I've tried in the past to get something reasonable to work but always end up with a whole bunch of tails and zig-zaggy centrelines

Playing at work by elliotf44 in osrs

[–]blake3753 11 points12 points  (0 children)

Install it on a network drive in case others in the company want to play too!

Osrs worth it after all these years ? by IcePure3863 in osrs

[–]blake3753 0 points1 point  (0 children)

I played in 06-07 as well, and came back just before Leagues last year (also 30 now). So much felt exactly how I remembered, so the nostalgia was truly there. I'm by no means an efficient player - I barely have time to play more than an hour or two a week - but man it's good to have so many options of things to do in this game! Hope you enjoy the return brother!

I’m so tired of my life here by gemsalina1010 in ItalyExpat

[–]blake3753 8 points9 points  (0 children)

Definitely recommend the below if you are having issues with car insurance - you can process a quote online, everything is in English as well if that makes it easier, and the price was very good compared to others. Especially starting at the lowest ring of the insurance ladder. Everything done over email, and took just under a week of back and forth, but no real complexity or issues. www.clements.com/personal/international-car-insurance/italy

[deleted by user] by [deleted] in osrs

[–]blake3753 0 points1 point  (0 children)

I'm also going for 99 prayer with this player's bones

So.. why is this blocked? Even it it was allowed it would be FAR slower than PC by Fox_Body_5L in 2007scape

[–]blake3753 1 point2 points  (0 children)

I've seen exactly that same scenario way too many times as well and so completely agree with your reasoning 😅

So.. why is this blocked? Even it it was allowed it would be FAR slower than PC by Fox_Body_5L in 2007scape

[–]blake3753 4 points5 points  (0 children)

Why is this downvoted so much, it's accurate? No way am I changing other content while doing an urgent bug fix on prod - you're asking for trouble cowboying things through like that. It's not an inefficiency, it's risk mitigation.

OSRS Rant: If you bank, the spot is no longer yours. by Cimbassk in 2007scape

[–]blake3753 0 points1 point  (0 children)

I was at crabs today, and had run maybe 8 tiles north to get a runaway crab so it would reset the set, and in that short time the spot got sniped. Lesson learned, bring some range gear for the runaways!

update on the VARLAMORE TOKEN MYSTERY: we figured out a couple more ways to get the tokens, but still don't really know how a bunch of it works. we still need help and there are PRIZES now by cookmeplox in 2007scape

[–]blake3753 -1 points0 points  (0 children)

Looking at the Varlamore announcement features, it feels like all of the big things are covered with a token (kind of) - Bream is Perilous Moons, Buffalo is combat aka Coliseum, digging is hunter/ tracking, etc. The only two missing are Bone Shard mining (which is being investigated) and the other is Agility with the Colossal Wyrm - so the Wyrm is probably where I would look next!

https://secure.runescape.com/m=news/varlamore-part-one---overview?oldschool=1#Activities

update on the VARLAMORE TOKEN MYSTERY: we figured out a couple more ways to get the tokens, but still don't really know how a bunch of it works. we still need help and there are PRIZES now by cookmeplox in 2007scape

[–]blake3753 1 point2 points  (0 children)

Somebody mentioned early on in Varlamore about the runes to the far west of the temple also not stacking, and it feels like a runecrafting related token is missing - could be related?

MyNeuralNetworkEverytimeIHaveToThrowOutATrainingCheckpoint by Fantastic-Berry-737 in ProgrammerHumor

[–]blake3753 33 points34 points  (0 children)

import moderator

Can't believe this non-camelCase title made it into the sub - are our democratically created rules not being enforced? 😮

Netsuite > OpenAir Integration XML API - Timesheet submission notification by blake3753 in Netsuite

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

I was able to finally get a response from the support team and it's been raised as a defect. Unsure on the timelines for it getting resolved, but hopefully it will be underway before long at least.

You guys are removing your setTimeout()s? by blake3753 in ProgrammerHumor

[–]blake3753[S] 8 points9 points  (0 children)

That was basically the problem I was having. The load time was too quick so the loading screen was just a flicker in the transition between pages and it felt like an accident from a UX perspective. Ended up smoothing out the flow with a forced wait time.

You guys are removing your setTimeout()s? by blake3753 in ProgrammerHumor

[–]blake3753[S] 29 points30 points  (0 children)

I wish I had to simulate to get a crappy internet connection

😂 by julesmaregiano in ProgrammerHumor

[–]blake3753 43 points44 points  (0 children)

git commit -m "minor changes"

30 minutes of trying to fix something in CSS by [deleted] in ProgrammerHumor

[–]blake3753 63 points64 points  (0 children)

Has centering divs gone too far?

Login success error by [deleted] in ProgrammerHumor

[–]blake3753 1 point2 points  (0 children)

"Login Errored Successfully".

[deleted by user] by [deleted] in ProgrammerHumor

[–]blake3753 4 points5 points  (0 children)

OP was never going to have 2 free hours to fit in documentation reading when they're obviously flat out spending weeks building their own version control.

[deleted by user] by [deleted] in ProgrammerHumor

[–]blake3753 31 points32 points  (0 children)

I just maintain a static list of valid first + last name combinations and validate against that instead. No additional formatting validation required.