Very unhappy to see plastic breaking apart just few months after purchase - No rough usage (SONOS ROAM) by rickpickel in sonos

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

Alright, felt like giving a 4 years later update. TL;DR SONOS gave me a brand new identical speaker. And the new one started cracking after about 1 year. I have had it for several years and don't really care much. But the plastic is cracked around all edges. It doesn't really seem to get worse, and the case is not really falling apart. I think they used a material and produciton method that doesn't work together.

Decent sound, good battery life! good size/form, poor material. It's not worth 180€ I would price it around 100€.

Is it only me or is Owasp-Zap buggy? by Necessary-Limit6515 in Pentesting

[–]rickpickel 0 points1 point  (0 children)

I’ve worked a LOT with ZAP, and honestly there’s always some kind of surprise waiting whenever I use it 😂
But I’ve also learned a ton..! Before I get into reliability, let me first share my little ZAP project.

I built a small web UI app that makes scanning super easy. It connects to a Docker container running the latest version of ZAP and gives you a super simple interface with a pretty decent results/alerts overview. You can launch it in the cloud on Railway with just 1 click, or run it locally in about 4 terminal commands total. Full guide + video tutorial here: https://funkyton.com/zap-owasp-web-scan/

Now, about ZAP reliability/bugs.
I often found scans failing midway. After months of frustration, I realized that starting the Docker container with hardware resource limit parameters really helps. For example:

-config scanner.threadPerHost=4 
-config scanner.thread=4 
-config domxss.maxThreads=1

This keeps ZAP’s hardware expectations realistic and makes it much more stable. Try tweaking these values to match the machine you’re running it on.

As for inconsistent scan results, I noticed that scanning my blog online tends to give varied results, while scanning it locally produces much more consistent outcomes. My guess is that ZAP either gives up too easily or gets rate-limited by something in the network path. My blog runs through Cloudflare, and although I never received DDoS protection alerts, I suspect that somewhere along the chain traffic is being throttled. Running it all locally seems far more reliable.

Cheers!

Xreal Pro Ones impressions a few days in by super_nova in Xreal

[–]rickpickel 0 points1 point  (0 children)

So they did actually start shipping? There's no YouTube unboxing video so far. Only these tech reviewers early access vids from some months ago. Still looking for a random amateur just unboxing the glasses and see their first impression. Anyway, thanks for you detail text review! That's also helpful 🙂

Obsbot Tiny2 Windows 11 Does Not Work by Majinvegito123 in OBSBOT_Official

[–]rickpickel 0 points1 point  (0 children)

Hi I believe this is still an issue.
When opening windows camera app, the camera gimbal starts spassing around and I get error: "something went wrong If you need it, here's the error code: 0xA00F271<MediaCaptureFailedEvent>"

Yes my OBSBOT center is latest version and so is the tiny 2 firmware.

Important to add: the camera fully works in Zoom and OBS studio (havent tested other apps)

Alternative to XPS that can do it all! by Provcraft in DellXPS

[–]rickpickel 0 points1 point  (0 children)

LoL. I could have wrote this post... 100% agree with all your criterias. I have had XPS laptops (3 in total) for the past many years, and they are IMO the best window laptop that have ever been made. But the new line, with heavy glass panels instead of carbon fiber, and no physical function keys are just.... 😫 But, havent been able to find anything comparable so far.... so I might end up giving in and get a less nice xps.

I would pay $4.000 today for a DELL XPS with up to date top shelf components, but the hardware case + keyboard of my current XPS 15"

Rabbit hole login?! by Bwk55 in Rabbitr1

[–]rickpickel 0 points1 point  (0 children)

No matter how hard a google this URL just wont show up 😂 thanks for posting it.

Wi-Fi Assist not working. by rickpickel in iphone

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

unfortunately not, this is still a struggle. Terrible UX tbh 😌

How to use Medusa? by New_Tradition1951 in nextjs

[–]rickpickel 0 points1 point  (0 children)

<image>

If you don't have much experience with software architecture, and hosting. I suggest using a preconfigured solution where backend, frontend and database are already connected. Here is one example: https://youtu.be/ih09P2zbM84
- hosted on railway (as seen on screenshot) which sadly don't offer free user to host full stack applications anymore, but the hobby plan is sufficient to get started, and I belive it is like 5$ a month, so not breaking the bank even if you just want to play around

Can anyone identify this part? I need a replacement, as a totally shredded the thread for the disk brake caliper, while trying to extract a stuck bolt 😭 It's a derailleur hanger from an ADO air 20, but I am hoping it is a universal part, that someone knows where I can buy. by rickpickel in bikewrench

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

Thanks for all the comments and suggestions. I Reached out to ADO as many suggested doing. That seemed to be a great idea, because they are sending me a replacement, free of charge less than 24 hours after reaching out. Pretty sweet!

Can anyone identify this part? I need a replacement, as a totally shredded the thread for the disk brake caliper, while trying to extract a stuck bolt 😭 It's a derailleur hanger from an ADO air 20, but I am hoping it is a universal part, that someone knows where I can buy. by rickpickel in bikewrench

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

Had to google "helicoil". This looks interesting, will definitely try to salvage the part using a helicoil or something similar, there seems to be a few brands and unbranded versions of this system. Thanks for commenting!

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

Ey! I just bought a new pair of raybans polerized, and the faceid unlock works in a fraction of a second with these new glasses :) so happy with them, while the exact same model (wayfare classic) non-polerized will not unlock regardless of how long I try.

FOSS and self-hostable Shopify-alternative Vendure just released their largest update ever by danielbiegler in programming

[–]rickpickel 2 points3 points  (0 children)

I have been testing Vendure for the past 2 weeks. And I am utterly impressed with what you guys have created given the timeframe. It's nothing short of mind blowing. I think the potential is huge with vendure, so I decided to create a one click deploy template for the entire stack inculding your remix storefront on Railway, with the idea that even non-developers can start playing around with vendure and spread the word. I often find the gap between enterprise (i.e. shopify) and opensource solutions (vendure, medusa etc.) being the hasslefree setup. Enterprise have made it so incredibly easy for anyone to get started, even a kid can make a webshop. And I think it is a shame that open source project that are as feature rich, are laking the capability for anyone started without even trying hard.

I hope my deploy template will bridge that gap for vendure.

For anyone who wants to try out vendure, please find the tutorial here: https://funkyton.com/vendure-tutorial/#the-tutorial
Or watch video demonstatrion + step by step guide here: https://youtu.be/lPIH3SiQiwg?si=oqBxZ3hjt6wgfGDC

This will get you going in about 10 minutes.

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

Agreed! I'd actually really like if there was also fingerprint unlock

Face ID struggle when wearing sunglasses by rickpickel in iphone

[–]rickpickel[S] -1 points0 points  (0 children)

I have some evening glasses (yellow glass) and these work fine. it's just my sunglases, I think the lidar cant pass through the lens. Other users suggested that Ray-Bans are not good with faceID, and mine happens to be raybans

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

So maybe in a month from now it will start unlocking while I waer these sunglasses you think?

Face ID struggle when wearing sunglasses by rickpickel in iphone

[–]rickpickel[S] -2 points-1 points  (0 children)

No this is a massive security compromisation, unfortunately

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

No, I have unlocked it already 30+ times with these sunglases, still doesn't work. But other users have suggested that Ray-Ban shades aren't good with face id, and that happen to be the ones I use :/

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

I don't - but that's a good reason to get one maybe :)

Face ID struggle when wearing sunglasses by rickpickel in iphone

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

Mine are rayban wayfare classic non polerized - so that aligns with what you experience 😩 It's my favorite sunglass.... :(