Hacker Newsnew | past | comments | ask | show | jobs | submit | Kiala's commentslogin

A reading is mandatory (art. 43 WNA), but a party may opt for a limited reading if it declares that it has read and understood the content.

So it is not mandatory then, lol.

Statamic


Or, you know, the mail man?


Clearly mailmen would just be expected to use their phones to decode the addresses on demand, because everything is supposed to require a phone and an internet connection these days.

A bit more realistically, the address could be printed on a sticker by the sorting machine, the way address redirections are handled.


> A bit more realistically, the address could be printed on a sticker by the sorting machine, the way address redirections are handled.

Fun fact: PostNL already does this with 100% of the mail processed. The first step in the sorting process is to OCR the address, generate a "KIX" barcode[0], and print that on the letter using special ink if not already present. It's not intended to be user-readable, but anyone with a smartphone can trivially decode the unique destination address from it.

[0]: https://nl.wikipedia.org/wiki/KIX-code


For a mail/parcel carrier relabeling anything is (somewhat surprisingly) a significant added cost (and there is not that much of margin), so they will do everything in their power to not do that unless absolutely necessary.


PostNL relabels approximately all parcels addressed to me (I almost always have to change either the delivery date or location to one convenient to me), completely free of charge.


Free of charge to you and free of charge to the sender. Which is exactly my point, for PostNL it is a sunk cost and if that will happen for significant amount of their consignments it would be an issue.


Yeah, the Netherlands got 1,800 of those..


Yeah here in Portugal we have a ton of those too. Each municipality has its own cm-<name>.pt domain, but there some exceptions. For example, Lisbon's domain redirects to lisboa.pt, and while no other major city I know does this, almost all of them have separate website and domain without the cm- part.


  <key>AutoJoin</key>
  <true/>
  <key>CaptiveBypass</key>
  <false/>
  <key>EncryptionType</key>
  <string>None</string>
A whole bunch of key-value pairs at the same level? What kind of cursed XML is this?


I'm not sure how old you are but congratulations on living this long without encoutering the unmitigated hell of Apple plist files.

I remember seeing when I first started using OSX 10.0 about two decades ago and my reaction was about the same as yours. At least now `plutil` can output (and read) JSON, along with lots of other enhancements to make it slightly less insane to use.



Also can be edited using plutil and defaults in command line.


Not entirely unfamiliar from <dt>/<dd> HTML elements. [1][2]

   <dt>term1</dt><dd>definition1</dd>
   <dt>term2</dt><dd>definition2</dd>
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dl...

[2] https://www.w3.org/TR/2011/WD-html5-author-20110809/the-dl-e...


Here's a large example with nested arrays and dicts, integers, strings, etc:

https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/...


Sweet Jesus.

I'm filing a human rights complaint at The Hague.


Oh it's not that bad, plus it's just an on-disk serialization format. You use it like you would Python's pickle by dumping/loading from NSDictionary/NSArray.

It's ordered, typed, can be validated by schema, and just takes the format you would write naturally and removes the boilerplate because your primitive collections in plist world aren't trees they're dicts and arrays just like in JSON.

    <dict>
      <entry>
        <key>Greeting</key>
        <value type="string">Hello World</value>
      </entry>
    </dict>

    <dict>
      <key>Greeting</key>
      <string>Hello World</string>
    </dict>


It's not intended to be written by hand. It's also like 30 years old.


I kinda like it. About as succinct you can make an ordered map with XML, given a predefined set of element names (= easy validation)


Now imagine that the workspace/project format for the defacto IDE for all Apple related stuff uses this exact same format, mixed with some random binary blobs and it keeps track of all project settings and file structure. Now imagine merging that in your VCS of choice whenever another team member makes any change to any of the aforementioned things.

Good news! You don't have to imagine! You can live this fever dream yourself by using Xcode.

How a company with that much money can unironically produce such dumpster fire garbage of a so-called IDE is beyond my comprehension.


> Now imagine that the workspace/project format for the defacto IDE for all Apple related stuff uses this exact same format

It doesn’t. Xcode project files are something that look a bit like a cross between JSON and an INI file. This is unofficial documentation showing what it looks like:

http://www.monobjc.net/xcode-project-file-format.html

That isn’t a property list; it’s something inherited from Project Builder from NeXTSTEP, which Xcode was originally based upon. Xcode project files would be a lot easier to deal with if they were property list files, because they are a standard, documented format with official tools to work with them. The Xcode project file format isn’t officially documented and doesn’t have generic manipulation tools like plutil.

Maybe you are mixing the project file up with the Info.plist file? That is a property list file, but its purpose is to tell the operating system about the application. It’s not the Xcode project file.


This is the original ASCII plist file format from NeXTSTEP. Foundation still supports reading these but not writing them.


What binary blobs? It's a text file?


This is one of the unexpected externalities of Apple’s walled garden. You may not deal with Xcode directly if you use Xamarin et al. then some poor soul somewhere has to sacrifice their first born every year when Xcode received an update.

If Apple allowed other App Stores, they would have to make Xcode not suck.


Worse than an .ini file


Congratulations, you’ve found example #78332 that even the world’s best engineers can have bad ideas.



Jeez yeah do not like this


Not that surprising actually, since jQuery is bundled with WordPress.


> The order of the words is hardcoded, with “added” preceding the date. This would be incorrect in many languages, from Dutch (“1 januari toegevoegd”)

This is simply not true. Since English and Dutch are both Germanic languages they largely work the same way. Saying "Toegevoegd: 1 januari" would be just fine. By using "1 januari toevoegd" you're syntactically changing the sentence.


1 januari toegevoegd sounds like you're adding the date. If you're going to write it as a sentence it ought to have something like "Op 1 januari", and in that case it actually doesn't matter whether you put the toegevoegd before or after "op 1 januari". But I agree, nothing wrong with "Toegevoegd: 1 januari".


Apparently, this is not an interactive version of the Bible written in Bash.



Or, how about: telemetry.enabled?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: