Weiter Zurück

Joled: Britische Forscher lassen Bilder in der Luft schweben - Golem.de

Zitat: Bildpunkte des Displays, Voxel genannt (aus Volumetric und Pixel) sind kleine Kugeln, die zur einen Hälfte weiß, zur anderen rot sind. In der Schwebe gehalten werden sie von Ultraschallquellen.

The Inconvenient Truth About Dynamic vs. Static Typing – Java, SQL and jOOQ.

Zitat: Flow typing or flow sensitive typing means that the compiler can infer the only possible type from the control flow of the surrounding program.

Playstation VR im Test: Echtes Kabelchaos und sehr viel virtueller Spaß - Golem.de

Zitat: Das Virtual-Reality-Headset wird gesellschaftsfähig: Ab sofort können Konsolenspieler mit Playstation VR in künstliche Welten eintauchen. Das fertige System macht viel Spaß - nur über eine Sache haben wir uns geärgert.

50 Jahre Star Trek: Was wurde aus Spock, Uhura & Co.? | tagesschau.de

Zitat: Eine einzige Rolle kann ein Schauspielerleben prägen - insbesondere, wenn es um Star Trek geht. Die in Deutschland als "Raumschiff Enterprise" bekannte Kultserie startete heute vor 50 Jahren im US-Fernsehen. Was ist aus den Helden von damals geworden?

Phpseclib: Securely Communicating with Remote Servers via PHP | sitepoint.com

Zitat: The phpseclib (PHP Secure Communications Library) package has a developer friendly API. It uses some optional PHP extensions if they’re available and falls back on an internal PHP implementation otherwise. To use this package, you don’t need any non-default PHP extensions installed.

GUI-Redesign nach Continuous-Delivery-Prinzipien | heise Developer

Zitat: Beim Redesign einer Benutzeroberfläche im Rahmen eines Continuous-Delivery-Prozesses ist auf vieles zu achten, um den Nutzer nicht zu verschrecken. Mit etwas Vorbereitung kann die Umgestaltung jedoch gelingen.

The 101 of ELF Binaries on Linux: Understanding and Analysis | Linux Audit

Zitat: An extensive dive into ELF files: for security incident response, development, and better understanding

A decentralized web would give power back to the people online | TechCrunch

Zitat: The original purpose of the web and internet, if you recall, was to build a common neutral network which everyone can participate in equally for the betterment of humanity. Fortunately, there is an emerging movement to bring the web back to this vision and it even involves some of the key figures from the birth of the web. It’s called the Decentralised Web or Web 3.0, and it describes an emerging trend to build services on the internet which do not depend on any single “central” organisation to function.

When Feature Flags Go Wrong | InfoQ

Zitat:

  • Feature flags are a valuable technique to deliver better, more reliable software faster
  • Feature flags can be used for both release management (dark launches, canary rollouts, betas) as well as long term control (entitlement management, user segmentation personalization)
  • Feature flags need to be managed properly with visibility and control to engineering
  • If not managed properly, feature flags can be very destructive technical debt
  • The true power of feature flags is to allow business users access to code control by separating deployment from visibility

Wissenschaftler rekonstruieren erste Computer-Musikstücke - futurezone.at

Zitat: 1951 wurde ein von Alan Turing gebauter Rechner erstmals als Musikinstrument verwendet. Die Aufnahmen davon schienen zerstört, konnten nun aber wiederhergestellt werden.

Quick Intro: PhpCompatibility for PHPCS - Are You PHP7 Ready? | sitepoint.com

Zitat: PHPCompatibility is a set of sniffs we can install on top of PHPCS. This tool allows us to check our project’s compatibility with both newer and older versions of PHP.

try { return } finally {} | Pixelstech.net

  • If there is a return statement in try block, will the finally block be executed when the return is executed?
  • If finally will be executed, do you know how this is achieved so that both return and finally will be executed?

PHP 7.1: better syntax, a more consistent language | Pascal MARTIN

  • Allow specifying keys in list()
  • Square bracket syntax for array destructuring assignment
  • Generalize support of negative string offsets
  • Class Constant Visibility

9-Dollar-Chip von Next Thing ausprobiert: Das kleine Schwarze zum Basteln und Spielen - Golem.de

Zitat: Als der Bastlerrechner Chip angekündigt wurde, unterbot er alle bisherigen Preise. Doch schon der Verzicht auf einen HDMI-Ausgang deutet auf einen Computer hin, der nicht alle Ansprüche bedienen will und kann.

Ozonforschung vor 30 Jahren - "Damit haben wir eine Katastrophe vermieden" | deutschlandfunk.de

Zitat: Vor 30 Jahren, am 23. August 1986, schickten die USA ein Forscherteam unter der Leitung von Susan Solomon in die Antarktis, um dem Rätsel der abnehmenden Ozonschicht auf den Grund zu gehen. Sie fanden heraus, dass das Ozonloch tatsächlich durch die menschliche Verwendung von FCKW entstanden sein musste - nicht durch die Sonne oder andere meteorologische Umstände.

Weltraumforschung: DFKI-Roboter soll auf dem Jupitermond Europa abtauchen - Golem.de

Zitat: Gibt es Leben unter dem Eis des Jupitermondes Europa? Forscher des DFKI in Bremen haben Roboter entwickelt, die das herausfinden sollen. Bevor die aber auf fremden Himmelskörpern zum Einsatz kommen, könnten irdische Forscher sie nutzbringend einsetzen.

World Overshoot Day: Für den Rest des Jahres leben wir auf Pump - Spektrum der Wissenschaft

Zitat: Ab dem 8. August hat die Menschheit rechnerisch alle nachhaltig produzierbaren Ressourcen dieses Jahres aufgebraucht. Die restlichen Monate leben wir auf Kosten der Zukunft.

Apple's first employee: The remarkable odyssey of Bill Fernandez - TechRepublic

Zitat: At the time Woz's Apple II prototype was a bunch of wires and chips in a cardboard shoebox. The tiny Apple team had to take this amazing concept machine and turn it into a product that could be manufactured and sold in stores. So Holt handed the first task to Apple technician Bill Fernandez.

Interactive Dynamic Video: Forscher erwecken Objekte in normalen Videos zum Leben - Golem.de

Zitat: Mit einem Algorithmus können Wissenschaftler des MIT anhand feinster Bewegungen und Vibrationen in Videos leblose Objekte dynamisch auf Eingaben reagieren lassen. Spezielle Aufnahmegeräte sind nicht nötig - die Technik funktioniert theoretisch mit jedem Videomaterial.

Hassle-Free Filesystem Operations during Testing? Yes Please! | sitepoint.com

Zitat: In this post, we will use a library named vfsStream to create filesystem mocks. It’s little more than a wrapper around a virtual filesystem, which also works very nicely with PHPUnit.

Weiter Zurück