Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
greggman3
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
greggman3
4y ago
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<T>` It could be worse. You could be in python that has no const wh
2.
▲
by
greggman3
4y ago
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 harder all the time. It's going to get even har
3.
▲
by
greggman3
4y ago
Of course, why not?
4.
▲
by
greggman3
4y ago
How about reframing to "Is spam getting harder to filter?" No one at google wants spam.
5.
▲
by
greggman3
4y ago
> 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 time I encountered `const`, I thought it did the opposite. I
6.
▲
by
greggman3
4y ago
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 cla
7.
▲
by
greggman3
4y ago
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 easier. For (2) though, this IMO is a problem with the
8.
▲
by
greggman3
4y ago
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; uint32 height; } struct Image {
9.
▲
by
greggman3
4y ago
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 that's an issue that no longer exists :P
10.
▲
by
greggman3
4y ago
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 topic. They're so obvious they're in
11.
▲
by
greggman3
4y ago
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 only show programs and nothing else so
12.
▲
by
greggman3
4y ago
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't have a reasonable amount of prog
13.
▲
by
greggman3
4y ago
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.
▲
by
greggman3
4y ago
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 up with a full programming language and
15.
▲
by
greggman3
4y ago
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 if you prefer (B). Let's put it another way. If s
16.
▲
by
greggman3
4y ago
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 poor attitude
17.
▲
by
greggman3
4y ago
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 the great things a city provides that nature does not so tha
18.
▲
by
greggman3
4y ago
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 loved with people I loved. All the ads on the trains were eye
19.
▲
by
greggman3
4y ago
how is that different than any other POST endpoint?
20.
▲
by
greggman3
4y ago
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 lets me eat more calories and not get fat bu
21.
▲
by
greggman3
4y ago
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 methods available to them
22.
▲
by
greggman3
4y ago
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.
▲
by
greggman3
4y ago
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 in California it's i
24.
▲
by
greggman3
4y ago
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.
▲
by
greggman3
4y ago
drag and drop forms from 20 years ago assumed a desktop PC. Today your form has to work on mobile
26.
▲
by
greggman3
4y ago
It's not the "like" button. It's the "likes" number. Hide the number and the like button is signal to the system. So "likes" and it's a signal to the poster. That IMO is the problem, not the butt
27.
▲
by
greggman3
4y ago
I agree with you. I ran into that issue once. Of course I knew map takes a function that it passes value, index, array, I just forgot for a moment. It would arguably be better to have different functions for those. Very tangentially related
28.
▲
by
greggman3
4y ago
I got all that. They're still going to look at statistics to decide how who to risk billions of dollars on a space mission. This is no different than say insurance companies charging more for people under 25. You might be 19 and the sa
29.
▲
by
greggman3
4y ago
I'm going to take the inevitable downvotes, especially by people who don't want to engage and discuss, and say I wasn't a fan of Gattaca. In particular the story gets muddled for me because they made the poor choice of choosi
30.
▲
by
greggman3
4y ago
The typical response is being in these jobs changes you so that when you have the money you no longer have any meaning. You have a passion, you put it on hold for 10-20yrs for $$$, you come out the other end having lost your passion Further
More ›