Load site modules...
lade...
random avatar

zoph - Network

Posts Subscribe

Dreams are nice. But we want reality.And reality starts with a calendar.What’s your way of avoiding procrastination when building...

https://infosec.exchange/@zoph/1...

Dreams are nice. But we want reality.
And reality starts with a calendar.

What’s your way of avoiding procrastination when building something new?

8.5.2025 15:03Dreams are nice. But we want reality.And reality starts with a calendar.What’s your way of avoiding procrastination when building...
https://infosec.exchange/@zoph/1...

We now put dates on everything:✅ Feature releases🐞 Bug fixes🚀 Major MilestonesIt’s not just about shipping fast — it’s about...

https://infosec.exchange/@zoph/1...

We now put dates on everything:

✅ Feature releases
🐞 Bug fixes
🚀 Major Milestones

It’s not just about shipping fast — it’s about building trust.
Trust in ourselves. Trust from our users. Trust that we’re serious.

8.5.2025 15:03We now put dates on everything:✅ Feature releases🐞 Bug fixes🚀 Major MilestonesIt’s not just about shipping fast — it’s about...
https://infosec.exchange/@zoph/1...

Like many founders, we have big ideas. We dream of helping every AWS user clean up their cloud waste.But dreams without a date stay...

https://infosec.exchange/@zoph/1...

Like many founders, we have big ideas. We dream of helping every AWS user clean up their cloud waste.

But dreams without a date stay dreams.
No product. No value. No users. Just noise.

That’s why we changed how we work.

8.5.2025 15:03Like many founders, we have big ideas. We dream of helping every AWS user clean up their cloud waste.But dreams without a date stay...
https://infosec.exchange/@zoph/1...

“The difference between a dream and reality? Just a date.”This quote has been stuck in my head lately.While building unusd with my...

https://infosec.exchange/@zoph/1...

“The difference between a dream and reality? Just a date.”

This quote has been stuck in my head lately.

While building unusd with my co-founder Dorian, we kept coming back to it.

Not because it sounds cool — but because it hurts a little.

8.5.2025 15:03“The difference between a dream and reality? Just a date.”This quote has been stuck in my head lately.While building unusd with my...
https://infosec.exchange/@zoph/1...

💡 Takeaway: Review your handler structure, optimize init, and measure cold-start impact. Tools like Lambda Power Tuning and SnapStart are...

https://infosec.exchange/@zoph/1...

💡 Takeaway: Review your handler structure, optimize init, and measure cold-start impact. Tools like Lambda Power Tuning and SnapStart are no longer “nice to have” – they’re cost control.

How are you adapting your Lambda patterns to this change?

7.5.2025 07:42💡 Takeaway: Review your handler structure, optimize init, and measure cold-start impact. Tools like Lambda Power Tuning and SnapStart are...
https://infosec.exchange/@zoph/1...

Cons - Cost can jump 25 – 50% for short-lived functions with heavy init (Python, Node) - Misusing init for caching, prefetching, or trick...

https://infosec.exchange/@zoph/1...

Cons
- Cost can jump 25 – 50% for short-lived functions with heavy init (Python, Node)
- Misusing init for caching, prefetching, or trick optimizations = no longer “free”
- Functions with 3rd-party tooling will see higher costs even before hitting the handler

7.5.2025 07:42Cons - Cost can jump 25 – 50% for short-lived functions with heavy init (Python, Node) - Misusing init for caching, prefetching, or trick...
https://infosec.exchange/@zoph/1...

AWS has standardized billing to include the init time, not just the handler.Pros - Brings transparency (execution time = billed time) -...

https://infosec.exchange/@zoph/1...

AWS has standardized billing to include the init time, not just the handler.

Pros
- Brings transparency (execution time = billed time)
- Better predictability with SnapStart, provisioned concurrency, or containers
- Encourages better lifecycle management & resource reuse

7.5.2025 07:42AWS has standardized billing to include the init time, not just the handler.Pros - Brings transparency (execution time = billed time) -...
https://infosec.exchange/@zoph/1...

Lambda billing now includes the Init phase – cold starts are no longer “free”.That means: • ❄️ Cold starts now cost...

https://infosec.exchange/@zoph/1...

Lambda billing now includes the Init phase – cold starts are no longer “free”.

That means:
• ❄️ Cold starts now cost you.
• 🧠 Code outside your handler (init) will be billed too.
• 🧰 Frameworks, SDKs, and extensions (e.g. OTel) could add hidden costs.

7.5.2025 07:42Lambda billing now includes the Init phase – cold starts are no longer “free”.That means: • ❄️ Cold starts now cost...
https://infosec.exchange/@zoph/1...

Instead, rely on other boundaries, such as AWS account segregation. This ensures runners are dedicated to a single project and environment,...

https://infosec.exchange/@zoph/1...

Instead, rely on other boundaries, such as AWS account segregation. This ensures runners are dedicated to a single project and environment, limiting the blast radius to a single isolated container-like environment.

5.5.2025 15:04Instead, rely on other boundaries, such as AWS account segregation. This ensures runners are dedicated to a single project and environment,...
https://infosec.exchange/@zoph/1...

In CI/CD pipelines, it's common not to know what will be deployed next using Infrastructure as Code (IaC). Thus, adopting a least...

https://infosec.exchange/@zoph/1...

In CI/CD pipelines, it's common not to know what will be deployed next using Infrastructure as Code (IaC). Thus, adopting a least privilege approach for runner policies is impractical.

5.5.2025 15:04In CI/CD pipelines, it's common not to know what will be deployed next using Infrastructure as Code (IaC). Thus, adopting a least...
https://infosec.exchange/@zoph/1...

Using the AdministratorAccess IAM managed policy for CI/CD pipeline runners is acceptable.Please don’t listen to the warnings of security...

https://infosec.exchange/@zoph/1...

Using the AdministratorAccess IAM managed policy for CI/CD pipeline runners is acceptable.

Please don’t listen to the warnings of security ayatollahs; they often lack experience in managing production environments.

5.5.2025 15:04Using the AdministratorAccess IAM managed policy for CI/CD pipeline runners is acceptable.Please don’t listen to the warnings of security...
https://infosec.exchange/@zoph/1...

Add yours below ↓

https://infosec.exchange/@zoph/1...

Add yours below ↓

2.5.2025 15:00Add yours below ↓
https://infosec.exchange/@zoph/1...

- Instagram was for me the go-to app for vintage-style photos- First computer: Apple Performa 5200 (also worked with Amstrad)- Compiled the...

https://infosec.exchange/@zoph/1...

- Instagram was for me the go-to app for vintage-style photos
- First computer: Apple Performa 5200 (also worked with Amstrad)
- Compiled the Linux kernel to get the sound working. Issue persists.

2.5.2025 15:00- Instagram was for me the go-to app for vintage-style photos- First computer: Apple Performa 5200 (also worked with Amstrad)- Compiled the...
https://infosec.exchange/@zoph/1...

I guess I'm now defined as a "Tech Dad." 👴 Here's a self-introspection:- Winamp fanboy- Owned a Tamagotchi- Used a T9...

https://infosec.exchange/@zoph/1...

I guess I'm now defined as a "Tech Dad." 👴

Here's a self-introspection:

- Winamp fanboy
- Owned a Tamagotchi
- Used a T9 keyboard
- Had a Sony Minidisc
- Favorite game: Zelda
- Family's go-to for printing issues
- Watched "Back to the Future" 100 times

2.5.2025 15:00I guess I'm now defined as a "Tech Dad." 👴 Here's a self-introspection:- Winamp fanboy- Owned a Tamagotchi- Used a T9...
https://infosec.exchange/@zoph/1...

Many educational and security best practices still need to be shared, particularly regarding child protection and privacy for companies...

https://infosec.exchange/@zoph/1...

Many educational and security best practices still need to be shared, particularly regarding child protection and privacy for companies organizing trips for children.

I reached out to the company at that time, and they fixed the issue a few days later.

30.4.2025 15:00Many educational and security best practices still need to be shared, particularly regarding child protection and privacy for companies...
https://infosec.exchange/@zoph/1...

Using a straightforward bash script, I listed all valid paths and retrieved hundreds of photos, even those not related to my daughter's...

https://infosec.exchange/@zoph/1...

Using a straightforward bash script, I listed all valid paths and retrieved hundreds of photos, even those not related to my daughter's trip:

- No authentication required
- Five sequential digits to separate trips
- No rate limits
- Directory listing enabled
- HTTP only

30.4.2025 15:00Using a straightforward bash script, I listed all valid paths and retrieved hundreds of photos, even those not related to my daughter's...
https://infosec.exchange/@zoph/1...

In 2019, when my stepdaughter went on her first school trip, I received a link to view pictures of their activities. My attention, however,...

https://infosec.exchange/@zoph/1...

In 2019, when my stepdaughter went on her first school trip, I received a link to view pictures of their activities.

My attention, however, was caught by the URL pattern: (-.com/suivi/12345).

30.4.2025 15:00In 2019, when my stepdaughter went on her first school trip, I received a link to view pictures of their activities. My attention, however,...
https://infosec.exchange/@zoph/1...

This is why I continue to check Reddit every day.Sorry for the Stevens.

https://infosec.exchange/@zoph/1...

This is why I continue to check Reddit every day.

Sorry for the Stevens.

29.4.2025 15:30This is why I continue to check Reddit every day.Sorry for the Stevens.
https://infosec.exchange/@zoph/1...

https://github.com/zoph-io/kye

https://infosec.exchange/@zoph/1...

github.com/zoph-io/kye

28.4.2025 14:57https://github.com/zoph-io/kye
https://infosec.exchange/@zoph/1...

New feature for KYE: Get the list of trusted accounts from AWS Organizations (ListAccounts) API directly.Thanks to Aidan's idea!Link...

https://infosec.exchange/@zoph/1...

New feature for KYE: Get the list of trusted accounts from AWS Organizations (ListAccounts) API directly.

Thanks to Aidan's idea!

Link Below ↓

28.4.2025 14:57New feature for KYE: Get the list of trusted accounts from AWS Organizations (ListAccounts) API directly.Thanks to Aidan's idea!Link...
https://infosec.exchange/@zoph/1...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️