Live data from Hacker News

Viewing profile — fabian2k

fabian2k

HN member
Joined
Fri, Mar 18, 2011, 6:11 PM UTC
HN karma
12,479
Public activity
1,796 items

About fabian2k

No profile information was provided.

Recent public activity

  1. comment
    Comment #49225892

    Oral exams can also compensate a lot for different types of exam anxiety. Blanking on individual points doesn't matter as much, the examiner will help you along or ask along a diff…

  2. comment
    Comment #49225789

    But that is how certain exams are done right now. Though it's usually 30 minutes including overhead. It's not something you can do in classes with multiple hundred students, but it…

  3. comment
    Comment #49209934

    I certainly hope that the US finds a less destructive way of changing their reputation than Germany did.

  4. comment
    Comment #49209864

    The goal wasn't to save money, but to destroy the administrative capacity of the government. And to eliminate programs Musk, Trump and their cronies disliked, while circumventing t…

  5. comment
    Comment #49201902

    > Creating widespread non-consensual nude images of primarily women and children That is an example of ignoring laws and regulations. So that is certainly relevant as context to th…

  6. comment
    Comment #49075981

    I've seen that in Germany as well. I was surprised that automatically recognized everything after throwing it in the bin. I knew such systems existed, I didn't think we had any in …

  7. comment
    Comment #49055748

    A large part of that failure rate is in phase 3. Your comparison with prototypes would be more like drug development before even phase 1. Phase 3 is enormously expensive, much more…

  8. comment
    Comment #49028587

    They did animal experiments first. But according to the article they didn't really look at the serious side effects observed in monkeys, or ignored them. But animal experiments can…

  9. comment
    Comment #49028374

    It's worse than that. The therapy likely killed her, and her condition wasn't fatal in the first place.

  10. comment
    Comment #49028330

    There's so many ethical problems with the events as described in the article. The worst to me seems to be that the researchers/doctors seem to have downplayed the risks here. Which…

  11. comment
    Comment #49009162

    It's more of a problem with triggers. But in the end you're switching languages at that point, and devs that have no problem reading your backend language will not necessarily be g…

  12. comment
    Comment #49008887

    You do not need stored procedures or functions to prevent SQL injection. Any Postgres client library from the last decade or two supports parametrized queries, and that's enough. O…

  13. comment
  14. comment
    Comment #48998078

    The first thing a malicious AI worm would probably do is compromise enough developer machines and other servers to commandeer all the AI hardware it needs. So I think a purely digi…

  15. comment
    Comment #48996822

    They're the first, I strongly doubt they'll be the last to adjust prices that much. The big cloud providers might have enough margins to eat the cost increases, especially since ba…

  16. comment
    Comment #48976372

    How many liters per 100 km does a typical US car consume?

  17. comment
    Comment #48975804

    I don't know enough about this specific party, but a quick look at the Wikipedia page about them shows this quote, which to me does seem to suggest that the label is defensible: > …

  18. comment
    Comment #48975681

    There's a huge difference between enforcing reasonable immigration laws and what some right-wing parties are proposing. I don't know enough about this specific party, but you'll fi…

  19. comment
    Comment #48959045

    The vast majority of duplicate closures use already answered questions as duplicates. So ideally that question should have answers that apply to the new question as well. In my obs…

  20. comment
    Comment #48931625

    Yes, you can. I am using that in production right now. An ASP.NET Core application as a self-contained single-file binary, without AOT. .NET AOT right now is a very specialized sol…

  21. comment
    Comment #48931423

    You don't need AOT for a single self-contained binary. This already works with C#, but it's still JIT-based.

  22. comment
    Comment #48931346

    AOT is entirely independent of single file binaries. And self-contained binaries that run without the framework installed are again a separate concept. There are some dependencies …

  23. comment
    Comment #48884657

    Journalism is allowed to have an opinion, that doesn't make it propaganda.

  24. comment
    Comment #48879297

    Assume you fetch a single customer entity with their 100 order entities as includes. With single query this will join both tables and produce 100 rows that contain the order data b…

  25. comment
    Comment #48836466

    I'd consider keeping the other personal data to be still easily justifiable, as you might want to support various account recovery options. And the odds that a user forgot their pa…