Viewing profile — aiono
aiono
HN member- Joined
- Tue, Sep 24, 2024, 12:58 PM UTC
- HN karma
- 433
- Public activity
- 113 items
- HN profile
- View on Hacker News ↗
About aiono
Recent public activity
-
comment
Comment #48933197
First issue it makes killing people easier. We already see it in IDF soldiers feeling less guilty because in the end decision is made by AI-assisted targeting systems. Secondly it …
-
comment
Comment #47743195
Modern culture seems to encourage "hacking" more than cultivating self-discipline.
-
comment
Comment #46140697
I think treating AI as the best possible field for everyone smart and capable is itself very narrow minded and short sighted. Some people just aren't interested in that field, what…
-
comment
Comment #45838808
Or if everyone depends on another maybe we will not go into a war with each other.
-
comment
Comment #45582786
> 1. If the code implementing the module API is private, it must all be colocated in one package. If it is public, then anyone can import it, breaking the module boundary. You need…
-
comment
Comment #45350666
A lot of criticism of Rust (not denying that there are also a lot useful criticisms of Rust out there) boils down to "it requires me to think/train in a different way than I used t…
-
comment
Comment #45279211
In practice yes, so when you try to execute the function that accepts `Void`, that will error out. But there is no reason to not compile it because it will never actually execute. …
-
comment
Comment #45276811
Void in Haskell is not the same thing as `void` in C, C++, Java or similar languages. If you return `Void` in Haskell, you will get a runtime error but `void` returning functions i…
-
comment
Comment #45275761
That's the point I tried to make. All my bachelor education there was no single mention of sum types even though we learned about the visitor pattern. Instead of having to model su…
-
comment
Comment #45183189
> With Monday’s announcement universal child care will be extended to every family in the state, regardless of income. This amounts to an average annual family savings of $12,000 p…
-
comment
Comment #44904712
I think you conflate happiness and pleasure. Maintaining a family surely not always pleasant, but for the most people it makes you happier than being alone.
-
comment
Comment #44711789
Do you mean native compilation instead of bundling the jar with a JRE?
- story
-
comment
Comment #44413493
This hits the nail for my sentiments about the matter. Good that someone who was actually in the business confirm it.
-
comment
Comment #44297147
I think solution is neither. Such apps are now as much as essential as schools, hospitals and public infrastructure. Hence governments should build them with tax money.
-
comment
Comment #44216271
I agree with the last paragraph about doing this yourself. Humans have tendency to take shortcuts while thinking. If you see something resembling what you expect for the end produc…
-
comment
Comment #44050526
While I am AI skeptic especially for use cases like "writing fixes" I am happy to see this because it will be a great evidence whether it's really providing increase in productivit…
-
comment
Comment #43861733
Looks really neat. But it also seems a bit heavyweight (for the client). Is it the case compared to https://readeck.org/en/ ?
-
comment
Comment #43772409
Siemens and Bosch are also not "large startups" because they aren't startups.
-
comment
Comment #43717781
The core problem is media being a for-profit organization. As long as the primary goal is profits it will be focused on extracting as much as attention as possible. It's an insigni…
-
comment
Comment #43471383
> It's a real shame OpenAI didn't succeed with their core and most fundamental mission of being open and improving humanity as a whole You frame it like they sincerely had this mis…
-
comment
Comment #43469416
> The first rule of network transparency is: the network is not transparent. That's precisely why current request model is painful.
-
comment
Comment #43422817
Very cool! This is exactly the topic I will probably be working in my Masters thesis. I am curious if you done anything about linearity and concurrency in the type system. Can one …
-
comment
Comment #43405418
I am from Turkey and this really concerns me. If we don't protest this in the streets and fight back I am afraid we don't have any kind of law anymore.
-
comment
Comment #43392017
Software is complex and our memory is bottleneck to create software. We can only remember so many things therefore anything that we can make computer to "think" instead of us we ha…