Hacker Newsnew | past | comments | ask | show | jobs | submit | TonyStr's commentslogin

Honestly, you don't need to "learn" or "understand" much grammar explicitly. I think it definitely helps get you off your feet, as you can "decode" sentences if you remember grammar rules, but eventually the grammar has to be internalized anyway. This happens when you are repeatedly exposed to the same patterns in context. I don't know how English or Norwegian grammar works, and I'm fluent in those. I skipped grammar in Japanese and focused on reading, yet I can understand most things and I can tell when something sounds wrong.

Clearly you and I learn differently. If I need to apply suffixes correctly, I want to understand how to do it predictably without learning every single form for every single word. Even if patterns coalesce in my mind into an intuition later, I appreciate seeing the shape of these patterns. Especially when they’re so elegant. Why is sharing that a problem?

I didn't criticize either your article or your comment :). I enjoyed reading the article and finally learning why it's called godan and ichidan, and it was fun to learn that kau was originally kawu.

Any mention of Japanese learning always brings out negativity and criticism (and the effect is probably doubled by being on HackerNews) so I understand that you're on defense.

My comment was really just an objection to "You still have to learn that and understand that", as I don't think studying grammar is a mandatory step in learning a language (I'm a subscriber to the Input Hypothesis by Stephen Krashen). Though it could very well be that grammar study is an effective shortcut to internalizing grammar. At the end of the day, the amount of hours spent learning from context matters way more than the specific steps taken along the way.


Ah, I see what you mean. For me personally, knowing the shape of the system underneath has a sort of calming effect because I have a sense of the upper bound of how annoying it will be to learn by osmosis. And it's also nice to have a fallback for when I have a cache miss and need to really think through saying something.

Looking at the report from datatilsynet (Norwegian Data Protection Agency), they cite "multiple reports and tips" as the background. I suspect what happened here is that IMY concluded that this laid outside of their authority, submitted the complaint to datatilsynet and either closed the case and forgot to inform Hanff, or they may have never gotten any response from datatilsynet.

I have had several direct discussion with the Norwegian DPA throughout the case, the inspection and investigation were triggered by the IMY cross border case and I have not "sued" the regulator (neither do I say I have) I have filed a complaint against IMY (the Swedish Regulator) for failure to meet their legal obligations under Article 77(2) but then I have already had to file multiple legal complaints against IMY because they are an absolutely terrible supervisory authority that do literally nothing (they send out postcards to Data Controllers for violations saying "Hey do you know what GDPR is?").

So no, I have not sued the Norwegian DPA and actually have a very good relationship with them along with most of the other EU DPAs (I am an advisor to them, I sit in the pool of experts for law and new technologies at the EDPB which includes ALL EU data protection authorities).


> an absolutely terrible supervisory authority that do literally nothing

Are they allowed to do anything? Generally these sorts of bodies get their rights from some superior body, and they don't necessarily get carte blanche.


We are talking about npm here... Any framework like React, Vue, Angular, Svelte, etc. is going to pull in hundreds or thousands of packages. I just checked one of the smallest web projects I have (5 dependencies, no framework) and it has 265 packages In package-lock.json. My personal website (vite + nuxt) has 1171.

Cool idea, but unfortunately low-effort AI slop. The colors are covered in vibe-coded patterns that obscure the actual color, much of the writing is wrong and soulless. The prompter writes on the site that he uses AI to support in writing, because as a man with a day job it would be "impossible" to write all this himself. I'd urge him to write in his own words, starting with a minimal subset of colors and slowly building up a library. It could be a "one entry per day" challenge, or even just "one entry per week". Why is everyone in such a rush?

I was excited about the website up until I clicked into my first color and read the page. Terrible slop writing. Makes me question the author's judgement in general.

What vibe coded patterns?

on `.home-hero__grain` there is a repeating dot-pattern that obscures the underlying color:

``` background-image: radial-gradient(circle at 23% 12%,rgba(255,255,255,.6) 0 1px,transparent 1.5px),radial-gradient(circle at 78% 41%,rgba(255,255,255,.5) 0 1px,transparent 1.5px),radial-gradient(circle at 12% 73%,rgba(0,0,0,.5) 0 1px,transparent 1.5px),radial-gradient(circle at 55% 88%,rgba(255,255,255,.5) 0 1px,transparent 1.5px),radial-gradient(circle at 88% 18%,rgba(0,0,0,.4) 0 1px,transparent 1.5px); background-size: 7px 7px,11px 11px,9px 9px,13px 13px,8px 8px; ```


I'm not so familiar with the revolutions of 1848, but it seems like most revolutions happen when a society is suffering from severe economic crisis as well as food shortage. It seems that the 1840s was referred to as "the Hungry Forties" due to severe food shortages. I don't think many people are willing to upend their lives to change a political system that isn't failing to deliver their personal basic needs. I'm also not sure if the revolutions of 1848 were primarily about wealth concentration - weren't they rather about concentration of power?

Many successful and failed revolutions happened without an economic crisis. For example, the American Revolution was led by an oligarchical class upset about taxation. The American Civil War is another example where a portion of states felt economically threatened and initiated conflict. The Glorious Revolution was almost completely ideological in nature, revolving around royalty and religion. It simply requires some powerful fraction of the country to believe they'd be better off under another ruling party, no one needs to starve for it to happen.

People who are experiencing unrest and idleness are easy to recruit -- and if you hang out with people ages of 18-30, you'll see there's no shortage of them.


I don't think anyone believes the major AI providers are running at a profit? They are openly investing heavily into R&D and building out infrastructure, and according to these numbers way more than revenue. It wouldn't make sense for any of these companies to run at a profit right now as they're still aggressively expanding. The question is whether they will break even in the future, and capture a large enough market segment to sustain the business, allowing revenue to outgrow costs. If these numbers are real, revenue is already higher than COGS which is a really good signal for them.

I think the question is more about whether people believe this is a sound business in the long term, which imo isn't possible to tell based on these numbers yet.


I love reading articles that are written like this. Whenever I encounter a word/concept that I don't know, I can just look it up and myself decide how much in-depth I want to go to understand this topic before going back to the article. Whenever basic concepts are explained, I automatically get the feeling that someone very inexperienced wrote this, and that my time would be better spent reading other material.

Interesting, this was definitely possible in windows 10. I do remember upgrading form 10 -> 11 and not being able to use a vertical task bar anymore, but that appears to be getting patched now with the next release.

I remember doing this as a kid making my first website. I thought it looked more "professional"

Would you prefer that CSS never evolve, and our frustrations remain the same? Writing CSS today has gotten significantly easier with flexbox, variables and now nesting. BEM is not part of the CSS spec, that's just a design methodology.

I would prefer it to finally figure things out properly, and then just stop changing, yes.

> Writing CSS today has gotten significantly easier with flexbox, variables and now nesting.

Which, you know, are not some technically complicated ideas that simply could not have been done thirty years ago. Heck, <table> existed, and so did the algorithm that laid it out, from the outset yet getting flexbox to replicate that functionality took literal decades. And nesting is in no way more complicated to implement than cascading.

> BEM is not part of the CSS spec, that's just a design methodology.

Yes, and it existed for a reason, to paper over the deficiencies of the built-in functionality.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: