Viewing profile — yahyaheee
yahyaheee
HN member- Joined
- Sat, Mar 21, 2015, 1:19 PM UTC
- HN karma
- 256
- Public activity
- 230 items
- HN profile
- View on Hacker News ↗
About yahyaheee
Recent public activity
-
comment
Comment #26497358
Yeah the cost of decentralization is so high that you really need to be gaining something from it. I’ve long said that if drugs were legal it would remove most of bitcoins usage. M…
-
comment
Comment #26466995
What a great statement, its not that they can't its that they don't want to use it. I really tried to like Julia, wrote it for months, but it misses the mark. I've been working in …
-
comment
Comment #26459538
Python — no threads, or built in types Julia — odd language R — not a general purpose programming language Most of the data scientist and ml engineers I work with want a new langua…
-
comment
Comment #26400490
yeah I keep up with the Linfra group, they are making steady progress. I hadn't seen SmartCore yet but that looks promising. I mainly use tch-rs which are just bindings around libt…
-
comment
Comment #26392355
Right because there are so many great existing options for ML
-
comment
Comment #26388024
Its useful for ML in that it requires so much optimization, that being about to drop down in the same language is incredibly handy. For ML software isn't lagging hardware its the o…
-
comment
Comment #26386132
It’s pretty ubiquitous among new developers but for working software engineers I think it’s uses are becoming limited. If you need a web server there are much better choices. Data …
-
comment
Comment #26386107
I use Rust for ML nowadays and I love it!
-
comment
Comment #26386059
There are a lot of people who are somewhere in between these groups and providing a language that goes up and down the stack well would be super useful. I agree it needs to be as s…
-
comment
Comment #26386026
Yeah Google really messed this up, they had a golden opportunity and they went the wrong direction. Julia would have been better but IMO they should have just created a new languag…
-
comment
Comment #26385998
I share the exact same sentiment. I really tried hard to like Julia, spent months with it because of all the shortcomings of python. I submerged myself in its community, but at the…
-
comment
Comment #25280201
It makes things reproducible, and k8s is still containers just not docker
-
comment
Comment #24471873
I’m with Q!
-
comment
Comment #24422869
I’ve been using the Rust wrapper over torch-lib for deep learning (tch-rs) and I absolutely love it. It’s way easier to use than torch-lib and you get all the performance. Unless c…
-
comment
Comment #24404280
So if humans are putting 38 billion tons into the atmosphere every year does this even make a dent?
-
comment
Comment #24049983
never in my 10 years of programming a bunch of languages, never done it
-
comment
Comment #24049974
Its sooo many projects, if the argument is that c++ has all these libraries, thats mute, but again the c++ devs just think everything is fine!
-
comment
Comment #24049955
I guess I'll take Rust is my no good "editor" over c++ in a "proper IDE", don't think thats gonna sell most people
-
comment
Comment #24049935
Yea agree, if your looking at it to just understand what writing a CLI in Rust is like, there are a lot of use cases in which a CLI can benefit from performance, but this isn't one…
-
comment
Comment #24049923
Yea I would agree, Rust is imperative with some functional concepts baked in like a lot of languages have.
-
comment
Comment #24049913
This is the best I can find https://kubernetes.io/docs/reference/using-api/api-concepts/ there used to be a better doc on this but I can't seem to find it again. Runtime scheme and…
-
comment
Comment #24049213
> If you still feel that Go is simple to learn try to read some kubernetes code The Go code in K8s is simple, the system of Kubernetes is complex Rust isn’t about machismo, it’s ab…
-
comment
Comment #24045277
packaging == community and community is the most important aspect of a language. Yes c++ still dominates in accelerated computing but it won't for long. All these conversations I'v…
-
comment
Comment #24043161
In the modern world you should be able to grab things and quickly integrate them and see how they work as your prototyping projects. C++ doesn't conform to this model.
-
comment
Comment #24043136
funny, it has all the features of an IDE