Live data from Hacker News

Viewing profile — scottgg

scottgg

HN member
Joined
Sun, Feb 19, 2023, 7:31 AM UTC
HN karma
49
Public activity
37 items

About scottgg

No profile information was provided.

Recent public activity

  1. comment
    Comment #48021946

    I can see that this _could_ happen, but I've had the opposite experience; I spend an hour or 2 every day outside exercising, I knock off at a sensible hour to play with the kids, I…

  2. comment
    Comment #47085158

    site down for me; here's an archive link: https://archive.is/rIAVo

  3. comment
    Comment #46272329

    Lastfm stopped me moving from Spotify to Apple Music; none of the iOS scrobblers seem to consistently catch all listens.

  4. comment
    Comment #45705070

    Heat pumps are so _ordinary_ here (Central Europe), im always a bit surprised how skeptical folks in the US and UK seem to be about them

  5. comment
    Comment #45705044

    Sounds like it wasn’t sized well?

  6. comment
    Comment #45684780

    Thanks! I didn’t realise it’s common for CPUs to rock dedicated hardware for this.

  7. comment
    Comment #45664890

    This’d be a great way to hedge against folks like cloudfront aggressively restricting your training scraping too! Endpoints everywhere

  8. comment
    Comment #45588079

    Do you have a source for “with very little observer effect”? I don’t know better, it just seems like a big assumption the CPU can emit all this extra stuff without behaving differe…

  9. comment
    Comment #45577179

    There’s quite some fresh gerrymandering going on, and because folks already “tolerate” this, it’s just incremental heat in the pot.

  10. comment
    Comment #45547451

    I am obliged to use a public GitHub org for work. Is it “blessed path” to try do the CR part in tangled and sync back to GitHub? I would love to profit from my nice jj habits at th…

  11. comment
    Comment #45489218

    The showering thing is an urban legend; you can have landlords try and enforce it, but it infringes on your basic right to enjoy your property iirc and is unenforceable. The glass …

  12. comment
    Comment #45376227

    As a jujutsu fan, I like to prepare a nice clean commit history for my reviewers to probably ignore. But I kind of assume - there’s _some tool_ we could use - perhaps on top of Git…

  13. comment
    Comment #45238784

    The public transport coverage especially with tram in Zürich is already amazing

  14. comment
    Comment #45237913

    Moreover it’s not even possible for us to engage in _honest debate_ about the impact of social media anymore. Absolutist positions without nuance are the norm, and the folks who co…

  15. comment
    Comment #45160841

    Not op but I also have a varia and feel safer for it. Living in Switzerland, cycle a lot on public curvy roads in the alps. Often I don’t hear someone coming if I’m focusing on som…

  16. comment
    Comment #45092756

    There’s an OTel SIG to do something similar / based on orchestrion and some other prior art - so just a matter of time !

  17. comment
    Comment #45092745

    You could use span links for this. The idea is you have a bunch of discrete traces that indicate they are downstream or upstream of some other trace. You’d just have to bend it a b…

  18. comment
    Comment #44934097

    Didn’t know about roo! But I’m with you; I don’t see why folks are investing their efforts in building more of these shiny wrappers, and what their expected end game could be.

  19. comment
    Comment #44933955

    I’m assuming/hoping this is gonna end up as regular plugins for existing IDEs

  20. comment
    Comment #44880882

    This is great! I wonder how much the presenters country - the Netherlands - has made this easier with the peering. It’s hard for me to imagine just asking big serious networks to p…

  21. comment
    Comment #44707407

    WallabyJS does something along these lines, although I don’t think it is contextually understanding which tests to highlight https://wallabyjs.com/

  22. comment
    Comment #44674208

    The generic magic for this is called “dependant types” I believe - generics that can take values as well as types as parameters. Idris supports these

  23. comment
    Comment #44667040

    Hey Matt this is comprehensive- thanks ! Excited to get stuck in

  24. comment
    Comment #44661871

    If you’re already competent with systems languages in keen to _go on a wild deep dive_ into this sort of perf engineering, where’s a good place or good resources to get started ?

  25. story
    Show HN: Cargo-pup – ArchUnit-style linting for rust

    Hey HN! I’ve been working on cargo-pup, a Rust tool for defining and enforcing architectural rules in your codebase - like ArchUnit for Java, or Clippy, but for project-specific ar…