Live data from Hacker News

Viewing profile — d_k_f

d_k_f

HN member
Joined
Thu, May 29, 2014, 6:44 PM UTC
HN karma
142
Public activity
80 items

About d_k_f

[ my public key: https://keybase.io/dkoch; my proof: https://keybase.io/dkoch/sigs/xAVjr5VrYr9KMvVVrYXvmOcfcekyKqSgBP7iAFa13uY ]

Recent public activity

  1. comment
    Comment #48957591

    Anecdata from two days ago, after installing a fresh Windows 10: after inserting the dongle, a definitely non-native (styled by Logitech) popup asks me whether I want to install th…

  2. comment
    Comment #46272373

    Your best bet would be to check which models are supported by Valetudo, which is a local-only firmware replacement: https://valetudo.cloud/ and https://github.com/Hypfer/Valetudo

  3. comment
    Comment #46078364

    The state might be comprised of people, but unless everybody is directly involved in the final decision process you'll always have (at least) a principal-agent problem between the …

  4. comment
    Comment #44897769

    I was talking about the definition of theft and whether what you did in your example constituted it. If I did your taxes (as in: did all the calculations) and you took a picture of…

  5. comment
    Comment #44862167

    In terms of property theft: exactly. Which is why your tax advisor would insist on a contract with you that outlines compensation for services rendered, time and material, etc.

  6. comment
    Comment #44170610

    Give them a try without any of the expansions/DLC, if you want a "simpler"/leaner experience. One of the big complaints you'll see for every new iteration of Civ is how parts from …

  7. comment
    Comment #43927126

    As I understood it, it's less of a real problem and more of a perceived annoyance. People accelerate, let go of the pedal, realize that a deceleration sets in, accelerate again, et…

  8. comment
    Comment #43925795

    I'm with you, and at least here in Germany this is already the law, though it is only required if your deceleration rate is greater or equal to 1.3m/s² (it is allowed starting at a…

  9. comment
    Comment #43281320

    This article about software piracy in Italy in the 80s and 90s was linked here some time ago: https://genesistemple.com/a-swashbuckling-tale-of-italian-so... – seems to be very sim…

  10. comment
    Comment #42743627

    I've only got superficial knowledge in this regard, so please take it with a grain of salt, but: the way I understand it is that PCIE has full direct memory access, so devices conn…

  11. comment
    Comment #42624432

    An MIT license file was added (or edited) a minute ago in the repo :)

  12. comment
    Comment #42025145

    They linked two examples in another blog post, only the smaller models, though: [135M] https://huggingface.co/spaces/HuggingFaceTB/SmolLM-135M-Inst... [360M] https://huggingface.co…

  13. comment
    Comment #41957164

    Honest question to somebody who seems to have a bit of knowledge about this in the real world: several (German, if relevant) providers default to a TTL of ~4 hours. Lovely if every…

  14. comment
    Comment #41351637

    Every single time I see the YouTube handle with the "8" in it linked/posted... There are a few videos of their previous homepage designs available on YouTube, it's an amusing windo…

  15. comment
    Comment #40210322

    Interestingly, at least one of the old apps (rif/Reddit is fun) still works through VPN for me even if the web UI blocks the same thread from exactly the same IP.

  16. comment
    Comment #40104258

    https://www.tracingwoodgrains.com/p/the-faas-hiring-scandal-... seems to have a mostly unpolitical interpretation of the situation based on the case files of a related class action…

  17. comment
    Comment #40104147

    The biographical assessment has been retired in 2018, by the way: https://www.faa.gov/faq/faa-getting-rid-air-traffic-skills-b... EDIT: The next point might not be true. According …

  18. comment
    Comment #39483759

    I've implemented the bank account checking flow for a German client in a purely B2B setting, and this is essentially based on the PSD2 directive, which requires all/some/most (not …

  19. comment
    Comment #39483531

    A slight addendum from another German: we have the adjective "händeringend", which is the verbatim translation of "hand wringing-ly". It's usually not used in a negative, scheming …

  20. comment
    Comment #39336877

    They're likely taking about being able to query for additional data from the view layer. Rails makes this very easy since you often simply pass along query results to the view, whi…

  21. comment
    Comment #39141622

    The custom element specification (section 4.13) deals mostly with the registration and usage details, but the general extensibility section earlier on covers the basic use case: ht…

  22. comment
    Comment #39141269

    Like I said: If you want to use the JS-based functionality, you obviously have to register it. Simply using any made-up element in your HTML and styling it via CSS just works ouf t…

  23. comment
    Comment #39140956

    Depends on what you're going to use them for. If you need the actual JS functionality web components can offer, then yes. Though at this point you're in JS land anyways and probabl…

  24. comment
    Comment #39104956

    When you didn't know how this worked, CoffeScript's fat arrow functions became a life saver when attaching callbacks from inside some object you were writing that probably had an i…

  25. comment
    Comment #39103556

    In addition to this: ruby-like classes and "sane"/expected handling of this using fat arrow functions. I've worked with a few developers at the time that considered themselves pure…