Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ether_at_cpan
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ether_at_cpan
10mo ago
The solution here is to demand support for the most recent specification version from your tooling vendors. We (the OpenAPI TSC) sometimes hear from vendors "we're not moving quickly to support the latest version because our users
2.
▲
by
ether_at_cpan
10mo ago
Not really true? There are lots of validators supporting the most recent version: https://json-schema.org/tools?query=&sortBy=name&sortOrder=a...
3.
▲
by
ether_at_cpan
10mo ago
OpenAPI 3.1 replaced the not-a-superset-or-subset of JSON Schema with the actual JSON Schema (latest version) over five years ago. No one should be using 3.0.x anymore. And 3.2 came out a few months ago, containing lots of features that hav
4.
▲
by
ether_at_cpan
10mo ago
There's a way to express that though: by adding `"unevaluatedProperties": false` underneath your properties list.
5.
▲
by
ether_at_cpan
1y ago
Perl is #10 on the Tiobe index this year.
6.
▲
by
ether_at_cpan
1y ago
> I can't remember a time where "keys %hash" returned the keys in a defined order. It was never a _defined_ order, but before version 5.17.6 (November 2012), each hash returned its list of keys and values in a _consistent_
7.
▲
by
ether_at_cpan
1y ago
Well yes, he was a total dickhead to people who asked lazy questions and could not answer the follow-up questions that they were asked. He was strict about teaching people that it is important to be able to explain one's problem clearl
8.
▲
by
ether_at_cpan
1y ago
In his bio he has the most succinct and accurate description of Perl that I've ever seen: > Perl is a wonderful language once you get over the fact that a slightly quirky set of syntax and embedded regular expressions have a tenden
9.
▲
by
ether_at_cpan
1y ago
He "did not suffer fools gladly"
10.
▲
by
ether_at_cpan
1y ago
This is very sad news. As I said on irc: He brought many people into the community, and encouraged their growth (like me) I popped into the scene by sending a few Moose patches and then coming onto irc displaying an utter lack of understand
11.
▲
by
ether_at_cpan
2y ago
Twitter's not fixing the problem -- how can its users? The only logical move is not to play.
12.
▲
by
ether_at_cpan
3y ago
> like Try::Tiny, with which it’s quite easy to forget that a return statement in the try block will do exactly the wrong thing Try::Tiny does its best without manipulating the parser itself; it's been superseded by Syntax::Keyword:
13.
▲
by
ether_at_cpan
3y ago
Fastly does -- most of its configuration management and distribution is handled by Perl applications, and the VCL templates used for most customer boilerplate is driven by Template Toolkit. I don't want to name names, but a few promine
14.
▲
by
ether_at_cpan
4y ago
Hooray!
15.
▲
by
ether_at_cpan
5y ago
Comments are supported. There is a "$comment" keyword, and you are free to invent any other keyword you like, as they are generally ignored.
16.
▲
by
ether_at_cpan
5y ago
Like which? Or are you just knee-jerking at the term "shiny" and presuming it means "over-complicated and unnecessary"?
17.
▲
by
ether_at_cpan
5y ago
They don't have to be real URLs, but just URIs. That is -- the files don't have to be accessable on the network at those URIs -- you can just use these strings as identifiers, and load the files up manually as you need them. In fa
18.
▲
by
ether_at_cpan
5y ago
> ...if the validation fails then what? Even though the JSON schema document is human readable, just by looking at the JSON schema document, its not intuitive to visualize where the particular path resides in the actual document. The JSO
19.
▲
by
ether_at_cpan
5y ago
Those itemized (and the two people who also left TPF roles who have not been listed) only left their TPF committee positions, and not their programmer roles. Sebastian even did another Mojolicious release this weekend, and his presence on t
20.
▲
by
ether_at_cpan
5y ago
I'll just leave this here: https://twitter.com/liztormato/status/1404024234020642820
21.
▲
by
ether_at_cpan
5y ago
That's so outdated. Everyone knows that words are literal violence now, and the worst offence you can give to someone is not believing in their ideology. It's like we want to emulate the religious right for some reason...
22.
▲
by
ether_at_cpan
5y ago
Definitely a non-neutral history, but also nearly a year of intense discussions that would leave even a saint feeling burnt out. The emotional reaction was unwarranted here, but quite understandable.
23.
▲
by
ether_at_cpan
5y ago
We haven't really gotten seriously into the discussion yet of what perl 7 will include. All that's happened so far is one person made a premature announcement of what they wanted, (parts of) the community objected, and we backed u
24.
▲
by
ether_at_cpan
6y ago
via https://lapcatsoftware.com/articles/catalina-executables.htm... , I've added an entry in my /etc/hosts to block requests to api.apple-cloudkit.com: 127.0.0.1 api.apple-cloudkit.com 127.0.0.1
25.
▲
by
ether_at_cpan
7y ago
Doh, yes, system 6 was current for quite a while. I wonder what other thing from that era I confused it with. I swear something around that time skipped a 6.
26.
▲
by
ether_at_cpan
7y ago
> I dropped Perl from my resume about a decade ago because I just frankly don't want to work with it. That's exactly why I've never mentioned Java on my resume (or in earlier times, Visual Basic) =D
27.
▲
by
ether_at_cpan
7y ago
> I'm unclear why people continue to use Perl at all Because there's a huge amount of applications and websites still built in it, and it's still a great language so new projects are written in it all the time. source: my
28.
▲
by
ether_at_cpan
7y ago
For those that can remember back that far, MacOS also jumped from 5 to 7. (7 was the first version that supported running multiple applications at once.. not counting the MultiFinder hack that came before it by a few years.)
29.
▲
by
ether_at_cpan
7y ago
bwahahahahaha
30.
▲
by
ether_at_cpan
7y ago
> but my rule-of-thumb is that if I anticipate wanting to use references, I will go elsewhere Why? References are not scary and they work just like in any other language -- they are simply a memory address that points to another value st
More ›