Viewing profile — V1ndaar
V1ndaar
HN member- Joined
- Wed, Aug 14, 2019, 2:39 PM UTC
- HN karma
- 308
- Public activity
- 97 items
- HN profile
- View on Hacker News ↗
About V1ndaar
No profile information was provided.
Recent public activity
-
comment
Comment #48320643
Huh, I completely missed that. I've been using python-garminconnect [0] for a few months without issues. I agree though that it's annoying, though not reason enough for me to switc…
-
comment
Comment #45828624
It's cheap to hide behind a pseudonym here and complain as you do. Given the time scales you mention and how you are complaining, I have a theory under what nick you were present i…
-
comment
Comment #42133449
I didn't realize Keras was actually released before Tensorflow, huh. I used Theano quite a bit in 2014 and early 2015, but then went a couple years without any ML work. Compared to…
-
comment
Comment #41137523
Location: Spain (80%) | Germany (20%) Remote: Preferred, but open to hybrid positions in Spain Willing to relocate: Not currently, but open to work-related travel Technologies/Skil…
-
comment
Comment #40390646
I would blame the majority of your criticism on the fact that HN is not the best place to read code. Also, syntax highlighting & basic familiarity with Nim helps. His code is doing…
-
comment
Comment #40084392
That is certainly true (and why added a general "embed plot data as bitmap into SVG/PDF" option to https://github.com/Vindaar/ggplotnim that works not only for raster heatmaps). Bu…
-
comment
Comment #40077833
And not only that, in many cases they will tell you (if they reply) "oh, we can't find the source of that plot anymore". Happened to me quite a few times (although in physics). I'm…
-
comment
Comment #39400773
Thanks your your input. You made me realize I can use my Hetzner storage box for precisely the same. Neat!
-
comment
Comment #38554601
> The Datamancer data frame library is incredibly robust. Thank you for the kind words! :) Especially given that it's a one-man side-project always makes me a bit worried people wi…
-
comment
Comment #38524478
My hope is that thanks to stuff like DLSS frame generation in video games (or maybe AR/VR) that the opinion of a majority of people will change over time. So that eventually maybe.…
-
comment
Comment #38308114
I nowhere said impossible! All I say it is tricky and that likely the code you write will have to be adapted in certain cases (compared to current existing implementations of numer…
-
comment
Comment #38300854
I mean that article of yours highlights the difficulties one encounters fairly well, I would say. I don't disagree that this is (generally) a tricky problem! Nim allows you to do a…
-
comment
Comment #38300721
Yeah, unicode characters in Nim code are supported. However, if by `x²` you'd want to square an identifier `x`, that won't work. The Nim lexer parses `x²` as a single identifier. W…
-
comment
Comment #38295299
Gaussian elimination in what context even? If your LA library supports generic types, it might work. But generally generic math operations are tricky to get right, because math oft…
-
comment
Comment #38295235
Whoops, guilty as charged. I did indeed glance over that (both the text and the equation not actually being 1/r²). In this case to get compiler help it's pretty much identical to N…
-
comment
Comment #38292060
Or you could just use Nim [0], where this sort of thing can be implemented in Nim's macro system. Then you have a regular programming language combined with CT safe units. :) It ev…
-
comment
Comment #38184190
> An obvious question when formalising a maths paper is how much the proof needed to change to be formalised: in other words whether there were any flaws in the paper. This questio…
-
comment
Comment #38117127
Oh, thanks a lot for the clarification! And thanks for the work on the book in general. :) I need to look into the changes then. The spectrum implementation of the 3rd version serv…
-
comment
Comment #38115537
Pretty sure the 3rd edition already contained that, no? At that time (not sure if that's still the case now) the choice was a compile time option, iirc.
-
comment
Comment #37997532
Evince does the same. It's a great feature, I agree.
-
comment
Comment #37943284
I mean honestly, the closest language to Mojo really is Nim. In the latest Lex Fridman interview with Chris Lattner [0] when he talks about his ideas behind Mojo it pretty much sou…
-
comment
Comment #37926950
For me it is partially that for sure. There's plenty of stuff I would - in theory - not mind to post publicly. E.g. my personal notes about interesting stuff I stumble on, want to …
-
comment
Comment #37888526
Honestly, the "golden days" of using reddit for that purpose are over, too. Both the fact that random other crap comes up due to how stuff is linked on reddit and generally most se…
-
comment
Comment #37819108
Sure, it's very common to flush a system with dry nitrogen for that reason. But of course if you have to fully open a part of the system you're usually out of luck (also you usuall…
-
comment
Comment #37776757
It seems really neat! I recently received a .usdz file and was hoping this would be able to work with it. Unfortunately, that's not the case yet (but there's an issue about it [0])…