000webhost

Web hosting
Showing posts with label Theme Hospital. Show all posts
Showing posts with label Theme Hospital. Show all posts

Monday, April 16, 2018

Dealing with Legacy Applications, Random Stuff, and More

- this post is to help outline some methods for dealing with legacy applications...
- compatibility mode works for a lot of programs but sometimes you don't have a choice but other means
- emulation layers such as Wine, Bochs, DosBox, etc... There has even been talk of emulators for older operating systems (such as DOS and Windows 95/98) out there
- watch for strangeness when using emulation layers. Performance issues, bits and pieces not quite fitting in, etc... Be prepared to have to do some work to make things work properly. Some of the underlying programs can be difficult to use so look out for shell, optimisation type programs and templates...
best settings theme hospital dosbox
dos games on windows 7
theme hospital runs slow in dosbox
Theme Hospital - Bullfrog (1997)
windows 98 emulation layer
9xbox fork of DosBox specifically for Windows.
- try running things in a separate virtual machine
- try running things in a seperate server
- some programs re-used backend data to create a new frontend. Total number of applications that have this done is minimal though. The total number of people who can genuinely reverse engineer binary (even text) file formats and programs out there is relatively small based on what I've seen. Tips on this elsewhere on my blog...
theme hospital on windows 7
hospital-22012015.zip
- if you're lucky you search for newer version that is still compatible with your operating system. The best way to achieve this is via basic web search. Thankfully, a lot of older/legacy software allows for re-use of serials along the chain
"delphi 3" on "windows 7"
"delphi 4" on "windows 7"
game maker
- if that fails look at P2P locations for file names, etc... Worry about the legitimacy of P2P sites because they may be carrying trojans and/or spyware. If it's your last resort use something like virustotal.com as a bare minimum
torrent delphi
delphi 7 and 2006 code compatibility
- else, you may need to build a custom 'fuzzer'. Conceptually, looking for 200 as opposed to 404 return status. Experience tells me that for the most part file fuzzing is a useless technique especially when the company is 'larger then average'. Larger then average entails more files which entails unique filenames and directory structures which can not be easily guesstimated which means a fuzzer is relatively useless. It needs to be an intelligent fuzzer which combines spidering/crawling capability whenever possible (look over my past work for further details). For anyone just looking to try/test new software before public release this is a nice way of doing it. Sample code is on my website and blog for anyone who's interested (look for crawling and spidering software samples as well)...
web file fuzzer
- you'll need to keep up with updates and services packs for a lot of Microsoft (and some other company's) software even if it may be 'legacy software'. The painful thing is that the updates often only become security updates later on which means you'll lose functional updates down the line at some point. This generally applies to both commercial as well as Free and Open Source (FOSS) software
microsoft sql server desktop engine
sql server 2005 service pack 3
How To Apply the Microsoft® SQL Server® 2005 Service Pack 3
SQLServer2005SP3-KB955706-x64-ENU.exe
- look for alternate/compatible solutions. For instance Delphi and Open Pascal/Lazarus are very cross compatible based on what I've read online. alternativeto.net is a great website to look at alternate choices
sample code delphi
open source lazarus projects
open source delphi projects
delphi free 2010
visual studio online
- nightmare scenario is when you have the license but have lost the serial number. Thankfully, prior to the world of authentication a lot of software was reliant on pure serial numbers for 'registration' and to move a product from trial to full . In fact, there were serial databases for programs online (such as Serials2K). For those programs whose serials can't be found in such databases they can often be found online. Sometimes, there are methods to extract the code that you used to install your software originally (from the Windows registry or some other file) but this often requires a specialised utility
extract windows 7 serial number
https://www.howtogeek.com/206329/how-to-find-your-lost-windows-or-office-product-keys/
https://www.lifewire.com/how-to-find-your-windows-7-product-key-2625112
Baixar Delphi 7 + Serial - YouTube
Video for delphi 7 serial number
BLOG : www.phsoft.blogspot.com
Delphi 7 : Serial : 6AMD-PKG68E-DB8PP7-9SFE Key : 3QH-9QW
delphi 7 enterprise serial
Serialkey preview: 6AMD-PKG68E-DB8PP7-N7GE
Key: S6J-8AW
- for certain software you don't really have a choice but to deal with crackers since activation/registration systems are no longer online. Multiple types of bypassing: debuggers, crackers (similar to the devices that you see in the movies that are used to bypass physical security systems. See my book on 'Cloud and Internet Security' for further details regarding this), etc... I may supply code for a simplistic 'cracker' later on but fundamentally it's not that much different then some of the 'bot code' that I have mentioned elsewhere on my blog (it will be so rudimentary that it will be effectively useless. Most modern registration systems rely on activation schemes now or else multi layers of serial numbers which are unrealistic to crack for most people without some 'genuine hard work')
http://dtbnguyen.blogspot.com/2015/08/cracking-combination-lock-some-counter.html
http://dtbnguyen.blogspot.com/2015/07/ableton-and-ableton-push-hacking.html
http://dtbnguyen.blogspot.com/2015/07/python-decompilation-max4live.html
http://dtbnguyen.blogspot.com/2015/05/installing-logic-9-under-mac-os-x-under.html
http://dtbnguyen.blogspot.com/2017/07/installing-logic-x-under-mac-os-x-under.html
http://dtbnguyen.blogspot.com/2011/03/eeepc-recovery-without-recovery.html
http://dtbnguyen.blogspot.com/2012/05/fujitsu-stylistic-st4120-recovery.html
http://dtbnguyen.blogspot.com/2018/03/midi-fighter-pro-firmware-flashing.html
http://dtbnguyen.blogspot.com/2011/08/unlocking-your-phonemodem.html
algorithm iterating serial alphanumeric
java password cracker
find serial ollydbg
delphi password cracker
- there are obviously interesting methods to protect/defend software against licensing/registration 'attacks'. Activation is obvious but I've often seen cases where they've had no choice but to drop it because it caused more problems then it fixed
visual studio 2005 activation crack
1. Check license repeatedly
2. Use multiple licensing checking layers
3. Use encrypted dlls
4. Check for the hash of your exe/dll to detect tampering
5. Do not display failures immediately
6. Don't use explicit error messages
7. Crash or fail or output incorrect results when license check fails
8. Embed user information in generated licenses
- go after newer downloads that are compatible with your files and Operating System. Like I said you can do a search, use/build a custom fuzzer, etc... you should be able to find something useful especially if the program registration system is still compatible with your version. Note, Multi-National and Trans-national companies (MNC/TNC) have this problem as well as smaller firms (they rarely ever look to see whether a user has been authenticated prior to allowing downloads)...
http://dtbnguyen.blogspot.com/2018/02/bypassing-ejay-downloader-manager.html
search based on MD5 checksum
9d4bac568aced7f1f82d4a44124fb37c 
ID: 30352, Delphi and C++Builder 10 Seattle ISO
download delphi
"delphi 2006" download url
"delphi 2010" download url
Delphi 2010 and C++Builder 2010 ISO
bds2006disk1.iso
[   ] BDS2006Disk1.iso  540.24Mb  October 8 2010 at 05:28
[   ] BDS2006Disk2.iso  494.24Mb  October 8 2010 at 05:28
[   ] BDS2006Disk3.iso  517.60Mb  October 8 2010 at 05:28
[   ] BDS2006Disk4.iso  224.03Mb  October 8 2010 at 05:28
[TXT] md5-суммы.txt  194.00b  October 8 2010 at 05:18
Delphi_C++Builder2009.iso
HTTP/1.1 200 OK
Server: Apache
ETag: "0b4c1e5542dd7cc169e5d85044a9cb33:1363822171"
Last-Modified: Wed, 20 Mar 2013 23:16:38 GMT
Accept-Ranges: bytes
Content-Length: 2021038080
Content-Type: application/octet-stream
Date: Sun, 08 Apr 2018 08:50:00 GMT
Connection: keep-alive
delphi 2006 iso
- company mergers aren't necessarily a bad thing. Most of the time they just change domains but not file naming and directory structure when they 'switch servers'
- if you can't actually get a copy of the legacy software in question online then try op-shops, specialist software boutiques, retailers, libraries, user/enthusiast groups, organisations which are likely to have a 'spare legacy copy', etc... If not too difficult then try building something from the outset by yourself that is compatible (requires 'reverse engineering' skills though as mentioned above)
http://www.computerbank.org.au/shop/stocklist/
- as an aside, if you've worked in this are you'll realise that there is basically no such as thing as genuine 'computer security'. There's only more and less security? It's much easier to attack then defend. When someone tells you that they can break into a system it's not much a statement if you understand the defender's perspective. Most of the people you see/hear about (even professionals) aren't genuine 'security experts' in the way that the average person is taught. Listen to a lot of their debates and lectures and it becomes obvious that a lot of their work is not that much different from a variation from a lot of the scripts that I use on this blog/website?
The Big Security Debate - Sydney Edition
https://www.youtube.com/watch?v=yVY8w49bHgY

Random Stuff:
- as usual thanks to all of the individuals and groups who purchase and use my goods and services
- latest in science and technology
usb graphics for crypto mining
usb graphics card mining 
Windows Mobile for Government - Common Criteria certification
cheat theme hospital reputation
- latest in finance and politics
- latest in defense and intelligence
- latest in animal news
- latest in music and entertainment

Random Quotes:
- Pogue claims the report also shatters another common perception of cyber security, “that of the teenage hacker living in a basement”.

The report found that three-quarters of respondents were college graduates and nearly one-third (32%) had post-graduate degrees. The majority (57%) worked for medium-sized, large, or enterprise businesses.

“When organisations develop their cyber security strategies, they may have IT, legal, risk, and human resources teams at the table but the one person they never invite is the bad guy,” Pogue said. “It’s no wonder that so many security strategies are misdirected.

“The Nuix Black Report 2018 is an opportunity to bring the adversary to the table and have the hackers themselves tell you what’s most effective for your security efforts.”
- These results suggest the Iron Dome debate has been too polarized. The system’s initial value may have been largely symbolic. But it later become very influential.

That’s good news for Israel and its American funder. It’s also reassuring for potential Iron Dome buyers facing missile threats in other parts of the world.

Only Azerbaijan has purchased any systems so far. But the U.S. Army may buy some for short-range air defence. (Canada only bought the radar.)

However, the system isn’t “the end of rockets.” Attackers can counter interceptors by firing rockets in large batches. Indeed, Israel’s opponents keep acquiring more rockets. Hamas in strife-filled Gaza reportedly has 10,000. Hezbollah in Lebanon has 120,000. That latter arsenal would severely strain Israeli interceptors during any future “Northern War.”

Similarly, sophisticated attackers use technology to make their missiles hard to intercept. In their Syria strike, America and its allies used difficult-to-detect cruise missiles. Defenders can’t intercept what their radars can’t see.

Wednesday, September 23, 2015

More JSF Thoughts, Theme Hospital, George W. Bush Vs Tony Abbott, and More

- people in charge of running the PR behind the JSF program have handled it really badly at times. If anyone wants to really put the BVR combat perspective back into perspective they should point back to the history of other 'sealth aircraft' such as the B-2 instead of simply repeating the mantra, it will work in the future. People can judge the past, they can only speculate about the future and watch as problem after problem seems to be highlighted with the program
http://www.airforcetimes.com/story/military/2015/09/20/general-usaf-considers-measures-f-35-survive-complete-mission/72403642/http://www.cbc.ca/news/politics/buying-single-engine-f-35s-for-canada-a-serious-mistake-report-1.2669476
http://warisboring.com/articles/u-s-air-force-requires-airmen-to-praise-troubled-stealth-fighter/ 
http://www.channelnewsasia.com/news/business/us-air-force-warns-f-35-o/2129430.html
http://www.dodbuzz.com/2015/09/15/general-blasts-a-10-vs-f-35-debate-as-ludicrous/
http://www.dodbuzz.com/2015/09/15/general-warns-budget-woes-may-limit-f-35-purchases-in-2016/
http://www.reuters.com/article/2015/09/17/us-lockheed-martin-fighter-logistics-idUSKCN0RG35320150917
http://www.afr.com/news/special-reports/defence-and-national-security/critics-misunderstand-f35-program-20150914-gjm5l8
http://www.defensenews.com/story/defense/air-space/strike/2015/09/09/-crossroads-f-35-still-faces-challenges/71970864/
http://news.investors.com/business/091015-770366-f35-production-alis-computer-system-worry-officials.htm
http://www.reuters.com/article/2015/09/09/lockheed-martin-f35-usa-idUSL1N11F28X20150909
http://fightersweep.com/2698/f-35-worst-fighter-ever/
http://taskandpurpose.com/skyline/the-f-35-capabilities-were-watered-down-to-meet-deadline/
http://warisboring.com/articles/we-have-proof-the-u-s-air-force-watered-down-the-f-35-to-avoid-embarrassment/
http://warisboring.com/articles/the-marines-f-35s-are-not-ready-for-combat/
http://www.bloomberg.com/news/articles/2015-07-28/lockheed-f-35-s-reliability-found-wanting-in-shipboard-testing
http://www.pogoarchives.org/straus/2015-9-1-DoD-FOIA-ocr.pdf
http://www.bloomberg.com/news/articles/2015-04-27/f-35-engines-from-united-technologies-called-unreliable-by-ga
http://www.stopthef35.com/
http://www.defensenews.com/story/defense/air-space/strike/2015/09/21/norway-australia-team-to-develop-missile-for-f-35/72590888/
http://news.nationalpost.com/news/canada/canadian-politics/justin-trudeau-vows-to-ditch-f-35
http://www.cbc.ca/news/politics/canada-election-2015-trudeau-scrap-f35-halifax-1.3235791
- for a lot of countries the single engined nature of the aircraft makes little sense. Will be interesting how the end game plays out. It seems clear that some countries have been co-erced into purchasing the JSF rather than the JSF earning it's stripes entirely on merit
http://www.cbc.ca/news/politics/f-35-s-french-rival-pitches-canadianized-fighter-jet-1.2577234
http://www.cbc.ca/news/politics/canada-election-2015-f35-trudeau-harper-monday-1.3237046
http://ottawacitizen.com/news/politics/canada-could-pull-out-of-f-35-deal-without-financial-penalty-procurement-expert
http://www.cbc.ca/news/politics/canada-election-2015-f35-military-jets-1.3238263
http://www.defenseindustrydaily.com/f35-lightning-ii-faces-continued-dogfights-in-norway-03034/
http://www.cbc.ca/fifth/blog/f-35-timeline-canadas-biggest-air-defence-purchase-ever
https://www.defenseindustrydaily.com/f35-lightning-ii-faces-continued-dogfights-in-norway-03034/
Norway to reduce F-35 order?
http://www.f-16.net/forum/viewtopic.php?f=58&t=27952
F-35 - Runaway Fighter - the fifth estate
https://www.youtube.com/watch?v=RwA4RaaJSeI
- one thing I don't like about the program is the fact that if there is crack in the security of the program all countries participating in the program are in trouble. Think about computer security. Once upon a time it was claimed that Apple's Mac OS X and that Google's technology was best and that Android was impervious to security threats. It's become clear that these beliefs are nonsensical. If all allies switch to stealth based technologies all enemies will switch to trying to find a way to defeat it
- one possible attack against stealth aircraft I've ben thinking of revolves around sensory deprivation of the aircrafts sensors. It is said that the AESA RADAR capability of the JSF is capable of frying other aircraft's electronics. I'd be curious to see how attacks against airspeed, attitude, and other sensors would work. Both the B-2 and F-22 have had trouble with this...
https://en.wikipedia.org/wiki/Northrop_Grumman_B-2_Spirit
- I'd be like the US military to be honest. Purchase in limited numbers early on and test it or let others do the same thing. Watch and see how the program progresses before making joining in
- never, ever make the assumption that the US will give back technology that you have helped to develop alongside them if they have iterated on it. A good example of this is the Japanese F-2 program which used higher levels of composite in airframe structure and the world's first AESA RADAR. Always have backup or keep a local research effort going even if the US promise to transfer knowledge back to a partner country
http://www.f-16.net/forum/viewtopic.php?f=58&t=25357&p=303229#p303229
http://english.chosun.com/site/data/html_dir/2015/09/22/2015092201153.html
https://en.wikipedia.org/wiki/Mitsubishi_F-2
https://en.wikipedia.org/wiki/Lockheed_Martin_F-22_Raptor
- as I've stated before the nature of detterance as a core defensive theory means that you are effectively still at war because it diverts resources from other industries back into defense. I'm curious to see how economies would change if everyone mutually agreed to drop weapons and platforms with projected power capabilities (a single US aircraft carrier alone costs about $14B USD, a B-2 bomber $2B, a F-22 fighter $250M USD, a F-35 JSF ~$100M USD, etc...) and only worried about local, regional, defense...
http://nationalinterest.org/blog/the-buzz/americas-f-35-fighter-killer-the-sky-the-defense-budget-13811
http://nationalinterest.org/feature/americas-lrs-b-stealth-bomber-headed-crash-landing-13820
- people often accuse the US of poking into areas where they shouldn't. The problem is that they have so many defense agreements that it's difficult for them not to. They don't really have a choice sometimes. The obvious thing is whether or not they respond in a wise fashion
https://en.wikipedia.org/wiki/List_of_military_alliances
https://en.wikipedia.org/wiki/List_of_treaties
http://www.state.gov/s/l/treaty/collectivedefense/
https://en.wikipedia.org/wiki/Lists_of_wars
http://observer.com/2015/09/washington-waffles-on-korean-missile-defense-cheering-china-and-russia/
http://www.detroitnews.com/story/opinion/2015/09/16/bandow-south-korea-wean-us-military-aid/72340392/
- in spite of what armchair generals keep on saying the Chinese and Russians would probably make life at least a little difficult for the US and her allies if things came to a head. It's clear that a lot of weapons platform's and systems that are now being pursued are struggles for everyone who is engaged in them (technically as well as cost wise) and they already have some possible counter measures in place. How good they actually are is the obvious question though. I'm also curious how good their OPSEC is. If they're able to seal off their scientists entirely in internal test environments then details regarding their programs and capabilities will be very difficult to obtain owing the the heavy dependence by the West purely on SIGINT/COMINT capabilities. They've always had a hard time gaining HUMINT but not the other way around...
http://thediplomat.com/2015/08/should-the-pentagon-fear-chinas-newest-weapon/
http://www.wantchinatimes.com/news-subclass-cnt.aspx?id=20140216000084&cid=1101
http://www.valuewalk.com/2015/09/u-s-is-helpless-against-some-russias-military-hardware/
http://www.ibtimes.com/russia-military-flame-throwing-system-under-development-amid-rising-regional-tensions-2063287
http://nationalinterest.org/blog/the-buzz/how-china-russia-plan-crush-americas-stealth-aircraft-13708
http://www.ibtimes.com/russias-advanced-stormbringer-drone-ideal-recon-missions-slated-mass-production-2033356
http://www.ibtimes.com/russias-microwave-gun-can-disable-drones-warheads-6-miles-away-official-says-1967170
http://www.news.com.au/technology/innovation/darpa-and-us-air-force-are-developing-hypersonic-weapons/story-fnpjxnlk-1227382375769
- some analysts/journalists say that the 'Cold War' never really ended, that it's effectively been in hibernation for a while. The interesting thing is that in spite of what China has said regarding a peaceful rise it is pushing farther out with it's weapons systems and platforms. You don't need an aircraft carrier to defend your territory. You just need longer range weapons systems and platforms. It will be interesting to see how far China chooses to push out in spite of what is said by some public servants and politicians it is clear that China wants to take a more global role
http://www.chinafile.com/document-9-chinafile-translation
http://www.theatlantic.com/international/archive/2015/09/xi-jinping-china-book-chinese-dream/406387/
http://foreignpolicy.com/2015/09/22/china-xi-jinping-public-support-confidence-opinion-map/ 
http://www.valuewalk.com/2015/09/us-vs-russia-possible-ice-war/
http://www.valuewalk.com/2015/09/only-russia-can-destroy-us-u-s-ambassador/
http://economictimes.indiatimes.com/news/defence/let-iaf-test-fly-fifth-generation-fighter-aircraft-india-asks-russia/articleshow/48932038.cms
https://news.vice.com/article/nato-is-two-properties-away-from-a-baltic-monopoly-and-russia-is-freaking-out
http://dailysignal.com/2015/09/12/china-just-sent-a-message-to-america-dont-mess-with-us/
https://en.wikipedia.org/wiki/Chinese_aircraft_carrier_programme
http://www.businessinsider.com.au/chinas-aircraft-carrier-stacks-up-to-other-world-powers-2015-9#/#the-liaonings-particulars-and-capabilities-sound-impressive-2
http://www.ibtimes.com.au/china-building-worlds-longest-aircraft-carrier-1459568
http://nationalinterest.org/blog/the-buzz/china-builds-worlds-largest-aircraft-carrier-dock-south-13466
http://nationalinterest.org/feature/why-china-wants-aircraft-carriers-13071
http://www.cnbc.com/2015/09/02/china-defense-spending-to-double-by-2020-report.html
http://www.cnbc.com/2015/09/02/the-new-global-cyberwar-without-boundaries-or-winners.html
http://www.cnbc.com/2015/09/02/why-china-russia-care-if-you-cheated.html
http://www.janes360.com/images/assets/976/30976/China_aircraft_capabilities_1.pdf
http://nationalinterest.org/blog/the-buzz/russias-armata-t-14-tank-vs-americas-m-1-abrams-who-wins-13825
http://nationalinterest.org/blog/the-buzz/how-china-russia-plan-crush-americas-stealth-aircraft-13708
http://fortruss.blogspot.ca/2015/08/nato-russian-electronic-warfare-is.html
http://www.defensenews.com/story/defense/policy-budget/warfare/2015/08/02/us-army-ukraine-russia-electronic-warfare/30913397/
http://nationalinterest.org/blog/the-buzz/chinas-master-plan-destroy-the-stealthy-f-22-f-35-battle-13871
http://www.defensenews.com/story/defense/policy-budget/warfare/2015/09/17/analysis-rand-says-us-facing-tough-fight-china/72304540/
http://www.rand.org/paf/projects/us-china-scorecard.html
http://in.rbth.com/blogs/2015/04/20/why_the_brahmos_armed_sukhoi_is_bad_news_for_indias_enemies_42687
http://www.smh.com.au/business/china/china-has-created-a-monster-it-cant-control-20150903-gjev9m.html
http://www.afr.com/news/world/china-military-show-spooks-the-neighbours-20150903-gjek3b
http://www.theguardian.com/commentisfree/2015/sep/03/the-guardian-view-on-chinas-display-of-military-muscle-to-what-end
http://observer.com/2015/09/will-china-invade-alaska-canada-will-russia/
- technically, the US wins many of the wars that it chooses. Realistically, though it's not so clear. Nearly every single adversary now engages in longer term, guerilla style tactics. In Afghanistan, Iraq, Iran, Libya, and elsewhere they've basically been waiting for allied forces to clear out before taking their opportunity
- a lot of claims regarding US defense technology superiority makes no sense. If old Soviet era SAM systems are so worthless against US manufactured jets then why bother to going to such extents with regard to cyberwarfare when it comes to shutting them down? I am absolutely certain that there is no way that the claim that some classes of aircraft have never been shot down is not true
https://en.wikipedia.org/wiki/Pantsir-S1
http://news.antiwar.com/2015/09/11/russian-shipments-of-air-defense-systems-to-syria-rile-israel/
https://en.wikipedia.org/wiki/S-300_(missile)
https://en.wikipedia.org/wiki/S-400_(missile)
http://www.defensenews.com/story/defense/air-space/strike/2015/09/12/israel-eyes-exclusive-dibs-f-35/72014016/
http://www.jewishpress.com/news/breaking-news/lockheed-worried-about-idf-unauthorized-modifications-in-f-35/2015/09/06/
http://www.globes.co.il/en/article-israel-to-double-attack-range-of-f-35-stealth-fighter-1001068513
http://warisboring.com/articles/in-f-35-debate-air-force-leaders-love-to-bully-critics/
http://www.globalresearch.ca/syria-shoots-down-israeli-warplane-f-16-bomber-and-helicopters/5471009
http://www.military.com/daily-news/2015/09/15/russia-closing-gap-between-us-with-newer-air-defenses-general.html
- part of me wonders just exactly how much effort and resources are the Chinese and Russians genuinely throwing at their 5th gen fighter programs. Is it possible that they are simply waiting until most of the development is completed by the West and then they'll 'magically' have massive breakthroughs and begin full scale production of their programs? They've had a history of stealing and reverse engineering a lot of technology for a long time now
http://www.businessinsider.com/the-us-could-sanction-chinese-companies-as-early-as-next-week-2015-9?IR=T
http://sputniknews.com/asia/20150903/1026561135.html
http://www.nbcnews.com/news/us-news/exclusive-secret-nsa-map-shows-china-cyber-attacks-us-targets-n401211
http://www.washingtontimes.com/news/2015/jul/31/china-stole-data-from-600-american-cyber-targets-s/
http://www.chicagotribune.com/news/sns-wp-blm-news-bc-declassified31-20150731-story.html
- the US defense budget seems exhorbitant. True, their requirements are substantially different but look at the way they structure a lot of programs and it becomes obvious why as well. They're often very ambitious with multiple core technologies that need to be developed in order for the overall program to work. Part of me thinks that their is almost a zero sum game at times. They think that they can throw money at some problems and it will be solved. It's not as simple as that. They've been working on some core problem problems like directed energy weapons and rail guns for a long time now and have had limited success. If they want a genuine chance at this they're better off understanding the problem and then funding the core science. It's much like their space and intelligence programs where a lot of other spin off technologies were subsequently developed
http://thediplomat.com/2015/05/us-navys-deadly-new-gun-wont-be-ready-for-some-time/
http://www.nationalreview.com/article/394715/railguns-next-big-pentagon-boondoggle-mike-fredenburg
http://www.nationalreview.com/article/417306/age-aircraft-carrier-over-jerry-hendrix
http://arstechnica.com/information-technology/2015/09/air-force-fighters-will-carry-laser-cannons-cyber-weapons-by-2020/
http://www.upi.com/Business_News/Security-Industry/2015/09/11/Northrop-Grumman-speeds-manufacture-of-F-35-center-fuselages/4801441994663/
http://edition.cnn.com/2015/09/08/politics/us-navy-size-military-election-2016/index.html?iid=ob_article_organicsidebar_expansion&iref=obnetwork
http://www.businessinsider.com/the-ambitious-us-air-force-plan-to-make-a-flying-aircraft-carrier-2015-9?IR=T
http://www.defenseone.com/technology/2015/08/military-wants-swarm-bots-retrieve-midair/119795/?oref=d_brief_nl
http://warisboring.com/articles/f-14s-versus-ufos-in-iran/
http://warisboring.com/articles/yes-america-has-another-secret-spy-drone-we-pretty-much-already-knew-that/
http://www.defenseone.com/news/2015/08/the-d-brief-august-31-2015/119843/
http://nextbigfuture.com/2015/08/us-b-3-stealth-bomber-planned-for-2025.html
- reading a lot of stuff online and elsewhere it becomes much clearer that both sides often underestimate one another (less often by people in the defense or intelligence community) . You should track and watch things based on what people do, not what they say
http://www.nationalinterest.org/blog/the-buzz/chinas-carrier-killer-really-threat-the-us-navy-13765
http://www.businessinsider.com.au/russia-and-china-trying-to-make-stealth-obsolete-2015-8
http://atimes.com/2015/08/this-is-how-china-and-russia-plan-to-crush-americas-stealth-aircraft/
http://www.businessinsider.com.au/china-unveiled-a-possible-stealth-drone-2015-1
http://www.nationalinterest.org/blog/the-buzz/how-china-russia-plan-crush-americas-stealth-aircraft-13708
http://foreignpolicy.com/2015/01/13/chinas_drone_program_keeps_stealthily_inching_forward/
http://www.scmp.com/news/china/article/1434040/smog-chinas-top-defence-against-us-laser-weapons-says-pla-navy-general
https://www.washingtonpost.com/world/national-security/chinese-naval-ships-came-within-12-nautical-miles-of-american-soil/2015/09/04/dee5e1b0-5305-11e5-933e-7d06c647a395_story.html
- a lot of countries just seem to want to stay out of the geo-political game. They don't want to choose sides and couldn't care less. Understandable, seeing the role that both countries play throughout the world now
- the funny thing is that some of the countries that are pushed back (Iran, North Korea, Russia, etc...) don't have much too lose. US defense alone has struggled to identify targets worth bombing in North Korea and how do you force a country to comply if they have nothing left to lose such as Iran or North Korea? It's unlikely China or Russia will engage in all out attack in the near to medium future. It's likely they'll continue to do the exact same thing and skirt around the edges with cyberwarfare and aggressive intelligence collection
https://www.rt.com/uk/314196-henry-jackson-crimea-report/
https://www.rt.com/business/314236-Russia-China-cooperation-agreements/
http://www.thedailybeast.com/articles/2015/09/03/u-s-sub-takes-on-russia-in-santa-s-backyard.html
http://www.rt.com/politics/311146-third-world-war-would-be/
http://economictimes.indiatimes.com/news/defence/how-russias-move-to-send-a-military-advance-team-to-syria-poses-concerns-for-us/articleshow/48835565.cms
- It's clear that the superpower struggle has been underway for a while now. The irony is that this is game of economies as well as technology. If the West attempt to compete purely via defense technology/deterrence then part of me fears they will head down the same pathway that the USSR went. It will collapse under the strain of a defense (and other industries) that are largely worthless (under most circumstances) and does nothing for the general poplation. Of course, this is partially offset by a potential new trade pact in the APAC region but I am certain that this will inevitably still be in favour of the US especially with their extensive SIGINT/COMINT capability, economic intelligence, and their use of it in trade negotiations
http://www.foxnews.com/politics/2015/09/16/russian-attack-helicopters-spotted-in-syria/
http://jubileedebt.org.uk/wp-content/uploads/2015/07/The-new-debt-trap_07.15.pdf
- you don't really realise how many jobs and money is on the line with regards to the JSF program until you do the numbers
http://www.zacks.com/stock/news/189942/7-incredible-facts-about-the-lockheed-martin-f35
http://aviationweek.com/blog/f-35-stealthier-f-22
http://www.cnbc.com/2015/09/09/f-35-joint-strike-fighter-extends-reach-with-help-from-allies.html

An old but still enjoyable/playable game with updates to run under Windows 7
http://gamefixes.wordpress.com/2012/11/17/how-to-install-and-play-theme-hospital-under-windows-7-64-bit/
http://themehospital.co.uk/
http://themehospital.co.uk/download-windows-7/

Watching footage about George W. Bush it becomes much clearer that he was somewhat of a clown who realised his limitations. It's not the case with Tony Abbott who can be scary and hilarious at times
http://www.news.com.au/entertainment/tv/john-olivers-hilarious-reaction-to-tony-abbott-eating-a-raw-unpeeled-onion/story-e6frfmyi-1227508279661
Last Week Tonight with John Oliver: Tony Abbott, President of the USA of Australia (HBO)
https://www.youtube.com/watch?v=c3IaKVmkXuk
Must See Hilarious George Bush Bloopers! - VERY FUNNY
https://www.youtube.com/watch?v=DEbZqvMu2cQ

Once upon a time I read about a Chinese girl who used a pin in her soldering iron to do extremely fine soldering work. I use solder paste or wire glue. Takes less time and using sticky/masking tape you can achieve a really clean finish
http://www.jaycar.com.au/Tools-%26-Soldering/Soldering/Accessories/Solder-Paste-SMD-Syringe-15G/p/NS3046
http://electronics.stackexchange.com/questions/2379/smd-solder-now-or-later
http://www.instructables.com/id/hand-soldering-teeny-tiny-chips!/
http://www.instructables.com/id/Soldering-tiny-SMD-components-the-easy-and-fast-wa/
http://www.jaycar.com.au/Service-Aids/Chemical-Aids/Adhesives/Wire-Glue-9ml/p/NM2831

- as usual thanks to all of the individuals and groups who purchase and use my goods and services
http://sites.google.com/site/dtbnguyen/
http://dtbnguyen.blogspot.com.au/

Ender 3v2 and Ender 3vSE 3D Printer Maintenance, Klipper Firmware Upgrade, and More

Ender 3v2 and Ender 3vSE 3D Printer Maintenance: - after using a 3D printer for a few months now it's started to play up. The limit ...