Viewing profile — yaantc
yaantc
HN member- Joined
- Mon, Aug 13, 2012, 5:23 PM UTC
- HN karma
- 1,576
- Public activity
- 396 items
- HN profile
- View on Hacker News ↗
About yaantc
No profile information was provided.
Recent public activity
-
comment
Comment #48552573
Yes, ranking requires reducing to a single dimension where all interesting things are multi-dimensions. This is a lossy process, which often tells more about the one(s) doing the r…
-
comment
Comment #46844451
Profession as sibling said, available here: https://www.inf.ufpr.br/renato/profession.html The wikipedia entry also has link to the text but the above is nicer IMHO, just the raw t…
-
comment
Comment #46079372
I'm sorry I won't share much details, I don't think much is public on Vsora architecture and don't want to breach any NDA... From their web page Euclyd is a "many small cores" acce…
-
comment
Comment #46077207
Very simplified, AI workloads need compute and communications and compute dominates inference, while communications dominate training. Most start-ups innovate on the compute side, …
-
comment
Comment #43821973
From Le Monde live feed, RTE (French electricity network manager) declared the issue unrelated to this fire. "Le gestionnaire français souligne par ailleurs que cette panne n’est p…
-
comment
Comment #43320447
castxml ( https://github.com/CastXML/CastXML ) may be what you want. It uses the Clang front-end to output an XML representation of a C or C++ parse tree. It is then possible to tu…
-
comment
Comment #43217439
On the L/S unit impact: data movement is expensive, computation is cheap (relatively). In "Computer Architecture, A Quantitative Approach" there are numbers for the now old TSMC 45…
-
comment
Comment #43157489
What's new: https://www.masteringemacs.org/article/whats-new-in-emacs-30... Or in antinews format: https://www.gnu.org/software/emacs/manual/html_node/emacs/An...
-
comment
Comment #43030415
It's a good but hard question... Because cellular is huge. In a professional context, nobody knows it all in details. There are specializations: core network and RAN, and inside RA…
-
comment
Comment #43028613
LTE total latency is 20-50 ms, and you compare this to the marketing "air link only" 5G latency of 1 ms. It's apple and oranges ;) FYI, the air link latency for LTE was given as 4-…
-
comment
Comment #42196198
Emacs is in the process of moving from legacy languages modes using regexps and elisp for syntax analysis to new modes using tree sitter. In this context, what does a name like "c-…
-
comment
Comment #41423551
Hi, in case you're not already aware of the name clash, there's already a `rr` in the programming world. It's "record and replay": https://rr-project.org/ . Very different, but a v…
-
comment
Comment #41208870
See just above the map: "This has been age-standardized, assuming a constant age structure of the population for comparisons between countries and over time.". This is what you sug…
-
comment
Comment #40996412
Take the infinite loop as just an example of an issue with depth-first search and backtracking. To be more general, I'd say that the issue is that the overall performance of a Prol…
-
comment
Comment #40904887
You may want to try x2go. It uses the older NX protocol version 3, while NoMachine is at version 4. It's good enough for my use case, and support remote applications just fine: thi…
-
comment
Comment #40895941
> I bet it had diesel generators when it was in service with AT&T to boot. 20 to 25 years ago I visited a telecom switch center in Paris, the one under the Tuileries garden next to…
-
comment
Comment #40748838
According to https://www.withouthotair.com/ , no.
-
comment
Comment #40717083
> I wonder how (if?) this thing runs Linux. See there: https://www.qualcomm.com/developer/blog/2024/05/upstreaming-... Should be good after all this has landed in upstream Linux an…
-
comment
Comment #40509395
> [...] the standard way to get structured output seems to be to retry the query until the stochastic language model produces expected output. No, that would be very inefficient. A…
-
comment
Comment #40300689
For a text based version of the "tree of chats" idea, using Emacs, Org mode and gptel see `gptel-org-branching-context`in: https://github.com/karthink/gptel?tab=readme-ov-file#extr…
- story
-
comment
Comment #39891828
Use llamafile [1], it can be as simple as downloading a file (for mixtral, [2]), making it executable and running it. The repo README has all the info, it's simple and downloading …
-
comment
Comment #39764135
You can try running tests in parallel with the memory sanitizer (MSAN) enabled. MSAN uses a lot of memory, and on a 64 GB machine I have to reduce the amount of parallelism not to …
-
comment
Comment #39356026
For a given process design kit (PDK), the synthesis tool will have a few different types of transistors. They correspond to different trade-offs between size and power on one hand,…
-
comment
Comment #39154421
The opposite: eSIM allows IoT devices being moved from one operator to another remotely, with no physical SIM swap. With device using physical SIM this wouldn't be economical, with…