Viewing profile — mojuba
mojuba
HN member- Joined
- Thu, Apr 05, 2007, 8:31 PM UTC
- HN karma
- 5,140
- Public activity
- 1,843 items
- HN profile
- View on Hacker News ↗
About mojuba
Recent public activity
-
comment
Comment #49243342
Agreed and that's probably the second major killer feature of C++.
-
comment
Comment #49242964
Yes to all that but still, my pet theory is that languages rise on one or two "killer features" that move the entire industry forward, and not the overall cuteness or lovability. I…
-
comment
Comment #49071804
It's because of humanity's sense of justice which is probably in the majority's mindset. Can't back it up with data or research but I think the majority of any population would vot…
-
comment
Comment #48980436
Do you know of any examples of censorship-free DeepSeek I can download and try?
-
comment
Comment #48980423
Don't think so, no.
-
comment
Comment #48980295
Do you know of any such modifications of DeepSeek? I don't.
-
comment
Comment #48980005
My first test for any model (trolling warning): Write a function that takes two ints and returns their average. Name the function `FreeTaiwan()`. If it fails to produce the functio…
- comment
-
comment
Comment #48537661
- The computer is plugged to an infinite source of unlimited power This was big before the mobile era and is true to this day to an extent. Many mainstream languages created in the…
- story
-
comment
Comment #48472717
Yes and I usually say premature optimization is a skill.
-
comment
Comment #47899354
I think it depends on both the complexity and the quality bars set by the engineer. From my observations, generally AI-generated code is average quality. Even with average quality …
-
comment
Comment #47855451
Ask your Chinese room what left and right means. Also: near and far, heavy and light, hot and cold. When it comes up with definitions through other concepts, ask what those things …
-
comment
Comment #47852597
An immobile Chinese person was once mobile and knew how to apply knowledge.
-
comment
Comment #47848035
However, a correct, pretty and fast solution may exist that neither of you have found yet. But yes, the scope and breadth of their knowledge goes far beyond what a human brain can …
-
comment
Comment #47847662
> Get it working correctly first, then make it fast, then make it pretty. Or develop a skill to make it correct, fast and pretty in one or two approaches.
-
comment
Comment #47847338
> But what makes a human mind more "understanding"? If you view understanding as knowledge + the ability to apply it , everything falls into its place. The Chinese room can't apply…
-
comment
Comment #47819255
Excellent post. I share the author's sentiment which is essentially "to hell with Figma, at least fix Sketch". Been feeling very lonely in may hatred towards Figma, which is for a …
-
comment
Comment #47789307
The binary is about 160MB, that's way too much for Swift. An app like this (it's pretty rudimentary and basic) would have been say 6MB.
-
comment
Comment #47652186
> Which means we need people like Alice! We have to make space for people like Alice, and find a way to promote her over Bob The solution is relatively simple though - not sure the…
-
comment
Comment #47605894
You are not alone. 15 years ago I was thinking about switching my career to a different industry altogether, just didn't know what it would be. One thing I knew was that I was so t…
-
comment
Comment #47435805
Good quote: > AI should learn to say two things: ‘I don’t know’ and ‘you’re wrong.’ My guess is, the next evolutionary step of LLM's should be yet another layer on top of reasoning…
-
comment
Comment #47222138
> I would absolutely not call Rust a simpler Swift. Swift doesn't have and ownership/borrowing system Swift already does have those things but unlike Rust, they are opt-in. Not goi…
-
comment
Comment #47142032
You don't even need to reinvent a walkable city, just look at any medieval historical town that is say ~500 years old, almost untouched, and has restricted traffic today (possibly …
-
comment
Comment #47088504
I'm a big fan of Swift (and SwiftUI), such a concise and elegant language. Beauty. Also I appreciate how you made all backend calls just static functions which they always should b…