• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Mastodon vs. Twitter

    The headline I seeing is "Racist, antisemitic tweets quickly spread after Musk Twitter takeover". Also, the debacle of the verified accounts damaged some companies. Headline: "Fake Eli Lilly Twitter Account …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Mastodon vs. Twitter

    I'm not understanding the recent obsession with companies switching their social presence from Twitter to Mastodon. Whatever you think of Elon Musk, how does that affect someone's day to day …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in ChatGPT to answer Question Hub

    If Google doesn't pickup an AI system soon, someone else will. I already have a good idea that programming as we once knew it may be changing before our eyes. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching ChatGPT to answer Question Hub

    As you may know, [Google Question Hub](https://questionhub.google.com/) lets you type in keywords or topics you wish to write about on your site, and you're presented with a list of questions …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Duel Boot Windows 10 & 11

    I'd like to hear more why this is needed. W11 is pretty much a warmed over W10 and now that I know how to have local logins (middle finger to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Duel Boot Windows 10 & 11

    From what I've experienced I have to install from oldest Windows to newest and leave unpartitioned space for the next Windows. As such I turned to google searches to find …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Duel Boot Windows 10 & 11

    I've got a Windows 11 laptop but I need to set it up as a dual boot for Windows 10. The only dual boot I've ever done was Linux/Windows, I've …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Access protected data response by UPS address validiator

    With a nod to https://www.smarty.com/articles/ups-address-validation you do realize the agreement states this is only to be used for packages you'll ship with UPS? There are also other issues such as …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Access protected data response by UPS address validiator

    I am using gabrielbull/ups-api for validating user address if a user provides an address I verify weather the address is correct or not I am using a got and getting …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in tar vulnerability

    It's been over a decade but in an old PalmOS app I used tar files for the client to supply their own updates. As such I wrote my own tar …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in tar vulnerability

    Links only? Why? Tell us about this in your own words.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching tar vulnerability

    .tar vulnerability https://github.com/dalmat501/https-github.com-dotnet-runtime/pull/1/commits/2c9ef4796667b3a2443c11ea24a96d40199b3606 https://github.com/advisories/GHSA-gw9q-c7gh-j9vm
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where to host my MP4 files

    Try that. It's usually not the size at issue but the encoding. In short certain encodings can't stream. By stream I mean that the video player could begin playing the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How To Solve Android Studio Gradle Build Failure

    Without detail, you can't expect a good answer. The build failure can be caused by too many things that it would be a long list that you should be working …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How To Solve Android Studio Gradle Build Failure

    Oh, I've crossed the streams and reality is about to implode. I just realized you posted over at https://www.techrepublic.com/forums/discussions/android-studio-with-gradle-build-fail-problem/ too!
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How To Solve Android Studio Gradle Build Failure

    No. I can't start because of the lack of detail. When you write about an error, take the time to share what the said exactly. Also, how would I duplicate …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How To Solve Android Studio Gradle Build Failure

    I was trying to make an app On Android Studio. During the making of the app on Android studio, it gives an error. The error was about the Gradle bundle …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where to host my MP4 files

    Exactly what I hear when folk start learning about containers and encoding. MP4 is not a format, it's a container. Spend some time learning this so you can start trying …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 'API' object has no attribute 'search'

    Thanks Dani, I went to the tweepy docs and couldn't find it. I stopped there and didn't see if there were older docs. Maybe it's another case of deprecation.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in 'API' object has no attribute 'search'

    I can't find api.search in the documentation. Care to tell where I should look for this?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching 'API' object has no attribute 'search'

    AttributeError Traceback (most recent call last) <ipython-input-9-4152b890358f> in <module> 20 t = [] 21 ---> 22 for tweet in tweepy.Cursor(api.search,q=search_key,count=1000,lang="id",since="2022-11-10",until="2022-11-20").items(): 23 print(tweet.created_at,tweet.id,tweet.user.name,tweet.text) 24 c.append(tweet.created_at)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in module 'csv' has no attribute 'Writer'

    Is there a file called "csv.py" in your system? Why? Read https://bobbyhadz.com/blog/python-attributeerror-module-csv-has-no-attribute-writer. Also, what Dani wrote!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching module 'csv' has no attribute 'Writer'

    AttributeError Traceback (most recent call last) <ipython-input-1-2b6855960796> in <module> 15 csvFile = open(search_key+".csv","a+",newline="",encoding="utf-8") ---> 16 csvWriter = csv.Writer(csvFile) 17 c = [] 18 i = [] AttributeError: module 'csv' has …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Where to host my MP4 files

    I won't write at length here but a lot of the delays I've seen is due to the video encoding. MP4 is a container and supports many encodings. Reference: https://www.w3.org/2008/WebVideo/Fragments/wiki/State_of_the_Art/Containers#:~:text=MP4%20can%20contain%20video%20and,TwinVQ%2C%20Vorbis%20or%20Apple%20Lossless. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Where to host my MP4 files

    I have a website that have 6 videos from +500MB to +1GB i have uploaded them my other hosting which is not same as the website thinking it would not …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Optimize my website snsthegame.com

    Who is Sikander Zaman ?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Optimize my website snsthegame.com

    Hello, I have built a game station here, can you help me see what optimizations
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in IOS development Ble Hid, need to apply for hid authorization from Apple?

    Given the lack of detail, I can only wish you the best. The article I linked to has instructions on how to contact Apple.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in IOS development Ble Hid, need to apply for hid authorization from Apple?

    I think you've been posting about Bluetooth but I can't quite get a picture of what you are trying to do. A few times you did ask something that looks …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching IOS development Ble Hid, need to apply for hid authorization from Apple?

    IOS development Ble Hid, need to apply for hid authorization from Apple?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Whatsapp is a freak now a days

    Since no one here writes or maintains Whatsapp you should report such troubles to the maker. But I do use Whatsapp on Opera and it seems fine. Try that next.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Whatsapp is a freak now a days

    My System Model is HP EliteBook 840 G3 and core i5 On my Laptop this WhatsApp/WhatsApp Beta is literally not running. When I open WhatsApp/WhatsApp Beta It just only show …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open webcam from browser javascript

    To me it shows this is not a code issue. Just how modern(?) browsers work now. In other words, nothing broke in your code. What you might have to do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open webcam from browser javascript

    It's a longshot but I do see permissions and more seem to sync on Chrome from my phone to PC. By server I don't mean your web server but Chrome's …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open webcam from browser javascript

    Exploitable items like this get patched all the time. You claim it used to work so along with you clicking DENY I don't see why you would change your code …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Stefce in Open webcam from browser javascript

    Yes thats correct behavior but i restarted the devices and its still not working. And plus i have called my friend to check and he reported back the same How …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open webcam from browser javascript

    If you clicked Deny then I see nothing wrong with it giving up this error. But, and this is a stretch, Chrome has a habit (feature) of syncing across machines. …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Open webcam from browser javascript

    From the web: "Recent versions of browsers have stopped exposing the camera API when HTTPS is not used." And the error you reported can be the result. I can't know …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Open webcam from browser javascript

    I am trying to open a camera on a browser with javascript i have this code and it was working yesteday but when i tried today to open through mobile …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I get the physical button of a connected Bluetooth device?

    My question stands. You can dig into the devkit but I see this as a possible security issue. Just because you want to do something on iOS doesn't mean it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I get the physical button of a connected Bluetooth device?

    iOS is secured against many things. Such as an app changing this. It would be a bad thing to allow apps to change from a security standpoint. So before I …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I get the physical button of a connected Bluetooth device?

    How do I get the physical keys of a connected Bluetooth device and set system related functions for the keys As shown here: ![IMG_57177A6B2642-1.jpeg](https://static.daniweb.com/attachments/4/7aa01a1f769619a4221e30317b5f9f83.jpeg) ![IMG_5E8A6E9B5D86-1.jpeg](https://static.daniweb.com/attachments/4/bd4254b2df72e705ffcdef69b223fa6a.jpeg) ![IMG_26BB5884272B-1.jpeg](https://static.daniweb.com/attachments/4/d7de67d43f5a4254a7ae3be5f837f7b8.jpeg)
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to peter.ding in objective-c to get Bluetooth device data (ble hid) demo

    Why does the IOHIDDevice interface not support IOS or am I doing it the wrong way? Is there a library of official standards?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in please help this project due next week

    Lines 59 to 61 look dangerous for any version of VB. That is, that could seems to make an infinite number of message boxes but never exits so the boxes …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching please help this project due next week

    hi I'm new to coding, I'm have a Visual Basic project for the memory game. it basically lets the player flips over 2 cards, if those 2 cards match, they …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in objective-c to get Bluetooth device data (ble hid) demo

    Small world. I was working with a company back in 2009 and we wanted to move off the Palm Pilot to a smart phone which there were not a lot …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching objective-c to get Bluetooth device data (ble hid) demo

    I have a requirement that says something like this, I need to make an ios app that reads the hardware data that's being sent, it's ble hid based, and now …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Do you think you can create a game with Python Programming Langauges?

    Actually, the game is usually not the goal itself but learning how to program. Let's take a look at Tic Tac Toe at https://rosettacode.org/wiki/Tic-tac-toe and we see about 70 languages …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Do you think you can create a game with Python Programming Langauges?

    So here, I am gonna to ask developers around which is the most popular language is used to develop a game for students or professionals.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to borobhaisab in Login With Prepared Statements Mysqli_Stmt_Num_rows() Function

    @dani Do you know how to sue the mysqli_stmt_num_rows() function since you use pdo instead ?

The End.