Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rixtox
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rixtox
5mo ago
I found octopus megamerge hard to collaborate - my colleagues don't use JJ so they may introduce changes that would cause conflitcts to my megamerge. When you have a conflict on a change that has more than 2 parents, the conflict resol
2.
▲
by
rixtox
7mo ago
The most difficult part of Objective-C is its ARC rules, and mixing ARC and non-ARC code in the same project.
3.
▲
by
rixtox
7mo ago
But no one is claiming w3c is not running a website.
4.
▲
by
rixtox
7mo ago
It’s unfortunate that they claimed “Matrix is a protocol not a service” while they are literally running a home server on the Matrix domain. They should really rebrand their home server to another name, so the Matrix name is unambiguously r
5.
▲
by
rixtox
8mo ago
If you feel that TypeScript, or hell even JavaScript, is becoming more alike C#, it's actually deliberately done by Microsoft in benefiting their ecosystem. In this interview they mentioned they had internal demands to convert/tra
6.
▲
by
rixtox
8mo ago
“Stand Alone Complex”
7.
▲
by
rixtox
8mo ago
If US and China, two nuclear powers, engaged in direct wars, drone attacks would be the least to be worried about.
8.
▲
by
rixtox
10mo ago
Does implementing algebraic effects requires stack switching support? If so, I wonder what runtime cost we must pay when heavily using algebraic effects. Is there any empirical study on the performance of algebraic effects implementations?
9.
▲
by
rixtox
11mo ago
Netflix implements "imgsub"[1] - it actually delivers a zipped archive of transparent images to the player. So technically they can pre-render positioned typesetted subtitles on server and render them as images overlay, as long as
10.
▲
by
rixtox
11mo ago
I also explored Rx in Go several years ago. https://dev.to/rix/rx-with-go-generics-2fl6
11.
▲
by
rixtox
1y ago
They should call it Blade Runner
12.
▲
by
rixtox
1y ago
Another more powerful option: Intel SDE / PinPlay
13.
▲
by
rixtox
1y ago
I remember arguing with Ron on the TC39 disposable proposal that I think Go's `defer` is a better pattern than C#'s `using`, and he tried to convince me the otherwise. I was surprised to see they choose Go instead of C# for the Ty
14.
▲
by
rixtox
2y ago
Kind of related, a tool that allows you to hand write ASCII-art-annotated hex dump files, while also able to generate the original binary file from such text file: https://github.com/netspooky/xx/blob/main
15.
▲
by
rixtox
2y ago
This is also a result of the detachment of TC39 and the developer community. Just how many JS developers are participating TC39? I can recall multiple TC39 proposals that didn't even consult opinions from authors of notable open-source
16.
▲
by
rixtox
2y ago
I think React would get better developer experience and performance if they adopt language coroutine feature to implement direct style algebraic effect. In fact the React Fiber system is already an implementation of algebraic effect.[1] How
17.
▲
by
rixtox
2y ago
I wish the TypeScript team can actually make a good and fast compiler with type inference support. There are so many opportunities for minimization, optimization, conditional builds, instrumentation, and so on if we can utilize the type inf
18.
▲
React Compiler is now open source
(github.com)
8 points
by
rixtox
2y ago
|
1 comments
19.
▲
by
rixtox
3y ago
You should do some measurement before calling it an improvement. If you read the ECMAScript standard[1] or this blog post from V8[2] about the inner workings of the `await` keyword, you would know even if you `await` a non-Promise value, it
20.
▲
by
rixtox
3y ago
Most third party keyboards cannot emulate the Globe key. Apple would only recognize it if the USB PID/VID matches real Apple USB keyboards, which third party keyboards are not allowed to use.
21.
▲
by
rixtox
3y ago
I really wish a similar tool for exploring binary lifting to different IRs. Like Ghidra p-code with sleigh, LLVM Machine IR, Qemu TCG etc
22.
▲
by
rixtox
3y ago
I ask the opposite - should employers reimburse commute expenses for return to office workers? Gas / electric, and time wasted on traffics etc?
23.
▲
by
rixtox
3y ago
I shamefully paid for both Sublime Text and WinRAR
24.
▲
by
rixtox
3y ago
Another one in Chinese: 人要是行,干一行行一行,一行行行行行,行行行干哪行都行,要是不行,干一行不行一行,一行不行行行不行,行行不行,干哪行都不行
25.
▲
by
rixtox
3y ago
There's a conversation I had with Ron Buckton, the proposal champion, mainly on this specific issue. [1] Short answer: Yes, Disposable can leak if you forget "using" it. And it will leak if the Disposable is not guarded by ad
26.
▲
by
rixtox
4y ago
I’m using Telegram for this. Create a channel, sends your bookmarked links there, use the hashtags to tag things. You can share the channel with others and you can write bots for integration with other apps/browsers.
27.
▲
by
rixtox
4y ago
A Docker solution[1] for the same thing using the official client. Performance can’t be compared with native kernel mode of course, but same technique can be used for other global proxy like OpenVPN.[2] [1] https://hub.docker.com
28.
▲
by
rixtox
5y ago
I use their online notebook environment a lot. https://lab.wolframcloud.com/ It's almost a free web version of their Mathematica.
29.
▲
by
rixtox
6y ago
What we need is actually the Matrix protocol for app distribution. That is, a decentralized yet federated platform replacement for App Store. So the longevity and transparency of the platform is ensured by the distributed property.
30.
▲
by
rixtox
6y ago
Although the original title is a little clickbait and not exactly correct, this article written by Ania M. Piotrowska, one of Nym’s main researcher, explained in details what are the privacy properties you need against state level mass surv
More ›