Live data from Hacker News

Viewing profile — 9034725985

9034725985

HN member
Joined
Tue, Jan 02, 2018, 4:16 PM UTC
HN karma
53
Public activity
25 items

About 9034725985

message me on signal or WhatsApp

Recent public activity

  1. comment
    Comment #44297768

    There is a similar one: https://aka.ms/nohello which redirects(?) to https://sbmueller.github.io/nohello/

  2. comment
    Comment #35672331

    I use to do speed test from fast.com see: view-source: https://angularten.github.io/

  3. comment
    Comment #35135290

    What would it take to formally increase this limit to USD 250 million for everyone?

  4. comment
    Comment #35013917

    Thank you. That gives me a red underline under ContactId and Email now. I think because input.Contact__c and input.ContactEmail__c are unknown. I think this is the right direction.…

  5. comment
    Comment #35008190

    If I set input as Object, if (input[prefCode] !== null) { currentValue = input[prefCode].toString(); } in the lines above, I see a red underline under input[prefCode] > Element imp…

  6. comment
    Comment #35007951

    yes, input is a json of some kind. You could say technically could be simply { "Unsubscribe__c": false } or even {} both of which are silly in my case because there is no key for m…

  7. comment
    Comment #35007366

    > With the ‘unknown’ type available is there a good case for ‘any’ anymore? Lets say you have some input json that you want to slightly modify to something else. How would you do t…

  8. comment
    Comment #34919277

    What if there were a service where anyone can opt in to share their own location information? If there was a way to get across the hurdle of how does the service provider know if t…

  9. comment
    Comment #33814101

    > It just turns out that delegating trust to root CAs, CAs, and browser/OS vendors (the latter via built-in certificate lists) makes it easy for the end user. This flexibility is w…

  10. comment
    Comment #33687623

    I can see it being useful to type and chat between each other if we aren’t seated together on a plane.

  11. comment
    Comment #28290290

    Personally, I don’t mind giving them my phone number because my number is already public information. It sucks though that I can’t get tweets by text. This was the original use cas…

  12. comment
  13. comment
    Comment #21234513

    No support for Android (yet). Install this Facebook container [1] on the desktop. A request: I run Firefox nightly [2] as my main browser and would like to request everyone to cons…

  14. comment
    Comment #20714403

    I think he linked it so new readers can see the older comments and get clued in to the conversation. (: I remember reading In the beginning was the command line back in high school…

  15. comment
    Comment #19005749

    (not a Red Hat employee) My understanding is that many, if not most, operations should not require sudo as of version 1.0. For example, try the commands at https://github.com/conta…

  16. comment
    Comment #18332932

    I think their servers. (This is my imagination and it might be completely wrong so please feel free to correct me) they mentioned spam problem which leads me to believe that if ena…

  17. comment
    Comment #16729277

    You know that because it is a recent tweet. Now imagine someone deletes all their old tweets programmatically. Several people have screenshots of an "old" tweet as they allegedly s…

  18. comment
    Comment #16656563

    > Other decisions such as Pocket I am amazed that Mozilla has not yet released Pocket as free and open source software. What's going on?

  19. comment
    Comment #16640935

    Not that long ago. I use it on my Nexus 6 (shamu) but I also use yalp to get apps from the play store. Here is a relevant discussion: https://news.ycombinator.com/item?id=15617615

  20. comment
    Comment #16617306

    I would like to know what the goal for auto devops is... Will it be able to look at a project and compile it? For example: https://gitlab.com/postgres/postgres/-/jobs

  21. comment
    Comment #16540599

    I was hoping we could use old phones as IP cameras with the screen turned off. I hope apps that are last in the foreground can continue to access camera and microphone and sensors …

  22. comment
    Comment #16391130

    > I suspect will happen is that people will be able to leave dead-end jobs that are stressful and provide little to no value to them. Which in turn might crash the economy, because…

  23. comment
    Comment #16375100

    I've got the ball rolling at https://gitlab.com/amagpiesnest/amagpiesnest.gitlab.io Please sign in and request access to contribute.

  24. comment
    Comment #16366142

    Here is a naive question: Let's say I want a small application with flask and angular. I create a single repo for both flask and angular. I put everything flask in one sub folder c…

  25. comment
    Comment #16055231

    Are you thinking something like pg_timezone_name? https://www.postgresql.org/docs/current/static/view-pg-timez... https://gist.github.com/justqyx/11245900