Viewing profile — freddex
freddex
HN member- Joined
- Wed, Jun 28, 2017, 7:30 PM UTC
- HN karma
- 64
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About freddex
No profile information was provided.
Recent public activity
-
comment
Comment #47702091
Many areas for sure, although there is the Lake District, the coasts of Cornwall, and so on which are fairly untransformed, so to speak. Looking at Great Britain overall, the Scott…
-
comment
Comment #44784353
Many of the newer standards added to the web platform boil down to supporting development of web apps, not only web pages. For example, the current iteration of the File System API…
-
comment
Comment #41797005
Shoelace is excellent, in my experience! Well document, accessible, and a large selection of components. To solve the issue you mention, you can cherry-pick the imports [1], which …
-
comment
Comment #39630605
It's not a living space but a data center, that is why there are no windows.
-
comment
Comment #38761898
It's mostly a tool to manage research literature. It allows you to add works you are viewing in your web browser to collections. Then, you can create bibliographies from these coll…
-
comment
Comment #38303800
Lit is very close to vanilla Web Components, but makes the standard more convenient to work with. Especially when used with TypeScript and a nice plugin such as lit-plugin [1], you…
-
comment
Comment #35967112
Looks great! Still eagerly waiting for Windows support: I have a specific use case where I need both a bundler and a package manager to run on the user's desktop cross-platform, an…
-
comment
Comment #31652780
Fair enough about your existing cables, but cables would be thrown away if we enforced Lightning, as well (probably a lot more, but I have no numbers on that). I don't really get t…
-
comment
Comment #30723109
But is it just a question of education, or also a question of usability? A nice, random sequence of alphanumerical characters that can not be connected to the user at all is, unsur…
-
comment
Comment #30701731
There's some research about this. [1] It seems tutoring is very effective as a teaching method, but of course, not very scalable. [1] https://en.wikipedia.org/wiki/Bloom%27s_2_sigm…
-
comment
Comment #30405865
Great site! The visualization style is very nice to get a feel for the distribution of the market, so to say. I noticed you can even switch axes, for example changing the y axis fr…
-
comment
Comment #30405795
You can switch that site to tablets, here's a direct link: https://www.productchart.com/tablets/ At a glance, you can filter by both screen size and weight, so that should work for…
-
comment
Comment #22889525
I think the top commenter means the animation of the placeholder elements on your demo page ( https://iamlocaljo.com/graphy-react-challenge/ ). It's a pretty minor glitch.
-
comment
Comment #22400195
I agree up to a point: There were peoples with their distinct cultures that the Ottomans conquered, the most prominent example being the Balkans. However, "nation" is an 18th/19th …
-
comment
Comment #22137547
Agreed on the point about maintainance! As to your other points: * There actually is a "scheduled send" send feature, but it is a bit hidden: The "Send" button has a little dropdow…
-
comment
Comment #21473662
Well, speaking strictly logically: If they were both astronomers and astrologers, and their astronomy was sound, it does not mean that their astrology was, too. Many great scientis…
-
comment
Comment #21137404
While school can and should be improved in many countries, I think it's not really fair to make it out as the root of all evil. That assumes school is an all powerful tool to mold …
-
comment
Comment #20451975
I switched from Webpack to Parcel ( https://parceljs.org/ ), it requires far less configuration (only command line parameters for me) and runs faster. It's "batteries included", an…
-
comment
Comment #19289195
I like the way this is written. Very clear and to the point, with a tone of "Hey, check out this cool thing".
-
comment
Comment #19257988
That's a fair point about the NATO! Didn't mean to marginalize it, but there's only so many words to a sufferable HN comment. It's true that today's EU was only established in 1992…
-
comment
Comment #19257911
I agree that the EU cannot guarantee peace, of course. However, it really pushed European integration forward. It's a bit mundane, but all the cultural exchange through trade, trav…
-
comment
Comment #19255375
Don't throw the baby out with the bathwater! The EU provides considerable benefits for Europe, arguably the most important, but also the most invisible, being peace. World War II e…
-
comment
Comment #17170066
I think the point of civil wars being damaging is spot on, but the example of the Thirty Years War as a civil war is quite flawed: The Holy Roman Empire had always been a small agg…
-
comment
Comment #14657789
A minor point: To be fair, minified JS is not exactly a hard barrier. Conventional minification is just removing extraneous whitespace, newlines, comments, etc.. Except for the los…
-
comment
Comment #14657479
What do you mean by dynamic here, exactly? From what I understand, in Scala, types are statically inferred (at compile time, not at runtime). I'd call this a very nice feature to r…