Live data from Hacker News

Viewing profile — stestagg

stestagg

HN member
Joined
Sat, Jan 03, 2015, 7:19 PM UTC
HN karma
804
Public activity
155 items

About stestagg

No profile information was provided.

Recent public activity

  1. comment
    Comment #23893337

    ” Try learn a bit Mandarin if you could or at least talk to Chinese ppl living around you” If I DM you my address, could you send some guys round to invite/escort me to one of your…

  2. comment
    Comment #23857608

    > * Python only: what's this for, then? http://www.picklingtools.com/ From the picklingtools FAQ: What versions of Python does PicklingTools support? Historically, versions 2.1.x t…

  3. story
  4. comment
    Comment #23368424

    In the last 12 years of writing python, I have only hit had issues with .pyc files a handful of times, and always with python If you’re seeing this regularly, it suggests there may…

  5. comment
    Comment #23320860

    It’s a map from a ‘WeakRef’ to a value. So if you have an object reference, you can associate a value with that object. But not the other way round

  6. comment
    Comment #23260246

    Admittedly the example was a bit fake :) I /have/ put other secrets into frontend code before, strictly for small temporary projects where the cost of implementing secret managemen…

  7. comment
    Comment #23259973

    Seems to be related to this: https://github.com/webpack/webpack-dev-server/issues/1604 It's not clear (without a lot more digging) what impact the sockjs changes have on this issue…

  8. comment
    Comment #23259823

    I threw the code together last night. It's running on cloudflare backed by an S3 static file, so shouldn't be capacity issues It was only tested on Firefox, as a basic proof-of-con…

  9. story
  10. comment
    Comment #23208206

    you can replace with this: function shorten(text, length) { return new Promise((a, r) => fetch(`http://leftpad.io/shorten?l=${length}&v=${encodeURIComponent(text)}`).then(rx=>rx.te…

  11. comment
    Comment #23134967

    No disagreement here. I don't use gnome desktops, for similar reasons (although I'm also not the target audience for adopters, as I currently use Linux as my primary desktop enviro…

  12. comment
    Comment #23134775

    > Like how the file explorer has a built in terminal that follows the folder you're in. That’s a nice feature. But it has little to do with Windows/OSX equivalence. It also highlig…

  13. comment
    Comment #23084767

    There is a hitherto-unwritten rule that it is allowed to comment...

  14. comment
    Comment #22955851

    This is the plan. Once google have verified the advertisers, they can ‘help users understand the source of the advert’ by replacing the mini Ad icon with the advertisers’ favicon, …

  15. comment
    Comment #22840771

    > With the COVID crisis our users are unable to depend on us for their daily spends. If this is truly a humanitarian issue, then then disable the contact harvesting feature

  16. comment
    Comment #22706690

    I think you're mistaking "It just works" for "It just works in the way I want it to" Unfortunately if you go with the suggested methods for using zoom, it is very easy to join a me…

  17. comment
    Comment #22604085

    The thing about rural areas, is that not many people live there. We live just ouside a mid-sized UK town (and cities down to small/mid sized towns covers a really high % of the pop…

  18. comment
    Comment #22455892

    Back in 1995 all websites shared one global stylesheet. Every time a new rule was added, you had to wait up to 24 hours for the css servers to propagate.

  19. comment
    Comment #22268824

    From the docs: "CPython implementation detail: Keys and values are listed in an arbitrary order which is non-random, varies across Python implementations, and depends on the dictio…

  20. comment
    Comment #22047755

    It’s fast coz the cpu be blazing ;)

  21. comment
    Comment #21912657

    Workflows are full of trade offs. Different people & teams value different features in different ways. It’s what makes software development such a vibrant ecosystem.

  22. comment
    Comment #21690768

    https://www.nasa.gov/image-feature/goddard/2019/vikram-lande...

  23. comment
    Comment #21594775

    > Uh, I'm not very confident on this helping; wouldn't this mean fewer people will be using and evaluating beta components? Probably. But the benefit gained by doing this is that e…

  24. comment
    Comment #21535034

    Yeah. I only trained addition. Actually exploring the impact of training a net to perform a range of operations on the minimum plausible neuron count would be quite interesting I d…

  25. comment
    Comment #21534707

    A child comes pre-programmed to put things in their mouth. They also have very sophisticated reward functions built-in that identify tasty sugars entering their mouth. Very quickly…