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

And the UK in general. I went to Dublin a few years back now, and I had my passport checked as I entered Ireland, but not before I got on the plane and not as I left not when I got back to Gatwick.. in fact I walked off the plane through the baggage claim and back out on to the airport and no one asked me for anything. I think if I'd travelled by ferry, I might not have needed a passport at all.

The umlaut does mean that to a Swede it is not the same word sound at all. I can only guess that is why it was allowed?


The sound is still very close in this situation (ä before r) my guess is they didn't have the Spanish sarna on their radar


To me, a dane, that would be like saying "sarna" and "særna" is the same. They're not.


> The sound is still very close

What do you base this on? Do you speak Swedish? Did you look up the phonetics?

They are no more similar than A and E in English.


The first version I used was one of the previews, where the IDE didn't actually work and all the code was compiled from the command line. Kylix 1.0 was "okay", but it quickly became impossible to use because Linux moved on.

The one I thought was bad was the .Net port. Delphi.Net never really got past version 1.0 of the .Net framework because, and this is anecdotal, I heard the compiler abused something in the metadata system that .Net 2.0 no longer allowed and the compiler jus stopped being able to build valid assemblies. They literally wouldn't work anymore because the class loader wouldn't load them under .Net 2.0. If you know anything about .Net, tis is pretty fundamentally poor engineering, because .Net runtimes almost always can load older framework code with the right components installed.


To be honest, VB.Net was a very thin veneer of VB on top of the .Net runtime. It was not good. All of us that were doing Delphi quickly jumped to C#, because it felt a lot more grown up. The only truly terrible products I have worked on after ,Net came on the scene were ones where VB developers decided to use VB.Net to make something "more modern."


I want native apps because I don't want to rely on the internet existing and I don't think hosting an offline web page in a captured browser is "good enough"


A lot of "native" apps rely on the Internet for essential functionality. Your Starbucks app would be deadweight if it couldn't pull your account info and store catalogs from starbucks.com.


Even when CarPlay is full screen, it is possible to have a the manufacturer's UI available. My Ford Sync 3 will let me get back the the car UI via an icon that is the Ford logo - it loos like a regular app, but it's sole purpose is "go back to the car's infotainment." This is useful for controlling the radio and tweaking settings, but not a lot else.


I would recommend the audiobook - John Romero actually reads it so it seems a lot more personal.

I did feel that Romero skipped a load of stuff, at least int he audio version. There was no real mention of Stevie Case, just one passing name check. That was really odd. I was expecting him to at least mention her.

I've also both read and listened to Masters of Doom (read by Wil Wheaton no less) and it is a great book too. The audio version is really good.


This makes no actual sense as a complaint.

The M-series all have chargers with a USB-C socket on them that the cable is plugged in to, so you would have been able to use the PSU from any M-series MacBook - even if they were the models prior to magsafe being re-introduced.

The magsafe in the M-series is not the same as magsafe 1 or 2, so they are not compatible and you would have needed to buy an adapter (and I have no idea if Apple has even made a first party version of this.) So you'd need a new adapter.

On the other hand, any USB-C charger that delivers the right voltage will charge the Neo.


A question I'm sure you might have been asked before - will this support mobile too? It would be nice if it did. I would certainly like to try it. It does feel like being able to use Avalonia and MAUI in mobile would be extremely beneficial.


> Mixing C# with other languages in the same project is also difficult because it only supports MSBuild.

No, this is not true. You can invoke the compiler directly with no direct call to MSBuild what so ever.

Even using the dotnet command, which uses MSBuild under the hood, you are free to use your own build system. As an example - this code uses a Makefile to invoke the build: https://github.com/memsom/PSPDNA

If you want to call csc directly, it will compile with args just fine. And, if you have a working C# compiler on you platform, whether or not it uses MSBuild behind the scenes is kind of inconsequential.

You may also directly call the msbuild command, and it more or less does the same thing as the dotnet command, but hardly anyone eve calls msbuild directly these days.


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

Search: