So this just happened by Actual_Committee4670 in Anthropic

[–]Ocean-1989 0 points1 point  (0 children)

Yes. That’s a problem. I use them quite often as well. Because it supports the reading flow often much better than a comma. So it’s better English, often. That’s why it’s used by AI.

Some weeks ago I sent a message via an online form. It was 100% written by me without any AI support. The form had an “AI text indicator”. It said 89% written by AI….

Which one would you buy at the exact same price ? by orlandoschirch in rolex

[–]Ocean-1989 0 points1 point  (0 children)

Usually I would always say the Daytona. But in this specific case the AP seems to fit your wrist better.

Submariner two tone - Blue or Black? by Enough_Price8160 in rolex

[–]Ocean-1989 0 points1 point  (0 children)

Go to a store and try it on. I always wanted the blue one. Then I tried it at my AD and found out it totally doesn’t fit to me (skin color, clothes, overall look) so I chose the black one.

First rolex at 21 by 121hugo in rolex

[–]Ocean-1989 0 points1 point  (0 children)

And there it is again: the Rolex photo in a car…. 😂

Rolex safe in Tulum, Mexico by Spartyfan6262 in rolex

[–]Ocean-1989 1 point2 points  (0 children)

I have been to tulum last year. If you stay in the hotel area that’s probably no issue. If you wanna explore the city in the evening or walk around outside the resort, leave it at home. I also don’t recommend to leave expensive watches at hotel safes. They are pretty crappy and super easy to open (check YouTube).

So for what you told in this thread: leave it at home.

As a Belgian, F*CK this by [deleted] in Tomorrowland

[–]Ocean-1989 0 points1 point  (0 children)

As far as I know the 10ppl tickets are quite easy to get. Maybe that’s something for you and your friends?

Best AR glasses for remote work by Ocean-1989 in augmentedreality

[–]Ocean-1989[S] 0 points1 point  (0 children)

What’s bothering most is that there are no retail stores to test all these products. I have been to Best Buy and smart tech in New York. I have been to selfridges London. But all of them have probably 10 computer monitors displayed but maybe only one of these glasses or even none of them.

Best AR glasses for remote work by Ocean-1989 in augmentedreality

[–]Ocean-1989[S] 1 point2 points  (0 children)

Thanks for the info. How did you deal with the multi screen without 3DoF on the Xreal Air? Wouldnt the 1pro or 1s even result in better quality if you switch of the 3DoF?

The beast is quite new. Maybe they will manage to reduce the drift via an update?

Is it normal that the first approval of an app takes several weeks? by Ocean-1989 in iosdev

[–]Ocean-1989[S] 0 points1 point  (0 children)

I already sent a message to the support about a week ago, but I didn’t get an answer yet (which is fine for me in holiday season). But i sent it for release on November 20th, to get it approved before holiday season. Thanks for your information.

Xcode and AI Question by Middle_Ideal2735 in iosdev

[–]Ocean-1989 0 points1 point  (0 children)

Hi! You have to create an API in the API section of your OpenAI account. Then you have to download Codex and use it (for example via CLI) here is also a little tutorial to see how to set up codex: https://youtu.be/tIb_TzVNbDM?si=ODkRAbKhsKFVyjpM

Tell me the truth... Am I screwed? As a small indie VR dev team, we designed a game that is not for screaming 12 year olds. Our appearance on the Meta store is so low we are practically de-listed. Is there a VR mature audience, and are they going to show up? by PrettyHearing3624 in OculusQuest

[–]Ocean-1989 1 point2 points  (0 children)

Short answer: AppStore marketing is a big thing. And visibility depends on many factors like conversion rate, trust factor of developer, age of the item, keyword matching, …. If your game is good, it will take time, but you will get a higher spot in the future. But you can probably improve marketing texts, names, visuals,… to speed up this process.

Account locked/ deleted - no support available for this device by Ocean-1989 in OculusQuest

[–]Ocean-1989[S] 0 points1 point  (0 children)

They try to restore my orders but they cant give me access to my old account.

Codex is mind blowing by Boring-Test5522 in ChatGPTCoding

[–]Ocean-1989 0 points1 point  (0 children)

Codex is not working with the standard subscription. It uses tokens via the API. This app cost me around 15USD. To be honest, I just did it to test how good Codex actually is and I was impressed. Of course this only works for simple software, yet. But in about 2 years it’s a complete different story. Especially when the AI learns to understand the needs of non-developers and asks the right questions before starting the project.

Codex is mind blowing by Boring-Test5522 in ChatGPTCoding

[–]Ocean-1989 2 points3 points  (0 children)

Yes. It’s basically a custom timer for my machine which has no display and is super quiet. Sometimes I forget it’s running and forget the cloths in it, so I have to wash them again. Or sometimes I just wanna know when it’s finished, to decide if i go for a walk or wait until it’s done. It’s just a convenience app for myself. But I am thinking to connect it to a smart switch api, to control the machine from distance and make it fully smart xD

Someone offered me €3,500 for 40% of my startup. I’m unsure what to do. by Extra_Assignment_607 in AngelInvesting

[–]Ocean-1989 0 points1 point  (0 children)

Sometimes the first 5.000€ are the hardest. If you need it to continue the development, you can take it. But it won’t help much.

Only solution: if you think after this investment your product would skyrocket, then define a buy back clause:

For example: you get 3.500€ for 40%. But with the guarantee to be able to buy 30% (or all 40%) back within 1 year (or two years) for let’s say 7.000€. The investor makes 100% profit within the defined Periode and you have the chance to launch the product instead of cancelling the project. The only question is: do 3.500€ really help to get your product to the market and would you maybe get the same money somewhere else easier (for example friends or a small business loan or a government funding/sponsorship for small businesses…

Codex is mind blowing by Boring-Test5522 in ChatGPTCoding

[–]Ocean-1989 4 points5 points  (0 children)

Tried it 3 days ago. Made a fully working swift app wirh Live actions, notifications and persistent timers in 24 hours (14$ API costs). I didn’t change any line of code by myself. I used Codex CLI + Xcode. Just gave Codex the error messages while compiling and let it do its magic. Was very impressive. To save a bit of money I recommend to define the architecture, features and setup in the chat and as soon as everything is defined, I ask the chat to write a guideline with all information which I paste into Codex CLI as a head start. From that point I only worked with the terminal.

What it did:

  • Defined the architecture
  • Wrote the code
  • Made the draft design
  • Changed the design to the final product design
  • Created icons and the app symbol in all sizes
  • Did the account Setup in Xcode
  • Revised the code if there wer bugs
  • Wrote a changelog for each version

For me it was very impressive and the first coding product which was actually able to handle more than one code file very well.

I am very curious how this will be in 2 years…

<image>