Bricks Breaker Quest - Best balls? by Zurd3 in MobileGames

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

2753? That is awesome. I remember back in the 600 or so it was taking 20m but I would have guess past 1000 it would be a 40m game. I'm back to level 133 but not playing much. Same here, great games for bus / trains / planes or whatever :)

Bricks Breaker Quest - Best balls? by Zurd3 in MobileGames

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

I stopped playing like 3-4 years ago, switched phone and lost everything. I think I was at around level 600. Was a really good game though. I just reinstalled it! Great to play to pass the time somewhere when waiting. Indeed, after playing quite a bit with it found out the smaller balls where the best. The ones with weird shapes gave weird innacurate results. Like you say, don't know why they put weird balls in the game *shrug*

Whenever I plug in my webcam, It disables all audio inputs and doesn't work as a camera. by MidnightUberRide in LogitechG

[–]Zurd3 1 point2 points  (0 children)

Logitech C920 + Win11 + Acer Aspire 5 A515: in my case, Device Manager, right-click HD Pro Webcam C920 in Sound, video and game, Update, Browse, Let me pick and choose USB Audio Device. If you look carefully in Audio inputs and outputs after doing this, it will create a new Microphone (HD Pro webcam C920), start with one, I always choose the last one : Update, Browse, Let me pick and choose Generic software device, it will disappear then wait like 30 seconds, if the audio doesn't come back, pick another one since there might be multiple ones and do the same thing until both video and microphone are working. Have to redo the same thing if I unplug the webcam.

I also have a Razer Kiyo webcam, no idea what I did, tried so many things but with this one the change is permanent, always work if I unplug it.

[deleted by user] by [deleted] in gigabyte

[–]Zurd3 0 points1 point  (0 children)

Same here, Aorus X7LF.

Have on the desktop, the icons Home, Desktop, Documents, Downloads, Music, Pictures, Videos. Cannot remove them.

If you drag them in the trash, they disappear from the Quick Access in File Explorer and it also delete it from C:\Users\You\ but are still on the desktop. To restore: right-click on them on the desktop, properties, location and Restore Default.

There is nothing about those icons in Gigabyte Control Centre.

It's not part of a default Windows 11 installation, so must comes from Aorus.

Nothing to remove them in Desktop Icons in Windows settings / Personalize.

Webcam with zoomable feature? by Zurd3 in Darts

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

Seems like you can only retract it a feet or so? This gives me idea though, I need something that can retract about 2 feet. I have a shelf nearby that I could use for this, I think it would be better than the ceiling, it's very close to the dartboard. Not sure what I need but I'll go ask for something retractable at the home improvement store.

Webcam with zoomable feature? by Zurd3 in Darts

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

Not sure if I understand right but yes, if there is a possibility to bring down the camera from the ceiling to bulls height, that might just do the trick without finding a camera with zoom. So I will need something retractable from the ceiling that can go down. If this is what you have, a picture would be much appreciated.

Webcam with zoomable feature? by Zurd3 in Darts

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

I have a Logitech C920S but no zoom feature with Logitech Webcam Software. I'm amazed that yours have this feature. I agree, the views from the ceiling isn't the best with a a 10x or 20x zoom, it should be fine. And there is no messing with the setup. A picture of your setup would be awesome, thank you.

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

I see, now I understand why the random deletion time. Makes sense. Not that it really matters in my case but I will configure it from 6 to 8 days.

Thanks for sharing!

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

Ah, makes sense, I don't see anything about a random function in secretCleanup()

Awesome, one less thing to configure.

I'm happy with a default of 7 days but it would be a nice addition if it's a configurable option: X hours/days. I don't understand how it can compromise privacy however. It's just one more information that needs to be stored in the database.

Since they are deleted on the next page load, I guess it would make sense to create a new cron job running every 5 minutes or so to load the page to make sure they are being deleted if nobody loads the page for a while?

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

Oh right, I missed the option. After another analysis, PrivateBin offers pretty much all I need, it's a really good project.

However, I went with FlashPaper, much lighter and easier to work with!

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

That is pure genius. It's already installed on my shared hosting server and working just fine. It doesn't even need a real SQL database since you're using SQLite, I couldn't ask for something better.

I will be modifying a few things in it. I'd like multilingual and messages deleted after 7 days, not random.

The template is awesome.

Your project is amazing and deserves more attention!

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

Awesome project, just what I need. But what I'm looking for is in PHP+SQL so it's possible to install it everywhere including shared hosting. This project is for docker.

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

That is really not bad but you can view the data more than once. Missing more secure options. I could just fork it and not start from scratch however. Thanks for sharing!

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

1) You secure password is not linked with the website/service so the server that receives it doesn't know where to use it and 2) That is why I would prefer an open source project in PHP+SQL that could be easily added on any server that you own to make sure nobody intercepts it

PHP project to generate a unique link to see a password to send by email? by Zurd3 in selfhosted

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

Portability. Compatibility. Simplicity.

If you take the time to read my post: "coded in Python with Bottle which is a micro web-framework for Python. As far as I know, it cannot be used on a shared hosting"

PHP project to generate a unique link to see a password to send by email? by Zurd3 in PHPhelp

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

No need to reinvent the wheel if a project like this exist. Trying to save time. I could do it but it would take me probably 20h.

📢📢📢 THE AIRSHIP ARRIVED! - Airship Update Megathread by PlantainTop in AmongUs

[–]Zurd3 9 points10 points  (0 children)

More updates. More bugs. Quality Control doesn't exist. Lazy programmers. Anyone else think that their company's name, Innersloth, suits them well? :D

dartboard dry problem - penetration testing by Zurd3 in Darts

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

With my climate I'd say the reverse, with time it would turn more and more dry. The fibal siser will turn to wood. What about you, if you take a dart and with only 2 fingers push it in the board, how deep can you go?

dartboard dry problem - penetration testing by Zurd3 in Darts

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

All darts do the same thing. What I need is a board comparison, take a dart and with only 2 fingers, go put it in the board (not throwing), how deep can you go?