-
Posts
3,825 -
Joined
-
Last visited
Everything posted by Nuke
-
2+2=5 big brother said so.
-
spiders dont bother me, i dont mind a few of them in the house to kill all the other bugs that bug me, like gnats and skeeters.
-
Windows 10 updates can disable pirated games and unauthorized hardware
Nuke replied to rtxoff's topic in The Lounge
i dont steal games, but i do like to strip out the drm from games that ive purchased, usually for usability constraints. for example the huge collection of cds for 90s games that i have, those have to be virtualized because my rig has no optical drive (which i consider obsolete). for some games which i can break cd locks with 3rd party patch, i use that so i can just run them directly from the hard drive without keeping a virtual disc on file (they take up a lot of drive space). in some very rare cases i will use pre-cracked versions of software (of which i own a disc) downloaded from irreputable sources, usually when the drm is excessively evil (like starforce). i believe this falls under fair use. i dont like having custom hardware and drivers being locked out (which it kind of is already, and is why i keep my system in test signing mode). there are some open source virtual drivers i like to use, but in order for one to create windows drivers apparently one has to pay ms for the privilege. this is one of those things i really dont like about windows. once again i find myself really looking forward to reactos beta. -
they already ruined flying for me with tsa agents. i take boats now. them smurfs give me the creeps
-
learn the tga header. its only 18 bytes and can be used to generate tga files from scratch with a hex editor. you will of course need to convert your numbers to hex. 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, //no modification 0x00, 0x00, 0x00, 0x00, 0x40, 0x01, 0xf0, 0x00, //last four bytes here are width and height, 2 bytes each (little endian i think) 0x18, 0x00 //these two are bit depth (codes, not actual values), 16 bit = 0x10 0x01, 24 bit = 0x18 0x00, 32 bit = 0x20 0x08 //follow up with width*height*(bpp/8) bytes of data, not sure color order but i think its something weird like BRG (for grey pick 24 bit and just repeat each value 3x) i was using this technique to dump the framebuffer on a software rendering engine i was working on. i just manually created the header for the type of file i was writing and stuck it in a byte array, then when i wrote the file i would just output the header followed by the raw data and close the file, you could then open it in photoshop or whatever. lots of graphics software that is not ms paint can open tga.
-
c++ seems to be the most versatile. its also good to know some c. i also like lua and think it is highly underrated. - - - Updated - - - "arduino language" is really just c++ with a couple of (sometimes annoying) transformations happening behind the scences. in many cases you can take the same arduino board and get a copy of avrstudio and program it straight c/++ without the arduino baggage.
-
never met a spider that my cats wouldnt eat.
-
alpha and beta voltaic devices exist, but these are very low power devices. as i understand photovoltaics, they only convert a very narrow band of the visible spectrum. id be more interested in technologies that can either widen the spectrum absorbed or divert the appropriate spectra to an array of narrow band cells tuned to different wavelengths.
-
oh great now i know what to name my variables in my guidence code. yay! now it can be less confusing than that video.
-
if you go with igbts dont forget to use a flyback diode in reverse bias, otherwise the energy stored in the coil can fry your electronics when you switch it off. you dont have to do this with mosfets since they have an intrinsic reverse biased diode.
-
little brainfart there, been spending too much time on other game forums where thinking is usually a bannable offense. of course i meant mass. going interstellar is nice and all, but i have a feeling we will be using fusion in space long before that happens. so an engine+reactor package you can stick on a single rocket and launch in one shot would be a great thing to have in order to bootstrap a more active human presence in the solar system.
-
i think something like a polywell or dpf will be better suited for space flight. tokamaks by their geometry tend to be rather large and heavy. direct conversion is a plus, but brayton cycle + radiators is also a viable option if your core can be made smaller.
-
engines like this will come in handy when we start exploring the kuiper belt in more detail. right now the way to do that is with a new horizons style flyby, which has its limits, only one or two objects at a time and no sticking around for very long. if instead you refuel at each object you explore and then pick up the propellant needed to go to the next object. mission can go on as long as the power supply holds out. it shouldn't be hard to find various ices on low gravity objects out there, you just need to set down and use your craft's waste heat to melt the ice.
-
Modern Games/Software + Modern Hardware + Windows 98 = ?
Nuke replied to windows_x_seven's topic in The Lounge
old versions of directx were really bad. it didnt really stabilize until around version 8. upgrading just one version up could break some games. meanwhile opengl games from the same period work fine. i even had some luck with glide based games through a wrapper. but thats getting old games to run on new hardware, going the other way would be even more difficult. for one a lot of new hardware doesnt have win 9x drivers. though i did once see a video of -
ive seen a lot of movies (from the 20s onward), so this would require more thought than i have time for.
-
the spice must flow
-
i am disapoint, not one dune reference.
-
i like to think of it as a potential cross between a hybrid rocket engine and an ion drive. or rather an ion drive running on a as of yet undetermined solid fuel.
-
you could probibly check for ablation by weighing it, letting it run for a long time, and then weighing it again. any loss in mass should be detected thusly. i think thus far all test articles were run for very short times due to the durability of the electronics in a vacuum. (ninjad) have they tried the device in different orientations with respect to earth's magnetic field? might there also be inducing eddy currents in the copper frustum giving it its own local magnetic field, which might attract it to the nearest metal wall of the vacuum chamber. i know they rotate the engine on the test apparatus to determine that the force is directional, but if the center of magnetism is offset, it could also cause the device to be attracted to the opposite wall of the chamber which is now closer. you could probibly check for magnetic effects with a magnetometer array to see what kind of fields are in play.
-
im firmly in the 'conquer them first' category. we need to find them and kinetically bombard their cities, when the nuclear winter sets in we land the shock troops.
-
i tried building air cars out of lego, the results were not that spectacular. of course you cant get much air into a duct tape reinforced coke bottle without it exploding. had a car that could drive across the room before running out of air, it had this cumbersome trailer for the 3 coke bottles that powered the thing. i had 3 servos on there, one for steering and 2 to actuate the 3 speed + reverse transmission. i think i was running a 4 piston pneumatic engine but im not sure. drive time never exceeded 30 seconds.
-
assuming the engines have a 180 degree range of motion, you can get 5 degrees of freedom with just two at opposite sides (left and right in this case) of the cg. this gives you roll, yaw as well as translate vertical, horizontal, and forward/back. you could control pitch while using forward thust, but that is not desirable for a docking manuver. you need a third one for pitch, though you could just use a pair of fixed thrusters for that. the configuration for a 3 thusters would be kind of like a 'T' with the center of the gimbal range aligned with the line segments of the character. the center of thrust for yaw, and horizontal translate modes would need to be at the same point as the cg, though with variable throttling you can gain a little bit of trim control. 4 thrusters in an x config gives you a little redundancy should one fail. for example of course the 180 degree gimbal such as this is mechanical in nature and offers the spacecraft yet another point of failure. you got hoses, bearings, servos, all of which can go wrong or get damaged by debris. since you only have the one system you dont have a backup system in case something goes wrong. with a main gimballed engine and a separate rcs system you have one should the other fail.
-
i once managed to rescue a ship on a high (300ish km iirc), but planet intersecting trajectory when its reactor overheated and blew up (i was using one of the nuclear-electric mods) making the engines useless. this happened before the circularization manuver and so the ship was pretty much doomed. fortunately i had another nuclear electric ship in a lower, circular orbit. with a great feat of rendezvoodoo i managed to plot an intersect of the two orbits just minutes before it hit atmo. this was followed by one of the quickest and dirtiest dockings i had ever pulled off. that was followed by a radial burn to push perigee far enough out of kerbin to not die. there was a little unintentional aerobraking involved but it worked. it was nerve wracking and took 3 reloads to pull off correctly. doing similar with a sub orbital vehicle and an engine module would be even more difficult. you would need enough extra fuel on board to abort the maneuver and re-orbit the engine module should something go wrong. however the whole thing could be planned well in advance. one thing you couldnt begin the de-orbit burn until the sub orbital module module and engine module are right on top of each other, posing a collision hazard at high relative velocity (compounded with the fact that you are actually wanting to get as close as possible). you then need to bleed off the difference in velocity very quickly, followed by a quick and dirty approach and docking. i think the current school of thought on docking at nasa is slower is better, and this would be the complete opposite of that way of thinking.