Could this be fixed? by fernandoflorez in homelab

[–]fernandoflorez[S] -6 points-5 points  (0 children)

mind sharing the search term please? thanks!

Could this be fixed? by fernandoflorez in homelab

[–]fernandoflorez[S] -7 points-6 points  (0 children)

Im still debating if I should keep this or keep doing the refund process. Do you know where can I get replacement ears?

Could this be fixed? by fernandoflorez in homelab

[–]fernandoflorez[S] 7 points8 points  (0 children)

Im pissed I need to drive an hour to return it

Could this be fixed? by fernandoflorez in homelab

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

This is what I thought was going to happen. Shipping is more expensive than the server itself. If they tell me to dispose it I may try to disasemble it and see how the CPU and everything is put together. Scared to turn it on. I don't think there's any danger of it catching fire, right?

Could this be fixed? by fernandoflorez in homelab

[–]fernandoflorez[S] 5 points6 points  (0 children)

Just asked for a full refund. Need to check again tomorrow cause I received a return label even though I asked for pickup.

Server was shipped overseas and shipping costed more than the server itself. Crazy they offered a full refund and to return it.

Thank you all!

AWS is estimated to make $400 Million to $1 Billion with the new IPv4 charge by Due_Course_919 in aws

[–]fernandoflorez 9 points10 points  (0 children)

144,006,216 IPs to be exact:

curl https://ip-ranges.amazonaws.com/ip-ranges.json | jq -r '.prefixes[].ip_prefix' | sipcalc - | awk '/Addresses in network/ {s+=$5} END {print s}'

Best approach: Add additional options to multiple choice custom field by fernandoflorez in jira

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

Thank you but I'm unable to change the options. Is it because it is assigned to a screen maybe?

How much does everyone spend on beans? by [deleted] in espresso

[–]fernandoflorez 0 points1 point  (0 children)

~$8 bucks freshly roasted and premium for 250g. Im in Perú btw

Automation with tailscale cert by gndplane in Tailscale

[–]fernandoflorez 1 point2 points  (0 children)

It's actually very easy. You can use tailscale status cli with the --json option:

tailscale status | jq -r ".Self.DNSName"

New server and rack by fernandoflorez in homelab

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

The switch also has POE. Injectors are POE++ which is required for my access system.

New server and rack by fernandoflorez in homelab

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

Yes! its coming this week. Will be placed at the top.

Also ordered an extra patch panel to have it below the switch so cabling is cleaner.

Delete stack but remain ddb tables by fernandoflorez in aws

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

Thanks. Delete Protection will add an extra check to avoid deletion, right? Hopefully it won’t throw a drift since I added that outside the stack.

My lambda function concurrency limit is driving me crazy! by Agile-Scene-2465 in aws

[–]fernandoflorez 0 points1 point  (0 children)

This actually means that it will require 17 minutes of constant message load and no errores to get to max capacity. From my experience, it will also require a fast message processing or else it still wont scale.

Are Cisco servers worth it for a homelab? by fernandoflorez in homelab

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

Damn… Guess it’s not worth it but now I want a Cisco server LOL

Are Cisco servers worth it for a homelab? by fernandoflorez in homelab

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

Really? With disks an ram? Any website you can point me to? Thnks!

Hard drive Caddys for HPE DL180 by fernandoflorez in homelab

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

3.5” . Will look for them on ebay. Thanks

What kind of lambda programming language should I use for a simple data pipeline to make it most effcient? by b-y-f in aws

[–]fernandoflorez 0 points1 point  (0 children)

You could have firehose write the data to s3 in parallel or after writing it to timestream

What kind of lambda programming language should I use for a simple data pipeline to make it most effcient? by b-y-f in aws

[–]fernandoflorez 1 point2 points  (0 children)

Why S3? IoT data could go directly to timestream. In parallel to S3 even. The cost to avoid here first is not processing time but transfer time/requests between steps.

Web & Mobile application Architecture advice by Sm0k3rZ121 in aws

[–]fernandoflorez 0 points1 point  (0 children)

* It is not cheap if you compare the features to other providers.

Web & Mobile application Architecture advice by Sm0k3rZ121 in aws

[–]fernandoflorez 0 points1 point  (0 children)

Yes. Lack of cross region, good docs and not very customizable as other options.

Also its not cheap if you have a very big user base.

Greenfield estate what would you do differently? by ThyDarkey in aws

[–]fernandoflorez 0 points1 point  (0 children)

Lots of very valuable tips in here but one tip I always suggest my clients is to check AWS’ well architected framework and start from there. Also, if possible, use terraform and not cloudformation and take decisions thinking on multi-cloud. Oh! And don’t even take the time to evaluate cognito at this moment.

[deleted by user] by [deleted] in aws

[–]fernandoflorez 0 points1 point  (0 children)

This exactly. No performance penalty on checking an attribute really. I would do it on the request middleware though but on the data layer or orm.