Live data from Hacker News

Viewing profile — joerick

joerick

HN member
Joined
Tue, Jul 01, 2014, 9:12 AM UTC
HN karma
59
Public activity
33 items

About joerick

No profile information was provided.

Recent public activity

  1. comment
    Comment #47537197

    I have a Focusrite Saffire that has lots of nice, quiet preamps and ADC channels. I managed to get an old Mac to connect over FireWire and using the Focusrite Control app, I config…

  2. comment
    Comment #45802803

    It should land in 3.15, so October next year. https://peps.python.org/pep-0790/

  3. comment
    Comment #45060737

    I've been wondering for a while if a program could "learn" covariance somehow. Through real-world usage. Otherwise, it feels to me that it'd be consistently wrong to model the vari…

  4. comment
    Comment #44395440

    If we assume no conspiracy, what's the sentencing like for perjury due to carelessness?

  5. comment
    Comment #44391566

    Google do have an API for this. It has limits but perfectly good for personal use. https://developers.google.com/custom-search/v1/overview

  6. comment
    Comment #44332788

    Beautifully put.

  7. comment
    Comment #43600384

    Pretty fascinating from an information theory point of view. Surprising that it works at all. Is this, like, the JPEG of uniformly distributed, uncorrelated data?

  8. comment
    Comment #43360665

    I came across this page in a discussion about dithering. It was posted by @rikroots. Fascinating stuff. I love to see the application of the 2D Fourier transform for analysis. Adde…

  9. story
  10. comment
    Comment #43203874

    Hahaha. We used to get desyncs on networked games of Generals pretty regularly. I remember if a game took more than 30-40 mins I'd start to get a spidey sense things were about to …

  11. comment
    Comment #42016448

    Yeah, 'everything' as in 'everything that the model cares about' :)

  12. comment
    Comment #42016441

    Nice workaround. I just wish there was a less 'lossy' way to go about it!

  13. comment
    Comment #42016432

    Interesting, but your hypothesis assumes that 'tone' is one-dimensional, that there is a single axis you can remove. I think tone is very multidimensional, I'd expect to be removin…

  14. comment
    Comment #42015790

    The thing that puzzles me about embeddings is that they're so untargeted, they represent everything about the input string. Is there a method for dimensionality reduction of embedd…

  15. story
  16. comment
    Comment #41655195

    The touchscreen might be better than you're giving it credit for. Direct interaction (vs the indirectness of mice, keyboards, gesture) is one benefit that I can't see done better a…

  17. comment
    Comment #41442778

    Biggest functional difference is that Vue's reactivity is built on Proxy objects, which lets you simply bind your view layer to your model layer and things just keep in sync, witho…

  18. comment
    Comment #41326995

    I've been thinking for a while that digital photos should include a signature derived from a hardware key on each camera. That at least would prevent people lying in metadata, and …

  19. comment
    Comment #41315201

    ...and a lot of solo developers and academics besides. (I say that as a corporately unaffiliated PyPA member)

  20. comment
    Comment #41226101

    I've used xterm.js for this, but I was already in a webview. It's pretty good, might even be worth the webview for https://github.com/xtermjs/xterm.js Used by vscode among others

  21. comment
  22. comment
    Comment #40220969

    If a project is really mature, reusable components in design tools can work. But for early stage stuff, they can quickly prove more trouble than they're worth. The designer's job i…

  23. comment
    Comment #40220939

    Figma made a mistake including the absolute positioning in their Dev mode. It's never useful, and leads to confused engineers like this. Figma is a design tool. It is used by desig…

  24. comment
    Comment #38840102

    This is awesome! I noticed on the 'Experimenting with lines' section, when smoothness is low, warp is high and length is high, that the lines end up mostly coalescing into big road…

  25. comment
    Comment #38815236

    This is confusing. The response to a raw Ethernet frame is JSON containing "https_response" Why drop down to a layer 1 Ethernet frame when the response is specific to HTTP?