Viewing profile — InCom-0
InCom-0
HN member- Joined
- Sat, Aug 30, 2025, 10:07 AM UTC
- HN karma
- 42
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About InCom-0
No profile information was provided.
Recent public activity
-
story
Show HN: Incplot – CLI tool drawing great looking plots to terminal and to HTML
The tool overhauled significantly to enable drawing 'text only' HTML based plots as well as many other features and improvements.
- story
-
comment
Comment #45248256
Just use sanitizers properly. You are done. Everyone doing anything half-professional with C++ has been doing that for years already. And no you don't have to run sanitizers in pro…
-
comment
Comment #45161236
Math is math. There is a very important place for it. But it is a very specific corner. LLMs don't come from math or from people who are 'mathematicians'. They use some parts of ma…
-
comment
Comment #45152443
Anyone actually physically doing ML research knows it ... but doesn't write the actual code for this stuff (or god forbid write some byzantine math notations somewhere), doesn't ev…
-
comment
Comment #45152263
What do you mean 'low'? :-) The barrier to entry is probably epicly high because to be actually useful you need to understand how to actually train a model in practice, how it is a…
-
comment
Comment #45149180
'The maths you need to start understanding LLMs'. You don't need that math to start understanding LLMs. In fact, I'd argue its harmful to start there unless your goal is to 'take m…
-
comment
Comment #45149135
Being curious is good ... nothing wrong with that. What I took issue with above is (what I see as) attempt to derail people into low level math when that is not the crux of the que…
-
comment
Comment #45148790
These are technical details of computations that are performed as part of LLMs. Completely pointless to anyone who is not writing the lowest level ML libraries (so basically everyo…
-
comment
Comment #45148398
This is true ... except that it is simplistically naive way of looking at things, because this is just one form (out of many) of anti-competitive practices. It is essentially high-…
-
comment
Comment #45148098
The supposed 'taxi cartel' were just (some) scummy operators ... not really a cartel. Fast forward to today => you are paying more for what is essentially very similar service (bec…
-
comment
Comment #45122064
On one hand I don't understand what all the fuss is about. LLMs are great at all kinds of things around and about: searching for (good) information, summarizing existing text, conc…
-
comment
Comment #45121823
You can copy paste unsourced open source snippets just fine, ain't nothing wrong with that (usually) It is another story whether anyone should do that for other reasons having noth…
-
comment
Comment #45090099
Of course. This is kind of to be expected as it has the benefit of hindsight of 25+ years. It is infinitely easier to design better things with all the accumulated experience and k…
-
comment
Comment #45087768
This is true ... except that Rust doesn't actually do any better in that regard. Rust solves 1 category of problems in a way that is not without its costs and other consequences. T…
-
comment
Comment #45087688
Have a look at any serious job postings. C++ jobs outnumber Rust jobs somewhere around 50:1. Internet hype meets actual industry reality :-).
-
story
Show HN: Incplot – CLI tool for drawing plots in the terminal using Unicode
Hello HN, I have been building incplot, a CLI tool for drawing plots in the terminal using unicode characters. It is intended to be the most convenient way to quickly visualize sma…