• 0 Posts
  • 187 Comments
Joined 1 year ago
cake
Cake day: July 2nd, 2023

help-circle








  • I love this standard. If you dig deeper into it, the standard also covers a way to express intervals and periods. E.g. “P1Y2M10DT2H30M” represents one year, 2 months, 10 days, 2 hours and 30 mins.

    I recall once using the standard when writing a cron-style scheduler.

    I also like the POSIX “seconds since 1970” standard, but I feel that should only be used in RAM when performing operations (time differences in timers etc.). It irks me when it’s used for serialising to text/JSON/XML/CSV.

    Also: Does Excel recognise a full ISO8601 timestamp yet?












  • pHr34kY@lemmy.worldtoTechnology@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    34
    arrow-down
    3
    ·
    edit-2
    2 months ago

    A spell checker is pretty useless. It’s not a word processor. I just want to very quickly open a text file and perhaps make a small edit. I would usually use it for config files.

    Syntax highlighting for xml, JSON, yaml and CSV would be a much more useful feature. gEdit on gnome really nails the lightweight but useable text editor.

    Also, would it kill them to use a rolling buffer instead of loading and rendering an entire 500MB file before rendering the first 30 lines on screen?

    People say “just use [editor]”, but it’s no good when you’re configuring someone else’s prod environment 7 proxies deep, and all you can use is notepad.