Live data from Hacker News

Viewing profile — Ros2

Ros2

HN member
Joined
Sat, Mar 26, 2016, 12:28 AM UTC
HN karma
87
Public activity
38 items

About Ros2

No profile information was provided.

Recent public activity

  1. comment
    Comment #43912634

    I think it was a beta and not a demo but either way, it contained 95% of the game not obfuscated in any way. So I saw the ActionScript code quite a while ago!

  2. comment
    Comment #43349743

    The moon in-game also has a complex implementation. I don't think anyone realized this until the team porting the games to modern consoles pointed it out in an interview https://ww…

  3. comment
  4. comment
    Comment #36161303

    There is a hardware button on Subarus to disable EyeSight when you go through the car wash. Anecdotal, but the alarm before the auto braking in my Crosstrek (2020) saved me two tim…

  5. comment
    Comment #33756573

    I interviewed years ago with someone who let me know that they use a pseudonym as an employee and their chosen name even got posted as the author for articles they wrote for the co…

  6. comment
    Comment #32327145

    This is basically what iOS shortcuts is hoping to be. You can do some simple coding with widgets like that and then you can invoke your shortcut like `hey siri, `. Avoids reciting …

  7. comment
    Comment #31917186

    I made a few Atmosphere packages back in the day, some of them had a good # of users. Aggregate database queries using Meteor (at least as of 1.0) would create an immense amount of…

  8. comment
    Comment #29869671

    True enough overall, but I'm surprised no one has let you know that NPM actually doesn't allow you to delete packages anymore (after the left-pad controversy). You have to email th…

  9. comment
    Comment #29784993

    Thanks for posting this. An acquaintance of mine did this job 6 years ago and I wasn't sure if it still existed. Crowd-sourced humans are making Google appear more intelligent than…

  10. comment
    Comment #29575311

    In the 2010s, there were a lot of posts about how C# could never even match F# even in 30 versions from that time. But then C# started adding compiler flags that allow a redo of pa…

  11. comment
    Comment #29134526

    Wow Hackernews never ceases to amaze me, I enjoyed this. TIL I missed my 1 billionth second. You should also make a programmer mode, one that shows you powers of 2 (like 1024 days …

  12. comment
    Comment #29132998

    I only ever use it for date math For whatever reason, I like keeping track of 1000 day anniversaries https://www.wolframalpha.com/input/?i=1000+days+after+today Shortly before any …

  13. comment
    Comment #28968739

    Yes it will have to do that. Some packages .npmignore the source files so those may not even be present. But doing that is actually easier than having to deal with all the differen…

  14. comment
    Comment #28966022

    Semi-related: Microsoft is going to be (or has begun) checking for differences between published npm packages and their source control. I got a PR in my repository a few days ago l…

  15. comment
    Comment #25508486

    Wishing you hadn't worked so hard on your deathbed in your 80s is something people say after they have already saved enough money to live out their post-career life. When you're in…

  16. comment
    Comment #22656513

    Does your roadmap include directly detecting against pg_stat_statements? Most of these tools go against the stats tables in the database directly ('SQL Doctor' from Idera comes to …

  17. comment
    Comment #22656395

    One super minor thing you may want to change that may help clarify things for both companies and employees (mostly companies) : > Jobs are tailored to your location and skills I li…

  18. comment
    Comment #20257781

    Hey just registered, really neat. You don't support 'popular times' results for local places. This may not even exist in your area so you may not be aware of it. I've always really…

  19. comment
    Comment #19740336

    The article is confusing about the details. "Last Impact" never got a takedown notice and PC Gamer even wrote an article about it (as well as Nintendo clearly being aware of Kaze).…

  20. comment
    Comment #19736358

    They seem to really hate direct ports of their work. Curiously, there is a thriving Super Mario 64 rom hacking community that is rarely hit with notices. Afaik, no one really knows…

  21. comment
    Comment #17221999

    Netlify does this for free along with a path to hosting larger sites as well. I found them via HN and have seen them recommended here many times.

  22. comment
    Comment #16451278

    I just started using cron to keep my cloud functions warm at a cost of pennies per month. It feels like a strange ceremony to let more knowledgeable people game the system. Even fi…

  23. comment
    Comment #16411014

    Not sure why no one has mentioned ClojureScript to you, it has first class support and is supported first party by the Clojure team

  24. comment
    Comment #16322202

    Snapchat is the only social media that actually celebrates the impermanence and general boringness of everyday life. Instagram and Facebook may have stories but the site is heavily…

  25. comment
    Comment #16057531

    Hey Rich, your hackernews clone doesn't perform all that well globally https://testmysite.io/5a4c2cdf819876444fa127b5/hn.svelte.tec... I really like Svelte! But I don't even serve …