Viewing profile — noamyoungerm
noamyoungerm
HN member- Joined
- Sat, Oct 25, 2014, 5:04 PM UTC
- HN karma
- 116
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About noamyoungerm
No profile information was provided.
Recent public activity
-
comment
Comment #13269982
It's totally possible (and a relatively frequent occurrence) to have pdfs where the order of characters in the code has no relationship at all to how those same characters are laid…
-
comment
Comment #12824190
> the whole "Earth is the centre of Universe" thing that held back modern thinking This says much more about how we dismiss ancient civilizations as inferior than it does about anc…
-
comment
Comment #12773934
Notice that 17 days is basically what is needed to add the issue to the next sprint, complete its development along with everything else for that sprint, and deploy to a live site.…
-
comment
Comment #12567339
I would argue that the surveillance isn't in how the data is used, but rather in the fact that NYC has that data at all. Limits on acceptable data collection are more straightforwa…
-
comment
Comment #12507744
I once made a moderately interactive widget using pure CSS, and it was a relatively interesting experience. The widget itself had buttons that let you choose several parameters (ab…
-
comment
Comment #11971586
There are a large number of issues for which there exist equally well-informed arguments for both sides, or that there is no actual 'true' answer to be chosen.
-
comment
Comment #11709591
Why aren't kids able to read text written in rows like everyone else? Programming languages just for kids seems mostly like a way to limit them.
- comment
-
comment
Comment #11284255
Well, we're all familiar with https://xkcd.com/221/ or http://dilbert.com/strip/2001-10-25 The possibility, however remote, exists that you will randomly select a sequence with pat…
-
comment
Comment #11246727
CMSs are dying and static sites are replacing them - there's absolutely no reason to run a complex backend when the entire site is supposed to hold some text and maybe a space for …
-
comment
Comment #10991499
> willingness to put ones life on hold for a predetermined amount of time. That is almost the definition of a degree. During a degree, every class expects you to devote time and re…
-
comment
Comment #10941409
Subscription models and micropayments are not mutually exclusive, as in Spotify - you pay a subscription fee to listen to unlimited music. In practice that is the same as paying a …
-
comment
Comment #10885992
A friend-of-a-friend of mine built the Red Alert [0] app that sends a push notifications when a rocket is fired from Gaza. Alerts can be as short as 15 seconds, so if you want your…
-
comment
Comment #10642699
> Mere exposure does not make you learn/enjoy a language Then how do babies ever learn to speak? The most fluent speakers of foreign languages are almost always immigrants, because…
-
comment
Comment #10642223
IIRC, the workflow in Photoshop is this: If you open a photo file, and when you press save there is only one layer in the file, pressing ctrl+s will not change the file format. Gen…
-
comment
Comment #10616979
This is the type of question that quickly runs into problems wrt incompleteness, but there are a few key points that show that there are infinitely many theorems For any given stat…
-
comment
Comment #10593414
I live in a country that has bomb detectors in every doorway. It's not that bad - at the very least, everybody preferrs a bomb detector to another suicide bombing. I think that whe…
-
comment
Comment #10568909
Also: Scots is a mutually intelligible language On the other hand, just like trying to explain programming to someone who only knows how to use MS Word, trying to explain linguisti…
-
comment
Comment #10509365
I'm not sure whether the distinction between sub-categories and their parents was treated correctly in this analysis. There is a huge gap between the popularity of HTML and HTML5, …
-
comment
Comment #10502667
Gifted people always end up turning out average. Because they aren't special. Nearly every school catering to the middle class and up has a 'gifted' program. How many kids is that?…
-
comment
Comment #10398827
Why do you think old people and young people should behave differently?
-
comment
Comment #10283889
These are two separate concepts. The sponsored stories by outbrain are just your regular old "lose 100 pounds per second" blogspam. There is another, more benign phenomenon, where …
-
comment
Comment #10157902
I don't get why people always think that "programming for kids" has to be done with blocks and drag-drop interfaces. It feels like it limits the complexity of what you can build to…
-
comment
Comment #10152684
The average person doesn't have the time needed to learn how to build a house, either. As a society, we solve this problem by delegating the construction industry to a group of peo…
-
comment
Comment #10148704
While it is true that in practice, the size benefit of both compressing and minifying is optimal, the LZ77 algorithm is nearly the same as a minification algorithm, so running both…