Weiter Zurück

Embark: Sattelzug fährt autonom quer durch die USA - Golem.de

Zitat: Der Fahrer war nur zur Sicherheit dabei: Ein vom US-Unternehmen Embark umgebauter Truck hat die USA autonom durchquert.

New in Symfony 4.1: Added support for immutable dates in forms | Symfony Blog

Zitat: When building a form with a DateTimeType, DateType or TimeType field, set their input options to the new datetime_immutable value

Starcraft Remastered: Warum Blizzard einen Buffer Overflow emuliert - Golem.de

Zitat: Ein Buffer Overflow in einem fast 20 Jahre alten Spiel beschäftigt Blizzard bis heute. Weil Modder den Fehler ausnutzen, um eigene Map-Welten zu entwickeln, hat das Unternehmen sechs Monate lang einen Ingenieur bezahlt, um einen Emulator für die Sicherheitslücke zu entwerfen.

Experimental CSS pseudo-classes and pseudo-elements | Cats Who Code

  • ::backdrop
  • :dir()
  • :fullscreen
  • ::placeholder

Astrophysik: Auf Schatzsuche im Archiv - Golem.de

Zitat: Viele Aufnahmen des Weltalls sind noch nicht richtig ausgewertet worden. Computer könnten helfen, die darin verborgenen Erkenntnisse zu finden. Man muss ihnen nur an Beispielen begreiflich machen, wonach sie suchen müssen.

Modern CSS Explained For Dinosaurs – Actualize – Medium

Zitat: In order to deal with the inherent complexity of CSS, all sorts of different best practices have been established. The problem is that there isn’t any strong consensus on which best practices are in fact the best, and many of them seem to completely contradict each other. If you’re trying to learn CSS for the first time, this can be disorienting to say the least.

Asynchronous PHP: Why? · @zhukserega

Zitat: When running something asynchronously it means a non-blocking execution without waiting for completion. Instead, parallelism means running multiple separate tasks at the same time as independent units of work.

Übernahme: Fujifilm kauft US-Konzern Xerox - Golem.de

Zitat: Der US-Konzern Xerox verschwindet als eigenständiges Unternehmen und wird in einem Joint Venture mit Fujifilm aufgehen. Xerox hatte zuletzt einen Börsenwert von 8,3 Milliarden US-Dollar.

PHP Patreon Links | Reddit / PHP

Zitat: Share your PHP Patreon Links? Preference for core contributors, widely used tools, frameworks, and so on.

Package development: run a package from a local directory | Barry van Veen

Zitat: This article explains how you can require a package from a local path into your project with Composer. This way you can run a local copy of a repository and test any changes you make. Because the local repo will be symlinked changes are shared in real-time, there is no need for intermediate committing and updating.

Exception Handling in Laravel | Tuts+

Zitat: In this article, we're going to explore one of the most important and least discussed features of the Laravel web framework—exception handling. Laravel comes with a built-in exception handler that allows you to report and render exceptions easily and in a friendly manner.

Ten More Things I Wish I'd Known About bash – zwischenzugs

  1. ^x^y^
  2. pushd / popd
  3. shopt vs set
  4. Here Docs and Here Strings
  5. String Variable Manipulation
  6. Variable Defaults
  7. Traps
  8. Shell Variables
  9. Extglobs
  10. Associative Arrays

Ten Things I Wish I’d Known About bash – zwischenzugs

  1. `` vs $()
  2. globbing vs regexps
  3. Exit Codes
  4. if statements, [ and [[
  5. sets
  6. ​​<()
  7. Quoting
  8. Top three shortcuts
  9. startup order
  10. getopts (cheapci)

Making SensioLabs Connect more inclusive | Symfony Blog

Zitat: An important part of our diversity initiative is to make the Symfony project and its ecosystem more inclusive. Inclusion is about promoting and sustaining a sense of belonging.

USA: Gesetzentwurf gegen verklebte Akkus eingereicht - Golem.de

Zitat: Im US-Bundesstaat Washington ist ein Gesetzentwurf eingereicht worden, der es Herstellern von unter anderem Notebooks oder Smartphones untersagt, den Austausch oder die Reparatur von Komponenten massiv zu erschweren. Dabei werden explizit verklebte Akkus als ein Beispiel genannt.

EU-Ministertreffen: Keine EU-Gesetze gegen Hetze im Internet geplant - Golem.de

Zitat: Auf EU-Ebene gibt es seitens der Mitgliedsstaaten keine Forderungen nach einem Gesetz gegen Hetze und Hass-Beiträge im Internet. Der deutsche Vorstoß wird angesichts steigender freiwilliger Löschquoten kritisch gesehen.

How MidBoss encodes a player's game data in shareable 'death cards' | Gamasutra

Zitat: When a MidBoss player finishes a run—usually by dying—they can post a "death card" with the circumstances of their death or transcendence to Twitter. The embedded image doubles as a save files to allow other players to replay from the same seed or salvage loot from the failed run, since all of the information is steganographically encoded into the PNG image file.

PHPUnit: What, Why, How? | Andy Carter

Zitat: With unit testing we test each component of the code individually. All components can be tested at least once. A major advantage of this approach is that it becomes easier to detect bugs early on. The small scope means it is easier to track down the cause of bugs when they occur.

Modular Application Architecture - Static assets - Asmir Mustafic

  1. Install plugins in public folder
  2. Copy public assets
  3. Symlinking
  4. Server configuration
  5. Serving static files through the application

All about Promises and async / await | dev.to - Arden de Raaij

Zitat: ECMAScript 2015 (ES6) brought us the Promise, a native object which act as a proxy (or temporary value) for a value that isn't known yet. Promises allow you to create handlers that deal with the eventual success or failure of an asynchronous action.

Weiter Zurück