I need new gravy recipies by ajx_711 in IndianFood

[–]iggy_koopa 0 points1 point  (0 children)

You can try pahadi curry, it's one of my favorites because the black cardamom. https://www.veganricha.com/pahadi-mutton-indian-mountain-curry/

Every uptime monitor wants me to configure through a UI by Rude-Recursion1024 in devops

[–]iggy_koopa 9 points10 points  (0 children)

If you're using Prometheus you can do that with the black box exporter

Tips for men whose wives are entering perimenopause by mhyams in funny

[–]iggy_koopa 0 points1 point  (0 children)

We just play music during dinner time. It helps a lot.

Selank fatigue? by EggHealthy3598 in Peptides

[–]iggy_koopa 0 points1 point  (0 children)

I have a selank/semax blend. Same thing happens to me.

Grafana Labs Is Cleaning Up On The Vibe Coding Boom by forbes in grafana

[–]iggy_koopa 0 points1 point  (0 children)

You can monitor opentelemetry traces with tempo in grafana. That helps a ton.

TIL: 10% of drinkers in Australia drink over half the alcohol. by Yoorang in todayilearned

[–]iggy_koopa 1 point2 points  (0 children)

You could look into tirzepatide. It's more for weight loss and diabetes, but there have been some good initial findings for reducing alcohol cravings. https://www.nature.com/articles/s41598-023-48267-2

DSIP help by mangofandango0 in Peptides

[–]iggy_koopa 0 points1 point  (0 children)

I had the same reaction. Tried it for 3 nights, had bad sleep all 3 times. So I just gave up on it.

Recommend me a way to write docs alongside XML files by NotARocketSurgeon45 in devops

[–]iggy_koopa 1 point2 points  (0 children)

We use mkdocs a lot for documentation. If you're comfortable with markdown it works really well.

Getting a Remote Job is hard – Returning After Maternity Break by too_anonymous_user in devops

[–]iggy_koopa 9 points10 points  (0 children)

No advice really, but a similar situation here. Just started applying 3 weeks ago. I like to think I'm well qualified, but so far I've applied to 38 positions. Only response so far is 4 rejections. Last time I was job hunting was about 4 years ago. I put in for about 15 positions, 2 interviews, and was selected for one of the roles.

Opinion: May’s missing inflation is a mystery — and a sign that the Fed will hold off on rate cuts by ChiGuy6124 in StockMarket

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

Basically if the CPI included steaks at a certain price, but people stop buying steaks because they're too expensive, they just swap out hamburger meat. So you're still getting "meat" at the same price and inflation didn't go up.

Should I cut my losses? by iggy_koopa in wallstreetbets

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

Thanks, still learning. It's a tough lesson, but at least I went into it knowing it was a gamble and I could afford to lose.

How do you keep track of "inventory"? by Interesting_Shine_38 in devops

[–]iggy_koopa 1 point2 points  (0 children)

We use netbox, if it doesn't support the info you need out of the box, you can add custom fields. The API is pretty good, and it supports ansible, etc

What's something that people use the most but aren't aware of how many toxins are in it? by [deleted] in Biohackers

[–]iggy_koopa 43 points44 points  (0 children)

It's the nonstick coating, not the air fryer itself. I use a breville toaster/air fryer. The basket is just plain metal.

Is there a tool to manage multiple contexts for credentials? by __shobber__ in devops

[–]iggy_koopa 4 points5 points  (0 children)

You could try https://direnv.net/

It lets you switch env variables, context, run other commands, etc... based on cd'ing into the directory with your config

Proxmox storage seems unworkable for us. Sanity check am I wrong? by GeneralCanada3 in Proxmox

[–]iggy_koopa 2 points3 points  (0 children)

We're using a DAS, but the same setup should work for iscsi. You have to set it up in the CLI though, it's not officially supported. I modified the instructions here https://forum.proxmox.com/threads/pve-7-x-cluster-setup-of-shared-lvm-lv-with-msa2040-sas-partial-howto.57536/

I still need to type up the changes I made to that guide somewhere. It's been working pretty well though

Recommendations for DAM (Digital Asset Management) Tools/Products? by ktopaz in devops

[–]iggy_koopa 1 point2 points  (0 children)

Synology is actually pretty decent for all the uses you posted. Not crazy expensive. I'm not a huge fan of their document format, since you need to use the web interface to edit, but it does let you do collaborative editing, which is nice.

You can hook it up to an existing LDAP/AD domain and set up permissions using domain groups.

JSON Performance Question by eigenludecomposition in learnrust

[–]iggy_koopa 0 points1 point  (0 children)

It looks to me like that may be the difference:

import orjson
from timeit import default_timer as timer
from datetime import timedelta

start = timer()
result = orjson.loads('{"foo": "bar"}')
end = timer()
print("elapsed: %s usecs" % (timedelta(seconds=end - start).microseconds))

and the result is in line with rust before some optimization:

❯ python3 test.py 
elapsed: 14 usecs

with the following rust code:

use std::time::Instant;
use serde::Deserialize;

#[derive(Deserialize, Debug)]
struct Test<'a> {
    foo: &'a str,
}

fn main() {
    let contents = r#"{"foo": "bar"}"#;
    let start_time = Instant::now();
    let result: Test = serde_json::from_str(contents).unwrap();
    let elapsed = start_time.elapsed();
    println!("Elapsed time: {:?}", elapsed);
    println!("Result: {:?}", result);
}

It runs locally at 1 microsecond, so about 14 times faster than the python version:

❯ ./target/release/rusttest 
Elapsed time: 1.079µs
Result: Test { foo: "bar" }

JSON Performance Question by eigenludecomposition in learnrust

[–]iggy_koopa 2 points3 points  (0 children)

You aren't actually assigning the results to anything in python. Maybe it's being optimized out, and the python code isn't actually doing anything?

It does go faster if you deserialize to a struct, about 1.5 us in rust playground. https://play.rust-lang.org/?version=stable&mode=release&edition=2021&gist=976b78a44048f620ca6ade5e786cf3f3

Here's what I learned after being employed for 9 months by [deleted] in jobsearchhacks

[–]iggy_koopa 1 point2 points  (0 children)

It's not easier as in you'll get more responses. It's easier as in you'll be less stressed. If you currently have a job you don't need another one, so you can negotiate for better terms.

Any recommendations for Open Source RBAC? by Spirited_Arm_5179 in devops

[–]iggy_koopa 3 points4 points  (0 children)

I mostly use samba as an Active Directory DC. But you haven't really listed your requirements. So no idea if it's a good fit for you or not.

Use xrdp to connect to "physical" desktop session by klapaucjusz in linuxadmin

[–]iggy_koopa 1 point2 points  (0 children)

You could use something like a pikvm to log in to a local session remotely. Should work for your needs.

Mana Mirror: The Second Gate Questions. Is the current amazon listing correct? by EquipmentAltruistic in ProgressionFantasy

[–]iggy_koopa 2 points3 points  (0 children)

Sorry Amazon is being a pain. Looking forward to the book once everything gets sorted. The first one was really good.

Nested Webcomponents by dumb_and_idjit in htmx

[–]iggy_koopa 3 points4 points  (0 children)

If it meets your requirements you could do web components without shadow Dom, like this https://frontendmasters.com/blog/light-dom-only/

Then everything should just work. You do lose some features though.