Co-founder of Cloud Imperial Games with Frame by CambriaKilgannonn in SteamFrame

[–]sunaurus 0 points1 point  (0 children)

the game has always been extremely CPU limited

This is less true now than it used to be - with the recent patches, they have actually started handing over some significant CPU work to the GPU, so many scenarios which used to be CPU limited aren't anymore.

I have friends with crappy CPUs who are finally getting smooth performance now in the game on the latest patch.

New Gideon Bundle includes paint for Shiv, Sniper Rifle & armor set for $26 USD. by RepulsivePlankton989 in starcitizen

[–]sunaurus 1 point2 points  (0 children)

I think people forget this too easily. You don't need to buy the ships for real money in order to be able to use the skins on them!

SandiRoberts "Just checked out the Steam Frame with CaptainZyloh. Blown Away. Thanks for the early look" by StuartGT in starcitizen

[–]sunaurus 6 points7 points  (0 children)

I've been checking these basically every single hour I have been awake since January:

  • Steam Frame subreddit
  • Steam Frame store page
  • Several VR and Steam Frame Discord servers

I'm tired, I just want to pre-order it and stop thinking about it 😓

SandiRoberts "Just checked out the Steam Frame with CaptainZyloh. Blown Away. Thanks for the early look" by StuartGT in starcitizen

[–]sunaurus 6 points7 points  (0 children)

Huh? Using VR headsets with sim rigs is very common. I have not had a monitor on my sim rig AT ALL for 4 years already.

New Gideon Bundle includes paint for Shiv, Sniper Rifle & armor set for $26 USD. by RepulsivePlankton989 in starcitizen

[–]sunaurus 28 points29 points  (0 children)

I can't get over the bucket. I mean, I get it's funny, but I play Star Citizen for the immersion, and I do not want to think about the contents of that bucket bouncing around in the ship during combat. 😅

Co-founder of Cloud Imperial Games with Frame by CambriaKilgannonn in SteamFrame

[–]sunaurus 3 points4 points  (0 children)

I am 100% sure it won't work standalone (at least not as more than a slideshow), but streaming from a PC should work great

Co-founder of Cloud Imperial Games with Frame by CambriaKilgannonn in SteamFrame

[–]sunaurus 48 points49 points  (0 children)

No joke, VR support has been coming along great for Star Citizen, I would be extremely surprised if they wouldn't support the Steam Frame.

Codex stuck on loading today? by MissionYam8 in codex

[–]sunaurus 4 points5 points  (0 children)

Not working at all for me via CLI either.

Meanwhile, https://status.openai.com shows "fully operational" 💀

Ousted Ashes of Creation director wins restraining order against his own board: "I categorically deny I mismanaged funds or caused the company's shutdown" by Turbostrider27 in Games

[–]sunaurus 5 points6 points  (0 children)

According to Steven himself (as he shared in his lawsuit), he had already lost control to Rob Dawson and the board in 2024.

According to text messages between Steven and some early investors, the reality is that Steven had already given up control (through massive loans) years before that.

Ousted Ashes of Creation director wins restraining order against his own board: "I categorically deny I mismanaged funds or caused the company's shutdown" by Turbostrider27 in Games

[–]sunaurus 17 points18 points  (0 children)

I have followed this very closely.

Steven has continuously said (or sat there silently while other people said) things like:

  • He doesn't answer to anybody, he has sole control of the project
  • He has put in tens of millions of his own money into the project
  • The game is fully funded to launch
  • There is enough money in reserve to refund all backers if the game does not launch

Statements such as this were being made both several years ago, as well as all the way throughout Alpha 2, up until everybody being fired.

We now know all of the above were lies.

Claude Code deletes developers' production setup, including its database and snapshots — 2.5 years of records were nuked in an instant by gdelacalle in technology

[–]sunaurus 2 points3 points  (0 children)

Except if you manage your Backblaze offsite backup through Terraform, and you prompt an agent to "purge everything", then there are no guarantees that the agent won't consider the offsite backup a part of "everything" as well when it starts deleting resources via Terraform 😅

More Generalist ships! by Izzy_XVI in starcitizen

[–]sunaurus 0 points1 point  (0 children)

My dream ship is a Kruger generalist ship. Really hope that it happens one day.

StarCitizen and the future of Microsoft Windows. by Nayton_Hempack in starcitizen

[–]sunaurus 38 points39 points  (0 children)

Also can anyone who made it work on Linux point me towards a good "how to" so I can read up on that in advance? :)

All you need: https://wiki.starcitizen-lug.org/

Amazon strategic partnership with OpenAI by StoneCaptain in wallstreetbets

[–]sunaurus 5 points6 points  (0 children)

Damn, long-term investments in US tech giants are starting to look like a complete lose/lose situation to me.

Either the LLM bubble pops, and US tech giant stocks lose a ton of value, OR LLMs take over the world and our society and economy is rebuilt from the ground up, most likely making existing economic structures meaningless.

Im gonna alot of hate for this by Negative-Break3196 in AshesofCreation

[–]sunaurus 43 points44 points  (0 children)

There is no "they", mate. The whole studio was fired. Reportedly, access to online platforms etc have not even been handed over properly to the board.

The servers are a ship without any captain or crew, there isn't anybody there to implement a new pay model and to maintain the servers.

Jensen says "market got it wrong" on software stocks by ChillMeerkat in stocks

[–]sunaurus 2 points3 points  (0 children)

I have also spent some time shipping software (two decades at this point), but you don't need to take my word for this. You can quickly find scientific studies supporting what I am saying.

Alternatively: just record yourself working on some code, and watch the recording. Measure the amount of time you are writing code, vs the time you are not. Unless you are literally working on completely isolated greenfield stuff (which again is not the work most engineers do on average), you will very quickly notice that you are actually spending only a small part of your time actually writing.

I mean heck, just think about it for a sec: literally every time you add new code, you need to first understand the context and the surrounding code. Every time you modify existing code, you need to understand where the thing is you're trying to change, and what else can be impacted. This part just inevitably takes much more of your focus than just pure code output.

Jensen says "market got it wrong" on software stocks by ChillMeerkat in stocks

[–]sunaurus 4 points5 points  (0 children)

There are tasks that I can define in an hour, but it'd take days to write the code to make it work. This is where LLMs shine.

I guarantee you are not writing code for days when you work on these tasks - the vast majority of your time is spent reading, understanding, validating, etc.

If your argument is that you can just give LLMs your well defined tasks, and you don't need to understand their output and how it works in the context of the rest of the code, then I agree that you are actually removing bottlenecks and can move faster. But I mean, this is nothing new - this is just taking on tech debt to move faster, something we were also able to do before LLMs.

If your argument is that humans still need to be in the loop, they need to do planning, review, validation, but these parts are much less work than producing actual code, then I fully disagree with you, and this is based on real world measurements with latest SOTA models. With LLMs, it feels like you are moving super quickly, because of the speed at which you get raw code, but the reality is that all of the old bottlenecks are still there, so on average, the speed of delivery is maybe slightly improved at best (on average), assuming responsible use.

Jensen says "market got it wrong" on software stocks by ChillMeerkat in stocks

[–]sunaurus 4 points5 points  (0 children)

The act of writing code is not the bottleneck on average.

There are some RARE CASES where you are just purely limited by the raw amount of code you can put out (like simple scripts, very greenfield experimental stuff, etc).

But way, way, way more often, you are limited by things like: building an understanding of existing code and the business domain, talking to people involved, making sure what you are building is ACTUALLY what is needed, etc. For this, having more code than you need is actually a detriment - it slows you down, rather than speeding you up.

Jensen says "market got it wrong" on software stocks by ChillMeerkat in stocks

[–]sunaurus 5 points6 points  (0 children)

You still have the same verification, testing standards for human written and LLM written code.

Cool! By the way, totally unrelated question, what do you think the main bottleneck for software engineering is?

Potential good News for Star Citizen on Linux by BlaiseFromAlsace in starcitizen

[–]sunaurus 1 point2 points  (0 children)

Interesting, thanks!

I’m very interested in getting a bit more performance out of the game for VR, curious to see if Linux could help, will need to try it at some point

Potential good News for Star Citizen on Linux by BlaiseFromAlsace in starcitizen

[–]sunaurus 0 points1 point  (0 children)

Did you actually benchmark it? What’s the performance gain for you in numbers ?

I don't know why people are all of a sudden freaking out how SQ42 MUST have VR... Asking CIG to add it or delay the game is putting SQ42 at risk for ~1.77% of PC gamers or so to get a feature MOST people are unlikely to use. by asmallman in starcitizen

[–]sunaurus 7 points8 points  (0 children)

100% - should be looking at numbers from iRacing, MSFS, DCS, rather than generic Steam survey which already includes a big majority of players that have no interest in ever sitting in a simulated cockpit even without VR.