Viewing profile — ibgeek
ibgeek
HN member- Joined
- Fri, Mar 07, 2008, 7:18 PM UTC
- HN karma
- 167
- Public activity
- 68 items
- HN profile
- View on Hacker News ↗
About ibgeek
No profile information was provided.
Recent public activity
-
comment
Comment #49159678
Will you maintain a connection to CMU? If so, what will you continue doing and at what percent of effort?
-
comment
Comment #48057284
Didn't realize that. Thanks for the info!
-
comment
Comment #48057135
Moodle is an open-source LMS that can be self-hosted. https://moodle.org/
-
comment
Comment #47961404
They did: https://huggingface.co/collections/ibm-granite/granite-embed... 311M and 97M versions.
- story
-
comment
Comment #47508752
Yes, but they function as sister companies right now rather than one company.
-
comment
Comment #47508746
Agreed. The ARM AGI CPU supports a newer version of the vectorized instructions and has matrix math extensions that the AmpereOne M doesn’t. Also has almost twice the memory bandwi…
-
comment
Comment #47408633
I own one of these systems. My interpretation is the Ampere systems are targeted at lower cost scale out. The Ampere Altra CPUs are limited to DDR4. The raw single core performance…
-
comment
Comment #47358845
Since you are very focused on specific Nvidia hardware, I wonder if Nvidia would either buy you out to benefit from your tech or implement their own version without your involvemen…
-
comment
Comment #46998092
I used to think of D as the same category as C# and Java, but I realized that it has two important differences. (I am much more experienced with Java/JVM than C#/.Net, so this may …
-
comment
Comment #46700418
The ACM Recommender Systems conference is one of the leading venues in the field. You might check out what papers were accepted for the 2024 and 2025 conferences: https://recsys.ac…
-
comment
Comment #46330787
This seems like a great way to group semantically-related statements, reduce variable leakage, and reduce the potential to silently introduce additional dependencies on variables. …
-
comment
Comment #46200314
They are analyzing models trained on classification tasks. At the end of the day, classification is about (a) engineering features that separate the classes and (b) finding a way t…
-
comment
Comment #46137413
Time to fork and bring back removed features. :). An advantage of it being AGPL licensed.
-
comment
Comment #46007434
Maybe two different things here: SBCs that run Linux versus microcontrollers (MCUs). MCUs are lower power, have less overhead, and can perform hard real-time tasks. Most of what Ar…
-
comment
Comment #45941845
I'm not sure if I'm understanding correctly, but it reminds me of the kernel trick. The distances between the training samples and a target sample are computed, the distances are s…
-
comment
Comment #45922951
I really wish you guys would change the name since the product has moved so far away from the goals and concepts in the original publication. :). I love the product and what you ar…
-
comment
Comment #45076793
This isn’t BTRFS
-
comment
Comment #42641471
Thanks! I’ll take a look at quadlet. I find that I tend to package one-off tasks as containers as well. For example, create database tables and users. Compose supports these sort o…
-
comment
Comment #42638802
Ok one more to add that is a kind-of an abuse of containers: Some compute cluster solutions (like those used for HPC) are using containers to manage software installations on the c…
-
comment
Comment #42638434
One of the goals of containers are to unify the development and deployment environments. I hate developing and testing code in containers, so I develop and test code outside them a…
- story
-
comment
Comment #42426288
Good write up. The only real bias I can detect is that the author seems to conflate their (lack of) familiarity with ease of use. I bet if they spent a few months using DuckDB and …
-
comment
Comment #42324671
The Meta post is particularly interesting. Thanks for sharing!
-
comment
Comment #42312985
I think the title is misleading. This isn't really about either language in production environments. As other commenters mentioned, a post about production would cover topics like …