Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kant2002
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
Integrating .NET GC in your C++ application
(kant2002.github.io)
3 points
by
kant2002
2mo ago
|
1 comments
2.
▲
by
kant2002
2mo ago
Tearing .NET GC out of runtime, and plugging it into simple C++ application because you obviously need it.
3.
▲
by
kant2002
4mo ago
Publicly based on my calculations[1] there only ~20k tests. I would say they are usual tests for the runtime. Constantly running on the CI much lesser amount. Average test count/line of code ratio drops after rewrite. And even before N
4.
▲
Analysis of changes in the Bun codebase after the rewrite from Zig to Rust
(kant2002.github.io)
3 points
by
kant2002
4mo ago
|
1 comments
5.
▲
by
kant2002
4mo ago
À bit of quality measurement numbers on Zig to Rust PR
6.
▲
by
kant2002
8mo ago
As person who was in blackout in Jan 2022 in Kazakhstan, I’ll say it’s very unpleasant situation when you known that some people go into protests. Some security service building was looted of arms. Police nowhere to be seen. No communicatio
7.
▲
by
kant2002
10mo ago
As grandparent said, Blazor optimized for fast delivery. For public products you will have places where you should care about interactivity a lot. Their solution is interop with JS. You may try WASM but it’s definitely slow for UI. WASM goo
8.
▲
by
kant2002
10mo ago
I really don’t understand whole discourse us vs them? Why it is should be only Google fixing the bugs. Isn’t if volunteers not enough, so maybe more volunteers can step up and help FFMpeg. Via direct patches, or via directly lobbying compan
9.
▲
by
kant2002
10mo ago
The finally behave slightly different in CIL. You have protected regions and finally/fault/catch/filters handlers attached. So in order to support continue inside finally you should introduce some state machine , which is c
10.
▲
by
kant2002
10mo ago
Does anybody attempt to re-implment each variant of pre-LISP described in these reports? Even if it just for educational/historical purposes?
11.
▲
by
kant2002
10mo ago
I was in same position as Mozilla guy when I slowly crawl through Cordova Russian translation. Then suddenly MS have initiative with Cordova Tools for VS, they redesign Cordova website (which is great) but completely drop docs website, and
12.
▲
by
kant2002
11mo ago
Yeah. After reading article I become supper interested in looking how they uplift things and was honestly a bit disappointed. Did not try to look for Huawai work for obvious reasons
13.
▲
by
kant2002
11mo ago
I did take a look at the projects which attempt to address conversion of C to Rust and even if article talk about about uplifting C to idiomatic Rust, or to utilize decompilation techniques, I do not see anything of that in any existing pro
14.
▲
by
kant2002
1y ago
What do you use for HTMX in Razor? any library or some manual plumpbinng? How do you disable layout?
15.
▲
by
kant2002
1y ago
I think you overestimate ability of Dotnet to trim unused things. As a person who spend a lot of time wandering across ecosystem and measuring what can be done, I would say we have very bulky and complicated libraries in the .Net. Just brin
16.
▲
by
kant2002
1y ago
Usually better start with small scale fixing typos and improving docs. That’s great canary for me. If it’s accepted within day or so, that’s project which I willing to learn. I would say you can select projects for your value and you would
17.
▲
by
kant2002
3y ago
Is this Mistery this Mistery [1]? [1] https://blog.brownplt.org/2018/07/05/mystery-languages.html
18.
▲
by
kant2002
3y ago
That’s very interesting. I see similar attitude in the C# JIT/Roslyn developers where they take this very seriously. Interesting are this is influenced by Anders, or just whole thing tick for a lot of compiler developers?
19.
▲
by
kant2002
3y ago
I like ACE it's very interesting application of Prolog. While it focused on writing logical definitions, I think there interesting way of looking at how we try to express programming languages syntax to newbies in classrooms. I persona
20.
▲
by
kant2002
4y ago
Just in case that maybe interested to you. Currently (with nightlies) using NativeAOT + C# you would be able to have approximate same as Go. Even fully statically linking executable. And given that MS working on making apps have less size,
21.
▲
by
kant2002
4y ago
Not sure if this is project related, but I discover port ( https://github.com/ptrelford/FunSharp ) of Small Basic style on F# and that look awesome for displaying simple concepts. I think all programming languages can ha
22.
▲
by
kant2002
4y ago
Technically you can always write you own C compiler like this project https://github.com/ForNeVeR/Cesium . Obviosuly C++ is much more complicated journey and require real investment. But at this point this is not CoreCL
23.
▲
by
kant2002
4y ago
Would you give a chance try trimming WinForms on .Net 7? I do expect it to be slightly better now
24.
▲
by
kant2002
4y ago
You generally do not want use NativeAOT for plugins, since you can have just one .Net runtime inside process. If somebody will write another plugin you will have a problem or experience very strange things
25.
▲
by
kant2002
5y ago
Just today NativeAOT was combined with WASM https://twitter.com/yowl00/status/1473052545744527365 Links to Github: https://github.com/yowl/csharp-wasm4 It would be slightly extravagant experi
26.
▲
by
kant2002
5y ago
When you last time check it? I think it became better. I recently test F#, so maybe that would be interesting to you https://codevision.medium.com/life-f-and-nativeaot-b65fee97d...
27.
▲
Show HN: Source generator for SQL commands in C#
(github.com)
3 points
by
kant2002
5y ago
|
0 comments