HackerTrans
TopNewTrendsCommentsPastAskShowJobs

MichaelMoser123

no profile record

comments

MichaelMoser123
·7 дней назад·discuss
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 learn new prompting tricks?
MichaelMoser123
·2 месяца назад·discuss
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_on_using_google_ai_mode
MichaelMoser123
·9 месяцев назад·discuss
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 objectivity on CNN and "Hacker News". There is also no mention on the food convoys that get plundered by Hamas. Just to mention: Hamas is designated as a terrorist organization in the US, since 1997 - just adding some missing background information.
MichaelMoser123
·3 года назад·discuss
if anyone tries to check this approach in practice (on a smaller scale), wouldn't that be prohibited under the Partial Nuclear Test Ban Treaty ?

https://en.wikipedia.org/wiki/Partial_Nuclear_Test_Ban_Treat...
MichaelMoser123
·3 года назад·discuss
Well, non of them in particular. But without side projects i would have lost interest long ago.

Here they are: https://github.com/mosermichael
MichaelMoser123
·4 года назад·discuss
Did he say anything about cloud providers/the SaaS loophole? I mean they do anything with GPL licensed software, as distribution does not happen. The AGPL addresses this issue, but it does not seem to be used much.

https://www.whitesourcesoftware.com/resources/blog/the-saas-...
MichaelMoser123
·5 лет назад·discuss
i thought they were trying to stage a kind of 'star wars' set in the desert. They are probably planning for several sequels, that's why they had to stretch it a bit.... (at least the worms were fun)
MichaelMoser123
·5 лет назад·discuss
would that imply that the state would have to review the design and implementation of every system under their jurisdiction? I think that would be a bit heavy for everyone involved.
MichaelMoser123
·5 лет назад·discuss
Where is your legislation supposed to draw the line? In Rust you need to have occasional unsafe code - you can't even have a double linked list or bidirectional graph without unsafe code. Would you also outlaw jni calls in java?
MichaelMoser123
·5 лет назад·discuss
io_uring was added to linux 5.1, that was in 2019. I have to admit that i didn't yet have the chance to use it. https://en.wikipedia.org/wiki/Io_uring

Did you use io_uring? Is its performance much better than or comparable with using aio_read/aio_write for block io? (i did use async io for block io).
MichaelMoser123
·5 лет назад·discuss
if you have an event driven system then end up with very frequent system calls.
MichaelMoser123
·5 лет назад·discuss
When is it advisable to turn off spectre/meltdown mittigations in practice? My guess is that if you are on a server and not running any user supplied code then you are on the safe side; on condition that you could exclude buffer overuns by running managed code/java or by using Rust.
MichaelMoser123
·5 лет назад·discuss
today i learned that jython and ironpyton don't have a global lock like that. interesting.
MichaelMoser123
·5 лет назад·discuss
in the source there are quite a lot of references to a GIL (global interpreter lock). Does Cinder offer any improvements in terms of locking/GIL ? I didn't see any mention in the documentation. https://github.com/facebookincubator/cinder/search?q=gil

correction: the documentation does mention the lock: https://github.com/facebookincubator/cinder/blob/f60897df9f6...
MichaelMoser123
·7 лет назад·discuss
How much of a difference is it going to make? I mean nowadays most people are going with python, for better or for worse.
MichaelMoser123
·7 лет назад·discuss
I wonder if i just got shadowbanned on this discussion, or am i just talking nonsense. Well, never mind...
MichaelMoser123
·7 лет назад·discuss
I am not sure if they do regulations like this in our time. With At&t one could argue that this was a regulation that was dealing with a single country; with google & friends one can argue that this is a global thing and that export interests are at stake.

of course the law is supposed to deal with objective reality, and that considerations of context are not relevant here; however I am not sure that this is still true when things get tough.
MichaelMoser123
·8 лет назад·discuss
Yes, you need a nosql graph databases only for applications that require eventual consistency - and that's a hard thing to get right in any case; an application can do without that if does not have to scale to a very large user base.

In any case putting the graph nodes and links into sql tables is a much easier to do option.
MichaelMoser123
·9 лет назад·discuss
also they do all the development in one branch / in the trunk https://arxiv.org/abs/1702.01715 ( I never understood the explanations as to why they do that )

Now the article says that with windows they do branches.
MichaelMoser123
·10 лет назад·discuss
Rust has quite powerful macros (hygienic macros). It is still not a major programming language, but it wants to be one.