HN user

skdotdan

338 karma
Posts23
Comments233
View on HN
news.ycombinator.com 4y ago

Ask HN: What Happened to Reddit?

skdotdan
176pts200
news.ycombinator.com 5y ago

Ask HN: How to leverage a constant flow of ideas

skdotdan
2pts0
news.ycombinator.com 6y ago

Ask HN: Is it possible to restore WhatsApp backups from Android to iPhone?

skdotdan
1pts0
news.ycombinator.com 6y ago

Ask HN: What's stopping OEMs from building an all-in-one device?

skdotdan
3pts7
news.ycombinator.com 7y ago

Ask HN: Are there any deep learning research projects working on units/neurons?

skdotdan
1pts0
news.ycombinator.com 7y ago

Ask HN: Master in AI for non-A+ students?

skdotdan
7pts0
news.ycombinator.com 8y ago

Ask HN: Typescript but for statically checking side-effects?

skdotdan
3pts0
www.cnbc.com 9y ago

A.I. will create more jobs that can’t be filled, Eric Schmidt says

skdotdan
4pts1
sia.tech 9y ago

Siacoin: decentralized storage

skdotdan
2pts0
news.ycombinator.com 9y ago

Ask HN: Which index funds are antifragile?

skdotdan
2pts3
news.ycombinator.com 9y ago

Ask HN: Where do you buy Ethereum?

skdotdan
5pts5
electrek.co 9y ago

Tesla’s gross margin on the Model 3 could be a game changer

skdotdan
5pts3
www.cnbc.com 9y ago

Mental health leader Thomas Insel is leaving Alphabet's Verily

skdotdan
1pts0
news.ycombinator.com 9y ago

Ask HN: Best book on business ideas validation?

skdotdan
1pts1
money.cnn.com 9y ago

Samsung just got approval to start testing a self-driving car

skdotdan
1pts0
news.ycombinator.com 9y ago

Ask HN: When will we actually see a battery breakthrough?

skdotdan
2pts1
www.businessinsider.com 9y ago

Read Alphabet CEO Larry Page 2016 Letter to Shareholders

skdotdan
2pts0
apps.bostonglobe.com 9y ago

Teaching a driverless car to turn left

skdotdan
1pts0
www.macrumors.com 9y ago

New 'Server-Grade' iMac with Next-Gen Xeon Processor Coming End of 2017

skdotdan
2pts2
futurism.com 9y ago

100 Tesla Gigafactories Could Power the Entire World

skdotdan
17pts4
www.farnamstreetblog.com 9y ago

A Latticework of Mental Models

skdotdan
2pts0
news.ycombinator.com 9y ago

Ask HN: What can prevent a product to become a commodity?

skdotdan
1pts5
news.ycombinator.com 9y ago

Ask HN: Should I invest time on mastering the command line or the Jetbrains IDE?

skdotdan
32pts86

Personally, I use LLMs to write code that I would have never bothered writing in the first place. For example, I hate web front-end development. I'm not a web dev, but sometimes it's cool to show visual demos or websites. Without LLMs, I wouldn't have bothered creating those, because I wouldn't have had the time anyway, so in that case, it's a net positive.

I don't use LLMs for my main pieces of work exactly due to the issues described by the author of the blogpost.

It’s used incorrectly. Hallucination has (or used to have) a very specific meaning in machine learning. All hallucinations are errors but not all errors are hallucinations.

Was Rust Worth It? 3 years ago

Rust is great, but one thing I’d like to see is an interpreted, dynamic, less strict version of it that could be used for prototyping and gradually typed into compiling Rust code. In other words, a new programming language doing to Rust the reverse of what Mojo is trying to do to Python.

I believe the main Mojo use cases are scenarios in which you'd need dependencies anyway. Code that you can't write in Python due to performance concerns, so you'd need to call C/C++/Rust/CUDA/Triton/etc anyway.

I'm sure Chapel has its merits, but one of the main selling points of Mojo is the aspiration to be part of the Python ecosystem, and so far I haven't seen any other programming language offering a similar promise, other than Python itself coupled with DSLs or other extensions for high performance.

I’d add that while languages should die, code written in it shouldn’t. So, even if a language is deprecated, we still should be able to run, call and interoperate with all the legacy code that was written in it.

The moat is network effects, not the hosting service. GitHub is indeed a potential competitor but, again, you are just thinking about the hosting, while Huggingface provides an API compatible with all the uploaded models and datasets. GitHub would have to create their own API and then hope that users would switch to their service.

I don't think OpenAI is a valid comparison. Huggingface's mission, unlike in the case of OpenAI, is not training models, but being the standard service for sharing them. The vast majority of models and datasets available at the Huggingface Hub have been provided by third-party companies or researchers. They aim to be the Github of ML models and data, not an AI-building startup.

Thanks for your comment. I don't think it's that hard.

Take a middle/high-end smartphone phone. Install something like Maru OS (but preinstalled and with OEM support). That's it.

I agree with the cooling problems, but a desktop browser and Unix terminal would be enough, and these apps are not that demanding for the CPU.