Viewing profile — marxama
marxama
HN member- Joined
- Thu, Nov 13, 2014, 1:54 PM UTC
- HN karma
- 61
- Public activity
- 48 items
- HN profile
- View on Hacker News ↗
About marxama
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #24435247
I remember doing just that - writing some ugly parsing code, thinking that I should be a good team member and add some specs for what I was doing, and when I tried calling conform.…
-
comment
Comment #22910979
Aren't high schools and universities still closed in Sweden? Edit: Run remotely, to be clear.
-
comment
Comment #20841413
Depends on the cheese, and on the usage, really. My mom works at a cheese factory, so I regularly get more cheese than I know what to do with, so most of it ends up in the freezer.…
-
comment
Comment #19249141
That's why I prefer to listen to podcasts when taking walks etc, rather than full-on audiobooks - if my mind wanders and I start thinking about something else, it's not a big deal …
-
comment
Comment #19227009
This has been my experience. I managed to switch to working remotely 100% by saying "I need to move to another town, either I start working remotely or I'll need to switch jobs". M…
-
comment
Comment #19105952
What had kept happening was that services written by my team (mostly doing Clojure for backend development) were taken over by other teams that either weren't interested in learnin…
-
comment
Comment #19103122
I agree with what you're saying, my post was mainly trying to point out that there might appear to be more Clojure jobs than there actually are. For the past couple of months, I've…
-
comment
Comment #19102130
In my experience (in Sweden), most of those results are "false positives". Companies/recruiters like to look for passionate programmers, so they put smaller languages like Clojure …
-
comment
Comment #18900925
RSS is one of the main ways I consume the web (including HN). Been doing it for years and I'm very happy with it. I don't know anything about how it works, but it seems lightweight…
-
comment
Comment #18846302
I would say that one of the main reasons why F# gets comparatively little attention is that, yes, C# is being evolved with a fairly big focus on taking lessons from functional lang…
-
comment
Comment #18414506
C# 8 will introduce nullable reference types, which will effectively be equivalent to Options. And they are working on pattern matching (some simple, partial implementation is alre…
-
comment
Comment #18414131
I'd like to point out that the extension method feature of C# is one big reason why I like this whole story much better than the Streams API in Java. There are often methods I wish…
-
comment
Comment #18413808
I've worked a lot with both C# and Java, and C# is so superior I never want to touch Java again. Especially since around C# 3.5, the distance between Java and C# has grown enormous…
-
comment
Comment #18102570
Don't know if you know this, but given your example: The MP3s of the Joe Rogan Podcast can be downloaded from his website. Just an FYI.
-
comment
Comment #17857573
Agreed. I've worked for many years as a software engineer, and some of the most challenging stuff I've done has been building robust test automation frameworks. The amount of disre…
-
comment
Comment #17830526
I went with this approach on a recent project, for two reasons: * Tracing/history/auditing * Structuring the service around these events, it became trivial to add new "event types"…
-
comment
Comment #16758325
There are also complete lecture series on linear algebra with Gilbert Strang on Youtube, highly recommended.
-
comment
Comment #16354776
IMO it's completely inferior to LINQ in C#. One of the main reasons being that Java still lacks extension methods, so you're stuck with the methods that are provided for you. In C#…
-
comment
Comment #16354729
> Can I run Visual Studio on my macbook? There is Visual Studio For Mac [1], though I'm unsure how it compares to Visual Studio "proper". [1] https://www.visualstudio.com/vs/visual…
-
comment
Comment #15691093
Wow, that's good to know. Hope you won't have to go through that again.
-
comment
Comment #14914710
Maybe see with your employer if you could start working part-time? Taking two hours off every day, or one day per week or something like that might be enough to help move your proj…
-
comment
Comment #13910075
I really recommend the Japanese For Busy People books, I learned tons from them quickly. They start off very basic (obviously), but they explain the grammar in a really good way, a…
-
comment
Comment #13339117
* Visual Studio + Resharper for C#. Don't really think there are any realistic alternatives, although I'd be happy to try some out, my current setup tends to get slow. * Visual Stu…
-
comment
Comment #13322588
Agreed. Especially when taking commuting into account - for me, one day off means 2 hours less commuting. During the past year, I've actually started trying this out. I've taken a …