471 Recommended Topics

Remove Filter
Member Avatar for maaz_5
Member Avatar for Synergy_1

i own a website for my business and i really like to understand and implement security practices for my website.

Member Avatar for Maria fowler
3
159
Member Avatar for usmanmalik57

## Introduction ## In a previous article, I explained [how to fine-tune the vision transformer model for image classification in PyTorch](https://www.daniweb.com/programming/computer-science/tutorials/540749/fine-tuning-vision-transformer-for-image-classification-in-pytorch). In this article, I will explain how to fine-tune the pre-trained OpenAI Whisper model for audio classification in PyTorch. Audio classification is an important task that can be applied …

Member Avatar for meyerrluanna
3
1K
Member Avatar for Johannes C.

**The creators of an automated software engineer tout their AI's capability to independently tackle complete coding projects, including actual tasks from Upwork. While skepticism is warranted regarding Devin's authenticity, the risk of AI displacing professionals across numerous fields is undeniable.** ![will-code-for-food.jpg](https://static.daniweb.com/attachments/4/99bd97fef16cdf10bb6f279c6facacc2.jpg) On Tuesday, Cognition Labs, based in San Francisco, unveiled …

Member Avatar for meyerrluanna
2
585
Member Avatar for sarfaraz_2

Hello, i've cleared my java certification exam and got the job interview. The interview will be held in the next month on 22 September 2024. I want to prepare for each every questions because i believe it would be the toughest round with BlackRock. This is my best call and …

Member Avatar for Dani
0
25
Member Avatar for usmanmalik57

Large language models (LLMS) are trained to predict the next token (set of characters) following an input sequence of tokens. This makes LLMs suitable for unstructured textual responses. However, we often need to extract structured information from unstructured text. With the Python [LangChain](https://www.langchain.com/) module, you can extract structured information in …

1
65
Member Avatar for SolidSolutions

I had a difficult time figuring out how to get or test the last character of a string with javascript, so figured I would post it once I found out in case it helps someone else. I found plenty of removing the last character, but not for just checking what …

Member Avatar for Biiim
0
5K
Member Avatar for brother_1

I have 3 okta apps setup. Okta app for backend Okta spa app Okta web app The Okta spa app is able to use the access token it got and pass to Okta app for backend and the token is validated. However, the Okta web app access token when passed …

Member Avatar for Dani
0
20
Member Avatar for John_165

ChatGPT is too powerful, will it replace all programming forums in the future?

Member Avatar for HannaHuynh
3
174
Member Avatar for Masika

Does Anyone know how a beginner like me in tech can start learning cyber security or starting a career in cyber engineering?

Member Avatar for trueframe
1
78
Member Avatar for Johannes C.

**Find out how the recent leak of Google’s internal documents affects SEO strategies: All key takeaways and the most important implications for optimizing your content in light of the leak.** ![google-leak-seo-takeaways.jpg](https://static.daniweb.com/attachments/4/33bc1ca16f29c159257318bde2d7ef39.jpg) It’s been one week since news about leaked API documents providing insights into Google’s search algorithm surfaced, and the …

Member Avatar for emiilyyjohnson2
3
143
Member Avatar for jkon

One thing that I have learned , is to acknowledge my fears in order to see if I can do anything about them. I would love to read yours fears about this A.I. revolution. I have chosen to participate in this weave with what ever resources my small company has …

Member Avatar for rproffitt
0
123
Member Avatar for ASubhan

Reflect on your experience with object-oriented programming (OOP) in Java. Discuss how concepts like inheritance, polymorphism, and abstraction have helped you in your projects. Share examples and personal insights.

Member Avatar for DEEPAK_84
1
46
Member Avatar for momentum2024

have an annoyance that I i'd like to know a workaround for please: -often/frequently/ nearly everytime i use MS 365 sign in or gmail sign in it takes me to a password reset. i have no wish to change my password { also previously did but it still kept wanting …

Member Avatar for Salem
1
19
Member Avatar for Johannes C.

**Almost two years into the AI hype, a looming market correction may soon separate true innovators from those who are trying to capitalize on the hype. The burst of the bubble could pave the way for a more mature phase of AI development.** ![ai-bubble.jpg](https://static.daniweb.com/attachments/4/03423bc2c2c9c9522a397e8fc70b26d9.jpg) Amidst recent turmoil on the stock …

Member Avatar for meyerrluanna
0
70
Member Avatar for Johannes C.

**Are humanoid robots just around the corner or still mostly science fiction? Here’s my take on when you’ll finally get your robot servant.** ![awesome-o.jpg](https://static.daniweb.com/attachments/4/a9a64be9a710864787a02ed5c434d446.jpg) Since the [World Robot Conference](https://www.worldrobotconference.com/en) in Beijing (August 21-25), videos of robots [mimicking human expressions](https://www.youtube.com/watch?v=kX27lozxLJM&t=4s), alongside prototypes with [astonishingly agile movements](https://www.youtube.com/watch?v=kX27lozxLJM&t=4s), have grabbed a lot of …

Member Avatar for Reverend Jim
0
26
Member Avatar for massivefermion

I'm learning nodejs(and I like it!). I tried to figure out how to have shorter alias for `console.log` and I found out that I can use `var cout=console.log` and use `cout('[string]')` from then on. Then when I wanted to use `process.stdout.write` and I tried to make a short alias for …

Member Avatar for Bhavika_1
0
299
Member Avatar for Dani

We host some page resources, such as fonts, on a different subdomain (e.g. webpages are at www.daniweb.com and resources are at cdn.daniweb.com) An HTTP header of `access-control-allow-origin: *` is being sent from all cdn.daniweb.com requests. When inspecting indexed pages from Google Search Console, from the URL Inspection tool I click …

Member Avatar for bijutoha
2
53
Member Avatar for Paulmescal

"Hello everyone, I'm currently working on developing a shopping app, and I'd like to gather some insights from the community. What do you believe are the essential key features that should be considered when developing a shopping app? Your expertise and suggestions would be greatly appreciated. Thank you!"

Member Avatar for khushnuma_1
2
200
Member Avatar for Christian Andre
Member Avatar for Smbom

I'm also doing SEO for our company's website, but I'm kind of newbie in this industry, so is there anything special I should pay attention to doing SEO?

Member Avatar for synkli
2
195
Member Avatar for pallavi2501

I’m looking for practical advice and best practices that can help improve a site's speed, considering factors like image optimization, code minification, and server response times. How do you balance performance improvements with maintaining a rich user experience? What tools or techniques have you found most useful in diagnosing and …

Member Avatar for Synergy_1
1
75
Member Avatar for fowokov687l

I wanted to set up a nextcloud server so that I can remotely access my cloud without relying on outside servers. I am using ubuntu linux.

Member Avatar for Dani
1
104
Member Avatar for dot LI

Hi All, I have a dedicated server with a company with poor technical support. Can anyone suggest a server company? Thanks, Jim

Member Avatar for Dani
0
32
Member Avatar for usmanmalik57

Retrieval augmented generation (RAG) allows large language models (LLMs) to answer queries related to the data the models have not seen during training. In my previous article, I explained [how to develop RAG systems using the Claude 3.5 Sonnet model](https://www.daniweb.com/programming/computer-science/tutorials/542136/retrieval-augmented-generation-with-claude-3-5-sonnet). However, RAG systems only answer queries about the data stored …

1
91
Member Avatar for maaz_5
Member Avatar for Ryan Morgan

Hello, I have encountered an unpleasant event. My external hard drive has stopped working. The disc is no longer readable . When I connect the disc to my computer, the system asks me to format it. There are very important files on the disc. Does anyone know how to help …

Member Avatar for astroraamaji
3
384
Member Avatar for Harvey_6

Anyone who can help me out with this? I've working on my website since this year and I don't have that much knowledge.

Member Avatar for QuintinFields
0
106
Member Avatar for andrewecook

How can I be benefited from social listening tools and software? What strategies and techniques should I follow my ecommerce business?

Member Avatar for Pelorus_1
1
165
Member Avatar for Arther_1

Hey everyone, I'm curious if anyone here has experience with HARO link building service? I've heard it’s a great way to get high-quality backlinks from top-tier publications like Forbes and The New York Times. Does it really help with SEO and brand visibility? Any tips on making the most out …

Member Avatar for Dani
0
68

The End.