Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Dejan Lekic via Digitalmars-d-announce

On Saturday, 22 December 2018 at 13:46:39 UTC, Joakim wrote:


Given that this conference format is dying off, is there any 
explanation for why the D team wants to continue this 
antiquated ritual?


Why are you bringing this again? Are you going to talk the same 
stuff whenever someone mentions some conference here?? :) While I 
admire your persistence I fail to understand why you simply don't 
ignore stuff you do not like. If you do not like conferences fine 
- do not go there, and let us who do like them and think they are 
useful have some fun!


Re: [neovim/vim] ncm2/ncm2-d autocompletion source for d

2018-12-27 Thread Walter Bright via Digitalmars-d-announce

On 12/18/2018 2:12 PM, viniarck wrote:
neovim/vim8 users out there, if you'd like to have an alternative to deoplete, 
ncm2 is async and really fast, works out of the box, and it has integration with 
UltiSnippets to further expand all the arguments of the completion in place. So 
far, I've been quite satisfied with it, been using for 4 months+, if you're 
interested check https://github.com/ncm2/ncm2-d out.



Geez, just when I (finally) add D color syntax highlighting to microEmacs, you 
go and one up me!


Re: [neovim/vim] ncm2/ncm2-d autocompletion source for d

2018-12-27 Thread David via Digitalmars-d-announce

On Wednesday, 26 December 2018 at 00:42:25 UTC, viniarck wrote:
On Saturday, 22 December 2018 at 13:25:14 UTC, Anton Pastukhov 
wrote:

On Tuesday, 18 December 2018 at 22:12:52 UTC, viniarck wrote:

[...]


Out of curiosity- what are advantages of ncm2 over deoplete?


Hi Anton,

I'd say:

- Completions are populated asynchronously and in parallel, and 
based on my experience, using deoplete for several months, I 
feel like the feedback of completion you get from ncm2 is more 
instantaneous.
- Fully integrates with UltiSnips, so you can have snippets 
expansions in the arguments of the completion results, which is 
really nice (you can see this in the GIF of the ncm2-d for 
example, that my cursor jumps over each argument of the 
autocompleted function).
- It just works. You don't even have to tweak the settings or 
variable of sources to start seeing good results. On the other 
hand, with deoplete you're supposed to tweak a lot of settings, 
matchers and ranks before getting solid results.
- Integrates nicely with Language servers that you can get 
results from LanguageClient-neovim, for instance.


If you've never tried it out before, it's definitely worth a 
try.


looks nice but the behavior is a bit strange, as it suggest also 
functions which are not imported. E.g.


import std.stdio: writeln;

completion for "wri" also brings up "writef" and all other 
functions from std.stdio starting with wri ...


Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Laeeth Isharc via Digitalmars-d-announce
On Thursday, 27 December 2018 at 17:00:05 UTC, Robert M. Münch 
wrote:

On 2018-12-22 21:38:42 +, Laeeth Isharc said:

On Saturday, 22 December 2018 at 18:47:40 UTC, Robert M. Münch 
wrote:

On 2018-12-22 12:18:25 +, Mike Parker said:

Thanks to Symmetry Investments, DConf is heading to London! 
We're still ironing out the details, but I've been sitting 
on this for weeks and, now that we have a venue, I just 
can't keep quiet about it any longer.


Hi, you should consider the upcoming Brexit chaos, which is 
expect to have a high impact on all airlines. Currently I 
wouldn't bet that all parties involved get things sorted out 
until May...


I would be happy to bet they do. The EU and US are already 
agreed.


https://www.bbc.co.uk/news/business-46380463


Well, we will see. But it's not the EU and US, but UK and US 
that agreed after your reference. Since I'm not from the US 
this information doesn't help a lot. And the significant part 
of your reference is this: "Theresa May's Brexit agreement with 
Brussels says that the UK and EU have agreed to negotiate a 
"comprehensive air transport agreement" for UK-EU flights 
during the planned transition period but it would not apply if 
the UK left the EU without a deal. In September the government 
warned a no-deal Brexit could cause disruption to air travel 
between the UK and European Union countries."


You might be aware that the "No Deal Scenario" is currently 
much more likely... but again, everyone is free to do what they 
want.


In the event of no-deal, flights will continue as before except 
UK operators flying _within_ Europe on domestic or intra-EU 
flights will need to get a license.  UK operators can continue to 
fly to Europe, and we already said the European operators can fly 
here.  This is a relatively recent official confirmation of what 
was always fairly obvious - a negotiating position is not quite 
the same thing as the position in actuality.


http://www.travelweekly.co.uk/articles/319768/updated-european-commission-reiterates-flights-will-go-ahead-post-brexit

You can read the technical guidance if you wish.  Naturally it 
comes with the spin you would expect.


And since flights to and from the EU will continue to operate, I 
doubt very much that flights between Britain and anywhere else 
will cease to operate.


Britain has a current account deficit with every European nation 
bar Ireland and I think Malta, meaning we import more than we 
export.  The wilder scenarios painted assume that one of the two 
parties would deliberately sabotage their own economy.  I don't 
think so.


I had lunch with a lawyer who advised Cameron and Osborne in 
their negotiations with the EU.  He has written five books on 
Brexit, approaching it from a technical rather than political 
perspective.  He pioneered the suggestion of enhanced equivalence 
which will likely be the roadmap for financial services.  He says 
Brexit consists of a multitude of small problems which will have 
to be overcome by the people closest to them.  But a no-deal 
Brexit would be fine and quite quickly rather positive.


All of this stuff "if there is a no-deal Brexit, Theresa May 
_could_ run out of insulin" - that word could is like nasal 
demons in UB with C.  It's a funny use of the word could - the 
lawyer called the insulin suggestion an insult to the 
intelligence.  And my sister in law is a partner in a 
pharmaceutical regulatory firm here in Germany where I write 
from, and she agrees the suggestion is nonsense.


There's a lot of such stuff about, generated for partisan 
reasons.  The track record of such suggestions is pretty dire - 
both Mervyn King, former Governor of the Bank of England,and Paul 
Krugman, a former trade economist, haha, suggested that the Bank 
was damaging its reputation by making such political arguments.


So it's best to go to the primary sources and technical 
documentation.  There are more entertaining ways to scare oneself 
if that's what one wants.


But flights will be running as good or bad as they ever do,as 
best I can tell.




Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread NaN via Digitalmars-d-announce
On Thursday, 27 December 2018 at 17:13:19 UTC, Robert M. Münch 
wrote:

On 2018-12-22 21:57:09 +, Adam Wilson said:

Airlines have had years to prepare for Brexit, and humans are 
generally pretty good at avoiding disasters that they've know 
about for years.


You assumption is wrong, since no one knows how the Brexit will 
look like. You might know that "the Deal" still needs to be 
accepted, which hasn't been the case yet. So, nothing concrete 
to prepare for.


The "Deal" is hated by all sides which is why Theresa May delayed 
the vote by a month because she knew she'd lose. She is clinging 
to the idea that she can get improved terms over the next month 
but the EU wont budge. Her majority in Parliament is so small 
that she has to depend on the DUP in northern Ireland for support 
and they vehemently oppose what the deal sets out for the 
northern irish border.


Honestly i think most likely is we will crash out with no deal, 
or a new vote and stay in. Id say the first much more likely than 
the later. But i cant see the current deal getting through 
parliament nor can I see the EU changing their position.





Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Robert M. Münch via Digitalmars-d-announce

On 2018-12-22 21:57:09 +, Adam Wilson said:


On 12/22/18 10:47 AM, Robert M. Münch wrote:

On 2018-12-22 12:18:25 +, Mike Parker said:

Thanks to Symmetry Investments, DConf is heading to London! We're still 
ironing out the details, but I've been sitting on this for weeks and, 
now that we have a venue, I just can't keep quiet about it any longer.


Hi, you should consider the upcoming Brexit chaos, which is expect to 
have a high impact on all airlines. Currently I wouldn't bet that all 
parties involved get things sorted out until May...




I very much doubt that Brexit will cause anything approaching choas 
insofar as airlines are concerned. Currently all international flights 
are governed by the Montreal Convention which was signed by the 
individual states of the EU and not the EU itself, and the ICAO which 
is a UN function. They will remain in force regardless of the UK's 
status vis-a-vis Brexit.


Since you seem to be a topic matter expert on this, I suggest you get 
in contact with these guys 
(https://www.telegraph.co.uk/travel/news/iata-brexit-flight-disruption/) 
because they don't seem to know what you know.


There may be the additional annoyance of EU folks having to pass 
through passport control depending on the final disposition of Brexit, 
but that's probably it.


Since UK was not part of the Schengen agreement in the past, passport 
control was happening already. So, you prediction doesn't hold.


Chaos is a persuasion word that has zero measurable technical meaning, 
it's purpose is to allow your mind to fill it's space with your worst 
nightmares. Whenever I see it in the news I assume that the writer is 
ideologically opposed to whatever event the writer is describing and 
lacks any evidence to back up their claims.


Hmm... Following how the major figures are working, and getting things 
done WRT Brexit preparation and how honestly and clear everyone is 
informed, I can't imagine a better word. From my live-experience so 
far, all these indicators (clearly measureable by reading different 
sources, counting 1 + 1 etc.) are deep in my "chaos classificaiton". 
Maybe it's time to enter the stage and let the world see how you are 
going to manage it... a lot of poeple would be very happy if you do.


Airlines have had years to prepare for Brexit, and humans are generally 
pretty good at avoiding disasters that they've know about for years.


You assumption is wrong, since no one knows how the Brexit will look 
like. You might know that "the Deal" still needs to be accepted, which 
hasn't been the case yet. So, nothing concrete to prepare for.


My guess is that on Brexit day you won't even notice, save having to 
pass through an automated passport kiosk.


In case of a "No Deal" scenario, I bet against you ;-)

--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster

Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Robert M. Münch via Digitalmars-d-announce

On 2018-12-22 21:38:42 +, Laeeth Isharc said:


On Saturday, 22 December 2018 at 18:47:40 UTC, Robert M. Münch wrote:

On 2018-12-22 12:18:25 +, Mike Parker said:

Thanks to Symmetry Investments, DConf is heading to London! We're still 
ironing out the details, but I've been sitting on this for weeks and, 
now that we have a venue, I just can't keep quiet about it any longer.


Hi, you should consider the upcoming Brexit chaos, which is expect to 
have a high impact on all airlines. Currently I wouldn't bet that all 
parties involved get things sorted out until May...


I would be happy to bet they do. The EU and US are already agreed.

https://www.bbc.co.uk/news/business-46380463


Well, we will see. But it's not the EU and US, but UK and US that 
agreed after your reference. Since I'm not from the US this information 
doesn't help a lot. And the significant part of your reference is this: 
"Theresa May's Brexit agreement with Brussels says that the UK and EU 
have agreed to negotiate a "comprehensive air transport agreement" for 
UK-EU flights during the planned transition period but it would not 
apply if the UK left the EU without a deal. In September the government 
warned a no-deal Brexit could cause disruption to air travel between 
the UK and European Union countries."


You might be aware that the "No Deal Scenario" is currently much more 
likely... but again, everyone is free to do what they want.


--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster



Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Ethan via Digitalmars-d-announce

On Saturday, 22 December 2018 at 12:18:25 UTC, Mike Parker wrote:

Thanks to Symmetry Investments, DConf is heading to London!


That's a funny typo you have for BeerConf there.

BEERCONF


Re: now it's possible! printing floating point numbers at compile-time

2018-12-27 Thread Nick Treleaven via Digitalmars-d-announce

On Saturday, 22 December 2018 at 20:08:12 UTC, Stefan Koch wrote:
I came across a short and efficient implementation[0] of the 
grisu2 algorithm for converting floating point numbers into 
strings.


Which I then ported into CTFEable D code.
Thus enabling you to convert doubles into strings at 
compiletime.


Great! Is the MIT license compatible with Boost? If so I suggest 
we include it in Phobos. I remember Andrei was calling for a 
Grisu port for CTFE some years ago, but I think licensing of 
non-D implementations at the time was an issue.


Re: DCD xmas edition

2018-12-27 Thread Basile B. via Digitalmars-d-announce

On Monday, 24 December 2018 at 17:15:43 UTC, ANtlord wrote:

On Monday, 24 December 2018 at 13:24:30 UTC, Basile B. wrote:
added support for completion on template type parameters that 
must implicitly convert to a type.


You, sir, are my hero!


That's funny ANtlord because the changes allowing this feature 
are ridiculous (see [1]), 4 SLOCs, that's not false modesty i 
rather think that it's something that Hackerpilot forgot to make 
at some point.


[1] https://github.com/dlang-community/dsymbol/pull/109/files


Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Joakim via Digitalmars-d-announce
On Thursday, 27 December 2018 at 08:25:23 UTC, Russel Winder 
wrote:
On Thu, 2018-12-27 at 02:13 +, Joakim via 
Digitalmars-d-announce wrote:

[…]

Wow, you've really gone off the deep end now. First you lie 
that I presented no data, then when called out, start claiming 
defamation and talk about bringing lawyers into it.


You seem to be a beginner at gaslighting. Your initial data was 
simply two articles expressing an opinion. There was no data 
about conferences generally just a perception of a failure of 
conferences in the iOS arena.



Good luck with that. :)


I will have good luck. The lawyer is a person I have done 
expert witness work for on libel and email usage in the past in 
the High Court. I am not a beginner at this sort of thing.


You will treat this email as a formal cease and desist letter 
requiring you stop defaming my character in public written 
statements. If you continue to defame me in public emails, I 
will escalate and apply for a cease and desist order in the 
High Court.


Heh, nobody cares about you and your blatant L I E S.


Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Basile B. via Digitalmars-d-announce
On Wednesday, 26 December 2018 at 11:26:52 UTC, Guillaume Piolat 
wrote:

Last year I had an amazing time at Dconf.
Went to bike there for 9 days (800km), to arrive the day before 
DConf.


 woah dude !


Re: DConf 2019: Shepherd's Pie Edition

2018-12-27 Thread Russel Winder via Digitalmars-d-announce
On Thu, 2018-12-27 at 02:13 +, Joakim via Digitalmars-d-announce wrote:
> […]
> 
> Wow, you've really gone off the deep end now. First you lie that 
> I presented no data, then when called out, start claiming 
> defamation and talk about bringing lawyers into it.

You seem to be a beginner at gaslighting. Your initial data was simply two
articles expressing an opinion. There was no data about conferences generally
just a perception of a failure of conferences in the iOS arena.

> Good luck with that. :)

I will have good luck. The lawyer is a person I have done expert witness work
for on libel and email usage in the past in the High Court. I am not a
beginner at this sort of thing.

You will treat this email as a formal cease and desist letter requiring you
stop defaming my character in public written statements. If you continue to
defame me in public emails, I will escalate and apply for a cease and desist
order in the High Court. 

-- 
Russel.
===
Dr Russel Winder  t: +44 20 7585 2200
41 Buckmaster Roadm: +44 7770 465 077
London SW11 1EN, UK   w: www.russel.org.uk



signature.asc
Description: This is a digitally signed message part