Live data from Hacker News

Viewing profile — greggman3

greggman3

HN member
Joined
Thu, Feb 06, 2020, 12:15 PM UTC
HN karma
4,044
Public activity
1,132 items

About greggman3

No profile information was provided.

Recent public activity

  1. comment
    Comment #34464219

    I agree that having a "can't modify this object" via this reference is useful and that JavaScript doesn't have it. TypeScript has it with `ReadOnly ` It could be worse. You could b…

  2. comment
    Comment #34464183

    I suspect they spent several millions of dollars a year and at least 20-30 people if not more and I think you don't have any idea of how hard the problem is and how it's getting ha…

  3. comment
    Comment #34464125

    Of course, why not?

  4. comment
    Comment #34457102

    How about reframing to "Is spam getting harder to filter?" No one at google wants spam.

  5. comment
    Comment #34457002

    > That brings me to something I really want in JS, actual unmutable values. If you use `const x = new SomeClass()`, you cannot reassign it, but you can change fields. The first tim…

  6. comment
    Comment #34456877

    and yet looking through code from the place you work I see something like this let field = ve.instanceContext.replace(/(#\/)|(#)/ig, "").replace(/\//g, ".") Which you apparently cl…

  7. comment
    Comment #34456724

    I agree that (1) named intermediate values are sometimes more readable ... though I have examples where it's very hard to come up with names and not sure it helped (2) debugging is…

  8. comment
    Comment #34434339

    I don't consider ASCII simple because it needs to be parsed (more than a binary format). As sample example, a binary format could be as simple as struct Header { uint32 width; uint…

  9. comment
    Comment #34434239

    I had my car stolen from an apartment complex garage in like 1991. Sure it sucks to have my car stolen but the only irreplaceable thing was 36 mix tapes that were in the car. Guess…

  10. comment
    Comment #34425650

    I forgot where I heard this but "It's impossible to remember what it was like not to know something". This generally means all kinds of things are obvious to someone that knows a t…

  11. comment
    Comment #34425615

    For me Spotlight fails constantly. I don't know what's tripping it up but programs I use often it randomly decides "today I'm not going to find those for you". I have it set to onl…

  12. comment
    Comment #34425548

    Honestly, I don't consider PNG a simple format. The CRC and the compression are non-trivial. If you're using a new language that doesn't have those features built in and/or you don…

  13. comment
    Comment #34409329

    1000 square feet is only small in the USA. 1000 sqft is the average size of a home in Japan. 50% are smaller. There's plenty of creative ways to use 1000 sqft

  14. comment
    Comment #34408115

    I believe the reason there's no if/else is because CSS is supposed to be easy enough to interpret relatively quickly (in a finite amount of time). The moment you add if/else you'd …

  15. comment
    Comment #34408065

    Yes, I did consider that. That's exactly my point. He stated he hates (A) and likes (B). I suggested that hating (A) is a poor POV. It would be better to like both (A) and (B) even…

  16. comment
    Comment #34407464

    He did call it crap or did you miss it? In so many words he said cities suck, nature rocks. Vs me, who said both nature and cities rock, and that the attitude that one sucks is a p…

  17. comment
    Comment #34407454

    They have opinions. One is nature rules. The other is the city sucks. I think their opinion of that the city sucks is wrong, full stop, and that a change in attitude would see all …

  18. comment
    Comment #34407244

    Hey, if being in nature makes you happy good for you but your outlook on the rest is kind of crap. Me, best time in my life, commuting in Tokyo to my jobs working on a project I lo…

  19. comment
    Comment #34256186

    how is that different than any other POST endpoint?

  20. comment
    Comment #34254256

    Is it true there are plenty of places in the world that don't have an epidemic of obesity? My belief is Japan doesn't have as much of an obesity problem. Sure, I'd love a drug that…

  21. comment
    Comment #34227008

    Correct, but the form itself was always a fixed layout, designed for desktop, not a responsive layout where things changed based on the size of the user's display and the input met…

  22. comment
    Comment #34226992

    Name any apartment complex on a quiet street in SF that's not in Mission Bay that's been built in the last 15 years

  23. comment
    Comment #34221226

    AirBnB sux but zoning has arguably been a net negative on most societies in many ways https://youtu.be/bnKIVX968PQ https://youtu.be/CCOdQsZa15o for me what I noticed lately is that…

  24. comment
    Comment #34221122

    They removed all of mine as well. Stayed around 24 places, half had issues, 3-4 were bad issues and left a bad review. AirBnb removed them

  25. comment
    Comment #34219115

    drag and drop forms from 20 years ago assumed a desktop PC. Today your form has to work on mobile