Viewing profile — Sukera
Sukera
HN member- Joined
- Thu, Apr 20, 2017, 8:46 PM UTC
- HN karma
- 445
- Public activity
- 102 items
- HN profile
- View on Hacker News ↗
About Sukera
Recent public activity
-
comment
Comment #45536079
Could you expand on how these wraparound bugs happen in Rust? As far as I know, integer overflow panics (i.e. aborts) your code when compiled in debug mode, which I think is often …
-
comment
Comment #45138086
No, you can write the kernels directly in Julia using KernelAbstractions.jl [1]. [1] https://juliagpu.github.io/KernelAbstractions.jl/stable/
-
comment
Comment #44134480
Because adding the top limbs of two encoded numbers would overflow too soon. If you set both to 2^63 for example, they overflow immediately. Might be fine for wraparound arithmetic…
-
comment
Comment #44052305
For aggregation-like things, the interesting properties are often about the properties of the accumulation function, and not the entire aggregation, which should then be correct by…
-
comment
Comment #40308792
> Throughout the rest of the paper, we assume an adversary who at some point managed to obtain the private identity key IK, the phone number pn, the API username unA, and the passw…
-
comment
Comment #40226012
Location: EU, Austria Remote: Possible Willing to relocate: Yes, for some offers Technologies: C, C++, Julia, Python, SQL, Linux, Git/Github, Docker, TrueNAS, Wireguard, CoreDNS, A…
-
comment
Comment #40130391
It doesn't only cover pure hobby projects: > (10c) the mere fact that an open-source software product receives financial support by manufacturers or that manufacturers contribute t…
- story
- story
-
comment
Comment #38409025
50% of the top 100 most starred, i.e. used, packages are not representative of the entire community. Not to mention that the vast majority of those SciML packages is developed by a…
-
comment
Comment #38346336
> with the interface checking, implicit interface support was turned mostly into explicit interface support where packages and types opt-in via defining traits (this is still conti…
-
comment
Comment #38331679
> But often the packages also talk through simple accesses of values like `X.someproperty`. I've seen situations where maintainers would add and remove these properties and break t…
-
comment
Comment #38331638
There is no rebuttal because nothing much has really changed culture wise. Sure, the various @inbounds issues and concrete bugs that are mentioned in Yuris post have mostly been ad…
-
comment
Comment #37850053
Lots of languages can mmap, it's not exclusive to C++ or C. The JSON package the Julia code is using seems to mmap too, for example.
-
comment
Comment #36866002
(2020)
-
comment
Comment #35886276
It would be great if you could share such an example work load - such big examples are often few and far between, even though they are VERY good for debugging compilation performan…
-
comment
Comment #35886233
Can you be more specific? As is, it's hard to follow what the issue was that you encountered.
-
comment
Comment #35862712
Doesn't look like it https://developers.cloudflare.com/cache/how-to/enable-crawle...
-
comment
Comment #35862576
There's a lot more than release notes going into a release - we've had 3 release candidates for a reason, and those regressions/bugs need to be fixed first.
-
comment
Comment #35862546
For me personally, I just think it's really fun to write julia code. Granted, I'm neither machine learning nor physical science, but the fact that I can go through the whole stack …
-
comment
Comment #35862476
The authors have previously also shown off that this can do 3D visualization in real time: https://twitter.com/gabrielweymouth/status/16486827416201953...
-
comment
Comment #35862455
There will also be a release blogpost, highlighting the new stuff. The release will likely come with that.
-
comment
Comment #35791708
I think Chris was referring to the leaky abstractions python grew on https://www.youtube.com/watch?v=qCGofLIzX6g
-
comment
Comment #35791641
Are you afraid that you're going to "inherit" the issues the python ecosystem has through your goal of full compatibility? Or is Mojo more like Numba, in that only parts of python …
- story