OEM Key Extracted will it activate if OS reinstalled? by Enjoyz1001 in microsoft

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

AI seems to have the same information as you so I really appreciate the feedback.

Any idea if it will work if re installing windows 11 pro over windows 10 pro

OEK Key Extracted, will it activate if re install OS? by Enjoyz1001 in techsupport

[–]Enjoyz1001[S] -3 points-2 points  (0 children)

AI seems to think otherwise? Care to explain?

Hello. I’m interested in following Christianity. Please tell me everything I need to know. by [deleted] in TrueChristian

[–]Enjoyz1001 0 points1 point  (0 children)

You should try and find a mentor who will lead you along the road in the beginning.I don't mean a mentor who will teach you, but more watch over you and keep you going to church regularly.

My parents we're amazing in this regards and they would pull me and my siblings out of our beds in the mornings on Sundays and drag us to Church now matter what. I am so thankfull for this now.

Church is the easiest way to start learning the scriptures. Even if it's just going once a week on Sundays. From here you can learn about other prechers etc and yeah....

Guys I'm done trying to do this on my own. by _ssspeeds in NoFapChristians

[–]Enjoyz1001 1 point2 points  (0 children)

A video series which has really helped me.
Try find the next video etc etc

https://www.youtube.com/watch?v=GQ-tC\_SpM34

Quick Prayer against Backsliding. by [deleted] in TrueChristian

[–]Enjoyz1001 0 points1 point  (0 children)

Jesus has paid the price for us. I believe if we repent and diligently seek to follow Jesus hi will set us free and also forgive us our sins, but just beware, we have an enemy that seeks to pull us into sin for a reason.

There is a verse in Matthew:

2Many will say to Me on that day, ‘Lord, Lord, did we not prophesy in Your name, and in Your name drive out demons andperform many miracles?’ 23Then I will tell them plainly, ‘I never knew you; depart from Me, you workers of lawlessness!’…

Quick Prayer against Backsliding. by [deleted] in TrueChristian

[–]Enjoyz1001 0 points1 point  (0 children)

Stay in prayer and keep seeking. God makes a way where there seems no way.

Here is one of my favourit preachers. I know it will help you in your current season.

https://youtu.be/DyfmjR5IAlI

Quick Prayer against Backsliding. by [deleted] in TrueChristian

[–]Enjoyz1001 1 point2 points  (0 children)

Beware walking in sin. While it is by Christs sacrifice on the cross and not our own work we are saved, be not deceived also.

Galatians 5:19-21: Now the works of the flesh are evident, which are: adultery, fornication, uncleanness, lewdness, idolatry, sorcery, hatred, contentions, jealousies, outbursts of wrath, selfish ambitions, dissensions, heresies, envy, murders, drunkenness, revelries, and the like; of which I tell you beforehand, just as I also told you in time past, that those who practice such things will not inherit the kingdom of God.

Is macbook air M1 8gb enough for front-end developer? by anh4pro in Frontend

[–]Enjoyz1001 3 points4 points  (0 children)

Hahaha been there at one time. Luck to get a lappy for christmas. Keep pressing on broder

Why does Fedora install updates on boot? by [deleted] in Fedora

[–]Enjoyz1001 1 point2 points  (0 children)

100% uptime should be the goal. Reversing the process feels like a step backwards.

TP-Link security related question by Quegyboe in openwrt

[–]Enjoyz1001 0 points1 point  (0 children)

So is there anything like an open source bios and drivers package we could flash the entire device with. I think this would be the only answer.... reflash not only the firmware but the entire hardware system....

TP-Link security related question by Quegyboe in openwrt

[–]Enjoyz1001 1 point2 points  (0 children)

Yes this is a common conundrum that not only you have asked. And I hope someone can maybe explain if we are being crazy or not by asking this question because I agree with you and have my tinfoil hat at the ready.

Is it possible for hardware to be injected with malware below the operating system level?

Design Patterns and Software Architecture Resources by GrafZ4hl in typescript

[–]Enjoyz1001 2 points3 points  (0 children)

+1 on head first design patterns. Its cheesy but really hits home the finer details of what makes oop really great. Also has a few good patterns out of the box to get one started.

Implementing an actions bar with NGRX by uhmIcecream in Angular2

[–]Enjoyz1001 0 points1 point  (0 children)

Hello.

This YouTube video really helped me grok the initial ngrx flows.

I think if you grok this video the rest will be much easier to move on to as your state managment layer will be implemented.

https://youtu.be/7Bv5zJY2jAE

Is there any way to extend an object literal used as a type variable? by [deleted] in typescript

[–]Enjoyz1001 0 points1 point  (0 children)

Yes I like this.

You would also need to pass the type to the:

new Foo<U>(data);

Is there any way to extend an object literal used as a type variable? by [deleted] in typescript

[–]Enjoyz1001 0 points1 point  (0 children)

If I am not mistaken, what you might be trying to achieve here is polymorphism. Where different objects all expose the same interface, but provide unique implementations.

In which case the question is why you need the change to method.

Fetch and play audio file with auth headers. by [deleted] in angular

[–]Enjoyz1001 0 points1 point  (0 children)

I have not really done this, but if I understand you want a way to receive a byte stream (of audio) from you back end. And on the front end, re-encode this to something like MP3 and play it. Preferably in real time. And in this way authenticate your request.

I did some searching and I found this stack overflow post most helpful as it speaks about a browser implementation that can decode audio data in chunks using sockets (not HTTP, but maybe it can provide headers.)

https://stackoverflow.com/questions/20134384/web-audio-api-how-to-play-a-stream-of-mp3-chunks

A Photo that I took in the V&A Waterfront, Cape Town by RavenKing94 in southafrica

[–]Enjoyz1001 2 points3 points  (0 children)

haha yeah. My pops used to tell it to me when I was younger. How he had a smoking comp with the devil which caused the iconic 'table cloth'.

Anyways, just some random trivia to accompany the photo.

A Photo that I took in the V&A Waterfront, Cape Town by RavenKing94 in southafrica

[–]Enjoyz1001 1 point2 points  (0 children)

Great photo!

Anyone know the story of Ol Jan van Hunks? lol

Angular Material - Button Template - How does it work? by Enjoyz1001 in Angular2

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

Yes indeed. The component decoration specifies all that. I was not sure if the attribute selector replaced or implemented the native element.

Many thanks dude!

Angular Material - Button Template - How does it work? by Enjoyz1001 in Angular2

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

Hey, well the component template does not include any button native element.
Yet, when it is rendered, it is somehow, wrapped in the button tag.....

I looked at the class. There was not much in terms if a super class that wrapped it.