Viewing profile — escalt
escalt
HN member- Joined
- Tue, Jul 14, 2020, 12:08 PM UTC
- HN karma
- 105
- Public activity
- 47 items
- HN profile
- View on Hacker News ↗
About escalt
No profile information was provided.
Recent public activity
-
comment
Comment #37960126
this is left as an exercise for the reader
-
comment
Comment #34753364
The Matrix talk recording is broken. The referenced video files have a size of 0 bytes
-
comment
Comment #34460439
It's just another client that (by default) uses the official F-Droid repo
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #32631611
People still using PulseAudio can use pagraphcontrol ( https://github.com/futpib/pagraphcontrol )
-
comment
Comment #32468302
It's also a perfect way to enter the hacking scene
-
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
-
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…
-
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…
-
comment
Comment #31435639
Every baby right now is a "covid baby", so of course they're easy to spot
-
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…
-
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…
-
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
-
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…
-
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…
-
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…
-
comment
Comment #29874365
This is what DMARC should solve, but it appears your mailserver lets these messages through without checking
-
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…
-
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