frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Time for a Demotion: We aren't as special as we think

https://theamericanscholar.org/time-for-a-demotion/
1•Thevet•4m ago•0 comments

Bye Intel, hi AMD I'm done after 2 dead Intels

https://michael.stapelberg.ch/posts/2025-09-07-bye-intel-hi-amd-9950x3d/
1•secure•7m ago•0 comments

Bye Intel, hi AMD I'm done after 2 dead Intels

https://michael.stapelberg.ch/posts/2025-09-07-bye-intel-hi-amd-9950x3d/
3•todsacerdoti•9m ago•1 comments

Free PDF to JPG Converter

https://freepdftoimg.com/
1•yangyiming•12m ago•0 comments

A polyglot's guide to multiple-dispatch

https://eli.thegreenplace.net/2016/a-polyglots-guide-to-multiple-dispatch/
1•andsoitis•12m ago•0 comments

Show HN: Integration Security Top 10: An OWASP-style framework

https://github.com/vikram-s-narayan/integration-security-top-10
1•leo1452•15m ago•0 comments

The case of the crash on a null pointer even though we checked it for null

https://devblogs.microsoft.com/oldnewthing/20250905-00/?p=111560
1•signa11•17m ago•0 comments

How We Built Our lakeFS Iceberg Catalog

https://lakefs.io/blog/how-we-built-lakefs-iceberg-catalog/
1•forthelastime•18m ago•0 comments

Apple Corps vs. Apple Computer

https://en.wikipedia.org/wiki/Apple_Corps_v_Apple_Computer
1•yuhmahp•21m ago•0 comments

Synthesizing Object-Oriented and Functional Design to Promote Re-Use

https://cs.brown.edu/~sk/Publications/Papers/Published/kff-synth-fp-oo/
1•andsoitis•22m ago•0 comments

A Cynical Read on Anthropic's Book Settlement

https://spyglass.org/cynical-read-on-anthropics-book-settlement/
1•zdw•23m ago•0 comments

I was a chess prodigy trapped in a religious cult

https://www.theguardian.com/lifeandstyle/2025/sep/07/chess-prodigy-trapped-religious-cult-danny-r...
1•slau•30m ago•0 comments

The Expression Problem and its solutions

https://eli.thegreenplace.net/2016/the-expression-problem-and-its-solutions/
1•andsoitis•33m ago•0 comments

Eden Project wildflower centre issues climate warning as it marks 25th year

https://www.theguardian.com/uk-news/2025/aug/21/eden-project-wildflower-centre-issues-climate-war...
2•PaulHoule•39m ago•0 comments

Show HN: CrabCamera – Cross-platform camera plugin for Tauri desktop apps

https://crates.io/crates/crabcamera
1•MKuykendall•42m ago•0 comments

CachyOS Seems Unstoppable (ProtonDB distro ranking September 2025)

https://boilingsteam.com/cachy-os-seems-unstoppable/
2•ekianjo•42m ago•0 comments

Android's most beloved launcher may be done for good

https://www.androidpolice.com/androids-most-beloved-launcher-may-be-done-for-good/
1•microflash•46m ago•1 comments

The Billionaires Fueling the Quest for Longer Life

https://www.wsj.com/health/wellness/billionaires-longevity-health-04dd205c
1•mraniki•47m ago•1 comments

Native Multiplatforming – Android and Web

https://github.com/quaadgras/graphics.gd/discussions/177
1•Splizard•49m ago•0 comments

David Deutsch on AGI, the future of humanity, and more [video]

https://www.youtube.com/watch?v=IVA2bK9qjzE
1•ksdk•49m ago•0 comments

Repeated heatwaves can age you as much as smoking or drinking

https://www.nature.com/articles/d41586-025-02729-x
1•XzetaU8•50m ago•0 comments

AI Bubble –> AI Winter

https://en.wikipedia.org/wiki/AI_winter
1•baalimago•53m ago•0 comments

Using MacBook sensor API to make screen hinge sound like old wooden door

https://twitter.com/samhenrigold/status/1964428927159382261
1•adityaathalye•1h ago•1 comments

Need help with FAANG-o-meter

https://sagastar.com?redeem_invite=beta100
1•kind-serge•1h ago•0 comments

When Australian scientists almost brought back the extinct gastric brooding frog

https://www.abc.net.au/news/science/2025-09-06/gastric-brooding-frog-project-lazarus-deextinction...
1•stubish•1h ago•0 comments

How Much of Indian Medicine Is Bad?

https://sayacare.in/blogs/how-much-of-indian-medicines-is-bad
1•himanshu7net•1h ago•0 comments

Longhorn – A Kubernetes-Native Filesystem

https://vegard.blog.engen.priv.no/?p=518
3•jandeboevrie•1h ago•0 comments

Aspected Orinted Programming and Structured Logging

1•JasmineAs•1h ago•0 comments

Nvidia-backed U.S. atomic fusion firm eyes reactor in Japan

https://www.japantimes.co.jp/business/2025/09/04/companies/us-nuclear-fusion-firm-eyes-japan-reac...
1•breve•1h ago•0 comments

Platypuses glow under UV light and we have no idea why (2020)

https://www.nytimes.com/2020/11/13/science/platypus-glow-ultraviolet.html
1•spectraldrift•1h ago•0 comments
Open in hackernews

RFC 3339 vs. ISO 8601

https://ijmacd.github.io/rfc3339-iso8601/
33•gregsadetsky•3h ago

Comments

01HNNWZ0MV43FF•1h ago
The difference is that `date`, the command, and `chrono` the Rust crate implement RFC 3339, so we don't need to worry about ISO :)
mg•1h ago
My favorite datetime format is "YYYY-MM-DD hh:mm:ss".

I consider it the "Markdown for time". It is human-friendly and computer-friendly at the same time. It is supported by many languages and databases. It is so elegant and common that even though it is not part of a standard, LLMs started to use it when writing answers:

Me: SQLite: Add 1 day and 3 hours to a date.

Perplexity: SELECT DATETIME('2025-09-07 07:51:00', '+1 day', '+3 hours');

xeonmc•47m ago
It's also the Swedish time format I believe[0]

[0] https://stackoverflow.com/a/58633651

progval•41m ago
It is not computer-friendly because the timezone is unspecified. And in some timezones, it is ambiguous during changes from DST to winter time.
aaronbrethorst•39m ago
Slap a Zulu on there for a little more safety and consistency. https://www.noaa.gov/jetstream/time
mg•14m ago
Do you really need the timezone for each entry in the storage layer?

The application knows how it stores data, so it can just use UTC or whatever it likes. One timezone for all entries.

The interface then can display it in a way the user likes.

fauigerzigerk•4m ago
Why is it not computer friendly? It's just a local time. This is something we need to be able to express in computers and in brains.

Things like opening hours are always local time, and even if Apple disagrees I very strongly believe that alarm clocks should use local time as well.

LukeShu•32m ago
Except for not including a timezone offset, that's one of the RFC 3339 formats.