Live data from Hacker News

Viewing profile — escalt

escalt

HN member
Joined
Tue, Jul 14, 2020, 12:08 PM UTC
HN karma
105
Public activity
47 items

About escalt

No profile information was provided.

Recent public activity

  1. comment
    Comment #37960126

    this is left as an exercise for the reader

  2. comment
    Comment #34753364

    The Matrix talk recording is broken. The referenced video files have a size of 0 bytes

  3. comment
    Comment #34460439

    It's just another client that (by default) uses the official F-Droid repo

  4. comment
    Comment #34219421

    The "essence of linear algebra" series by 3blue1brown on YouTube does a really good job at intuitively explaining and visualizing matrix multiplication and other linear algebra top…

  5. comment
    Comment #33932657

    That might be true in some places, but in Europe for example there really isn't that much room left. And moving large quantities of electricity from a desert to a place where peopl…

  6. comment
    Comment #33914273

    It is said that the infrastructure required to sustain suburbs costs more money than these suburbs bring in. In the US a city gets federal money to build new suburbs, but when it c…

  7. comment
    Comment #33901870

    On IPv6 this would be a solved issue. With SLAAC the router just broadcasts Router Advertisements and all the machines just automatically configure their addresses, which are fully…

  8. comment
    Comment #33572437

    People are saying this because so far it has just been much warmer than usual at this time of year, and snow in November wouldn't be the most unusual thing, and most people just as…

  9. comment
    Comment #33562079

    You either do an interview or a member sends you an invite. It's a private tracker just like what.cd was. It's less elitist than most other trackers which are invite only and somet…

  10. comment
    Comment #32722973

    Well, clearly they sent it to you, so they're distributing the images. The E-Mail headers, especially if they contain a dkim signature, are likely sufficient proof for that. If not…

  11. comment
    Comment #32631611

    People still using PulseAudio can use pagraphcontrol ( https://github.com/futpib/pagraphcontrol )

  12. comment
    Comment #32468302

    It's also a perfect way to enter the hacking scene

  13. comment
    Comment #32057197

    Yeah in rural areas it's hard to justify building public transport. Villages can still have grocery stores though. But we were talking about cities here

  14. comment
    Comment #32043776

    Shopping would optimally happen by foot or by bike. Somewhat impossible with US zoning laws, but in a decent mixed use neighborhood a grocery store would be a And overcrowded buses…

  15. comment
    Comment #32043049

    Inner city driving should be restricted to service vehicles only. The inner city should be dense enough that shopping is easily done by foot or by bike, and things further away are…

  16. comment
    Comment #31435639

    Every baby right now is a "covid baby", so of course they're easy to spot

  17. comment
    Comment #30725713

    Exactly. A commonly missed attack vector is just intercepting plaintext http and blocking https, so the browser thinks the site doesn't offer https and will just continue in plaint…

  18. comment
    Comment #30072218

    uBlock Origin can block network requests too. These rules should block requests to trending hashtags and recommended user accounts: ||twitter.com/i/api/2/guide.json$xhr,1p ||twitte…

  19. comment
    Comment #30052180

    The other author also did a talk (in German) on social bots at the end of 2017 https://media.ccc.de/v/34c3-9268-social_bots_fake_news_und_f... https://youtu.be/6jNWl5d_DOk

  20. comment
    Comment #30036011

    It allows for tracking users since the second half of your address is always constant. It's a fixed problem though since basically all consumer devices these days use privacy exten…

  21. comment
    Comment #30035968

    My private Wireguard network is IPv6 only. SSH on all my remote servers listens on a random statically configured IPv6 address dedicated only for ssh. Since every server has an ent…

  22. comment
    Comment #29874474

    Then E-Mails which fail the SPF and DKIM checks should be rejected by the receiving server. Many mailservers still let them through though because they just don't check dmarc or pu…

  23. comment
    Comment #29874365

    This is what DMARC should solve, but it appears your mailserver lets these messages through without checking

  24. comment
    Comment #29822858

    It's actually a pretty small prefix in the IPv6 world. The recommendation for an IPv6 network is to be at least a /64, because features like SLAAC, which mostly replaces DHCP, need…

  25. comment
    Comment #29295043

    You can embed a minimal ssh server (like dropbear or tinyssh) in your initramfs to remotely enter the passphrase. There are some guides for that online