-
# Converting Integers to Floats Using Hyperfocus - Mara's Blog
A few years ago, due to some random chain of events, I ended up implementing a conversion from 128 bit integers to 64 bit floats. This w…
-
Hi @haesleinhuepf,
It is really cool to have the napari-clusters-plotter functionality in jupyter notebooks via the `clusterplot` function.
It would be cool to be able to choose other plot types,…
-
As a potential User of dataflows I want to understand how it compares to other tools so that I get what use cases it was designed for and why (or why not) i should use it (and also deepen respect for …
-
# Rust temporary lifetimes and "super let" - Mara's Blog
The lifetime of temporaries in Rust is a complicated but often ignored topic. In simple cases, Rust keeps temporaries around for exactly long …
-
I get lint errors on unsecure_fae.
Even if i try in the playground i get the same error.
Or do i missunderstand the rule?
```abap
DATA lt_data TYPE STANDARD TABLE OF mara.
IF lt_data IS NOT I…
-
**PLATFORM and OS or BROWSER:**
webtiles on CAO
**DCSS VERSION AND GAME INFORMATION:**
0.29
**DESCRIPTION:**
(playing as MiBE with no points put into Evocations) I met Mara and Mara clone…
-
Add support for quantile linear regression, e.g.
```{r}
library(parsnip)
linear_reg() %>%
set_engine("quantreg", tau = 0.50) %>%
set_mode("quantiles") # maybe unnecessary... see #85
``…
-
Hi @haesleinhuepf,
One more thing about the `clusterplot` function:
Currently, one can use the the lasso tool in the plot and show the result in the label image.
Additionally, it would also be n…
-
# A Silly Anti-Disassembly Trick | Alexander O'Mara
The website and blog of Alexander O'Mara
[https://alexomara.com/blog/a-silly-anti-disassembly-trick/](https://alexomara.com/blog/a-silly-anti-disa…
-
It would be nice in certain debugging scenarios to actually know the filename (or any parts in that filename) in the mapper scripts (e.g. to write it to the row in the final table).
It would basica…