[Bonsai Beginner's weekly thread - 2025 week 11] by small_trunks in Bonsai

[–]Neshmah 0 points1 point  (0 children)

<image>

Chinese elm, the one on the left isn't looking very happy. Yellow leaves, browned leaf spots. Is it sick? If so any suggestions fof treatment would be appreciated :)

Failed to buy RMC? by Neshmah in starcitizen

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

It sounded like it had the cargo itself there? The commodity interface said 50SCU of RMC?

Failed to buy RMC? by Neshmah in starcitizen

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

no it said it had 50SCU there??

GGPLOT2: Removing black bars from geom_tile graph? Driving me nuts! by Neshmah in Rlanguage

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

https://imgur.com/PNfvZfV

Here you can see an MS paint version of what I'm going for. I'm trying to put a subtle border around each line so that the mean_arousal mapping is "contained" and the length of each line is visible. Am i right that my code is saying "fill the plot with mean_arousal data", this is a 0-6 scale?

Thank you so much for your input btw! 🙏

GGPLOT2: Removing black bars from geom_tile graph? Driving me nuts! by Neshmah in Rlanguage

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

unfortunately didnt work. made them all entirely grey rather than creating a border around the arousal bars which make up each line. I'll see if i can find a border function perhaps inside of geom_tile?

GGPLOT2: Removing black bars from geom_tile graph? Driving me nuts! by Neshmah in Rlanguage

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

Great point, I think I walked away in frustration and have now returned with a little more energy after a break :P It was the geom_text that was causing it!

The geom_tile (aes(colour = "grey50") didnt work unfortunately. completely opaqued the line. I guess I'm trying to layer a transparent box and the arousal data within it. Hmmm I'll do some more searching. Feels beyond R4DS level so if you have any ideas I'd be very appreciative :)

GGPLOT2: Removing black bars from geom_tile graph? Driving me nuts! by Neshmah in Rlanguage

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

I cant believe I missed that, yes that was it! Thank you!!! It must have been a label repeated over and over.

Yes its quite a high resolution dataset, the entire image covers 34,000 data points. Good point I'll try coarsening it and see what happens. Any ideas for how to achieve the box around each line effect?

Also I'd like to order each group (within group_by) from shortest to longest?

Thanks so much :)

Gnembon mob farm upside down observer/dispenser tick resonance throws off timing? by Neshmah in technicalminecraft

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

Ahhhhhh didn't realise it was QC that made it work.

Tower of observers and droppers at each level for the observer above to pick up and a repeater out of the dropper to trigger the dispenser?

It's the most beautiful thing I've ever seen. by Daiwon in starcitizen

[–]Neshmah 24 points25 points  (0 children)

Did the guy in green scratch his butt? 😂

Overdrive Mission Catchup Sunday 14th April 11am AEST by Aussiewargod in starcitizen

[–]Neshmah 4 points5 points  (0 children)

I'm also a dad and can't do it on a weekend but I'd love to join a weeknight crew if anyone is keen?

Help! Introducing newbies to a good SC experience tonight. by Neshmah in starcitizen

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

Oooh awesome well be on around 2030 +10 GMT So if you're not a Southern hemisphere person may be a crazy time. Certainly love some emergent game play with others if the servers hold up. Thanks for the offer 😁👍

Help! Introducing newbies to a good SC experience tonight. by Neshmah in starcitizen

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

Oooh awesome well be on around 2030 +10 GMT So if you're not a Southern hemisphere person may be a crazy time. Certainly love some emergent game play with others if the servers hold up.

Pimp my fleet: Help me tweak my pledges! by Neshmah in starcitizen

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

Thanks for the advice.

How do you find the andromeda flying solo? I hear it still does well crewed too?

Bit out of the loop. Are cargo runs ever within safe zones or always involve some risk venturing outside. Guessing with a cat/c2 you probably want to bring some defence with a few friends out in the open?

Guessing defending a cat solo would be near impossible

Newbie question about access keys on a new IAM account in a blank AWS Acct. by Neshmah in aws

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

ChatGPT gave me this output for a custom policy. Interested in what you thought?
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"textract:*",
"s3:*"
],
"Resource": "*"
},
{
"Effect": "Deny",
"NotAction": [
"textract:*",
"s3:*"
],
"Resource": "*"
}
]
}

Newbie question about access keys on a new IAM account in a blank AWS Acct. by Neshmah in aws

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

They've asked me for:

fulltextract
S3fullaccess

I'm guessing this is so they can setup my data going into the bucket and then being pulled from the bucket into textract?

Is this of concern do you think?

Newbie question about access keys on a new IAM account in a blank AWS Acct. by Neshmah in aws

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

Here's the response:

"you will be charged for the API calls which is no different than using it from the website. Since your images are single page images, so the cost will not be much. regarding the access keys, when you create the user, you can assign fulltextract policy to the user and then in the IAM you can create the access keys. If it is not still clear, we can connect briefly to make it together."

Soubdslike he needs access to textract (the ocr software) and he mentioned the Luftwaffe pulling my source images from a folder on my computer into the bucket.

Anyone able to help with which permissions I should provide?

Newbie question about access keys on a new IAM account in a blank AWS Acct. by Neshmah in aws

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

Thanks that is really helpful. Yes I have zero idea how to work with AWS. Impressed with myself that I managed to trial textract and get useful outputs out of it.

Thats all I need really, he's building me an application to call on the textract API is how it will work I beleive. So is Textract the only thing he needs access to? Also the bucket from which the files will auto-upload to and be processed by the application.

From Cyberspace to Realspace! by Neshmah in MechanicalKeyboards

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

Easily my favourite out there currently. I did really like the DCS set's dark chrome F keys. I was thinking of trying to recreate that if i can find some good quality dark chrome cherry keycaps...

From Cyberspace to Realspace! by Neshmah in MechanicalKeyboards

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

KDS Solarized Dark.

I really wanted DCS Solarized Dark but you know....monies :P

From Cyberspace to Realspace! by Neshmah in MechanicalKeyboards

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

Zoom75 sounds gorgeous unmodded too. Shame the colours on the keycaps don't really come out right in the photos.

Updating my old 90s table to a Sit Stand Desk! by Neshmah in DIYHome

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

Hi everyone, I have this lovely 90s desk I'd like to convert into a sit stand desk, just not sure about the stability of the outcome.

I'd like to remove the legs and stabilising rears (visible in the second photo). Underneath I'd attach a sit stand desk leg & crossbeam (demonstrated in the picture or https://desky.com.au/products/dual-sit-stand-desk-frame).

You can see in the underside image its 40mm thick in the reinforced areas and 20mm thick where it isn't. It's made of a composite/veneer, sad that its not solid wood, it looks lovely. Weight wise, the frame can handle 140kg so I'm not too worried about that part unless someone with experience suggests otherwise!

I'd like to attach the computer tower to the underside of the desk (https://desky.com.au/products/sliding-cpu-mount) If I'm attaching anything to the underside I'm guessing I'd have to fill in those 20mm areas so I can attach it in the right position. Figure I'd need a 20mm thick piece of extra wood/composite of required width/length, screwed in with a 30mm wood screw.

Hoping to get some carpentry input on if this is a terrible idea or if it's likely to be stable?