-
I've been trying to apply some Haskell-inspired recursive techniques to an OpenSCAD model, as it strikes me as by far the most elegant and suitable method of achieving the type of model geometry I'm t…
tnm23 updated
2 years ago
-
Right now sb-edit converts `sensing_dayssince2000` into this:
```js
(((new Date().getTime() - new Date(2000, 0, 1)) / 1000 / 60 + new Date().getTimezoneOffset()) / 60 / 24)
```
In principle, t…
-
Hello,
My name is Julio César Fernández, host and producer of Apple Coding podcast (https://cuonda.com/apple-coding) that is related to technology through the development, and focused on Apple tech…
-
I'm looking into integrating RF tighter with our CD/CI pipelines, and would like to hear if anyone else has observed the same issues, and hopefully have discussion on how to "solve" it on a more gener…
-
### Summary of Problem
Hi, I am noticing when I try to run any Chapel code on my Nvidia GPU (RTX3080) I am encountering segmentation faults, even when running the Jacobi.chpl code from the Chapel d…
-
Zig version: 0.13.0
Os: Windows 10 64bit
Running `zig build serve` results in a lot of errors like this:
```
error: the following command exited with error code 1:
C:\Users\...\www.ziglang.org\…
Atomk updated
2 months ago
-
```jl
findfirst(predicate::Function, A)
findfirst(pattern::AbstractString, string::AbstractString)
```
This function dispatches on `Function` to avoid ambiguity with the `pattern` method, so it …
-
##### Purpose
Introducing a secondary tensor operation DSL (Domain Specific Language) written in & optimised for Scala language & various compilers (the most common of which are JVM based scalac 2.…
-
### This peer review is made based of this commit: 80ab6650a3124400513e1ee4c4e4b4893ca1f9ce. (pulled on 16.10.2022 02:15)
***
I have to start by saying that I have never used rust in any way bef…
-
## Current Situation
See this thread for context: https://github.com/WordPress/openverse/pull/4544#discussion_r1653696199
This pattern exists widely in our code, and does not need to, and has …