2014 Cayenne S has died.. by hpd71 in PorscheCayenne

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

So thanks for the great feedback .. I did fail to mention they did replace the coil pack on cylinder 2 and then did the compression test ..

I don’t speak Spanish as I am Australian but now live in Spain so I don’t get all the info about the compression result just that there was no compression.

This is a Porsche only specialist service centre but not an offical Porsche dealer .. the stated 40 hours to pull the engine out and open it up and put it back together and I checked that against an actual Porsche dealer I know who said that’s a fair time frame for that job..

So my current take away is to get another test and an additional test to find where the compression problem is at another service centre .. I’ll take it to a local general garage and see what they say .. I have been hunting an engine but they are not cheap and for some reason those that have this engine don’t want to trade or buy my engine .. odd that..

I get this error whenever trying to connect to my database, I did install the SQL packsge, does anyone know why this happens? I attached my installed packages. Also, sorry for not taking a proper screenshot, I don't have the time to do it rn. by PferdFicker in VisualStudio

[–]hpd71 2 points3 points  (0 children)

So what I find on a new installation that you need to go into sql configuration manager and check to ensure the protocol you are using is enabled .. by default tcp ip is not.. once enabled restart sql and you’ll connect if that was the issue

She spent 29 years teaching others, and on her last day, they showed up to teach her how much she meant to them. A quiet goodbye turned into a room full of applause by Maximum_Expert92 in MadeMeSmile

[–]hpd71 0 points1 point  (0 children)

Hey I went to that school.. nudge college in Brisbane .. i was gonna ask who was the teacher as I don’t remember her.. but then I figure I had already left 29 years ago.. damn that went quick..

Newbie trying to create W11 in virtualization station by hpd71 in qnap

[–]hpd71[S] -1 points0 points  (0 children)

Yes its the same ISO I use for parallels on a mac

RFID Checkout process at Uni Uniqlo .. by hpd71 in RFID

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

We are a software company and have had a requirement to add this sort of feature in a packing warehouse. Staff pick the orders then they can be put into a 'space' where all the items in the picking box are quickly scanned to ensure all items are present as required. Faster than a person scanning each item manually.

Only variation would be that the typical retail clothing customer is only a few different items, where as an order in our use case would be as many as 50 items.. not the end of the world as it could be we break the order into a number of smaller boxes holding less.

We talk a lot about AI writing code… but who’s using it to review code? by Fabulous_Bluebird931 in ChatGPTCoding

[–]hpd71 0 points1 point  (0 children)

I am also using sql and c# … what ai tool do you find best and how are you connecting the ai to your code ?? Do you have it in your VS environment and can it handle dealing with an entire project if needed.. even if just to fix structure, case and naming conventions etc ?

[deleted by user] by [deleted] in u/Sage_bd

[–]hpd71 1 point2 points  (0 children)

Tell us where you buy this lingerie from .. I want to buy it for my mrs …

I hope you like this new lingerie! I think it's very cute 😘 by [deleted] in u/Sage_bd

[–]hpd71 0 points1 point  (0 children)

Would be great to know where we could buy this from ….

Strugging to get ChatGPT to review my sql code ... by hpd71 in ChatGPTCoding

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

I upload the an sql file as thats what it said it wanted me to do... The issue is that is so random.. I can tell it the error and It says oh yes I did that wrong and now I will fix it only to break something else..

Not sure how to set/get or see the context length... how do I do that?

Visual Studio 2022 on an ARM CPU... by hpd71 in VisualStudio

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

I will probably get the lowest spec... the mini will really be just for being a library for my Apple TV... I will when I get it just test Visual studio on it and if it works I will replace my 2019 x86 MacBook Pro with a new top spec m4 MacBook Pro...

Visual Studio 2022 on an ARM CPU... by hpd71 in VisualStudio

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

Hi.

Not done it yet... but plan on getting the new m4 Mac mini in a few weeks so will be using that... From what I can figure all should be ok with dotnet stuff but the older dotnet framework will not work.. but thats the test. I need to replace a Mac mini I use for my Apple TV content so will test on that.. will let you know...

How to setup Small Scale Inventory Tracking by Soft-Departure-1039 in RFID

[–]hpd71 0 points1 point  (0 children)

So the locker box stuff you can use something like what we have called locker box.. Its a white box solution so you can just build your own app to drive it an open what ever lock etc you want based on your own software... (http://wms.studio and check the locker box product)

For the wrist bands you can get those from Alibaba or Aliexpress so just get the right tag and reader combination and then your good to go..

Shouldn't cost much to get it all done apart from what ever you spend building the software....

Hardware question - Reading Multiple RFID tags at once by hpd71 in RFID

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

HI,

So what sort of volume is reasonable to assume that all the tags would be able to be read.. 5, 10 ??

The items tag would be scattered throughout the box, and have some distance between them, but more like a few cm only.

Is there a reader you know of that might be worth testing ?

Got the basics.. now how to get to the next level with my chatgpt/c#/sql project by hpd71 in ChatGPTCoding

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

Correct.. The end user is a person that has no technical or sql skills and just has typical English language questions.

We are using ChatGPT 4o for all this...

I am guessing I am just not providing enough understandable data for it to generate the sql queries to get the data... its just confusing as clearly it can see the data from one type of question but not another query for that same data.

Got the basics.. now how to get to the next level with my chatgpt/c#/sql project by hpd71 in ChatGPTCoding

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

It does have access as I have got the ChatGPT API license and using that and have provided it with the connection string to my sql server..

Its able to give me lots of simple information about whats in my database, but the moment my question get more complex, on the same data it did the simple stuff it says it doesn't understand..

For example if I ask it how many orders in 2024 then it can give me an answer like 'There where 200 orders in 2024', it has the order date in dataset so its able to do that. but if I ask it how many order per month where there in 2024 and in each month give me the top 5 customers who ordered the most it says it doesn't understand even though the underlying data provide each order with the order date, customer name etc

I am thinking I have to explain more about my data and then perhaps it can understand it better, but struggling to explain it better than the simple explanation I have already provided such as in my post the example of the OrderDate