#microtime
when I'm cooking, the faster the music the smaller the increments of time meaning every fraction of microtime enables higher task completion density
March 11, 2026 at 12:51 AM
All of my #PoppyPlaytime ocs, as of December 2024!!

#SmilingCritters #NightmareCritters
December 30, 2024 at 12:02 AM
Setting up an µsALEX confocal and refurbishing our MicroTime 200 - exciting to see our first single-molecules in the new lab!
March 17, 2025 at 12:17 PM
CVE-2026-93868: Cotonti's password reset tokens use md5(microtime()), only ~1M guesses. Unauth attackers can brute-force admin resets. CVSS 8.1, no patch. Update or mitigate now. https://www.valtersit.com/cve/CVE-2026-93868/ #CVE #infosec #Cotonti
CVE-2026-93868 Vulnerability in Cotonti
www.valtersit.com
September 25, 2026 at 3:00 AM
It's MicroTime, baby #zenith #ibm #sanyo
August 28, 2026 at 4:59 PM
Is there somebody who runs PHP on native windows (with Xdebug) and can run a simple script for me?

It must be in a file (`test.php`):
```
<?php
echo microtime(true), "\n";
xdebug_connect_to_client();
echo microtime(true), "\n";
```

And run like:

php -dxdebug.log_level=11 -dxdebug.log=c […]
Original post on phpc.social
phpc.social
August 11, 2026 at 3:44 PM
CVE-2026-93868 - Cotonti through 1.0.0 Predictable Password Recovery Token via Weak PRNG
CVE ID : CVE-2026-93868

Published : Sept. 18, 2026, 8:17 p.m. | 1 hour, 5 minutes ago

Description : Cotonti through 1.0.0 derives password recovery validation tokens from md5(microti...
CVE-2026-93868 - Cotonti through 1.0.0 Predictable Password Recovery Token via Weak PRNG
Cotonti through 1.0.0 derives password recovery validation tokens from md5(microtime()) in users.passrecover.php, creating a predictable token space of approximately one million values per second. Unauthenticated attackers can read the server Date header, precompute candidate tokens within a narrow time window, and probe them against the passrecover authentication endpoint to reset …
cvefeed.io
September 18, 2026 at 10:04 PM
🚨 CVE-2026-93868 — CVSS 9.2 CRITICAL

Cotonti through 1.0.0 derives password recovery validation tokens from md5(microtime()) in users.passrecove...

🔎 https://stemshop.top/cve/CVE-2026-93868

#CVE #CyberSecurity #InfoSec
September 18, 2026 at 10:10 PM
O microtime patético mineiro é muito chorão 😭🤏🏻🤏🏻 vocês são complexados até hoje 🤏🏻🤏🏻
October 23, 2024 at 8:06 PM
🟠 CVE-2026-93868 - High (8.1)

Cotonti through 1.0.0 derives password recovery validation tokens from md5(microtime()) in users....

https://www.thehackerwire.com/vulnerability/CVE-2026-93868/

#infosec #cybersecurity #CVE #vulnerability #security #patchstack
September 18, 2026 at 9:02 PM
Perhaps of interest might be some related work on deep time from one of my collegues journals.sagepub.com/doi/10.1177/...
Deep Time and Microtime: Anthropocene Temporalities and Silicon Valley’s Longtermist Scope - Jakko Kemper, 2024
Living in Anthropocene times entails living in relation to two seemingly separate temporalities – the microtime of digital operations and the deep time of geolo...
journals.sagepub.com
October 20, 2025 at 9:51 AM
ICYMI: Jakko Kemper, 'Deep Time and Microtime: Anthropocene Temporalities and Silicon Valley’s Longtermist Scope'. (Open Access) journals.sagepub.com/doi/full/10....
Sage Journals: Discover world-class research
Subscription and open access journals from Sage, the world's leading independent academic publisher.
journals.sagepub.com
May 12, 2025 at 6:37 PM
Debugging 30+ second save times in WordPress, and we cut 14 seconds off simply by adding the following in a particular place:
`$time = microtime( true );`

The variable never got used. And if we moved that line earlier in the code, Fatal Error. FML
November 12, 2024 at 3:07 AM
CVE-2026-14495 - DoLogin Security
CVE ID : CVE-2026-14495

Published : July 8, 2026, 6:16 a.m. | 1 hour, 32 minutes ago

Description : The DoLogin Security plugin for WordPress is vulnerable to Authentication Bypass via Insufficient Randomness in all versions up to, and in...
CVE-2026-14495 - DoLogin Security <= 4.3 - Unauthenticated Authentication Bypass via Insufficient Randomness via 'dologin' Parameter Weak PRNG Token
The DoLogin Security plugin for WordPress is vulnerable to Authentication Bypass via Insufficient Randomness in all versions up to, and including, 4.3. The vulnerability exists because `dologin\s::rrand()` seeds the Mersenne Twister with `mt_srand((double) microtime() * 1000000)` — discarding the integer-seconds component of `microtime()` and constraining the seed to a range …
cvefeed.io
July 8, 2026 at 8:39 AM
An entry level package to profile your code it's not #xdebug but it does the job needed github.com/bakame-php/a... #php #profiling #memoryusage #microtime
GitHub - bakame-php/aide-profiler: A simple profiler in PHP
A simple profiler in PHP. Contribute to bakame-php/aide-profiler development by creating an account on GitHub.
github.com
June 26, 2025 at 5:50 PM
WWBN AVideo hit by CRITICAL (CVSS 9.1) vuln: Weak random codes + exposed API microtime enable account takeover by unauthenticated attackers. Restrict endpoint access until a fix. https://radar.offseq.com/threat/cve-2026-92913-use-of-insufficiently-random-values-in-wwbn-avideo-bdf60cd1a8224a92 #Of...
CVE-2026-92913: Use of Insufficiently Random Values in WWBN AVideo
AVideo through commit c3edcc274c389816d434acadac07ee78eaf330c1 generates account activation and login pairing codes using getRandomCode(), which derives codes primarily from uniqid() (sprintf('%08x%05x', seconds, microseconds)) and a single
radar.offseq.com
September 17, 2026 at 12:00 PM
ICYMI: Jakko Kemper, 'Deep Time and Microtime: Anthropocene Temporalities and Silicon Valley’s Longtermist Scope' - asserts that the temporalities of deep time and microtime increasingly impact contemporary existence. (Open Access) journals.sagepub.com/doi/full/10....
Sage Journals: Discover world-class research
Subscription and open access journals from Sage, the world's leading independent academic publisher.
journals.sagepub.com
August 5, 2026 at 10:48 PM
github.com/bakame-php/a... is almost stable if you could give a spin an report issues or improvement it would be nice. It is a nice non brainer straightforward profiler in PHP which seats between Xdebug and you double call to microtime 😂 Give it a shot. #PHP #profiler #OSS
GitHub - bakame-php/aide-profiler: A minimalist multi-metric PHP Profiler
A minimalist multi-metric PHP Profiler. Contribute to bakame-php/aide-profiler development by creating an account on GitHub.
github.com
July 3, 2025 at 12:49 PM
Why does PHP's microtime() sometimes go backwards?
stackoverflow.com
January 8, 2025 at 12:11 AM
App::environment() vs app()->environment() – Practically No Difference
In Laravel, we often have more than one way to do the same thing. In this case, let’s see if there’s any real difference between these two methods for getting the current environment: * `App::environment()` * `app()->environment()` Let’s write a small test to compare how fast each one is: $start = microtime(true); $env1 = App::environment(); $time1 = microtime(true) - $start; $start2 = microtime(true); $env2 = app()->environment(); $time2 = microtime(true) - $start2; $result = [ 'App::environment()' => [ 'value' => $env1, 'time' => number_format($time1, 4) . ' seconds' ], 'app()->environment()' => [ 'value' => $env2, 'time' => number_format($time2, 4) . ' seconds' ] ]; dd($result); ### Output array:2 [ "App::environment()" => array:2 [ "value" => "local" "time" => "0.0001 seconds" ] "app()->environment()" => array:2 [ "value" => "local" "time" => "0.0000 seconds" ] ] ### What Did We Learn? Both methods return the same value — `"local"`, so there is no functional difference. The time difference is extremely small: * `App::environment()` — 0.0001 seconds * `app()->environment()` — 0.0000 seconds Technically, `app()` might be slightly faster since it directly returns the application instance. ### Which One Should You Use? * Want cleaner, more readable code? Use `App::environment()` * Need the fastest performance (like inside a big loop)? Use `app()->environment()` ### Recommendations * Pick one style and stick to it in your project for consistency. * The performance difference is too small to worry about — don’t over-optimize. * Use `App::environment()` for clarity, or `app()->environment()` for flexibility. * If you often work with helper functions or service container access, `app()` can feel more natural. ### Final Thoughts They both work exactly the same. Choose the one that fits your style or project needs. Just remember: for most use cases, the difference doesn't really matter.
forem.com
May 15, 2025 at 9:50 PM
Parts 1-3/3 — EFTA01655991.jpg
#epsteinweb #efta01655991
https://epsteinweb.org
Available in the iOS app store now!
https://apps.apple.com/us/app/epstein-web/id6758880661
March 5, 2026 at 7:47 PM
fluminense time MINUSCULO um MICROTIME
September 26, 2024 at 12:00 AM
📌 CVE-2019-19735 - class.userpeer.php in MFScripts YetiShare 3.5.2 through 4.5.3 uses an insecure method of creating password reset hashes (based only on microtime), whi... https://www.cyberhub.blog/cves/CVE-2019-19735
CVE-2019-19735
class.userpeer.php in MFScripts YetiShare 3.5.2 through 4.5.3 uses an insecure method of creating password reset hashes (based only on microtime), which allows an attacker to guess the hash and set the password within a few hours by bruteforcing.
www.cyberhub.blog
June 29, 2026 at 10:37 PM
En PHP, microtime(true) est supposé retourner un float. Mais si les microsecondes sont piles à 0, ça retourne un int. Donc si ça fonction qui l'utilise attend un float, ça plante.
August 15, 2025 at 6:39 PM