Search found 1769 matches

by Keya
Tue Nov 14, 2023 2:46 pm
Forum: Off Topic
Topic: Space time - simulation
Replies: 18
Views: 2388

Re: Space time - simulation

*scratches head*
by Keya
Wed Nov 08, 2023 8:03 pm
Forum: Off Topic
Topic: Space time - simulation
Replies: 18
Views: 2388

Re: Space time - simulation

absolutely beautiful coding
by Keya
Wed Nov 08, 2023 7:59 pm
Forum: Off Topic
Topic: Universal C Decompiler (Open Source)
Replies: 8
Views: 1816

Re: Universal C Decompiler (Open Source)

HexRays in IDA works on any Windows x86/x64 executable regardless of what language it's compiled in, because it converts assembly to C pseudocode. It can for example convert a Visual Basic executable to C pseudocode. There are obfuscation tricks you can use to help thwart this and make it more diffi...
by Keya
Wed Nov 08, 2023 7:12 pm
Forum: Off Topic
Topic: ESA's Euclid space telescope - telemetry software
Replies: 6
Views: 822

Re: ESA's Euclid space telescope - telemetry software

yep that would be something like 24494 x 24494
by Keya
Wed Nov 08, 2023 1:24 pm
Forum: Off Topic
Topic: ESA's Euclid space telescope - telemetry software
Replies: 6
Views: 822

Re: ESA's Euclid space telescope - telemetry software

btw, each image it takes is over 600 million pixels. I just threw my phone in the toilet
by Keya
Wed Nov 08, 2023 12:40 pm
Forum: Off Topic
Topic: ESA's Euclid space telescope - telemetry software
Replies: 6
Views: 822

Re: ESA's Euclid space telescope - telemetry software

Here's one of it's first images revealed today - the Horsehead Nebula. (I think they should've called it the Seahorse Nebula). The science can now commence :)

Image
by Keya
Wed Nov 08, 2023 12:09 pm
Forum: Off Topic
Topic: ESA's Euclid space telescope - telemetry software
Replies: 6
Views: 822

Re: ESA's Euclid space telescope - telemetry software

Here's one of their first images they took ..... clearly an anomaly!!! https://i.postimg.cc/Hks3DSTF/euclidbug.png But a team of software engineers managed to figure out a solution, problem solved, and now they have just beautiful pristine images similar to James Webb :) (both Euclid and James Webb ...
by Keya
Wed Nov 08, 2023 9:29 am
Forum: Off Topic
Topic: ESA's Euclid space telescope - telemetry software
Replies: 6
Views: 822

ESA's Euclid space telescope - telemetry software

Telemetry software of ESA's Euclid space telescope. I thought this was beautiful and very cool, you don't get to see these very often. I captured the image from today's presentation by the European Space Agency (ESA) release of the first images from the Euclid space telescope. The forum software has...
by Keya
Fri Sep 09, 2022 1:58 pm
Forum: General Discussion
Topic: Should PureBasic become my main development system?
Replies: 22
Views: 2805

Re: Should PureBasic become my main development system?

This doesn't answer your question, but in regards to IDE's, Visual Basic 6 is still the easiest IDE ive ever used, I think IDE developers can still learn a LOT from it
by Keya
Fri Jun 10, 2022 12:05 pm
Forum: Coding Questions
Topic: Can i load a 10gb database with 8gb RAM?
Replies: 5
Views: 583

Re: Can i load a 10gb database with 8gb RAM?

but can I execute each instruction of such a large database when the database is larger than my amount of RAM? does the database manage some sort of hard drive cache system?
by Keya
Fri Jun 10, 2022 11:43 am
Forum: Coding Questions
Topic: Can i load a 10gb database with 8gb RAM?
Replies: 5
Views: 583

Can i load a 10gb database with 8gb RAM?

Im relatively new to databases, im just wondering if I can load say a 10gb SQL dump (basically just "INSERT" statements) if i only have say 8gb of RAM? If not, how to approach this?
by Keya
Mon May 09, 2022 12:07 pm
Forum: Off Topic
Topic: Will the Sun really burn the Earth?
Replies: 5
Views: 762

Re: Will the Sun really burn the Earth?

With this force of gravity, it is not unlikely that the earth will pull the sun towards it.
perhaps the gravity of the smaller body will pull the larger body towards it, but the larger body would be pulling the smaller body towards it more
by Keya
Mon May 09, 2022 11:27 am
Forum: Off Topic
Topic: Will the Sun really burn the Earth?
Replies: 5
Views: 762

Re: Will the Sun really burn the Earth?

punak wrote: Mon May 09, 2022 9:29 am I think Earth's gravity can pull the sun towards it
Not the other way around? (gravity is from mass or energy ... the Sun is greater)
by Keya
Mon May 09, 2022 4:54 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 148428

Re: PureBasic 6.00 Beta 7 released !

using the C compiler finally worked with one module but it took 10 minutes to compile. I think all the background tasks on my PC at work are interfering.
Maybe it'd be good to have the compiler launched with elevated process priority, eg. "Above Normal" in Windows
by Keya
Sun May 08, 2022 7:00 am
Forum: Feature Requests and Wishlists
Topic: Implement a full SSL/TLS library
Replies: 65
Views: 9184

Re: Implement a full SSL/TLS library

It's 2022 , we need the ability to easily talk to web servers that are secured by HTTPS ... which is pretty much all of them. In many ways this is probably the biggest NECESSITY for programmers of any language in this modern networked age - access to transparently use network protocols without havi...