saghm
- Karma
- 0
- Created
- ()
- Submissions
- 0
- AMD releases FSR 4.1 upscaling for older graphics cards (theverge.com)
- Over 400 Arch Linux packages compromised to push rootkit, infostealer (bleepingcomputer.com)
- An AI coding bot took down Amazon Web Services (arstechnica.com)
- MongoDB warns admins to patch RCE flaw immediately (bleepingcomputer.com)
- Why won't Steam Machine support HDMI 2.1? (arstechnica.com)
- GitHub being used for cryptocurrency spam (github.com)
- Neurelo, a new way of working with databases (neurelo.substack.com)
- Rust to stabilize `async fn` and return-position `impl Trait` in traits (blog.rust-lang.org)
- Time to Stop Using (and Recommending) Solus (boilingsteam.com)
-
Recently, I was using a JavaScript shell and was playing around with a `Date` object. When looking at the various methods, I saw getters for various parts of the date (`getSeconds`, `getMinutes`, `getHours`, `getDay`,…