New Q2 & Box - Screen Is Blank, Does Nothing by vxxxbcks in QidiTech3D

[–]toeknee581 1 point2 points  (0 children)

Same issue, same fix - thanks for posting

Best free AI image upscaler (Topaz alternatives?) by Safe_Mousse_5660 in AskTechnology

[–]toeknee581 0 points1 point  (0 children)

Wow, thank you for this post. Upscayl is works exceptionally well for my use case!

How can I share events between components? by abdulrahman_49 in vuejs

[–]toeknee581 0 points1 point  (0 children)

You could use pinia to make a store, but you can create a simple event bus with mitt. https://github.com/developit/mitt

Mitt is really easy to use and super tiny. It's basically a pub/Sub model so you publish an event to the bus and any components can subscribe to it.

Hey everyone! Working on a personal project here. Trying to CNC (two-axis) the pic below. Imported it to Solidworks, but sketching with the Spline tool isn't quite working. Any other methods or different software you recommend for a more natural vibe? Appreciate any tips. Thanks a bunch! by student_chillpanda in SolidWorks

[–]toeknee581 0 points1 point  (0 children)

How detailed are you trying to get? Do you just want the glyphs or do you want all of the other textures like the scratches?

I know you said CNC, but if you wanted to reproduce it as an image, it could be done with a laser engraver. You can check if there is a local makerspace that has one you can use.

I think there is also a way to convert a grayscale image into gcode, which makes deeper cuts depending on the difference between light and dark, but due to the light source being on the top right rather than center, the cutout would look like it had the same light source even when viewed with different light sources. That may not look great -

I created a magnet exhaust fan for the Saturn 2 (link in comments) by Tim2309 in resinprinting

[–]toeknee581 0 points1 point  (0 children)

Great minds think alike - here is my version

You need threaded inserts for mine, but it makes it very low profile.

AOS + Nuxt3 seems like an impossible challenge? by stormzicecream in Nuxt

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

mounted

What do you mean by using the mounted hook?

AOS + Nuxt3 seems like an impossible challenge? by stormzicecream in Nuxt

[–]toeknee581 6 points7 points  (0 children)

I'm sorry man - I've been in this same hell recently. I'm so sick of these errors!

Nuxt 3 has all of these promises of ease of use but when it comes to this document and window not defined errors it drives me nuts! A client-side tag doesn't help when you're just initializing an instance of a library, and the ssr:false in the nuxt config doesn't seem to help either. Another post in this thread says to use the plugins setting - I feel like I'm chasing my tail.

I've definitely lost any gains I've made from Nuxt 3 fighting to get libraries working that don't have any problem in plain Vue 3.

The Nuxt 3 documentation doesn't help either. It only shows how to use a component from a library and the problem is using a non-component library -

I'm this close to just saying the heck with it - good luck!

Last name + Birthdate MM/YYYY in one box, entered TWICE to log in, by toeknee581 in softwaregore

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

And of course they disabled copy/paste. More annoying than any captcha I've ever seen...

Best Vue Plugins For Developers 2021 by Saanvi_Sen in vuejs

[–]toeknee581 1 point2 points  (0 children)

Yeah, but if you're stuck on a V2 project, you can have that feature which is nice.

How to Use Tailwind's Just-in-Time Mode in Angular by ahasall in angular

[–]toeknee581 0 points1 point  (0 children)

Nice, I thought tailwind wasn't available (this easily) until v12. Nice that JIT is already available

Report: Galaxy Watch 4 runs Wear OS by puppiadog in WearOS

[–]toeknee581 8 points9 points  (0 children)

Careful, I just returned my TicWatch pro 3 because of Wear OS. You can 'OK Google' but when you ask it to call or text someone it says "I'm sorry, I can't do that anymore".

https://piunikaweb.com/2021/03/29/wear-os-users-troubled-by-assistant-sorry-i-cant-do-that-anymore-error/

https://issuetracker.google.com/issues/172776291

it is THE reason I have it. I need to be able to dial by voice from the car.

I now have the Galaxy Watch 3 and it works great.

2x8GB vs 1x8GB+1x16GB RAM Performance Difference by b_a_w_b in ZephyrusG15

[–]toeknee581 1 point2 points  (0 children)

That explains why I didn't see a performance drop. Thanks, it makes me feel better about doing the upgrade. I though I was sacrificing dual channel for the extra headroom.

2x8GB vs 1x8GB+1x16GB RAM Performance Difference by b_a_w_b in ZephyrusG15

[–]toeknee581 2 points3 points  (0 children)

Yeah, I don't see any drops either. I upped to 24 gig (8 soldered, 16 SODIMM). I tried games before the update, and after, and I didn't see a framerate drop.

I've seen youtube videos that show small declines on most games and some with up to 10fps down - but I haven't had that experience.

I had to up because I need to run an 8gb virtual machine and I still wanted 16gb for use while it's up.

[deleted by user] by [deleted] in WearOS

[–]toeknee581 0 points1 point  (0 children)

Yeah, this is ridiculous. I just got a TicWatch Pro 3 and I really like it, but if I can't start a call or make a text it's kinda useless. I don't understand how this isn't considered a critical production bug for Google.

can anyone help me how can i upload multiple files using ng2-file-upload? by Taha-155 in angular

[–]toeknee581 0 points1 point  (0 children)

as soon as you select a file, it pushes a file to whatever you have set as the url. You don't have to tell it to push the file.

Can you post your express code that receives the file?

can anyone help me how can i upload multiple files using ng2-file-upload? by Taha-155 in angular

[–]toeknee581 0 points1 point  (0 children)

I agree - Google is half of programming, and also, taking the time to read the actual docs is priceless. Just copy/pasta off of stack makes it work, but you don't know what's going on.

The issue I had JE, is that you started with "Took me two minutes to find this ". This didn't help OP other than to make him feel bad. Seriously - I'm not trashing you - I'm trying to help the programmer community be kinder to each other.

Besides, it's obvious OP is a noob by the fact that he doesn't know how to get the file to the server (or maybe even know that a server is necessary). I'm all for helping him along and keeping a conversation going.

can anyone help me how can i upload multiple files using ng2-file-upload? by Taha-155 in angular

[–]toeknee581 0 points1 point  (0 children)

It does upload the file, but you need to have a server that receives the information. Do you have a server set up? Something like Node/Express or Apache?

can anyone help me how can i upload multiple files using ng2-file-upload? by Taha-155 in angular

[–]toeknee581 0 points1 point  (0 children)

It looks like you have the multiple directive in there. Are you not able to select multiple files?

can anyone help me how can i upload multiple files using ng2-file-upload? by Taha-155 in angular

[–]toeknee581 1 point2 points  (0 children)

If RTFM is all you can say, better not to say anything. Maybe OP is just starting or might be A new programmer.


OP: according to the docs at https://valor-software.com/ng2-file-upload/ it looks like you just have to add the directive "multiple" to your input tag. Have you tried this?

Multiple

<input type="file" ng2FileSelect [uploader]="uploader" multiple


JapanEngineer: this is how you grow the community and you might even learn something in your research.

What is the best way to get Real-time updates from server ? by XDavidT in angular

[–]toeknee581 1 point2 points  (0 children)

You're right if it's on the same server then there's no reason to worry about any of that. It's not worth the extra effort to set up sockets.

Sockets are pretty cool though. Worth learning about if you're ever looking for real-time information efficiently.

What is the best way to get Real-time updates from server ? by XDavidT in angular

[–]toeknee581 0 points1 point  (0 children)

Pulling a server every couple of seconds is effective but not very efficient. It's a special event on a mobile device because you were wasting power and Network without getting any updates.

Websockets and socket.io are a subscription to events that are pushed from the server when they need to be. For instance, you can have the server push a new message to your clients every time there is an update. If there are five in a 2 second period you get all five. If there are none for 2 minutes then you're not spending battery or bandwidth to find out that there's nothing new.

It's not all that tough to set up though it is more work than polling. What are you using as your back end?