Viewing profile — alexfrydl
alexfrydl
HN member- Joined
- Sat, Dec 19, 2020, 3:52 AM UTC
- HN karma
- 85
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About alexfrydl
No profile information was provided.
Recent public activity
-
comment
Comment #32914486
It really rather seems like they achieved a near-perfect library for creating complex web applications, then in order to justify continued work on the project, simply kept making u…
-
comment
Comment #30265645
The problem is that people are not statistics. It may sound reasonable on the surface to say that this heuristic minimizes harm on average because she doesn't perform unnecessary i…
-
comment
Comment #30211699
> Last month, the main courses offered on meatless Fridays included grilled cheese sandwiches, mac and cheese and mozzarella sticks. February’s Friday entrees, are vegan veggie tac…
-
comment
Comment #30168686
This is so weird to me because I'm very much a turbo nerd power user Linux dork and I will still contend that Windows has a significantly easier user experience. I certainly don't …
-
comment
Comment #29928718
Exactly. I'm not sure what the person you replied to is talking about. This article is clearly well researched because it covers many classic games on the timeline of roguelike his…
-
comment
Comment #29506125
The only thing I don't like about HCL is that there are not enough good libraries for me to use it as the configuration language in all of my projects. I love HCL. HCL 2 anyway.
- comment
-
comment
Comment #29235277
I've been using Firefox for about as long as a person could possibly have been using Firefox and I think this just happens every time they change the UI.
-
comment
Comment #29207028
Ruby's “for … in” is syntax sugar in the sense that is just another way to spell an identical piece of code. This would be like if Python let you write “foreach” instead of “for” i…
-
comment
Comment #29125610
Honestly my first thought when I saw the title “why we use Haskell” was “because you have one engineer and they like Haskell?” I suppose I was wrong. It was two.
-
comment
Comment #29125422
Very high percentage. At least in my experience, the effect is NOT subtle.
-
comment
Comment #29122681
This is definitely true but just fyi by now you should be getting 2% back on everything, more if it's specific categories. If you're only getting 1% and have good credit, you need …
-
comment
Comment #29043669
Okay, gotcha. So who are the two sides of this argument, and what are they arguing about exactly? I'm just trying to get clarification on who it is in particular that needs to stop…
-
comment
Comment #29042416
I will always be amazed at how many people can type “because this group is a minority, meeting their needs is unimportant and shouldn't impact the majority” and think they've contr…
-
comment
Comment #29041991
Old English has the same gender system as German. The reason English doesn't have gendered nouns now isn't because we are so progressive, but because language tends to lose all its…
-
comment
Comment #29041817
I think bad faith misrepresentations like this are the primary source of the supposed “impossible discourse” on the “subject.” What “subject” by the way? Who are the specific peopl…
-
comment
Comment #29041685
If these “permutations” only exist inside of your own brain, that only proves something about you, not reality. Really, none of the permutations exist. Very few women unironically …
-
comment
Comment #29005288
I bet the results were too embarrassing.
-
comment
Comment #29003338
They're probably dependencies of dependencies. You depend on some very useful package and somewhere down the line it depends on something written to be platform agnostic in 2012 wh…
-
comment
Comment #28991472
Until I heard Visual Studio 2022 was coming out recently, I literally thought Microsoft had ceded the ecosystem in 2019. It's very surprising to hear it's the total opposite. I've …
-
comment
Comment #27545585
What you're describing is not actually a problem with async/await. Rather, async/await places a burden of knowledge on the developer to explicitly avoid this problem. Go makes a tr…
-
comment
Comment #27545503
You're acting like the athletes got together and demanded enormous contracts so UEFA was begrudgingly forced to make deals with Coca-Cola to appease their entitlement.
-
comment
Comment #26144613
I was thinking that this word is not, in fact, below the level of discourse of HN and based on the other replies I don't believe I even have to back this statement up.
-
comment
Comment #25993022
I hate the logic that because people have successfully used something, it is good. Having used MongoDB extensively, it is absolutely true that MongoDB is powerful and useful. Howev…
-
comment
Comment #25944308
There's webview ( https://github.com/webview/webview ) which has bindings for many different languages, but it's a whole window rather than a UI component you can embed. It's inten…