Viewing profile — MichaelMoser123
MichaelMoser123
HN member- Joined
- Thu, Jul 11, 2013, 5:21 PM UTC
- HN karma
- 4,521
- Public activity
- 2,421 items
- HN profile
- View on Hacker News ↗
About MichaelMoser123
No profile information was provided.
Recent public activity
-
comment
Comment #49224824
We usually see this kind of discussion around weekends. To me it looks a bit like psychological warfare, designed to drive up the mega valuation of some IPO candidates, in other wo…
-
comment
Comment #49166350
It didn't come up with a counterexample for the P versus NP problem, I wonder if they just didn't ask about it...
-
comment
Comment #49166137
> "Everything is a Remix" is a good watch on youtube that explains this Not completely. Novelty used to be a major thing, when Humans did it. Another important criteria used to be …
-
comment
Comment #49147405
I think this is a veiled advertisement for Norway. Half of the world is engulfed in wars and terror (half across the road towards Mad Max), however Norway is worrying about the env…
-
comment
Comment #49118859
Interesting link, thanks. What about the contradiction between the next two sentences? “a human may select or arrange AI-generated material in a sufficiently creative way that ‘the…
-
comment
Comment #49093714
At some point there will be no one left to review Claude generated code. I think that will be an interesting time, given our reliance on software based systems... A linked-in post …
-
comment
Comment #49092462
Wasn't Claude supposed to do all the coding by now? Did we have a change of mind or did we run out of tokens?
-
comment
Comment #49045879
Wonderful, thanks! These are the Joo Janta 200 Super-Chromatic Peril Sensitive Sunglasses, powered by AI :-)
-
story
Ask HN: Can we get a day that is free from AI news?
Maybe just for the purpose of getting a break on it all?
-
comment
Comment #48964167
I suspect that distillation attacks may be slightly exaggerated. Most of the training data used during fine-tuning is now synthetic data. You can't just repeat the same stuff twice…
-
comment
Comment #48931665
Actually here is the full talk on youtube, the quote is at 20:26 https://www.youtube.com/watch?v=t9HmOz8H0qI
-
comment
Comment #48931603
I saw a video on Linked-in. It's a talk by Steve Jobs from 1983, where he is anticipating, what an LLM can do now (at 4:03 in the video). https://lnkd.in/p/ddWU7cTp My thoughts on …
- story
-
comment
Comment #48916447
just recalled: some significant open source projects are being rewritten in Rust, with the help of Claude. I don't know if these efforts will be successful in the long run, but in …
-
comment
Comment #48915802
Speaking of financing: how is the Anthropic IPO going, what is the timeline? They filed over a month ago, no news since. (I would have expected some spectacular news headlines that…
-
comment
Comment #48790878
Wow. Now did you try to check the setup with something like Claude Fable? Will it find issues, what kind of issues? Another question: how many tokens did this effort cost? Did you …
-
comment
Comment #48222469
i happened to liked Google AI mode, even wrote a composition about that [1] Now it is going to be enshittified, which is probably inevitable. https://github.com/MoserMichael/tips_o…
-
comment
Comment #45461807
CNN is quoting data from the Gaza health ministry, an organization run by genocidal Islamist Hamas, without mentioning its affiliation and without questioning the data. So much for…
-
comment
Comment #44102862
I think publishers will not be pleased about a steep fall in click rates, now publishers still have considerable political influence. What will Google do in the event of serious le…
-
comment
Comment #44025760
> I seriously think I'm going to stop posting on the internet for good. I had similar thoughts, but it would probably not make a difference, at this stage. What is there stays ther…
-
comment
Comment #44019594
reliability is much better now, as far as i can tell.
-
comment
Comment #44019373
using zeebe/Camunda at work. The system gives you a way of designing and partitioning message-based workflows. It has a very thorough design.
-
comment
Comment #44019180
"What do you think about user XYZ?" or "What do you think about the comments of user XYZ?" It starts a whole lot of SQL queries that find and aggregate data & statistics It must ha…
-
comment
Comment #44018771
I once had a python side project, it parses the 1911 edition of Roget Thesaurus into memory and provides some queries. https://github.com/MoserMichael/roget-thesaurus-parser
-
comment
Comment #44011992
cpython doesn't have a JIT, why is free-threaded python a higher priority than developing a just in time compiler? The later would be more resonant with the typical use case for py…