Live data from Hacker News

Viewing profile — moreati

moreati

HN member
Joined
Thu, Apr 28, 2011, 3:35 PM UTC
HN karma
1,774
Public activity
330 items

About moreati

Python and Ansible developer. Recovering Sherlock. Armchair supervillain. Pun usually intended. He/they.

https://moreati.org.uk/ https://social.moreati.org.uk/@alex

[ my public key: https://keybase.io/moreati; my proof: https://keybase.io/moreati/sigs/0NRA_TnGMfWlFUd7jrTrJqT2QOxC7wD7yEyjNtxLc4c ]

Recent public activity

  1. story
  2. comment
    Comment #46426034

    Why would one want this? Are there particular situation(s) that it's desirable to detect a TCP proxy? Does presence of a TCP proxy indicate some adverserial behaviour? E.g. surveil…

  3. comment
    Comment #46332132

    There was https://idiallo.com/blog/zipbomb-protection earlier this year. It sends highly compressed output of /dev/zero. No overlapping files or recursively compressed payloads.

  4. comment
    Comment #45402637

    Around 1999 I interned at Philips Semiconductor. I worked with one of the first or early engineers of Teletext (aka BBC Ceefax) - a system designed in the 1970s that encoded text p…

  5. comment
    Comment #45001666

    It crashed the browser tab for me - Firefox desktop on macOS.

  6. comment
    Comment #44697720

    In https://github.com/patrick-kidger/tinyio/blob/main/tinyio/__... there's from ._core import ( Loop as Loop, sleep as sleep, ... ) Does using ` as ` change the runtime behaviour a…

  7. comment
    Comment #44029351

    I wasn't trying to suggest they wil. I emphasised Gossi's If because I missed it on my first read. I didn't want others making the same mistake.

  8. comment
    Comment #44028739

    > The Legal Aid breach is, I’m told, a ransomware/extortion group (not mentioned in the notice). If it looks like the UK gov are going to pay, or pay via third party, this one will…

  9. comment
    Comment #43538499

    Semi related, I created linesum a few years back https://github.com/moreati/linesum to line by line sha256.

  10. comment
    Comment #43229161

    UK, near Luton, Dunstable Downs Radio Club car boot sale https://dunstabledownsradioclub.org/bootsale/

  11. comment
    Comment #42839068

    UK is first inspection (called an MOT) at 3 years, then every 1 year until the car is considered 'classic' - after 40 years with caveats

  12. comment
    Comment #42674819

    For those seeking something multiplayer https://play.typeracer.com/

  13. comment
    Comment #42372296

    I'm pleasantly surprised there are any devices supporting SD Express. I thought the standard had died on the vine. So Apple, please pull your finger out and include SD Express in t…

  14. story
  15. comment
    Comment #42095221

    I don't know the current draw of either. I don't know if newer designs are better, I only have one I bought around 10-15 years ago. For mine a bettery left in the calipers depletes…

  16. comment
    Comment #42093314

    Recommend you take the CR2032 out when not using the calipers. Cheap/no name ones (atleast those sold 5-10 years ago) have a relatively high standby current, even when the LCD scre…

  17. comment
    Comment #42088817

    What's in that 4.5 TB? e.g. message metadata? Message text? Media? What time window does it cover? A rolling N day window? Everything since year dot? Can it be pruned? e.g. only da…

  18. comment
    Comment #41333344

    Was fully expecting wcurl to be an alternative name for curl on Windows, because Microsoft made "curl" an alias for their own http downloader command in Powershell.

  19. comment
    Comment #41186050

    Assuming the theme you mean is hobbyist machining, then https://www.youtube.com/@Blondihacks

  20. story
  21. story
  22. comment
    Comment #39701862

    Runny C. > Clostridium difficile (C. diff) is a type of bacteria that can cause diarrhoea https://www.nhs.uk/conditions/c-difficile/

  23. comment
    Comment #39220505

    I thought it might be Generations, but that was 257.4 MHz https://www.youtube.com/watch?v=6A9IZHWz45Q&t=20s

  24. comment
    Comment #38445490

    https://diode.zone has been running many years. It was the first peertube instance I came across. Edit: https://tilvids.com/ is another

  25. comment
    Comment #38174233

    At a guess: that hash is performed relatively few times, so any performance difference is lost in the noise floor. Never having to answer "why did you use this insecure hash" or el…