Viewing profile — tcper
tcper
HN member- Joined
- Tue, Oct 08, 2013, 12:48 PM UTC
- HN karma
- 41
- Public activity
- 74 items
- HN profile
- View on Hacker News ↗
About tcper
No profile information was provided.
Recent public activity
-
comment
Comment #49044251
jackie chan meme
-
comment
Comment #48729217
Nothing can be downloaded from their Huggingface, and given this company's consistent track record, it can basically be considered a scam
-
comment
Comment #47829433
[dead]
-
comment
Comment #47750158
Sharks obtain cocaine by eating people?
-
comment
Comment #47146178
Apple produced MacPro in US a few years ago, what about that facility and workers? Will this facility has the same destiny like MacPro?
-
comment
Comment #47012096
Do you have your own dependency resolution algorithm? Can we have the most lightweight node_modules directory?
-
comment
Comment #46943561
I curious, maybe AI learn too much code from human writed compilers. What if invent a fresh new language, and let AI write the compiler, if the compiler works well I think that is …
-
comment
Comment #46910493
If he keeps boasting about world models but never go to deliver one that actually outperforms LLMs, then he's nothing more than an influencer.
-
story
Ask HN: In the era of AI, which language would you choose?
Factors to consider when choosing a language and tech stack for a project/engineering effort: * Ecosystem maturity * Development speed * Learning curve * Recruitment difficulty * .…
-
comment
Comment #46614028
Vapes illegal, but weed legal, that's great
-
comment
Comment #46524623
Funny, C# app only tested on Linux
-
comment
Comment #45651303
I will phase out this tool, definely
-
comment
Comment #44600168
Obviously, based on its price, it was a commercially unsuccessful product. Really want to buy one, when I was a student.
-
comment
Comment #43628301
I'm still using it. If some AI answers I'm not sure or suspicious AI crafted it, I'll search it for cross validation.
-
comment
Comment #43045427
Amazing, there is still new sort algorithm today!
-
comment
Comment #42513774
Obsidian sync feature is paid service, this project you can setup your own service
-
comment
Comment #41967660
Same error, not work at all.
-
comment
Comment #41888080
Great idea, it is very inspiration
-
comment
Comment #41408267
Most of them, no
-
comment
Comment #41216784
Have a read about Servo, it is binding with SpiderMonkey as JS engine. Is there some chance, that servo decomposed from SpiderMonkey? If it is not, I don't think anyone can tell di…
-
comment
Comment #41128556
Buy a UK esim card, than use the UK phone number
-
comment
Comment #41091267
IndexedDB do have ability to save blob data, don't see any package/lib using IndexedDB as the image cache. So I write it, and published. Pros: * No localStorage 5Mb size limit * Ke…
- story
-
story
UI framework, just makes your life suffer
I'm a front end developer, did a lot of develop works, so I used many UI frameworks. MUI/ant design/microsoft fluent ui/bootstrap ... I found the truth, all UI framework just makes…
-
comment
Comment #40954861
You can use xterm.js to implement interactive cli in browsers, and you can use backend language server to implement autocomplete. xterm.js is just not so fashion.