No title available

❣ Chile in a Photography ❣
wallacepolsom
dirt enthusiast
AnasAbdin
Acquired Stardust
YOU ARE THE REASON
Keni
One Nice Bug Per Day
Not today Justin
art blog(derogatory)

roma★

PR's Tumblrdome
Cosimo Galluzzi
styofa doing anything
we're not kids anymore.
Stranger Things
Sade Olutola
$LAYYYTER

Kiana Khansmith

seen from United States
seen from United Kingdom

seen from Brazil
seen from United States
seen from United States
seen from United Kingdom

seen from France
seen from United States

seen from United States

seen from Malaysia
seen from Brazil
seen from United States

seen from Slovakia

seen from United States
seen from United States

seen from United States
seen from Netherlands

seen from United States
seen from Türkiye
seen from United Arab Emirates
@bliptych
THREE.M (HERO)
Rogue Wave
For some reason, Windows updates don't get along with my laptop. Installing one wrong update can cause my laptop to show a black screen instead of the Windows 8.1 login screen. Moving the cursor can cause it to show up for a few seconds, as well as other bits of UI such as the wi-fi icon or the power icon. Well, eyeballing them and clicking them can't be done because eventually the cursor returns to its centre position on the screen after some time. Safe Mode showed the same issue.
Usually I would uninstall the update using a System Restore, but I was dismayed to find that one wasn't made automatically as they usually do with Windows update installations. The one made about a week before wasn't helpful; the system restore failed.
Maybe there is something I can do from the command prompt? That ended up being my solution. I found this page that showed simple steps to uninstall updates using Deployment Image Servicing and Management (DISM.exe).
First, I forced a shutdown three times by holding down my power button until the light disappears. Then the next startup will take me to the Windows blue screen menu with troubleshooting tools, including the command prompt.
I wanted to view all updates installed so far:
dism /online /get-packages /format:table
Then I noted down all the names of the packages that were installed on that particular day. Next was the actual uninstalling:
DISM.exe /Online /Remove-Package /PackageName:Package_for_KB2870699~31bf3856ad364e35~amd64~~6.2.1.1
Finally, a restart was in order, and I can see the login screen as it should be.
I did find there were problems with my Internet connection, particularly the Limited status. I noticed one of the Windows updates was a Bluetooth driver, so I installed the one Windows had on hand. From the Device Manager, it was under:
Network Adapters > Microsoft > Bluetooth Device (RFCOMM Protocol TDI)
mathematician: hey, hot stuff. we should be bijective
hot stuff: huh?
mathematician: 1-to-1 and onto each other
miguel chevalier spreads magic carpets over sacre coeur in morocco
all images courtesy of miguel chevalier
read more about the psychedelic kaleidoscope of moving pixels, whirling about to people’s movements and music here: http://www.designboom.com/art/miguel-chevalier-magic-carpets-2014-sacre-coeur-morocco-04-11-2014/
I suppose tumblr doesn’t notify me of messages anymore, so very sorry to you, anon! It has been a while since I updated that blog, but since then I’ve been focusing on getting my priorities straightened out. Maybe after I feel everything is stable I’ll post there again.
But, in the words of Apollo Justice: “I'm fine!”
Almost three months after the battery fix and no premature shutdown issues. Awesome. But I encountered another problem yesterday: it seemed every device in the house could connect to the wi-fi except my laptop. Windows diagnostics, uninstalling and reinstalling drivers, and restarting the router did nothing. It had to be during exam time too. However, I found this fix in the second post which suggested resetting the Winsock and TCP/IP stack in the command prompt like so:
netsh winsock reset catalog netsh int ip reset reset.log hit
After a reboot, wi-fi works like it always did. Whew!
Byoungho Kim. Geometric metal sculpture
Wanna Build a Rocket? NASA’s About to Give Away a Mountain of Its Code
By Robert McMillan
Forty years after Apollo 11 landed on the moon, NASA open sourced the software code that ran the guidance systems on the lunar module.
By that time, the code was little more than a novelty. But in recent years, the space agency has built all sorts of other software that is still on the cutting edge. And as it turns out, like the Apollo 11 code, much of this NASA software is available for public use, meaning anyone can download it and run it and adapt it for free. You can even use it in commercial products.
But don’t take our word for it. Next Thursday, NASA will release a master list of software projects it has cooked up over the years. This is more than just stuff than runs on a personal computer. Think robots and cryogenic systems and climate simulators. There’s even code for running rocket guidance systems.
This NASA software catalog will list more than 1,000 projects, and it will show you how to actually obtain the code you want. The idea to help hackers and entrepreneurs push these ideas in new directions — and help them dream up new ideas. Some code is only available to certain people — the rocket guidance system, for instance — but if you can get it, you can use it without paying royalties or copyright fees. Within a few weeks of publishing the list, NASA says, it will also offer a searchable database of projects, and then, by next year, it will host the actual software code in its own online repository, a kind of GitHub for astronauts.
It’s all part of a White House-directed push to open up the federal government, which is the country’s largest creator of public domain code, but also a complete laggard when it comes to sharing software. Three years ago, President Obama ordered federal agencies to speed up tech transfer programs like this. And while the feds have been slow, the presidential directive is starting to bear fruit. In February, DARPA published a similar catalog, making it easier for entrepreneurs to get ahold of the Defense Advanced Research Projects Agency’s code too.
NASA has run a technology transfer program for over 50 years. It has given us everything from the Dustbuster to Giro bicycle helmets to “space rose,” a unique perfume scent forged in zero-Gs. But it’s high time the agency actively pushed out its software code as well. Increasingly, NASA’s research and development dollars are paying for software, says Daniel Lockney, Technology Transfer Program Executive with NASA’s Office of the Chief Technologist. “About a third of everything we invent ends up being software these days,” he says.
From Star Mapper to Bear Tracker
Already, NASA software has been used to do some pretty amazing stuff outside the agency. In 2005, marine biologists adapted the Hubble Space Telescope’s star-mapping algorithm to track and identify endangered whale sharks. That software has now been adapted to track polar bears in the arctic and sunfish in the Galapagos Islands. “Our design software has been used to make everything from guitars to roller coasters to Cadillacs,” Lockney says. “Scheduling software that keeps the Hubble Space Telescope operations straight has been used for scheduling MRIs at busy hospitals and as control algorithms for online dating services.”
All of the software that NASA writes is copyright free, and although the aforementioned rocket guidance system code and other software may be too sensitive to share, many other projects can be shared with anyone — in theory, at least. If the NASA software isn’t open-source, you need to get cleared by the space agency for a release. Sometimes, this is as simple as proving that you’re a U.S. citizen and signing a usage agreement. The problem is that with more than a thousand projects — coded by software developers at 10 different field centers — it has been tricky for outsiders to get an idea of what NASA has. That’s why Lockney and his staff built this master catalog.
It was no easy task. “The agency is so spread out that putting everything together…and making it all match has been one of the biggest challenges,” he says. By Lockney’s count, the agency has about 227 public projects, hosted on sites such as GitHub and Source Forge and even NASA’s own website. It had been sharing a lot more code via word of mouth, but putting the 1,000 projects he found in a single catalog will make it a lot easier to figure out what software NASA has.
Lockney expects the catalog to “grow significantly” after it gets released. “More code will come out of the woodwork. And we’ll process it, categorize it, write up a plain language explanation of what it is, and add it to the catalog.” It’s a daunting task, but there’s no better agency to pull off an open-source moon shot.
We travel for romance, we travel for architecture, and we travel to be lost.
Ray Bradbury (via wordsnquotes)
Parametric curves