Live data from Hacker News

Viewing profile — twanvl

twanvl

HN member
Joined
Fri, Jun 05, 2015, 11:37 AM UTC
HN karma
356
Public activity
72 items

About twanvl

No profile information was provided.

Recent public activity

  1. comment
    Comment #35277537

    This tile forces a pattern that does not repeat. If you use the simpler shape you can tile a wall such that it never repeats, but you can also make a repeating pattern.

  2. comment
    Comment #32751077

    Money is fungible, personal data is not.

  3. comment
    Comment #32582588

    Other advantages of zero based indexing, beyond being 'closer to the machine': It works better with the modulo operator: `array[i%length]` vs `array[(i+length-1)%length+1]`. Or you…

  4. comment
    Comment #31010130

    The ergonomics of this are really bad without some kind of implicit parameters and trait resolution. Without trait methods, ad-hoc overloading becomes impossible. You would have to…

  5. comment
    Comment #29186630

    It matters if people figure out how to make your model output inappropriate things and start sharing screenshots on twitter. What if you use a GPT model as part of a chat bot? Then…

  6. comment
    Comment #28863858

    Depending on the type of puzzle, it might be possible to work backwards. For example here, if you can compute reverse-transitions you could run one or two steps of that, and put al…

  7. comment
    Comment #27809585

    An important input to this (and similar) algorithms is multiple sequence alignment, which tells the algorithm which parts of proteins are preserved between species and variants, an…

  8. comment
    Comment #27544603

    I don't expect building a fusion power plant to become cheaper than a gas power plant. Both need steam turbines, cooling pipes, a big building, etc.. So that would be a lower bound…

  9. comment
    Comment #26512696

    A legitimate interest is a use of personal information that is needed to fulfill a service. This would be something like a session cookie for storing the contents of a shopping car…

  10. comment
    Comment #26045902

    > I'd be interested to see what a sufficiently strong QuickCheck specification of this problem would look like. I would write something like this in haskell: spec :: [Integer] -> P…

  11. comment
    Comment #24869929

    But laws about minimum wage and employee rights are not optional. A company can't decide to offer a job below minimum wage and argue that the arrangement is clear upfront, and ther…

  12. comment
    Comment #24370585

    This is not just replacing the discriminator. In this DSM-ALS method you learn a score function instead of a generator, and to generate a sample you need to evaluate the score func…

  13. comment
    Comment #24330290

    Excel does this for function names. If you open a file in your localized copy all the names are translated.

  14. comment
    Comment #24090891

    > The evidence for the harms of canola oil is still in its early days, but continues to grow. Research has linked it to: Memory impairment [1], Alzheimer’s risk [1], Cardiovascular…

  15. comment
    Comment #23310253

    > Fun fact: it requires more delta-V to hit the Sun than it does to leave the Solar System. Isn't that the delta-v needed to reach a stable orbit? That is, to slow down and counter…

  16. comment
    Comment #23276131

    > Steel wire rope is substantially stronger for its weight and for it size but generally harder to work with than plastic things of similar capacity. That is not true. The tensile …

  17. comment
    Comment #22823832

    They are certainly better than Type I and Type II, but it is still a potentially ambiguous (at least as a non-native speaker). What makes a "false positive" false? Is it called a f…

  18. comment
    Comment #22823794

    Imagine mathematicians calling commutative groups abelian? How do you remember if xy=yx there?

  19. comment
    Comment #22475389

    I assume `mkdir $@ && cd $@`

  20. comment
    Comment #22432429

    > Not sure why they removed z. Perhaps because of 2? My guess would be because of C, since Z can be pronounced as "zee"

  21. comment
    Comment #21863333

    There was a whole series on the office 2007 ribbon UI. (see https://blogs.msdn.microsoft.com/jensenh/2008/03/13/table-of... )

  22. comment
    Comment #21197867

    This is not entirely correct, GDPR does not necessarily require consent, see https://en.wikipedia.org/wiki/General_Data_Protection_Regula... However, you are right in saying that t…

  23. comment
    Comment #21192003

    > You should be more concerned with what a given charity's administrative overhead is. If charity1 has a 20% overhead and then spends the rest on saving the life of a child for eve…

  24. comment
    Comment #21123656

    These ratings would change over time, so an A+ rating in 2017 would not be the same as an A+ rating in 2019. I think that is very confusing. Is a second hand A rated model better t…

  25. comment
    Comment #21020807

    > except if the difference is reasonably related to value provided by the consumer’s data I think it means that if you opt out of data collection, then things like personalized rec…