Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
buybackoff
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
buybackoff
3d ago
Shadowing at AST level with the lexical scope is easy to implement, it's just each usage looks up inside out to parent scopes. But if we treat each assignment as a kind of shadowing, it works in a similar way and turns into a kind of S
2.
▲
by
buybackoff
4d ago
Brandis, Marc M., and Hanspeter Mössenböck. "Single-pass generation of static single-assignment form for structured languages." ( https://bernsteinbear.com/assets/img/brandis-single-pass.pdf ).
3.
▲
by
buybackoff
4d ago
Yes, a lexical scope with shadowing
4.
▲
by
buybackoff
4d ago
My idea was that with single pass, I can build SSA form during AST construction, and use phi-nodes to update type flow info. Then I could use SSA form to prove that I can use certain optimized bytecode instructions when a variable/regi
5.
▲
by
buybackoff
4d ago
Yes, added the expansion
6.
▲
by
buybackoff
4d ago
A genuine question: is the first point (flow typing / type narrowing) a subset of or intersection with or just an alias to SSA (static single assignment)? I'm playing with a small interpreted language implementation that is based
7.
▲
by
buybackoff
28d ago
At least Options+ application works. I tried this one in June with my M720, which I like a lot, and it could not even detect it. Alpha quality at best. As another comment mentioned, the air-gapped download for Options+ is fine. Yes, Options
8.
▲
by
buybackoff
1mo ago
This is something I'm ready to pay for. Not more per token, but I will be happy to burn through 20x Pro subscription as fast as I consume my Plus weekly limit now, with 10x more tokens per unit of time. I've learned how to deal wi
9.
▲
by
buybackoff
2mo ago
It's funny that I said "evacuate" and did not mention air travel. In that part of the world, trains are the default, with nuclear green power powering the majority of consumers. Maybe that other default is a problem. And yes,
10.
▲
by
buybackoff
2mo ago
I've seen dozens of videos and articles about this strongest ever event. And I still have no clue if the next year I should evacuate from Paris for the summer because heatwaves may be even crazier than this year, or prolonged heavy rai
11.
▲
by
buybackoff
3mo ago
I had plans to buy two Airs, was not sure if I needed 13 or 15, 24 or 32, which was better for my wife and what's the best strategy to buy one for her first and then understand my needs test-driving it. Maybe I actually needed Pro. Lot
12.
▲
by
buybackoff
3mo ago
In the context of a proxy one should mention epoll_wait busy poll. I've recently dived into this when reviewing low-latency options, and found that it's almost possible to do user space busy polling just for simple sockets, no DPD
13.
▲
Picollo: Modern HDR histogram and PMU counters for .NET
(hotforknowledge.com)
5 points
by
buybackoff
4mo ago
|
1 comments
14.
▲
by
buybackoff
4mo ago
Picollo is a new library for serious performance work in .NET. Picollo stands for Performance Instrumentation and Continuous Observation for Low-Level Optimization. The initial public release of Picollo v0.1.0 contains two components. First
15.
▲
by
buybackoff
5mo ago
No, it should be a required (by law) opt-in TRACK_ME_I_DO_NOT_CARE_OR_AM_A_TEAPOT=418. The proposed way just normalizes tracking.
16.
▲
by
buybackoff
6mo ago
TrueNAS works perfectly as a VM eg on Proxmox with passing through a SATA controller from the motherboard. It may not work always with bad IOMMU groups, but I have this on an old Xeon Precision Tower 3420 and not so old Asus Z690 motherboar
17.
▲
by
buybackoff
9mo ago
For some time recently, I was zooming in on Bosch's The Garden of Earthly Delights. The floor's level of interactivity would be so nice there. At least on this floor, I can guess what's going on quite reliably. The experience
18.
▲
by
buybackoff
9mo ago
Group Policy Edit is the way to restrict many things. Disabling automatic updates helps. I have had forced reboots very rarely, I believe that were severe vulnerability fixes. But my use case is never 24/7, I hibernate it overnight and
19.
▲
by
buybackoff
9mo ago
Agreed. I had to run Windows recovery only once over the last 5+ years, after running some debloating script with many thousands stars on GitHub. I think the Pro version is enough for reasonable experience, most of the terrible stories orig
20.
▲
by
buybackoff
9mo ago
Then at a lower level and smaller latencies it's often interrupt moderation that must be disabled. Conceptually similar idea to the Nagle algo - coalesce overheads by waiting, but on the receiving end in hardware.
21.
▲
by
buybackoff
9mo ago
The Spiderman would be better. If anyone used formulas' precedents/dependents that would be instantly visual.
22.
▲
by
buybackoff
9mo ago
I could do half-screen nested array formulas when Excel was before the ribbon (and screen resolutions were smaller), out of necessity and because I could. It was in quite demanding uni home calculations and then mostly when working as inter
23.
▲
by
buybackoff
9mo ago
Just yesterday B1M published an interesting video about the future longest tunnel between Lyon, France and Turin, Italy. It will be more than 50km, deeply below the Alps. The project has finally secured funding, from both countries and EU,
24.
▲
by
buybackoff
10mo ago
The main bike rental Velib in Paris has the app not working, but the bikes can be taken with NFC. However, my station, which is always full at this time, is now empty, with only 2 bad bikes. It maybe related. Yet, push notifications are wor
25.
▲
by
buybackoff
11mo ago
Unsafety means different things. In C#, SIMD is possible via `ref`s, which maintains GC safety (no GC holes), but removes bounds safety (array length check). The API is called appropriately Vector.Load Unsafe
26.
▲
by
buybackoff
11mo ago
It looks suspicious at 25x. Even 2.5x would be suspicious unless reading very small records. I assume both cases have the file cached in RAM already fully, with a tiny size of 100MB. But the file read based version actually copies the data
27.
▲
by
buybackoff
11mo ago
Microsoft is notoriously bad with naming. In this case likely intentionally. The SKUs: Home = Crap, Pro = OKish Windows, Enterprise = Pro. But people who do not care about lack of RDP server, Hyper-V, BitLocker do not care about the rest, p
28.
▲
by
buybackoff
11mo ago
I wonder if most complaints are about pre-installed OEM Windows Home (the one with Candy Crush and 10s of other crap, including from a vendor) and bundled crappy cut-off OneDrive? I have Windows Pro and Office 365 Family option (5 accounts,
29.
▲
by
buybackoff
1y ago
It just looks like you are much more fluent in C/C++ than in C#.
30.
▲
by
buybackoff
1y ago
I have mostly GC holes in mind when say "safer". Or heap fragmentation, even if it's POH
More ›