Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
janjones
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
janjones
12d ago
> I thought someone did a port of Linux to wasm I think someone did that here: https://github.com/joelseverin/linux-wasm
2.
▲
by
janjones
8mo ago
Clarified my comment a bit, thanks
3.
▲
by
janjones
8mo ago
Then you are already using XMake (albeit a different one than OP), it's the original codename for MSBuild, still present in the code: https://github.com/dotnet/msbuild/blob/main/src/MSBuild/
4.
▲
by
janjones
9mo ago
Yes, it's contextual. There is more details in this section of the article: Naming Conflicts with Existing Class Members
5.
▲
Zed for Windows: What's Taking So Long?
(zed.dev)
88 points
by
janjones
1y ago
|
80 comments
6.
▲
Proxy 4: The Next Leap in C++ Polymorphism
(devblogs.microsoft.com)
8 points
by
janjones
1y ago
|
0 comments
7.
▲
by
janjones
1y ago
C# playground (compiler explorer) which runs entirely in a browser (via WebAssembly). Started as an alternative to SharpLab which is not maintained anymore. But it can also do some other stuff that I wanted like downloading any compiler ver
8.
▲
by
janjones
1y ago
> From a user perspective, "dotnet run" does add a new scripting dialect. By dialect I mean that in CSX, the C# language has subtle differences in behavior compared to CS files (e.g., top-level methods are compiled differently)
9.
▲
by
janjones
1y ago
> You can't do much of anything in .NET without referencing Nuget assemblies. And referencing NuGet assemblies is of course supported via the #:package directive. It's just that referencing DLLs directly is not a common scenari
10.
▲
The Bitcoin scandal shaking Czech politics
(expats.cz)
1 points
by
janjones
1y ago
|
0 comments
11.
▲
by
janjones
1y ago
> Is #:package <pkg> really so much nicer than #r "nuget: <pkg>" as to deserve deviating from .NET Interactive, F# and the existing NuGet picker? (It could be, if properly argued!) Yes, we believe so. There is not m
12.
▲
by
janjones
1y ago
F# and C# are intentionally different languages, I don't think it makes sense to have 100% equivalent functionality in both. AFAIK, F# already has scripting functionality built in. VB support could be added, but that seems unlikely giv
13.
▲
by
janjones
1y ago
Referencing other projects is currently out of scope (and might always be, file based programs are intended to be simple), you can convert file based programs to full projects though to regain full functionality.
14.
▲
by
janjones
1y ago
.NET interactive uses a dialect of C# - the script dialect. With file based apps, we strive to use the standard C#, so you can convert file based apps to full projects at any time.
15.
▲
by
janjones
1y ago
Assembly references are not really a mainline scenario, hence we support nuget package references only for now. And `#r` is just too opaque (it comes from old times when assembly references were the norm).
16.
▲
by
janjones
1y ago
What do you mean by incompatible? If you mean syntax, that's different intentionally for clarity and also we don't want to create a new C# scripting dialect hence it isn't possible to "import" other files (that'
17.
▲
by
janjones
2y ago
For anyone wondering, this is just the IP address written in a different form: https://stackoverflow.com/a/56814434
18.
▲
by
janjones
2y ago
https://archive.is/Wk6OO
19.
▲
Marc: The MAximally Redundant Config Language
(ki-editor.github.io)
1 points
by
janjones
2y ago
|
0 comments
20.
▲
by
janjones
2y ago
What an irony. If you had Recall or that tool you mention installed, you could probably find it easily :D
21.
▲
by
janjones
3y ago
https://docs.diversion.dev/
22.
▲
YouTransfer: Self-hosted file transfer and sharing solution
(github.com)
172 points
by
janjones
3y ago
|
107 comments
23.
▲
by
janjones
3y ago
I have done something similar when archiving a dynamic site, serving it as static snapshot for free.
24.
▲
by
janjones
3y ago
https://news.ycombinator.com/item?id=38629814
25.
▲
Vite 5.0
(vitejs.dev)
10 points
by
janjones
3y ago
|
0 comments
26.
▲
by
janjones
3y ago
I guess you can use any general "native wrapper over JS/HTML" like https://capacitorjs.com/solution/svelte
27.
▲
by
janjones
3y ago
> what is the update frequency of `Transfer-Encoding: chunked` web pages in browser? The server determines that - when it sends new HTML (whenever it wants to), the client loads and displays the new content immediately.
28.
▲
by
janjones
3y ago
Mono is developed by Xamarin which was acquired by Microsoft: https://blogs.microsoft.com/blog/2016/02/24/microsoft-to-acq...
29.
▲
by
janjones
3y ago
> there's TwinkleTray for Windows There is also Monitorian for Windows: https://github.com/emoacht/Monitorian
30.
▲
by
janjones
4y ago
> A host for your index.html files Hostgator $33/year plan. > A DNS pointing to the host Hostgator for an extra $12.95/year. Why not use Netlify or GitHub pages? They can host static files for free.
More ›